$ 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
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
RecipientRefusing *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
nspecified. - $colon$plus(long, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Increment the counter with the delta
nspecified. - $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
nspecified. - $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
thisis afterthatelse false. - $greater(VectorClock) - Method in class org.apache.pekko.cluster.VectorClock
-
Returns true if
thisis afterthatelse 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
thisis beforethatelse false. - $less(VectorClock) - Method in class org.apache.pekko.cluster.VectorClock
-
Returns true if
thisis beforethatelse 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
thisandthatare concurrent else false. - $less$greater(VectorClock) - Method in class org.apache.pekko.cluster.VectorClock
-
Returns true if
thisandthatare 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
WriteorWriteFileto 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
EntityReffor 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 allGraphs provided by theSharedKillSwitchwill 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 theGraphofFlowShapethat materialized to theUniqueKillSwitchwill 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
postStopof theGraphStageLogicwithout 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
selfmessages 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
Behaviorcan be implemented by extending this class and implement the abstract methodAbstractBehavior.createReceive(). - AbstractBehavior<T> - Class in org.apache.pekko.actor.typed.scaladsl
-
An actor
Behaviorcan 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
DeltaReplicatedDatain 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
ExtensionSetupthat can be used inpekko.actor.setup.ActorSystemSetupwhen starting theActorSystemto 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
AbstractPersistentActorandpekko.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
ReplicatedDatain 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
Shapetypes. - 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
Propsto 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
Behaviorand 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
Behaviorand 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.Killmessage - 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 theFutureis 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
Sourcethat 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
Sourcethat 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
Sourcethat 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
Sourcethat 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
Sourcethat 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
Sourcethat 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
Sourcethat 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
Sourcethat 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.ActorSystemSetupwhen starting theActorSystemto replace the default implementation of theActorRefResolverextension. - 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
-
Routeethat 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
Sourcethat 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
Sourcethat 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
Sourcethat 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
Sourcethat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
Sourcethat 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
Sourcethat 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
Sourcethat 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
Sourcethat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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
ActorRefthat 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.ActorSelectionfrom 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.ActorSelectionfrom 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
-
Routeethat 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.ActorSystemReturns a default value ofbundle-<bundle id>-ActorSystemis 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
- adaptAkkaToPekkoConfig(Config) - Static method in class org.apache.pekko.cluster.ConfigUtil
- adaptAkkaToPekkoConfig(Config) - Method in class org.apache.pekko.cluster.ConfigUtil$
- 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.EventAdaptersobject 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.EventAdaptersobject 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$
- adaptPekkoToAkkaConfig(Config) - Static method in class org.apache.pekko.cluster.ConfigUtil
- adaptPekkoToAkkaConfig(Config) - Method in class org.apache.pekko.cluster.ConfigUtil$
- 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 foraddalready, and a separateestimateCountoperation 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
-
Addressordering type class, sorts addresses by protocol, name, host and port. - addressOrdering() - Method in class org.apache.pekko.actor.Address$
-
Addressordering type class, sorts addresses by protocol, name, host and port. - addressOrdering() - Static method in class org.apache.pekko.cluster.Member
-
Addressordering type class, sorts addresses by host and port. - addressOrdering() - Method in class org.apache.pekko.cluster.Member$
-
Addressordering 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
LongorIntdepending 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
ActorRefRouteefor the specifiedpekko.actor.ActorRefand the sameRoutingLogic. - addRoutee(ActorSelection) - Method in class org.apache.pekko.routing.Router
-
Create a new instance with one more
ActorSelectionRouteefor the specifiedpekko.actor.ActorSelectionand 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
CompletionStagethat 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
CompletionStagethat 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
CompletionStagethat 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
CompletionStagethat 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
Futurethat 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
Futurethat 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
Futurethat 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
Futurethat 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
BeforeAndAfterAllor 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
CompletionStagethat 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
CompletionStagethat will be completed with the success or failure of the provided value after the specified duration. - afterConnect(DatagramSocket) - Method in interface org.apache.pekko.io.Inet.SocketOptionV2
-
Action to be taken for this option after connect returned.
- afterConnect(Socket) - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- afterConnect(Socket) - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- afterConnect(Socket) - Method in interface org.apache.pekko.io.Inet.SocketOption
-
Action to be taken for this option after connect returned.
- afterConnect(Socket) - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- afterConnect(Socket) - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- afterConnect(Socket) - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- afterDelay(Duration, org.apache.pekko.stream.Attributes.CancellationStrategy.Strategy) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$
-
Java API
- AfterDelay(FiniteDuration, org.apache.pekko.stream.Attributes.CancellationStrategy.Strategy) - Constructor for class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- AfterDelay$() - Constructor for class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay$
- AfterInstance() - Static method in class org.apache.pekko.cluster.ddata.VersionVector
-
Java API: The
VersionVector.Afterinstance - AfterInstance() - Method in class org.apache.pekko.cluster.ddata.VersionVector$
-
Java API: The
VersionVector.Afterinstance - afterPostStop() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
INTERNAL API
- afterPostStop() - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
- afterTermination() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Override this method to do something when the whole test is terminating.
- afterTransitionDo() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- ageOrdering() - Static method in class org.apache.pekko.cluster.Member
-
Sort members by age, i.e.
- ageOrdering() - Method in class org.apache.pekko.cluster.Member$
-
Sort members by age, i.e.
- ageOrdering() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- ageOrdering() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- AggregateServiceDiscovery$ - Class in org.apache.pekko.discovery.aggregate
-
INTERNAL API
- AggregateServiceDiscovery$() - Constructor for class org.apache.pekko.discovery.aggregate.AggregateServiceDiscovery$
- AggregateServiceDiscoverySettings - Class in org.apache.pekko.discovery.aggregate
-
INTERNAL API
- AggregateServiceDiscoverySettings(Config) - Constructor for class org.apache.pekko.discovery.aggregate.AggregateServiceDiscoverySettings
- aggregateWithBoundary(Supplier<Agg>, Function2<Agg, Out, Pair<Agg, Object>>, Function<Agg, Emit>, Pair<Predicate<Agg>, Duration>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Aggregate input elements into an arbitrary data structure that can be completed and emitted downstream when custom condition is met which can be triggered by aggregate or timer.
- aggregateWithBoundary(Supplier<Agg>, Function2<Agg, Out, Pair<Agg, Object>>, Function<Agg, Emit>, Pair<Predicate<Agg>, Duration>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Aggregate input elements into an arbitrary data structure that can be completed and emitted downstream when custom condition is met which can be triggered by aggregate or timer.
- aggregateWithBoundary(Supplier<Agg>, Function2<Agg, Out, Pair<Agg, Object>>, Function<Agg, Emit>, Pair<Predicate<Agg>, Duration>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Aggregate input elements into an arbitrary data structure that can be completed and emitted downstream when custom condition is met which can be triggered by aggregate or timer.
- aggregateWithBoundary(Supplier<Agg>, Function2<Agg, Out, Pair<Agg, Object>>, Function<Agg, Emit>, Pair<Predicate<Agg>, Duration>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Aggregate input elements into an arbitrary data structure that can be completed and emitted downstream when custom condition is met which can be triggered by aggregate or timer.
- aggregateWithBoundary(Function0<Agg>, Function2<Agg, Out, Tuple2<Agg, Object>>, Function1<Agg, Emit>, Option<Tuple2<Function1<Agg, Object>, FiniteDuration>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Aggregate input elements into an arbitrary data structure that can be completed and emitted downstream when custom condition is met which can be triggered by aggregate or timer.
- Akka$() - Constructor for class org.apache.pekko.persistence.serialization.SnapshotAutoMigration.Akka$
- alias() - Method in class org.apache.pekko.serialization.SerializerDetails
- aliveRegions() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- aliveRegions_$eq(Set<ActorRef>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- ALLADDRESSES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- ALLADDRESSES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- ALLAPPVERSIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- allButSelf() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- ALLBUTSELF_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- allDataCenters() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
All data centers in the cluster
- AllDeadLetters - Interface in org.apache.pekko.actor
-
Subscribe to this class to be notified about all
DeadLetter(also the suppressed ones) andDropped. - AllForOneStrategy - Class in org.apache.pekko.actor
-
Applies the fault handling
Directive(Resume, Restart, Stop) specified in theDeciderto all children when one fails, as opposed topekko.actor.OneForOneStrategythat applies it only to the child actor that failed. - AllForOneStrategy(boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
-
Java API: compatible with lambda expressions
- AllForOneStrategy(int, Duration, Iterable<Class<? extends Throwable>>) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
-
Java API
- AllForOneStrategy(int, Duration, Function<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
-
Java API
- AllForOneStrategy(int, Duration, Function<Throwable, SupervisorStrategy.Directive>, boolean) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
-
Java API
- AllForOneStrategy(int, Duration, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
-
Java API: compatible with lambda expressions
- AllForOneStrategy(int, Duration, boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
- AllForOneStrategy(int, Duration, Iterable<Class<? extends Throwable>>) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
-
Java API
- AllForOneStrategy(int, Duration, Function<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
-
Java API
- AllForOneStrategy(int, Duration, Function<Throwable, SupervisorStrategy.Directive>, boolean) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
-
Java API
- AllForOneStrategy(int, Duration, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
-
Java API: compatible with lambda expressions
- AllForOneStrategy(PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.AllForOneStrategy
-
Java API: compatible with lambda expressions
- AllForOneStrategy$ - Class in org.apache.pekko.actor
- AllForOneStrategy$() - Constructor for class org.apache.pekko.actor.AllForOneStrategy$
- ALLHASHES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- ALLHASHES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- allInlets() - Method in class org.apache.pekko.stream.AbstractShape
-
Provide the list of all input ports of this shape.
- AllLogLevels() - Static method in class org.apache.pekko.event.Logging
- AllLogLevels() - Method in class org.apache.pekko.event.Logging$
- ALLMETRICNAMES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- allNodes() - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- allocateShard(ActorRef, String, Map<ActorRef, IndexedSeq<String>>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.AbstractShardAllocationStrategy
-
Invoked when the location of a new shard is to be decided.
- allocateShard(ActorRef, String, Map<ActorRef, IndexedSeq<String>>) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy
- allocateShard(ActorRef, String, Map<ActorRef, IndexedSeq<String>>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.AbstractShardAllocationStrategy
- allocateShard(ActorRef, String, Map<ActorRef, IndexedSeq<String>>) - Method in interface org.apache.pekko.cluster.sharding.ShardCoordinator.ShardAllocationStrategy
-
Invoked when the location of a new shard is to be decided.
- allocateShardHomesForRememberEntities() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- allocationStrategy() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
- allocationStrategy() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
- allOutlets() - Method in class org.apache.pekko.stream.AbstractShape
-
Provide the list of all output ports of this shape.
- ALLOW - org.apache.pekko.stream.javadsl.FramingTruncation
- allowCorePoolTimeout() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- allowedToPrepareToShutdown() - Method in class org.apache.pekko.cluster.MembershipState$
- allowExceptions() - Method in class org.apache.pekko.pattern.CircuitBreaker
- AllowJavaSerialization() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- AllowJavaSerialization() - Method in class org.apache.pekko.serialization.Serialization
- allowLocalRoutees() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- allowLocalRoutees() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- allowLocalRoutees() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterSettingsBase
- ALLOWLOCALROUTEES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- AllowWeaklyUpMembers() - Method in class org.apache.pekko.cluster.ClusterSettings
- allPersistenceIds() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbIdMapping
- allPersistenceIdsSubscribers_$eq(Set<ActorRef>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- allReachableClockTime() - Method in class org.apache.pekko.cluster.ddata.Replicator
- allReachableClockTime_$eq(long) - Method in class org.apache.pekko.cluster.ddata.Replicator
- allRegionsRegistered() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- allRegionsRegistered_$eq(boolean) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- allReplicas() - Method in interface org.apache.pekko.persistence.typed.scaladsl.ReplicationContext
- allRoles() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
All node roles in the cluster
- ALLROLES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- allServiceInstances(ServiceKey<M>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- allServiceInstances(ServiceKey<T>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Listing
-
Scala API: Return both the reachable and the unreachable service instances.
- allShards() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- allStrategyNames() - Method in class org.apache.pekko.cluster.sbr.SplitBrainResolverSettings$
- alpha() - Method in class org.apache.pekko.cluster.metrics.EWMA
- alpha(FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.cluster.metrics.EWMA$
-
Calculate the alpha (decay factor) used in
EWMAfrom specified half-life and interval between observations. - ALPHA_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- alreadyCancelled() - Method in class org.apache.pekko.actor.Cancellable$
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.Flow
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.Source
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
- alsoTo(Graph<SinkShape<Out>, ?>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Data variant of
pekko.stream.scaladsl.FlowOps.alsoTo - alsoTo(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
- alsoToAll(Graph<SinkShape<Out>, ?>...) - Method in class org.apache.pekko.stream.javadsl.Flow
- alsoToAll(Graph<SinkShape<Out>, ?>...) - Method in class org.apache.pekko.stream.javadsl.Source
- alsoToAll(Graph<SinkShape<Out>, ?>...) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- alsoToAll(Graph<SinkShape<Out>, ?>...) - Method in class org.apache.pekko.stream.javadsl.SubSource
- alsoToAll(Seq<Graph<SinkShape<Out>, ?>>) - Method in class org.apache.pekko.stream.javadsl.Flow
- alsoToAll(Seq<Graph<SinkShape<Out>, ?>>) - Method in class org.apache.pekko.stream.javadsl.Source
- alsoToAll(Seq<Graph<SinkShape<Out>, ?>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- alsoToAll(Seq<Graph<SinkShape<Out>, ?>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- alsoToAll(Seq<Graph<SinkShape<Out>, ?>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- alsoToContext(Graph<SinkShape<Ctx>, ?>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context variant of
pekko.stream.scaladsl.FlowOps.alsoTo - alsoToContext(Graph<SinkShape<Ctx>, ?>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
- alsoToContext(Graph<SinkShape<CtxOut>, ?>) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
- alsoToGraph(Graph<SinkShape<Out>, M>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- alsoToMat(Graph<SinkShape<Out>, M2>, Function2<Mat, M2, M3>) - Method in class org.apache.pekko.stream.javadsl.Flow
- alsoToMat(Graph<SinkShape<Out>, M2>, Function2<Mat, M2, M3>) - Method in class org.apache.pekko.stream.javadsl.Source
- alsoToMat(Graph<SinkShape<Out>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- AlwaysAdmissionFilter - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- AlwaysAdmissionFilter() - Constructor for class org.apache.pekko.cluster.sharding.internal.AlwaysAdmissionFilter
- AlwaysAdmissionFilter$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- AlwaysAdmissionFilter$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$
- AlwaysAdmissionFilter$() - Constructor for class org.apache.pekko.cluster.sharding.internal.AlwaysAdmissionFilter$
- AlwaysIncreasingClock() - Method in class org.apache.pekko.util.WallClock$
-
Always increasing time source.
- amendConfig(Config) - Static method in class org.apache.pekko.dispatch.BalancingDispatcherConfigurator
- amendConfig(Config) - Method in class org.apache.pekko.dispatch.BalancingDispatcherConfigurator$
- AmorphousShape - Class in org.apache.pekko.stream
-
This type of
Shapecan express any number of inputs and outputs at the expense of forgetting about their specific types. - AmorphousShape(Seq<Inlet<?>>, Seq<Outlet<?>>) - Constructor for class org.apache.pekko.stream.AmorphousShape
- AmorphousShape$ - Class in org.apache.pekko.stream
- AmorphousShape$() - Constructor for class org.apache.pekko.stream.AmorphousShape$
- an() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- an() - Method in class org.apache.pekko.persistence.PluginSpec
- ancestor_$eq(FastMerge) - Method in interface org.apache.pekko.cluster.ddata.FastMerge
- anchor() - Method in class org.apache.pekko.actor.ActorSelection
- anchorPath() - Method in class org.apache.pekko.actor.ActorSelection
-
The
pekko.actor.ActorPathof the anchor actor. - and(Setup) - Method in class org.apache.pekko.actor.setup.Setup
-
Construct an
pekko.actor.setup.ActorSystemSetupwith this setup combined with another one. - and(Attributes) - Method in class org.apache.pekko.stream.Attributes
-
Adds given attributes.
- and(Attributes.Attribute) - Method in class org.apache.pekko.stream.Attributes
-
Adds given attribute.
- and(T) - Method in class org.apache.pekko.actor.setup.ActorSystemSetup
-
alias for
withSetupallowing for fluent combination of settings:a and b and c, wherea,bandcare concretepekko.actor.setup.Setupinstances. - andThen(Function1<D, BoxedUnit>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.Register a handler to be triggered after the state has been persisted successfully
- anyEvent(FI.Apply2<Object, D, FSM.State<S, D>>) - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on any type of event.
- anyEvent(FI.Apply2<Object, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Add a case statement that matches on any type of event.
- anyMatch(Predicate<T>) - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
Tests whether a predicate holds for at least one element of this
StashBuffer. - anyToFalse() - Static method in class org.apache.pekko.util.ConstantFun
- anyToFalse() - Method in class org.apache.pekko.util.ConstantFun$
- anyToTrue() - Static method in class org.apache.pekko.util.ConstantFun
- anyToTrue() - Method in class org.apache.pekko.util.ConstantFun$
- ap() - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- ApiMayChange - Annotation Type in org.apache.pekko.annotation
-
Marks APIs that are meant to evolve towards becoming stable APIs, but are not stable APIs yet.
- append(I, Object, ActorRef) - Method in class org.apache.pekko.util.MessageBufferMap
-
Append an element to the buffer for an id.
- append(Object, ActorRef) - Method in class org.apache.pekko.util.MessageBuffer
-
Add one element to the end of the message buffer.
- append(Tcp.WriteCommand) - Method in class org.apache.pekko.io.Tcp.SimpleWriteCommand
-
Java API: appends this command with another
WriteCommandto form aCompoundWrite. - append(ByteString) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Java API: append a ByteString to this builder.
- applicationTestConfig() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Config loaded from
application-test.conf, which is used if no specific config is given. - applicationTestConfig() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Config loaded from
application-test.conf, which is used if no specific config is given. - applicationTestConfig() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
JAVA API
- applicationTestConfig() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit$
-
JAVA API
- ApplicationTestConfig() - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Config loaded from
application-test.conf, which is used if no specific config is given. - ApplicationTestConfig() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
-
Config loaded from
application-test.conf, which is used if no specific config is given. - ApplicationTestConfig() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit$
- apply() - Static method in class org.apache.pekko.actor.ActorSystem
-
Creates a new ActorSystem with the name "default", obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- apply() - Method in class org.apache.pekko.actor.ActorSystem$
-
Creates a new ActorSystem with the name "default", obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- apply() - Static method in class org.apache.pekko.actor.BootstrapSetup
- apply() - Method in class org.apache.pekko.actor.BootstrapSetup$
- apply() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation$
- apply() - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymousAdapter$
- apply() - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Create a testkit named from the ActorTestKit class.
- apply() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
-
Create a testkit named from the ActorTestKit class.
- apply() - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
- apply() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop$
- apply() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
- apply() - Method in class org.apache.pekko.actor.typed.internal.Create$
- apply() - Method in class org.apache.pekko.actor.typed.internal.Terminate$
- apply() - Static method in class org.apache.pekko.actor.typed.LogOptions
-
Scala API: Create a new log options with defaults.
- apply() - Method in class org.apache.pekko.actor.typed.LogOptions$
-
Scala API: Create a new log options with defaults.
- apply() - Static method in class org.apache.pekko.actor.typed.SpawnProtocol
-
Scala API: returns a behavior that can be commanded to spawn arbitrary children.
- apply() - Method in class org.apache.pekko.actor.typed.SpawnProtocol$
-
Scala API: returns a behavior that can be commanded to spawn arbitrary children.
- apply() - Static method in class org.apache.pekko.cluster.ddata.Flag
- apply() - Method in class org.apache.pekko.cluster.ddata.Flag$
- apply() - Static method in class org.apache.pekko.cluster.ddata.GCounter
- apply() - Method in class org.apache.pekko.cluster.ddata.GCounter$
- apply() - Static method in class org.apache.pekko.cluster.ddata.GSet
- apply() - Method in class org.apache.pekko.cluster.ddata.GSet$
- apply() - Static method in class org.apache.pekko.cluster.ddata.LWWMap
- apply() - Method in class org.apache.pekko.cluster.ddata.LWWMap$
- apply() - Static method in class org.apache.pekko.cluster.ddata.ORMap
- apply() - Method in class org.apache.pekko.cluster.ddata.ORMap$
- apply() - Static method in class org.apache.pekko.cluster.ddata.ORMultiMap
- apply() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap$
- apply() - Static method in class org.apache.pekko.cluster.ddata.ORSet
- apply() - Method in class org.apache.pekko.cluster.ddata.ORSet$
- apply() - Static method in class org.apache.pekko.cluster.ddata.PNCounter
- apply() - Method in class org.apache.pekko.cluster.ddata.PNCounter$
- apply() - Static method in class org.apache.pekko.cluster.ddata.PNCounterMap
- apply() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap$
- apply() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount$
-
Convenience for
ask. - apply() - Static method in class org.apache.pekko.cluster.ddata.VersionVector
- apply() - Method in class org.apache.pekko.cluster.ddata.VersionVector$
- apply() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheck
- apply() - Static method in class org.apache.pekko.dispatch.internal.SameThreadExecutionContext
- apply() - Method in class org.apache.pekko.dispatch.internal.SameThreadExecutionContext$
- apply() - Static method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- apply() - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox$
- apply() - Method in class org.apache.pekko.dispatch.sysmsg.Suspend$
- apply() - Method in class org.apache.pekko.dispatch.sysmsg.Terminate$
- apply() - Static method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- apply() - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox$
- apply() - Static method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- apply() - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox$
- apply() - Static method in class org.apache.pekko.dispatch.UnboundedMailbox
- apply() - Method in class org.apache.pekko.dispatch.UnboundedMailbox$
- apply() - Method in class org.apache.pekko.io.dns.IdGenerator$
- apply() - Method in class org.apache.pekko.io.Inet.DatagramChannelCreator$
- apply() - Method in interface org.apache.pekko.japi.Effect
- apply() - Method in interface org.apache.pekko.japi.function.Effect
- apply() - Method in interface org.apache.pekko.japi.pf.FI.UnitApplyVoid
-
The application to perform.
- apply() - Method in class org.apache.pekko.persistence.typed.internal.VersionVector$
- apply() - Method in class org.apache.pekko.persistence.typed.state.internal.Delete$
- apply() - Method in class org.apache.pekko.remote.artery.AssociationState$
- apply() - Method in class org.apache.pekko.routing.BalancingRoutingLogic$
- apply() - Static method in class org.apache.pekko.routing.BroadcastRoutingLogic
- apply() - Method in class org.apache.pekko.routing.BroadcastRoutingLogic$
- apply() - Static method in class org.apache.pekko.routing.RandomRoutingLogic
- apply() - Method in class org.apache.pekko.routing.RandomRoutingLogic$
- apply() - Static method in class org.apache.pekko.routing.RoundRobinRoutingLogic
- apply() - Method in class org.apache.pekko.routing.RoundRobinRoutingLogic$
- apply() - Static method in class org.apache.pekko.routing.SmallestMailboxRoutingLogic
- apply() - Method in class org.apache.pekko.routing.SmallestMailboxRoutingLogic$
- apply() - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Returns a
Flowwhich outputs all its inputs. - apply() - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Returns a
Flowwhich outputs all its inputs. - apply() - Static method in class org.apache.pekko.stream.scaladsl.FlowWithContext
-
Creates an "empty" FlowWithContext that passes elements through with their context unchanged.
- apply() - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext$
-
Creates an "empty" FlowWithContext that passes elements through with their context unchanged.
- apply() - Method in class org.apache.pekko.stream.scaladsl.OrElse$
- apply() - Static method in class org.apache.pekko.stream.scaladsl.TLSPlacebo
- apply() - Method in class org.apache.pekko.stream.scaladsl.TLSPlacebo$
- apply() - Static method in class org.apache.pekko.stream.scaladsl.Unzip
-
Create a new
Unzip. - apply() - Method in class org.apache.pekko.stream.scaladsl.Unzip$
-
Create a new
Unzip. - apply() - Method in class org.apache.pekko.stream.scaladsl.WireTap$
- apply() - Static method in class org.apache.pekko.stream.scaladsl.Zip
-
Create a new
Zip. - apply() - Method in class org.apache.pekko.stream.scaladsl.Zip$
-
Create a new
Zip. - apply() - Static method in class org.apache.pekko.stream.scaladsl.ZipLatest
-
Create a new
ZipLatest. - apply() - Method in class org.apache.pekko.stream.scaladsl.ZipLatest$
-
Create a new
ZipLatest. - apply() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException$
- apply() - Static method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- apply() - Method in class org.apache.pekko.stream.TargetRefNotInitializedYetException$
- apply() - Method in class org.apache.pekko.util.WildcardTree$
- apply(boolean) - Static method in class org.apache.pekko.cluster.ddata.Flag
-
Implements a boolean flag CRDT that is initialized to
falseand can be switched totrue. - apply(boolean) - Method in class org.apache.pekko.cluster.ddata.Flag$
-
Implements a boolean flag CRDT that is initialized to
falseand can be switched totrue. - apply(boolean) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- apply(boolean) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip$
- apply(boolean) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- apply(boolean) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult$
- apply(boolean) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- apply(boolean) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult$
- apply(boolean) - Static method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- apply(boolean) - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress$
- apply(boolean) - Static method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- apply(boolean) - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive$
- apply(boolean) - Static method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- apply(boolean) - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline$
- apply(boolean) - Static method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- apply(boolean) - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay$
- apply(boolean) - Static method in class org.apache.pekko.io.Udp.SO$.Broadcast
- apply(boolean) - Method in class org.apache.pekko.io.Udp.SO$.Broadcast$
- apply(boolean) - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick$
- apply(boolean) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent$
- apply(boolean) - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging$
- apply(boolean) - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode$
- apply(boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatest
-
Create a new
ZipLatest. - apply(boolean) - Method in class org.apache.pekko.stream.scaladsl.ZipLatest$
-
Create a new
ZipLatest. - apply(boolean, boolean) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals$
- apply(boolean, boolean) - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip$
- apply(boolean, int, int, Duration, Function0<BlockingQueue<Runnable>>, RejectedExecutionHandler) - 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
- apply(boolean, int, int, Duration, Function0<BlockingQueue<Runnable>>, RejectedExecutionHandler) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
-
A small configuration DSL to create ThreadPoolExecutors that can be provided as an ExecutorServiceFactoryProvider to Dispatcher
- apply(boolean, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe$
- apply(boolean, Level) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Resume$
- apply(boolean, Level) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Stop$
- apply(boolean, Level, Option<Logger>) - Method in class org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl$
- apply(boolean, Set<Address>) - Method in class org.apache.pekko.cluster.ClusterEvent.SeenChanged$
- apply(boolean, Enumeration.Value, boolean, boolean, boolean, boolean, Enumeration.Value) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- apply(boolean, Option<String>) - Method in class org.apache.pekko.cluster.sbr.KeepOldestSettings$
- apply(boolean, Option<ActorRef>) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- apply(boolean, Option<ActorRef>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData$
- apply(byte) - Method in class org.apache.pekko.util.ByteString.Companion$
- apply(byte[]) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator$
- apply(byte[]) - Method in class org.apache.pekko.util.ByteString.ByteString1$
- apply(byte[]) - Method in class org.apache.pekko.util.ByteString.ByteString1C$
- apply(byte[]) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by copying a byte array.
- apply(byte[]) - Static method in class org.apache.pekko.util.CompactByteString
-
Creates a new CompactByteString by copying a byte array.
- apply(byte[]) - Method in class org.apache.pekko.util.CompactByteString$
-
Creates a new CompactByteString by copying a byte array.
- apply(byte[], int, int) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator$
- apply(byte[], int, int) - Method in class org.apache.pekko.util.ByteString.ByteString1$
- apply(double, double) - Static method in class org.apache.pekko.cluster.metrics.EWMA
- apply(double, double) - Method in class org.apache.pekko.cluster.metrics.EWMA$
- apply(double, double, double, double) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer$
- apply(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats$
- apply(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount$
- apply(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount$
- apply(int) - Static method in class org.apache.pekko.cluster.sharding.typed.ShardingMessageExtractor
-
Scala API:
- apply(int) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingMessageExtractor$
-
Scala API:
- apply(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- apply(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry$
- apply(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- apply(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry$
- apply(int) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry$
- apply(int) - Static method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- apply(int) - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox$
- apply(int) - Method in class org.apache.pekko.event.Logging.LogLevel$
- apply(int) - Static method in class org.apache.pekko.io.dns.internal.OpCode
- apply(int) - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- apply(int) - Static method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- apply(int) - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize$
- apply(int) - Static method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- apply(int) - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize$
- apply(int) - Static method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- apply(int) - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass$
- apply(int) - Method in class org.apache.pekko.io.Tcp.ResumeAccepting$
- apply(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.ResetRestartCount$
- apply(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount$
- apply(int) - Method in class org.apache.pekko.remote.artery.FlushAck$
- apply(int) - Method in class org.apache.pekko.remote.HeartbeatHistory$
-
Create an empty HeartbeatHistory, without any history.
- apply(int) - Static method in class org.apache.pekko.routing.AdjustPoolSize
- apply(int) - Method in class org.apache.pekko.routing.AdjustPoolSize$
- apply(int) - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize$
- apply(int) - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit$
- apply(int) - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit$
- apply(int) - Static method in class org.apache.pekko.stream.IOSettings
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- apply(int) - Method in class org.apache.pekko.stream.IOSettings$
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- apply(int) - Static method in class org.apache.pekko.stream.scaladsl.Concat
-
Create a new
Concat. - apply(int) - Method in class org.apache.pekko.stream.scaladsl.Concat$
-
Create a new
Concat. - apply(int) - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize$
- apply(int) - Static method in class org.apache.pekko.stream.scaladsl.ZipN
-
Create a new
ZipN. - apply(int) - Method in class org.apache.pekko.stream.scaladsl.ZipN$
-
Create a new
ZipN. - apply(int) - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity$
- apply(int) - Static method in class org.apache.pekko.testkit.TestBarrier
- apply(int) - Method in class org.apache.pekko.testkit.TestBarrier$
- apply(int) - Method in class org.apache.pekko.util.ByteString
- apply(int) - Method in class org.apache.pekko.util.ByteString.ByteString1
- apply(int) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- apply(int) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- apply(int) - Method in class org.apache.pekko.util.Collections.EmptyImmutableSeq$
- apply(int, boolean) - Static method in class org.apache.pekko.stream.scaladsl.Balance
-
Create a new
Balancewith the specified number of output ports. - apply(int, boolean) - Method in class org.apache.pekko.stream.scaladsl.Balance$
-
Create a new
Balancewith the specified number of output ports. - apply(int, boolean) - Static method in class org.apache.pekko.stream.scaladsl.Broadcast
-
Create a new
Broadcastwith the specified number of output ports. - apply(int, boolean) - Method in class org.apache.pekko.stream.scaladsl.Broadcast$
-
Create a new
Broadcastwith the specified number of output ports. - apply(int, boolean) - Static method in class org.apache.pekko.stream.scaladsl.Concat
-
Create a new
Concatoperator that will concatenate two or more streams. - apply(int, boolean) - Method in class org.apache.pekko.stream.scaladsl.Concat$
-
Create a new
Concatoperator that will concatenate two or more streams. - apply(int, boolean) - Static method in class org.apache.pekko.stream.scaladsl.Merge
-
Create a new
Mergewith the specified number of input ports. - apply(int, boolean) - Method in class org.apache.pekko.stream.scaladsl.Merge$
-
Create a new
Mergewith the specified number of input ports. - apply(int, boolean) - Static method in class org.apache.pekko.stream.scaladsl.MergeLatest
-
Create a new
MergeLatestwith the specified number of input ports. - apply(int, boolean) - Method in class org.apache.pekko.stream.scaladsl.MergeLatest$
-
Create a new
MergeLatestwith the specified number of input ports. - apply(int, boolean) - Static method in class org.apache.pekko.stream.scaladsl.MergePreferred
-
Create a new
MergePreferredwith the specified number of secondary input ports. - apply(int, boolean) - Method in class org.apache.pekko.stream.scaladsl.MergePreferred$
-
Create a new
MergePreferredwith the specified number of secondary input ports. - apply(int, boolean, Option<ClusterShardingSettings.IdlePassivationStrategy>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastFrequentlyUsedPassivationStrategy$
-
INTERNAL API
- apply(int, double, int, int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter$
- apply(int, double, long, int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket$
-
Deprecated.
- apply(int, int) - Method in class org.apache.pekko.cluster.VectorClockStats$
- apply(int, int) - Method in class org.apache.pekko.stream.Attributes.InputBuffer$
- apply(int, int, boolean) - Method in class org.apache.pekko.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl$
- apply(int, int, boolean) - Static method in class org.apache.pekko.stream.scaladsl.Interleave
-
Create a new
Interleavewith the specified number of input ports and given size of elements to take from each input. - apply(int, int, boolean) - Method in class org.apache.pekko.stream.scaladsl.Interleave$
-
Create a new
Interleavewith the specified number of input ports and given size of elements to take from each input. - apply(int, int, boolean, String...) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- apply(int, int, boolean, String...) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings$
- apply(int, int, boolean, Seq<String>) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- apply(int, int, boolean, Seq<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings$
- apply(int, int, boolean, Set<String>) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- apply(int, int, boolean, Set<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings$
- apply(int, int, boolean, Option<String>) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
-
Deprecated.useRole has been replaced with useRoles. Since Akka 2.5.4.
- apply(int, int, boolean, Option<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings$
-
Deprecated.useRole has been replaced with useRoles. Since Akka 2.5.4.
- apply(int, int, double) - Method in class org.apache.pekko.remote.artery.CacheStatistics$
- apply(int, int, double) - Method in class org.apache.pekko.util.FastFrequencySketch$
-
Create a new FastFrequencySketch based on the cache capacity (which will be increased to the nearest power of two).
- apply(int, int, double, int, int) - Method in class org.apache.pekko.cluster.sharding.internal.FrequencySketchAdmissionFilter$
- apply(int, int, double, int, int, FrequencySketch.Hasher<A>) - Method in class org.apache.pekko.util.FrequencySketch$
-
Create a new FrequencySketch based on the cache capacity (which will be increased to the nearest power of two).
- apply(int, int, double, Duration, int, double, double, Duration, double, double) - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply(int, int, double, Duration, int, double, double, Duration, double, double) - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply(int, int, int, double, double, double, int) - Static method in class org.apache.pekko.routing.DefaultResizer
- apply(int, int, int, double, double, double, int) - Method in class org.apache.pekko.routing.DefaultResizer$
- apply(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int) - Static method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- apply(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int) - Method in class org.apache.pekko.stream.ActorMaterializerSettings$
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- apply(int, long, int) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- apply(int, String, Attributes) - Method in class org.apache.pekko.stream.snapshot.LogicSnapshotImpl$
- apply(int, Duration) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom$
- apply(int, Duration) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo$
- apply(int, ActorSystem) - Static method in class org.apache.pekko.testkit.TestLatch
- apply(int, ActorSystem) - Method in class org.apache.pekko.testkit.TestLatch$
- apply(int, Cancellable) - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer$
- apply(int, SupervisorStrategy, String) - Static method in class org.apache.pekko.routing.BalancingPool
- apply(int, SupervisorStrategy, String) - Method in class org.apache.pekko.routing.BalancingPool$
- apply(int, Behavior<T>, Function1<ActorSystem<?>, RoutingLogic<T>>, Function1<T, Object>, Props) - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
- apply(int, RestartSupervisor<?, ? extends Throwable>) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount$
- apply(int, Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector$
- apply(int, org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy.AdmissionFilter) - Method in class org.apache.pekko.cluster.sharding.internal.AdmissionFilter$
- apply(int, org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy.AdmissionOptimizer) - Method in class org.apache.pekko.cluster.sharding.internal.AdmissionOptimizer$
- apply(int, ClusterShardingSettings.PassivationStrategy, ClusterShardingSettings.PassivationStrategy, double, double, double, org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy.AdmissionOptimizer, org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy.AdmissionFilter, Option<ClusterShardingSettings.IdlePassivationStrategy>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$
-
INTERNAL API
- apply(int, StashOverflowStrategy, boolean, String, String, Option<Config>, Option<Config>, boolean) - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedSettings$
-
INTERNAL API
- apply(int, StashOverflowStrategy, boolean, FiniteDuration, String, boolean) - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateSettings$
-
INTERNAL API
- apply(int, LogicSnapshot, LogicSnapshot, ConnectionSnapshot.ConnectionState) - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl$
- apply(int, IndexedSeq<Object>, long, long) - Method in class org.apache.pekko.remote.HeartbeatHistory$
-
Holds the heartbeat statistics for a specific node Address.
- apply(int, IndexedSeq<T>, IndexedSeq<T>, SeqNo) - Static method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- apply(int, IndexedSeq<T>, IndexedSeq<T>, SeqNo) - Method in class org.apache.pekko.remote.AckedSendBuffer$
- apply(int, Seq<Object>, Option<ClusterShardingSettings.IdlePassivationStrategy>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastRecentlyUsedPassivationStrategy$
-
INTERNAL API
- apply(int, Seq<String>, boolean, String...) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- apply(int, Seq<String>, boolean, String...) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings$
- apply(int, Seq<String>, boolean, Seq<String>) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- apply(int, Seq<String>, boolean, Seq<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings$
- apply(int, Seq<String>, boolean, Set<String>) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- apply(int, Seq<String>, boolean, Set<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings$
- apply(int, Seq<String>, boolean, Option<String>) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
-
Deprecated.useRole has been replaced with useRoles. Since Akka 2.5.4.
- apply(int, Seq<String>, boolean, Option<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings$
-
Deprecated.useRole has been replaced with useRoles. Since Akka 2.5.4.
- apply(int, Duration, boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Static method in class org.apache.pekko.actor.AllForOneStrategy
- apply(int, Duration, boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Method in class org.apache.pekko.actor.AllForOneStrategy$
- apply(int, Duration, boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Static method in class org.apache.pekko.actor.OneForOneStrategy
- apply(int, Duration, boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Method in class org.apache.pekko.actor.OneForOneStrategy$
- apply(int, FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom$
- apply(int, FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo$
- apply(int, FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReadFrom$
- apply(int, FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.WriteTo$
- apply(int, FiniteDuration) - Static method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- apply(int, FiniteDuration) - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox$
- apply(int, FiniteDuration) - Static method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- apply(int, FiniteDuration) - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox$
- apply(int, FiniteDuration) - Static method in class org.apache.pekko.dispatch.BoundedMailbox
- apply(int, FiniteDuration) - Method in class org.apache.pekko.dispatch.BoundedMailbox$
- apply(int, FiniteDuration, boolean, Level, boolean, int) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- apply(int, ExecutionContext) - Method in class org.apache.pekko.util.SerializedSuspendableExecutionContext$
- apply(int, Function1<T, Object>) - Static method in class org.apache.pekko.stream.scaladsl.MergeSequence
- apply(int, Function1<T, Object>) - Method in class org.apache.pekko.stream.scaladsl.MergeSequence$
- apply(int, Function1<T, Object>) - Static method in class org.apache.pekko.stream.scaladsl.Partition
-
Create a new
Partitionoperator with the specified input type. - apply(int, Function1<T, Object>) - Method in class org.apache.pekko.stream.scaladsl.Partition$
-
Create a new
Partitionoperator with the specified input type. - apply(int, Option<String>) - Method in class org.apache.pekko.cluster.sbr.StaticQuorumSettings$
- apply(int, Option<ClusterShardingSettings.IdlePassivationStrategy>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.MostRecentlyUsedPassivationStrategy$
- apply(int, Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.PolicySettings>, org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings, Option<ClusterShardingSettings.IdlePassivationStrategy>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$
- apply(int, Option<Resizer>, int, PartialFunction<Object, Object>, SupervisorStrategy, String, boolean) - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- apply(int, Option<Resizer>, int, PartialFunction<Object, Object>, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- apply(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Static method in class org.apache.pekko.routing.BroadcastPool
- apply(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.BroadcastPool$
- apply(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Static method in class org.apache.pekko.routing.RandomPool
- apply(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.RandomPool$
- apply(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Static method in class org.apache.pekko.routing.RoundRobinPool
- apply(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.RoundRobinPool$
- apply(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Static method in class org.apache.pekko.routing.SmallestMailboxPool
- apply(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- apply(int, Option<Resizer>, FiniteDuration, SupervisorStrategy, String, boolean) - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- apply(int, Option<Resizer>, FiniteDuration, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- apply(int, Option<Resizer>, FiniteDuration, FiniteDuration, SupervisorStrategy, String, boolean) - Static method in class org.apache.pekko.routing.TailChoppingPool
- apply(int, Option<Resizer>, FiniteDuration, FiniteDuration, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.TailChoppingPool$
- apply(int, Option<Level>, Option<String>, Option<String>, Option<String>, Option<Regex>, Option<Class<? extends Throwable>>, Map<String, String>, boolean, Option<Function1<LoggingEvent, Object>>) - Method in class org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl$
-
INTERNAL API
- apply(long) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck$
- apply(long) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack$
- apply(long) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend$
- apply(long) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed$
- apply(long) - Static method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- apply(long) - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess$
- apply(long) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker$
-
Deprecated.
- apply(long) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess$
- apply(long) - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess$
- apply(long) - Static method in class org.apache.pekko.persistence.query.Sequence
- apply(long) - Method in class org.apache.pekko.persistence.query.Sequence$
- apply(long) - Static method in class org.apache.pekko.persistence.testkit.DeleteEvents
- apply(long) - Method in class org.apache.pekko.persistence.testkit.DeleteEvents$
- apply(long) - Static method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- apply(long) - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted$
- apply(long) - Static method in class org.apache.pekko.remote.SeqNo
-
Deprecated.Implements a 64 bit sequence number with proper wrap-around ordering.
- apply(long) - Method in class org.apache.pekko.remote.SeqNo$
-
Deprecated.Implements a 64 bit sequence number with proper wrap-around ordering.
- apply(long) - Method in class org.apache.pekko.serialization.jackson.Compression.GZip$
- apply(long) - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4$
- apply(long) - Static method in class org.apache.pekko.stream.IOResult
- apply(long) - Method in class org.apache.pekko.stream.IOResult$
- apply(long, byte, Object) - Method in class org.apache.pekko.remote.artery.compress.DecompressionTable$
- apply(long, byte, Map<T, Object>) - Method in class org.apache.pekko.remote.artery.compress.CompressionTable$
- apply(long, long) - Static method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- apply(long, long) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- apply(long, long, boolean, boolean) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request$
- apply(long, long, long, long) - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- apply(long, long, long, long) - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- apply(long, long, long, long, long) - Method in class org.apache.pekko.cluster.GossipStats$
- apply(long, long, long, String, ActorRef) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages$
- apply(long, long, String) - Static method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- apply(long, long, String) - Method in class org.apache.pekko.stream.InvalidSequenceNumberException$
- apply(long, long, Map<String, Tuple2<Object, Object>>, IndexedSeq<DurableProducerQueue.MessageSent<A>>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State$
- apply(long, A) - Method in interface org.apache.pekko.cluster.ddata.LWWRegister.Clock
- apply(long, A, boolean, String, long) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent$
- apply(long, String, long) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Confirmed$
- apply(long, String, long) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed$
- apply(long, String, long, Option<A>, String, long) - Static method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- apply(long, String, long, Option<A>, String, long) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record$
- apply(long, Throwable) - Static method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- apply(long, Throwable) - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed$
- apply(long, TimeUnit) - Static method in class org.apache.pekko.util.Timeout
-
Construct a Timeout from the given time unit and factor.
- apply(long, TimeUnit) - Method in class org.apache.pekko.util.Timeout$
-
Construct a Timeout from the given time unit and factor.
- apply(long, ActorPath, Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery$
- apply(long, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe$
- apply(long, ReplicaId) - Static method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- apply(long, ReplicaId) - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime$
- apply(long, Seq<AtLeastOnceDelivery.UnconfirmedDelivery>) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot$
- apply(long, Option<ActorRef>) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- apply(long, Option<ActorRef>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder$
- apply(long, Try<Done>) - Static method in class org.apache.pekko.stream.IOResult
- apply(long, Try<Done>) - Method in class org.apache.pekko.stream.IOResult$
- apply(short) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- apply(short) - Static method in class org.apache.pekko.io.dns.RecordType
- apply(short) - Method in class org.apache.pekko.io.dns.RecordType$
- apply(short, String) - Static method in class org.apache.pekko.io.dns.RecordClass
- apply(short, String) - Method in class org.apache.pekko.io.dns.RecordClass$
- apply(short, String) - Static method in class org.apache.pekko.io.dns.RecordType
- apply(short, String) - Method in class org.apache.pekko.io.dns.RecordType$
- apply(short, MessageFlags, Seq<Question>, Seq<ResourceRecord>, Seq<ResourceRecord>, Seq<ResourceRecord>) - Method in class org.apache.pekko.io.dns.internal.Message$
- apply(<any>, <any>, Function<MT, Behavior<BT>>) - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder.Case$
- apply(<any>, <any>, Function<MT, Behavior<BT>>) - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder.Case$
- apply(<any>, Object, <any>) - Method in class org.apache.pekko.remote.artery.OutboundEnvelope$
- apply(<any>, Object, <any>, long, <any>) - Method in class org.apache.pekko.remote.artery.InboundEnvelope$
-
Only used in tests
- apply(A) - Method in class org.apache.pekko.japi.JavaPartialFunction
- apply(A) - Method in class org.apache.pekko.japi.Option.Some$
- apply(A) - Method in class org.apache.pekko.persistence.typed.SingleEventSeq$
- apply(A) - Method in class org.apache.pekko.remote.transport.TestTransport.SwitchableLoggedBehavior
-
Deprecated.Applies the current behavior, and invokes the callback.
- apply(A) - Method in class org.apache.pekko.util.OptionVal$
- apply(A, boolean) - Method in class org.apache.pekko.japi.JavaPartialFunction
- apply(A, B) - Static method in class org.apache.pekko.japi.Pair
- apply(A, B) - Method in class org.apache.pekko.japi.Pair$
- apply(A, ActorRef<Object>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation$
- apply(A, ActorRef<ConsumerController.Confirmed>, String, long) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery$
- apply(A, ActorRef<Done>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation$
- apply(A, Cluster, LWWRegister.Clock<A>) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Deprecated.Use `apply` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- apply(A, Cluster, LWWRegister.Clock<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
-
Deprecated.Use `apply` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- apply(C) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand$
- apply(C) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand$
- apply(Config) - Static method in class org.apache.pekko.actor.BootstrapSetup
-
Scala API: Short for using custom config but keeping default classloader and default execution context
- apply(Config) - Method in class org.apache.pekko.actor.BootstrapSetup$
-
Scala API: Short for using custom config but keeping default classloader and default execution context
- apply(Config) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Create a testkit named from the ActorTestKit class, and use a custom config for the actor system.
- apply(Config) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
-
Create a testkit named from the ActorTestKit class, and use a custom config for the actor system.
- apply(Config) - Static method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Reads configuration settings from given
Configthat must have the same layout as thepekko.actor.testkit.typedsection. - apply(Config) - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings$
-
Reads configuration settings from given
Configthat must have the same layout as thepekko.actor.testkit.typedsection. - apply(Config) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings$
-
Scala API: Factory method from Config corresponding to
pekko.reliable-delivery.consumer-controller. - apply(Config) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings$
-
Scala API: Factory method from Config corresponding to
pekko.reliable-delivery.producer-controller. - apply(Config) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings$
-
Scala API: Factory method from Config corresponding to
pekko.reliable-delivery.work-pulling.producer-controller. - apply(Config) - Static method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.Create settings from a configuration with the same layout as the default configuration
pekko.cluster.client. - apply(Config) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings$
-
Deprecated.Create settings from a configuration with the same layout as the default configuration
pekko.cluster.client. - apply(Config) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.Create settings from a configuration with the same layout as the default configuration
pekko.cluster.client.receptionist. - apply(Config) - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings$
-
Deprecated.Create settings from a configuration with the same layout as the default configuration
pekko.cluster.client.receptionist. - apply(Config) - Static method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.distributed-data. - apply(Config) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings$
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.distributed-data. - apply(Config) - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorSettings
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.distributed-data. - apply(Config) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorSettings$
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.distributed-data. - apply(Config) - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig$
- apply(Config) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin$
- apply(Config) - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- apply(Config) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings$
- apply(Config) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.pub-sub. - apply(Config) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings$
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.pub-sub. - apply(Config) - Static method in class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheckSettings
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheckSettings$
- apply(Config) - Static method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.sharding. - apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$
-
API MAY CHANGE: Settings and configuration for passivation strategies may change after additional testing and feedback.
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings$
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.PolicySettings$
- apply(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings$
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.sharding. - apply(Config) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings$
-
Scala API: Factory method from Config corresponding to
pekko.reliable-delivery.sharding.consumer-controller. - apply(Config) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings$
-
Scala API: Factory method from Config corresponding to
pekko.reliable-delivery.sharding.producer-controller. - apply(Config) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton. - apply(Config) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings$
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton. - apply(Config) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton-proxy. - apply(Config) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings$
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton-proxy. - apply(Config) - Static method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton. - apply(Config) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings$
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton. - apply(Config) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionistSettings$
- apply(Config) - Static method in class org.apache.pekko.coordination.lease.TimeoutSettings
- apply(Config) - Method in class org.apache.pekko.coordination.lease.TimeoutSettings$
- apply(Config) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings$
-
Scala API: Factory method from Config corresponding to
pekko.reliable-delivery.producer-controller.event-sourced-durable-queue. - apply(Config) - Method in class org.apache.pekko.remote.artery.ArterySettings$
- apply(Config) - Static method in class org.apache.pekko.routing.DefaultResizer
- apply(Config) - Method in class org.apache.pekko.routing.DefaultResizer$
- apply(Config) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer$
- apply(Config) - Static method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- apply(Config) - Method in class org.apache.pekko.stream.ActorMaterializerSettings$
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- apply(Config) - Static method in class org.apache.pekko.stream.IOSettings
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- apply(Config) - Method in class org.apache.pekko.stream.IOSettings$
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- apply(Config) - Method in class org.apache.pekko.stream.StreamRefSettings$
-
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- apply(Config) - Static method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings
-
Create settings from a Config subsection (Scala).
- apply(Config) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings$
-
Create settings from a Config subsection (Scala).
- apply(Config, String) - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateSettings$
- apply(Config, String, String) - Static method in class org.apache.pekko.coordination.lease.LeaseSettings
- apply(Config, String, String) - Method in class org.apache.pekko.coordination.lease.LeaseSettings$
- apply(Config, String, String, Option<Config>, Option<Config>) - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedSettings$
- apply(E) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish$
- apply(E, ReplicaId, long, VersionVector) - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEvent$
- apply(E, Promise<Done>) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event$
- apply(Event) - Method in class org.apache.pekko.persistence.typed.internal.Persist$
- apply(From) - Method in class org.apache.pekko.util.Collections.PartialImmutableValuesIterable
- apply(I) - Method in interface org.apache.pekko.japi.pf.FI.Apply
-
The application to perform.
- apply(I) - Method in interface org.apache.pekko.japi.pf.FI.UnitApply
-
The application to perform.
- apply(I) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext$
- apply(I1, I2) - Method in interface org.apache.pekko.japi.pf.FI.Apply2
-
The application to perform.
- apply(I1, I2) - Method in interface org.apache.pekko.japi.pf.FI.UnitApply2
-
The application to perform.
- apply(I1, I2, I3) - Method in interface org.apache.pekko.japi.pf.FI.UnitApply3
-
The application to perform.
- apply(I1, I2, I3, I4) - Method in interface org.apache.pekko.japi.pf.FI.UnitApply4
-
The application to perform.
- apply(ChannelFuture) - Static method in class org.apache.pekko.remote.transport.netty.NettyFutureBridge
-
Deprecated.
- apply(ChannelFuture) - Method in class org.apache.pekko.remote.transport.netty.NettyFutureBridge$
-
Deprecated.
- apply(ChannelGroupFuture) - Static method in class org.apache.pekko.remote.transport.netty.NettyFutureBridge
-
Deprecated.
- apply(ChannelGroupFuture) - Method in class org.apache.pekko.remote.transport.netty.NettyFutureBridge$
-
Deprecated.
- apply(Class<?>) - Method in class com.typesafe.sslconfig.pekko.util.PekkoLoggerFactory
- apply(Class<?>) - Static method in class org.apache.pekko.util.BoxedType
- apply(Class<?>) - Method in class org.apache.pekko.util.BoxedType$
- apply(Class<?>, int) - Static method in class org.apache.pekko.testkit.DeadLettersFilter
-
Filter which matches DeadLetter events, if the wrapped message conforms to the given type.
- apply(Class<?>, int) - Method in class org.apache.pekko.testkit.DeadLettersFilter$
-
Filter which matches DeadLetter events, if the wrapped message conforms to the given type.
- apply(Class<?>, String) - Static method in class org.apache.pekko.event.jul.Logger
-
Deprecated.
- apply(Class<?>, String) - Method in class org.apache.pekko.event.jul.Logger$
-
Deprecated.
- apply(Class<?>, String) - Static method in class org.apache.pekko.event.slf4j.Logger
- apply(Class<?>, String) - Method in class org.apache.pekko.event.slf4j.Logger$
- apply(Class<?>, String, Class<?>[], Tuple3<Object, String, byte[]>[]) - Method in class org.apache.pekko.actor.TypedActor.SerializedMethodCall$
-
Deprecated.
- apply(Class<?>, Seq<Object>) - Method in class org.apache.pekko.actor.IndirectActorProducer$
- apply(Class<?>, Seq<Object>) - Static method in class org.apache.pekko.actor.Props
-
Scala API: create a Props given a class and its constructor arguments.
- apply(Class<?>, Seq<Object>) - Method in class org.apache.pekko.actor.Props$
-
Scala API: create a Props given a class and its constructor arguments.
- apply(Class<?>, Option<String>, Either<String, Regex>, boolean, int) - Static method in class org.apache.pekko.testkit.ErrorFilter
- apply(Class<?>, Option<String>, Either<String, Regex>, boolean, int) - Method in class org.apache.pekko.testkit.ErrorFilter$
- apply(Class<? super T>, Class<T>) - Static method in class org.apache.pekko.actor.TypedProps
-
Uses the supplied class as the factory for the TypedActor implementation, and that has the specified interface, or if the interface class is not an interface, all the interfaces it implements, appended in the sequence of interfaces.
- apply(Class<? super T>, Class<T>) - Method in class org.apache.pekko.actor.TypedProps$
-
Uses the supplied class as the factory for the TypedActor implementation, and that has the specified interface, or if the interface class is not an interface, all the interfaces it implements, appended in the sequence of interfaces.
- apply(Class<? super T>, Function0<T>) - Static method in class org.apache.pekko.actor.TypedProps
-
Uses the supplied thunk as the factory for the TypedActor implementation, and that has the specified interface, or if the interface class is not an interface, all the interfaces it implements, appended in the sequence of interfaces.
- apply(Class<? super T>, Function0<T>) - Method in class org.apache.pekko.actor.TypedProps$
-
Uses the supplied thunk as the factory for the TypedActor implementation, and that has the specified interface, or if the interface class is not an interface, all the interfaces it implements, appended in the sequence of interfaces.
- apply(Class<A>, String, ServiceKey<ConsumerController.Command<A>>, Optional<Behavior<DurableProducerQueue.Command<A>>>, WorkPullingProducerController.Settings) - Static method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController
-
Java API
- apply(Class<A>, String, ServiceKey<ConsumerController.Command<A>>, Optional<Behavior<DurableProducerQueue.Command<A>>>, WorkPullingProducerController.Settings) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController$
-
Java API
- apply(Class<A>, Function1<A, T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter$
- apply(Class<T>) - Static method in class org.apache.pekko.actor.TypedProps
-
Uses the supplied class as the factory for the TypedActor implementation, proxying all the interfaces it implements.
- apply(Class<T>) - Method in class org.apache.pekko.actor.TypedProps$
-
Uses the supplied class as the factory for the TypedActor implementation, proxying all the interfaces it implements.
- apply(Object) - Method in class org.apache.pekko.actor.Actor.emptyBehavior$
- apply(Object) - Method in class org.apache.pekko.actor.Actor.ignoringBehavior$
- apply(Object) - Method in class org.apache.pekko.actor.FSM.Failure$
- apply(Object) - Method in class org.apache.pekko.actor.FSM.NullFunction$
- apply(Object) - Static method in class org.apache.pekko.actor.Identify
- apply(Object) - Method in class org.apache.pekko.actor.Identify$
- apply(Object) - Method in class org.apache.pekko.actor.Status.Success$
- apply(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled$
- apply(Object) - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.Invokes the Method on the supplied instance
- apply(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- apply(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope$
- apply(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- apply(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber$
- apply(Object) - Method in class org.apache.pekko.event.LoggingReceive
- apply(Object) - Method in class org.apache.pekko.io.Tcp.NoAck$
- apply(Object) - Method in class org.apache.pekko.io.Udp.NoAck$
- apply(Object) - Method in class org.apache.pekko.io.UdpConnected.NoAck$
- apply(Object) - Method in class org.apache.pekko.pattern.ReplyWith$
- apply(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure$
-
Deprecated.
- apply(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.NullFunction$
-
Deprecated.
- apply(Object) - Static method in class org.apache.pekko.persistence.journal.SingleEventSeq
- apply(Object) - Method in class org.apache.pekko.persistence.journal.SingleEventSeq$
- apply(Object) - Static method in class org.apache.pekko.persistence.ReplyToStrategy
- apply(Object) - Method in class org.apache.pekko.persistence.ReplyToStrategy$
- apply(Object) - Static method in class org.apache.pekko.persistence.serialization.Snapshot
- apply(Object) - Method in class org.apache.pekko.persistence.serialization.Snapshot$
- apply(Object) - Static method in class org.apache.pekko.routing.Broadcast
- apply(Object) - Method in class org.apache.pekko.routing.Broadcast$
- apply(Object) - Method in class org.apache.pekko.routing.ConsistentHashingRouter.emptyConsistentHashMapping$
- apply(Object) - Static method in class org.apache.pekko.util.LineNumbers
-
Scala API: Obtain line number information for the class defining the given object.
- apply(Object) - Method in class org.apache.pekko.util.LineNumbers$
-
Scala API: Obtain line number information for the class defining the given object.
- apply(Object, int) - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess$
- apply(Object, int, boolean) - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled$
- apply(Object, int, long) - Static method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- apply(Object, int, long) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected$
- apply(Object, long, String, String, boolean, ActorRef, String) - Method in class org.apache.pekko.persistence.PersistentRepr$
-
Plugin API.
- apply(Object, long, String, String, boolean, ActorRef, String, long, Option<Object>) - Method in class org.apache.pekko.persistence.PersistentImpl$
- apply(Object, long, ActorRef, ActorRef) - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced$
- apply(Object, D) - Method in class org.apache.pekko.actor.FSM.Event$
- apply(Object, D) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event$
-
Deprecated.
- apply(Object, Object) - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope$
- apply(Object, Object, ActorRef) - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply$
- apply(Object, String, ActorRef) - Static method in class org.apache.pekko.actor.Dropped
-
Convenience for creating
Droppedwithout asender. - apply(Object, String, ActorRef) - Method in class org.apache.pekko.actor.Dropped$
-
Convenience for creating
Droppedwithout asender. - apply(Object, String, ActorRef, ActorRef) - Static method in class org.apache.pekko.actor.Dropped
- apply(Object, String, ActorRef, ActorRef) - Method in class org.apache.pekko.actor.Dropped$
- apply(Object, String, Option<ReplicatedEventMetadata>) - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist$
- apply(Object, Throwable) - Static method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- apply(Object, Throwable) - Method in class org.apache.pekko.actor.dungeon.SerializationCheckFailedException$
- apply(Object, ActorRef) - Static method in class org.apache.pekko.dispatch.Envelope
- apply(Object, ActorRef) - Method in class org.apache.pekko.dispatch.Envelope$
- apply(Object, ActorRef) - Method in class org.apache.pekko.persistence.NonPersistentRepr$
- apply(Object, ActorRef) - Method in class org.apache.pekko.testkit.TestActor.RealMessage$
- apply(Object, ActorRef, ActorRef) - Static method in class org.apache.pekko.actor.DeadLetter
- apply(Object, ActorRef, ActorRef) - Method in class org.apache.pekko.actor.DeadLetter$
- apply(Object, ActorRef, ActorRef) - Static method in class org.apache.pekko.actor.UnhandledMessage
- apply(Object, ActorRef, ActorRef) - Method in class org.apache.pekko.actor.UnhandledMessage$
- apply(Object, ActorRef, ActorSystem) - Static method in class org.apache.pekko.dispatch.Envelope
- apply(Object, ActorRef, ActorSystem) - Method in class org.apache.pekko.dispatch.Envelope$
- apply(Object, Iterable<SelectionPathElement>, boolean) - Method in class org.apache.pekko.actor.ActorSelectionMessage$
- apply(Object, Set<String>) - Static method in class org.apache.pekko.persistence.journal.Tagged
- apply(Object, Set<String>) - Method in class org.apache.pekko.persistence.journal.Tagged$
- apply(Object, Function1<Object, BoxedUnit>) - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation$
- apply(Object, Function1<Object, BoxedUnit>) - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation$
- apply(Object, Option<ActorRef>) - Static method in class org.apache.pekko.actor.ActorIdentity
- apply(Object, Option<ActorRef>) - Method in class org.apache.pekko.actor.ActorIdentity$
- apply(Object, U, FiniteDuration, org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode, boolean, Function0<BoxedUnit>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
- apply(Method, Object[]) - Method in class org.apache.pekko.actor.TypedActor.MethodCall$
-
Deprecated.
- apply(Runnable) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener$
- apply(Runnable) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener$
- apply(String) - Method in class com.typesafe.sslconfig.pekko.util.PekkoLoggerFactory
- apply(String) - Static method in exception org.apache.pekko.actor.ActorKilledException
- apply(String) - Method in class org.apache.pekko.actor.ActorKilledException$
- apply(String) - Static method in class org.apache.pekko.actor.ActorSystem
-
Creates a new ActorSystem with the specified name, obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- apply(String) - Method in class org.apache.pekko.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- apply(String) - Static method in class org.apache.pekko.actor.AddressFromURIString
-
Try to construct an Address from the given String or throw a java.net.MalformedURLException.
- apply(String) - Method in class org.apache.pekko.actor.AddressFromURIString$
-
Try to construct an Address from the given String or throw a java.net.MalformedURLException.
- apply(String) - Static method in exception org.apache.pekko.actor.IllegalActorStateException
- apply(String) - Method in class org.apache.pekko.actor.IllegalActorStateException$
- apply(String) - Static method in exception org.apache.pekko.actor.InvalidActorNameException
- apply(String) - Method in class org.apache.pekko.actor.InvalidActorNameException$
- apply(String) - Static method in exception org.apache.pekko.actor.InvalidMessageException
- apply(String) - Method in class org.apache.pekko.actor.InvalidMessageException$
- apply(String) - Method in class org.apache.pekko.actor.ProviderSelection.Custom$
- apply(String) - Static method in exception org.apache.pekko.actor.SchedulerException
- apply(String) - Method in class org.apache.pekko.actor.SchedulerException$
- apply(String) - Method in class org.apache.pekko.actor.SelectChildName$
- apply(String) - Method in class org.apache.pekko.actor.SelectChildPattern$
- apply(String) - Method in class org.apache.pekko.actor.SerializedActorRef$
- apply(String) - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAdapter$
- apply(String) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped$
- apply(String) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail$
- apply(String) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Create a testkit using the provided name.
- apply(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
-
Create a testkit using the provided name.
- apply(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.TestInbox$
- apply(String) - Static method in exception org.apache.pekko.actor.testkit.typed.TestException
- apply(String) - Method in class org.apache.pekko.actor.testkit.typed.TestException$
- apply(String) - Method in class org.apache.pekko.actor.typed.SerializedActorRef$
-
Memento pattern for serializing ActorRefs transparently INTERNAL API
- apply(String) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter$
- apply(String) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter$
- apply(String) - Static method in class org.apache.pekko.cluster.ddata.FlagKey
- apply(String) - Method in class org.apache.pekko.cluster.ddata.FlagKey$
- apply(String) - Static method in class org.apache.pekko.cluster.ddata.GCounterKey
- apply(String) - Method in class org.apache.pekko.cluster.ddata.GCounterKey$
- apply(String) - Static method in class org.apache.pekko.cluster.ddata.GSetKey
- apply(String) - Method in class org.apache.pekko.cluster.ddata.GSetKey$
- apply(String) - Static method in class org.apache.pekko.cluster.ddata.LWWMapKey
- apply(String) - Method in class org.apache.pekko.cluster.ddata.LWWMapKey$
- apply(String) - Static method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- apply(String) - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey$
- apply(String) - Static method in class org.apache.pekko.cluster.ddata.ORMapKey
- apply(String) - Method in class org.apache.pekko.cluster.ddata.ORMapKey$
- apply(String) - Static method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- apply(String) - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey$
- apply(String) - Static method in class org.apache.pekko.cluster.ddata.ORSetKey
- apply(String) - Method in class org.apache.pekko.cluster.ddata.ORSetKey$
- apply(String) - Static method in class org.apache.pekko.cluster.ddata.PNCounterKey
- apply(String) - Method in class org.apache.pekko.cluster.ddata.PNCounterKey$
- apply(String) - Static method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- apply(String) - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey$
- apply(String) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers$
- apply(String) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove$
- apply(String) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocation$
- apply(String) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard$
- apply(String) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone$
- apply(String) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed$
- apply(String) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- apply(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff$
- apply(String) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- apply(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck$
- apply(String) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- apply(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome$
- apply(String) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- apply(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff$
- apply(String) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- apply(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard$
- apply(String) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- apply(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated$
- apply(String) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- apply(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted$
- apply(String) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- apply(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped$
- apply(String) - Static method in class org.apache.pekko.cluster.sharding.typed.scaladsl.StartEntity
-
Returns
ShardingEnvelopewhich can be sent via Cluster Sharding in order to wake up the specified (byentityId) Sharded Entity, ''without'' delivering a real message to it. - apply(String) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.StartEntity$
-
Returns
ShardingEnvelopewhich can be sent via Cluster Sharding in order to wake up the specified (byentityId) Sharded Entity, ''without'' delivering a real message to it. - apply(String) - Method in class org.apache.pekko.cluster.VectorClock.Node$
- apply(String) - Static method in class org.apache.pekko.discovery.Lookup
-
Create a service Lookup with only a serviceName.
- apply(String) - Method in class org.apache.pekko.discovery.Lookup$
-
Create a service Lookup with only a serviceName.
- apply(String) - Static method in class org.apache.pekko.event.jul.Logger
-
Deprecated.
- apply(String) - Method in class org.apache.pekko.event.jul.Logger$
-
Deprecated.
- apply(String) - Static method in class org.apache.pekko.event.LogMarker
- apply(String) - Method in class org.apache.pekko.event.LogMarker$
- apply(String) - Static method in class org.apache.pekko.event.slf4j.Logger
- apply(String) - Method in class org.apache.pekko.event.slf4j.Logger$
- apply(String) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve$
- apply(String) - Method in class org.apache.pekko.io.Dns.Resolve$
- apply(String) - Method in class org.apache.pekko.io.Tcp.ErrorClosed$
- apply(String) - Method in class org.apache.pekko.pattern.StatusReply.Error$
-
Scala API: Create an status response with a error message describing why the request was failed or denied.
- apply(String) - Method in class org.apache.pekko.pattern.StatusReply.ErrorMessage$
- apply(String) - Static method in class org.apache.pekko.persistence.typed.ReplicaId
- apply(String) - Method in class org.apache.pekko.persistence.typed.ReplicaId$
- apply(String) - Method in class org.apache.pekko.remote.testconductor.FailBarrier$
- apply(String) - Static method in class org.apache.pekko.remote.testconductor.RoleName
- apply(String) - Method in class org.apache.pekko.remote.testconductor.RoleName$
- apply(String) - Static method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- apply(String) - Method in class org.apache.pekko.remote.transport.FailureInjectorException$
- apply(String) - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher$
- apply(String) - Method in class org.apache.pekko.stream.Attributes.Name$
- apply(String) - Static method in exception org.apache.pekko.stream.BufferOverflowException
- apply(String) - Method in class org.apache.pekko.stream.BufferOverflowException$
- apply(String) - Method in class org.apache.pekko.stream.FanInShape.Name$
- apply(String) - Method in class org.apache.pekko.stream.FanOutShape.Name$
- apply(String) - Static method in class org.apache.pekko.stream.Inlet
-
Scala API
- apply(String) - Method in class org.apache.pekko.stream.Inlet$
-
Scala API
- apply(String) - Static method in class org.apache.pekko.stream.Outlet
-
Scala API
- apply(String) - Method in class org.apache.pekko.stream.Outlet$
-
Scala API
- apply(String) - Static method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- apply(String) - Method in class org.apache.pekko.stream.RemoteStreamRefActorTerminatedException$
- apply(String) - Method in class org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException$
- apply(String) - Static method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- apply(String) - Method in class org.apache.pekko.stream.StreamRefSubscriptionTimeoutException$
- apply(String) - Static method in exception org.apache.pekko.testkit.TestException
- apply(String) - Method in class org.apache.pekko.testkit.TestException$
- apply(String) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by encoding a String as UTF-8.
- apply(String) - Static method in class org.apache.pekko.util.CompactByteString
-
Creates a new CompactByteString by encoding a String as UTF-8.
- apply(String) - Method in class org.apache.pekko.util.CompactByteString$
-
Creates a new CompactByteString by encoding a String as UTF-8.
- apply(String) - Method in class org.apache.pekko.util.LineNumbers.SourceFile$
- apply(String) - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat$
- apply(String) - Static method in class org.apache.pekko.util.Version
- apply(String) - Method in class org.apache.pekko.util.Version$
- apply(String, boolean) - Method in class org.apache.pekko.remote.testconductor.BarrierResult$
- apply(String, boolean, Option<ClassLoader>, Thread.UncaughtExceptionHandler, AtomicLong) - Static method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- apply(String, boolean, Option<ClassLoader>, Thread.UncaughtExceptionHandler, AtomicLong) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory$
- apply(String, int) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd$
- apply(String, int, int) - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines$
- apply(String, long) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo$
- apply(String, long) - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb$
- apply(String, long) - Static method in class org.apache.pekko.persistence.SnapshotMetadata
- apply(String, long) - Method in class org.apache.pekko.persistence.SnapshotMetadata$
- apply(String, long) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.Write$
- apply(String, long) - Method in class org.apache.pekko.persistence.typed.internal.OneVersionVector$
- apply(String, long) - Method in class org.apache.pekko.persistence.typed.internal.VersionVector$
- apply(String, long, long) - Static method in class org.apache.pekko.persistence.SnapshotMetadata
- apply(String, long, long) - Method in class org.apache.pekko.persistence.SnapshotMetadata$
- apply(String, long, long) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.SliceWrite$
- apply(String, long, long) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.TagWrite$
- apply(String, long, long) - Static method in class org.apache.pekko.persistence.typed.SnapshotMetadata
- apply(String, long, long) - Method in class org.apache.pekko.persistence.typed.SnapshotMetadata$
- apply(String, long, long, long) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages$
- apply(String, long, long, ActorRef<A>, ActorRef<ProducerController.MessageWithConfirmation<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext$
- apply(String, long, long, Tcp.Event) - Method in class org.apache.pekko.io.Tcp.WriteFile$
- apply(String, long, long, Option<Object>) - Static method in class org.apache.pekko.persistence.SnapshotMetadata
- apply(String, long, long, Option<Object>) - Method in class org.apache.pekko.persistence.SnapshotMetadata$
- apply(String, long, Object, boolean, boolean, ActorRef<ProducerControllerImpl.InternalCommand>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage$
-
This is used between the
ProducerControllerandConsumerController. - apply(String, long, ActorRef) - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo$
- apply(String, A, ActorRef<Done>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation$
- apply(String, Config) - Static method in class org.apache.pekko.actor.ActorSystem
-
Creates a new ActorSystem with the specified name, and the specified Config, then obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- apply(String, Config) - Method in class org.apache.pekko.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, and the specified Config, then obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- apply(String, Config) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Create a test kit named based on the provided name, and uses the provided custom config for the actor system.
- apply(String, Config) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
-
Create a test kit named based on the provided name, and uses the provided custom config for the actor system.
- apply(String, Config, ClassLoader) - Static method in class org.apache.pekko.actor.ActorSystem
-
Creates a new ActorSystem with the specified name, the specified Config, and specified ClassLoader
- apply(String, Config, ClassLoader) - Method in class org.apache.pekko.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, the specified Config, and specified ClassLoader
- apply(String, Config, ActorContext) - Static method in class org.apache.pekko.remote.FailureDetectorLoader
-
Loads and instantiates a given
FailureDetectorimplementation. - apply(String, Config, ActorContext) - Method in class org.apache.pekko.remote.FailureDetectorLoader$
-
Loads and instantiates a given
FailureDetectorimplementation. - apply(String, Config, TestKitSettings) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Create an
pekko.actor.typed.ActorSystemnamed based on the provided name, use the provided custom config for the actor system, and the testkit will use the provided setting. - apply(String, Config, TestKitSettings) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
-
Create an
pekko.actor.typed.ActorSystemnamed based on the provided name, use the provided custom config for the actor system, and the testkit will use the provided setting. - apply(String, Config, RouterConfig, Scope, String, String) - Static method in class org.apache.pekko.actor.Deploy
- apply(String, Config, RouterConfig, Scope, String, String) - Method in class org.apache.pekko.actor.Deploy$
- apply(String, D, Option<FiniteDuration>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot$
-
Deprecated.
- apply(String, Class<?>, Object) - Method in class org.apache.pekko.event.Logging.Debug$
- apply(String, Class<?>, Object) - Method in class org.apache.pekko.event.Logging.Error$
- apply(String, Class<?>, Object) - Method in class org.apache.pekko.event.Logging.Info$
- apply(String, Class<?>, Object) - Method in class org.apache.pekko.event.Logging.Warning$
- apply(String, Class<?>, Object, LogMarker) - Method in class org.apache.pekko.event.Logging.Error$
- apply(String, Class<?>, Object, Map<String, Object>) - Method in class org.apache.pekko.event.Logging.Debug$
- apply(String, Class<?>, Object, Map<String, Object>) - Method in class org.apache.pekko.event.Logging.Error$
- apply(String, Class<?>, Object, Map<String, Object>) - Method in class org.apache.pekko.event.Logging.Info$
- apply(String, Class<?>, Object, Map<String, Object>) - Method in class org.apache.pekko.event.Logging.Warning$
- apply(String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class org.apache.pekko.event.Logging.Debug$
- apply(String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class org.apache.pekko.event.Logging.Error$
- apply(String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class org.apache.pekko.event.Logging.Info$
- apply(String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class org.apache.pekko.event.Logging.Warning$
- apply(String, Number, Option<EWMA>) - Static method in class org.apache.pekko.cluster.metrics.Metric
- apply(String, Number, Option<EWMA>) - Method in class org.apache.pekko.cluster.metrics.Metric$
- apply(String, Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish$
-
Deprecated.
- apply(String, Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll$
-
Deprecated.
- apply(String, Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish$
- apply(String, Object, boolean) - Method in class org.apache.pekko.cluster.client.ClusterClient.Send$
-
Deprecated.
- apply(String, Object, boolean) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish$
- apply(String, Object, boolean) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send$
- apply(String, Object, boolean) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll$
- apply(String, Object, FSM.TimerMode, int, Object, ActorContext) - Method in class org.apache.pekko.actor.FSM.Timer$
- apply(String, Object, PersistentFSM.TimerMode, int, Object, ActorContext) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer$
-
Deprecated.
- apply(String, StackTraceElement[]) - Method in class org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure$
- apply(String, String) - Static method in class org.apache.pekko.actor.Address
-
Constructs a new Address with the specified protocol and system name
- apply(String, String) - Method in class org.apache.pekko.actor.Address$
-
Constructs a new Address with the specified protocol and system name
- apply(String, String) - Static method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- apply(String, String) - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey$
- apply(String, String) - Method in class org.apache.pekko.cluster.sharding.typed.internal.EntityTypeKeyImpl$
- apply(String, String) - Static method in class org.apache.pekko.persistence.typed.PersistenceId
-
Constructs a
PersistenceIdfrom the givenentityTypeHintandentityIdby concatenating them with|separator. - apply(String, String) - Method in class org.apache.pekko.persistence.typed.PersistenceId$
-
Constructs a
PersistenceIdfrom the givenentityTypeHintandentityIdby concatenating them with|separator. - apply(String, String) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by encoding a String with a charset.
- apply(String, String) - Static method in class org.apache.pekko.util.CompactByteString
-
Creates a new CompactByteString by encoding a String with a charset.
- apply(String, String) - Method in class org.apache.pekko.util.CompactByteString$
-
Creates a new CompactByteString by encoding a String with a charset.
- apply(String, String, String) - Static method in class org.apache.pekko.persistence.typed.PersistenceId
-
Constructs a
PersistenceIdfrom the givenentityTypeHintandentityIdby concatenating them with theseparator. - apply(String, String, String) - Method in class org.apache.pekko.persistence.typed.PersistenceId$
-
Constructs a
PersistenceIdfrom the givenentityTypeHintandentityIdby concatenating them with theseparator. - apply(String, String, String, int) - Static method in class org.apache.pekko.actor.Address
-
Constructs a new Address with the specified protocol, system name, host and port
- apply(String, String, String, int) - Method in class org.apache.pekko.actor.Address$
-
Constructs a new Address with the specified protocol, system name, host and port
- apply(String, String, String, String, int, ClassTag<A>) - Method in class org.apache.pekko.testkit.EventFilter$
-
Create a filter for Error events.
- apply(String, String, ReplicaId) - Static method in class org.apache.pekko.persistence.typed.ReplicationId
- apply(String, String, ReplicaId) - Method in class org.apache.pekko.persistence.typed.ReplicationId$
- apply(String, String, Option<String>, Option<Object>) - Static method in class org.apache.pekko.actor.Address
- apply(String, String, Option<String>, Option<Object>) - Method in class org.apache.pekko.actor.Address$
- apply(String, Throwable) - Method in class org.apache.pekko.remote.transport.Transport.InvalidAssociationException$
-
Deprecated.
- apply(String, Charset) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by encoding a String with a charset.
- apply(String, Charset) - Static method in class org.apache.pekko.util.CompactByteString
-
Creates a new CompactByteString by encoding a String with a charset.
- apply(String, Charset) - Method in class org.apache.pekko.util.CompactByteString$
-
Creates a new CompactByteString by encoding a String with a charset.
- apply(String, M) - Static method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- apply(String, M) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope$
- apply(String, ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe$
- apply(String, ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe$
- apply(String, ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- apply(String, ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome$
- apply(String, ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- apply(String, ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated$
- apply(String, ActorSystem) - Static method in class org.apache.pekko.testkit.TestProbe
- apply(String, ActorSystem) - Method in class org.apache.pekko.testkit.TestProbe$
- apply(String, Address) - Method in class org.apache.pekko.remote.testconductor.Hello$
- apply(String, BootstrapSetup) - Static method in class org.apache.pekko.actor.ActorSystem
-
Scala API: Shortcut for creating an actor system with custom bootstrap settings.
- apply(String, BootstrapSetup) - Method in class org.apache.pekko.actor.ActorSystem$
-
Scala API: Shortcut for creating an actor system with custom bootstrap settings.
- apply(String, ExtendedActorSystem) - Static method in class org.apache.pekko.pattern.CircuitBreaker
-
Create or find a CircuitBreaker in registry.
- apply(String, ExtendedActorSystem) - Method in class org.apache.pekko.pattern.CircuitBreaker$
-
Create or find a CircuitBreaker in registry.
- apply(String, ActorSystemSetup) - Static method in class org.apache.pekko.actor.ActorSystem
-
Scala API: Creates a new actor system with the specified name and settings The core actor system settings are defined in
BootstrapSetup - apply(String, ActorSystemSetup) - Method in class org.apache.pekko.actor.ActorSystem$
-
Scala API: Creates a new actor system with the specified name and settings The core actor system settings are defined in
BootstrapSetup - apply(String, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Option<Behavior<DurableProducerQueue.Command<A>>>, ShardingProducerController.Settings, ClassTag<A>) - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingProducerControllerImpl
- apply(String, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Option<Behavior<DurableProducerQueue.Command<A>>>, ShardingProducerController.Settings, ClassTag<A>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingProducerControllerImpl$
- apply(String, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Option<Behavior<DurableProducerQueue.Command<A>>>, ShardingProducerController.Settings, ClassTag<A>) - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController
- apply(String, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Option<Behavior<DurableProducerQueue.Command<A>>>, ShardingProducerController.Settings, ClassTag<A>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController$
- apply(String, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Option<Behavior<DurableProducerQueue.Command<A>>>, ClassTag<A>) - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController
- apply(String, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Option<Behavior<DurableProducerQueue.Command<A>>>, ClassTag<A>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController$
- apply(String, ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe$
- apply(String, Behavior<T>, ActorRef<ActorRef<T>>, Props) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor$
- apply(String, Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig$
- apply(String, Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector$
- apply(String, ServiceKey<ConsumerController.Command<A>>, Option<Behavior<DurableProducerQueue.Command<A>>>, WorkPullingProducerController.Settings, ClassTag<A>) - Static method in class org.apache.pekko.actor.typed.delivery.internal.WorkPullingProducerControllerImpl
- apply(String, ServiceKey<ConsumerController.Command<A>>, Option<Behavior<DurableProducerQueue.Command<A>>>, WorkPullingProducerController.Settings, ClassTag<A>) - Method in class org.apache.pekko.actor.typed.delivery.internal.WorkPullingProducerControllerImpl$
- apply(String, ServiceKey<ConsumerController.Command<A>>, Option<Behavior<DurableProducerQueue.Command<A>>>, WorkPullingProducerController.Settings, ClassTag<A>) - Static method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController
- apply(String, ServiceKey<ConsumerController.Command<A>>, Option<Behavior<DurableProducerQueue.Command<A>>>, WorkPullingProducerController.Settings, ClassTag<A>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController$
- apply(String, ServiceKey<ConsumerController.Command<A>>, Option<Behavior<DurableProducerQueue.Command<A>>>, ClassTag<A>) - Static method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController
- apply(String, ServiceKey<ConsumerController.Command<A>>, Option<Behavior<DurableProducerQueue.Command<A>>>, ClassTag<A>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController$
- apply(String, DurableStore.DurableDataEnvelope, Option<DurableStore.StoreReply>) - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store$
- apply(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- apply(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair$
- apply(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, Option<UniqueAddress>) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- apply(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, Option<UniqueAddress>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write$
- apply(String, CachePolicy.Ttl, int, int, int, String) - Static method in class org.apache.pekko.io.dns.SRVRecord
- apply(String, CachePolicy.Ttl, int, int, int, String) - Method in class org.apache.pekko.io.dns.SRVRecord$
- apply(String, CachePolicy.Ttl, short, short, ByteString) - Static method in class org.apache.pekko.io.dns.UnknownRecord
- apply(String, CachePolicy.Ttl, short, short, ByteString) - Method in class org.apache.pekko.io.dns.UnknownRecord$
- apply(String, CachePolicy.Ttl, String) - Static method in class org.apache.pekko.io.dns.CNameRecord
- apply(String, CachePolicy.Ttl, String) - Method in class org.apache.pekko.io.dns.CNameRecord$
- apply(String, CachePolicy.Ttl, Inet6Address) - Static method in class org.apache.pekko.io.dns.AAAARecord
- apply(String, CachePolicy.Ttl, Inet6Address) - Method in class org.apache.pekko.io.dns.AAAARecord$
- apply(String, CachePolicy.Ttl, InetAddress) - Static method in class org.apache.pekko.io.dns.ARecord
- apply(String, CachePolicy.Ttl, InetAddress) - Method in class org.apache.pekko.io.dns.ARecord$
- apply(String, DnsProtocol.RequestType) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve$
- apply(String, RecordType, RecordClass) - Method in class org.apache.pekko.io.dns.internal.Question$
- apply(String, SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots$
- apply(String, SnapshotSelectionCriteria, long) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot$
- apply(String, FailureDetectorRegistry<Address>, int, Map<String, SortedSet<Member>>) - Method in class org.apache.pekko.cluster.CrossDcHeartbeatingState$
- apply(String, Serializer, Seq<Class<?>>) - Static method in class org.apache.pekko.serialization.SerializerDetails
-
Scala API: factory for details about one programmatically setup serializer
- apply(String, Serializer, Seq<Class<?>>) - Method in class org.apache.pekko.serialization.SerializerDetails$
-
Scala API: factory for details about one programmatically setup serializer
- apply(String, Map<String, Object>) - Static method in class org.apache.pekko.event.LogMarker
- apply(String, Map<String, Object>) - Method in class org.apache.pekko.event.LogMarker$
- apply(String, Seq<String>) - Static method in class org.apache.pekko.actor.typed.ActorTags
-
Scala API: create a tag props with one or more tags
- apply(String, Seq<String>) - Method in class org.apache.pekko.actor.typed.ActorTags$
-
Scala API: create a tag props with one or more tags
- apply(String, Seq<Inet4Address>, Seq<Inet6Address>) - Method in class org.apache.pekko.io.Dns.Resolved$
-
Deprecated.
- apply(String, Seq<ServiceDiscovery.ResolvedTarget>) - Method in class org.apache.pekko.discovery.ServiceDiscovery.Resolved$
- apply(String, Seq<ResourceRecord>) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved$
- apply(String, Seq<ResourceRecord>, Seq<ResourceRecord>) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved$
- apply(String, Set<ReplicaId>, Function2<EntityTypeKey<M>, ReplicaId, ReplicatedEntity<M>>, ClassTag<M>) - Static method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider
-
Scala API:
- apply(String, Set<ReplicaId>, Function2<EntityTypeKey<M>, ReplicaId, ReplicatedEntity<M>>, ClassTag<M>) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider$
-
Scala API:
- apply(String, Iterable<InetAddress>) - Method in class org.apache.pekko.io.Dns.Resolved$
-
Deprecated.
- apply(String, FiniteDuration, FiniteDuration, Option<String>, Option<String>) - Method in class org.apache.pekko.cluster.sbr.LeaseMajoritySettings$
- apply(String, Option<Config>, Option<ClassLoader>, Option<ExecutionContext>) - Static method in class org.apache.pekko.actor.ActorSystem
-
Creates a new ActorSystem with the specified name, the specified ClassLoader if given, otherwise obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- apply(String, Option<Config>, Option<ClassLoader>, Option<ExecutionContext>) - Method in class org.apache.pekko.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, the specified ClassLoader if given, otherwise obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- apply(String, Option<Object>, Option<InetAddress>) - Method in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget$
- apply(String, Option<String>, ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe$
- apply(String, Option<String>, ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe$
- apply(String, Option<String>, Option<String>) - Static method in class org.apache.pekko.discovery.Lookup
-
Create a service Lookup with
serviceName, optionalportNameand optionalprotocol. - apply(String, Option<String>, Option<String>) - Method in class org.apache.pekko.discovery.Lookup$
-
Create a service Lookup with
serviceName, optionalportNameand optionalprotocol. - apply(String, Option<Address>) - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged$
- apply(String, Option<Behavior<DurableProducerQueue.Command<A>>>, ProducerController.Settings, Function1<ConsumerController.SequencedMessage<A>, BoxedUnit>, ClassTag<A>) - Static method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl
-
For custom
sendfunction. - apply(String, Option<Behavior<DurableProducerQueue.Command<A>>>, ProducerController.Settings, Function1<ConsumerController.SequencedMessage<A>, BoxedUnit>, ClassTag<A>) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl$
-
For custom
sendfunction. - apply(String, Option<Behavior<DurableProducerQueue.Command<A>>>, ProducerController.Settings, ClassTag<A>) - Static method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl
- apply(String, Option<Behavior<DurableProducerQueue.Command<A>>>, ProducerController.Settings, ClassTag<A>) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl$
- apply(String, Option<Behavior<DurableProducerQueue.Command<A>>>, ProducerController.Settings, ClassTag<A>) - Static method in class org.apache.pekko.actor.typed.delivery.ProducerController
- apply(String, Option<Behavior<DurableProducerQueue.Command<A>>>, ProducerController.Settings, ClassTag<A>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController$
- apply(String, Option<Behavior<DurableProducerQueue.Command<A>>>, ClassTag<A>) - Static method in class org.apache.pekko.actor.typed.delivery.ProducerController
- apply(String, Option<Behavior<DurableProducerQueue.Command<A>>>, ClassTag<A>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController$
- apply(String, Option<UniqueAddress>) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- apply(String, Option<UniqueAddress>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read$
- apply(String, Option<ReplicaId>, Map<ReplicaId, ActorRef<T>>) - Static method in class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication
- apply(String, Option<ReplicaId>, Map<ReplicaId, ActorRef<T>>) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication$
- apply(String, Option<FiniteDuration>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent$
-
Deprecated.
- apply(String, Option<FiniteDuration>) - Method in class org.apache.pekko.remote.testconductor.EnterBarrier$
- apply(String, ClassTag<T>) - Static method in class org.apache.pekko.actor.typed.pubsub.Topic
-
Scala API: Create a topic actor behavior for the given topic name and message type.
- apply(String, ClassTag<T>) - Method in class org.apache.pekko.actor.typed.pubsub.Topic$
-
Scala API: Create a topic actor behavior for the given topic name and message type.
- apply(String, ClassTag<T>) - Static method in class org.apache.pekko.actor.typed.receptionist.ServiceKey
-
Scala API: Creates a service key.
- apply(String, ClassTag<T>) - Method in class org.apache.pekko.actor.typed.receptionist.ServiceKey$
-
Scala API: Creates a service key.
- apply(String, ClassTag<T>) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.EntityTypeKey$
-
Creates an
EntityTypeKey. - apply(String, ClassTag<T>, ActorSystem) - Static method in class org.apache.pekko.testkit.TestActorRef
- apply(String, ClassTag<T>, ActorSystem) - Method in class org.apache.pekko.testkit.TestActorRef$
- apply(Throwable) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation$
- apply(Throwable) - Method in class org.apache.pekko.actor.Status.Failure$
- apply(Throwable) - Static method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- apply(Throwable) - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure$
- apply(Throwable) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- apply(Throwable) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure$
- apply(Throwable) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- apply(Throwable) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure$
- apply(Throwable) - Method in class org.apache.pekko.dispatch.japi.RecoverBridge
-
Deprecated.
- apply(Throwable) - Method in class org.apache.pekko.dispatch.sysmsg.Recreate$
- apply(Throwable) - Method in class org.apache.pekko.dispatch.sysmsg.Resume$
- apply(Throwable) - Method in class org.apache.pekko.pattern.StatusReply.Error$
-
Scala API: Create an error response with a user defined
Throwable. - apply(Throwable) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure$
- apply(Throwable) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure$
- apply(Throwable) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed$
- apply(Throwable) - Static method in class org.apache.pekko.persistence.testkit.Reject
- apply(Throwable) - Method in class org.apache.pekko.persistence.testkit.Reject$
- apply(Throwable) - Static method in class org.apache.pekko.persistence.testkit.StorageFailure
- apply(Throwable) - Method in class org.apache.pekko.persistence.testkit.StorageFailure$
- apply(Throwable) - Static method in class org.apache.pekko.persistence.typed.RecoveryFailed
- apply(Throwable) - Method in class org.apache.pekko.persistence.typed.RecoveryFailed$
- apply(Throwable) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure$
- apply(Throwable) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure$
- apply(Throwable) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure$
- apply(Throwable) - Static method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- apply(Throwable) - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed$
- apply(Throwable) - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce$
- apply(Throwable) - Static method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- apply(Throwable) - Method in class org.apache.pekko.remote.RemotingErrorEvent$
- apply(Throwable) - Method in class org.apache.pekko.stream.FlowMonitorState.Failed$
- apply(Throwable) - Method in class org.apache.pekko.stream.QueueOfferResult.Failure$
- apply(Throwable) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure$
- apply(Throwable) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError$
- apply(Throwable, int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed$
- apply(Throwable, long) - Static method in class org.apache.pekko.persistence.DeleteMessagesFailure
- apply(Throwable, long) - Method in class org.apache.pekko.persistence.DeleteMessagesFailure$
- apply(Throwable, String, Class<?>, Object) - Method in class org.apache.pekko.event.Logging.Error$
- apply(Throwable, String, Class<?>, Object, Map<String, Object>) - Method in class org.apache.pekko.event.Logging.Error$
- apply(Throwable, String, Class<?>, Object, Map<String, Object>) - Method in class org.apache.pekko.event.Logging.Warning$
- apply(Throwable, String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class org.apache.pekko.event.Logging.Error$
- apply(Throwable, String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class org.apache.pekko.event.Logging.Warning$
- apply(Throwable, Address, Address, boolean, Logging.LogLevel) - Static method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- apply(Throwable, Address, Address, boolean, Logging.LogLevel) - Method in class org.apache.pekko.remote.AssociationErrorEvent$
- apply(Throwable, Behavior<T>) - Method in class org.apache.pekko.actor.typed.internal.UnstashException$
-
INTERNAL API:
- apply(InetSocketAddress) - Method in class org.apache.pekko.io.Tcp.Bound$
- apply(InetSocketAddress) - Method in class org.apache.pekko.io.Udp.Bound$
- apply(InetSocketAddress, InetSocketAddress) - Method in class org.apache.pekko.io.Tcp.Connected$
- apply(InetSocketAddress, InetSocketAddress) - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection$
- apply(InetSocketAddress, InetSocketAddress, Flow<ByteString, ByteString, NotUsed>) - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection$
- apply(InetSocketAddress, Function0<Future<BoxedUnit>>, Future<Done>) - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding$
- apply(InetSocketAddress, Option<InetSocketAddress>, Iterable<Inet.SocketOption>, Option<FiniteDuration>, boolean) - Method in class org.apache.pekko.io.Tcp.Connect$
- apply(ByteBuffer) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by copying bytes from a ByteBuffer.
- apply(ByteBuffer) - Static method in class org.apache.pekko.util.CompactByteString
-
Creates a new CompactByteString by copying bytes from a ByteBuffer.
- apply(ByteBuffer) - Method in class org.apache.pekko.util.CompactByteString$
-
Creates a new CompactByteString by copying bytes from a ByteBuffer.
- apply(Path, long, long, Tcp.Event) - Method in class org.apache.pekko.io.Tcp.WritePath$
- apply(Duration) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll$
- apply(Duration) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll$
- apply(Duration, int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority$
- apply(Duration, int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority$
- apply(Instant, Instant, Map<String, Object>) - Static method in class org.apache.pekko.persistence.query.TimestampOffset
-
Timestamp based offset.
- apply(Instant, Instant, Map<String, Object>) - Method in class org.apache.pekko.persistence.query.TimestampOffset$
-
Timestamp based offset.
- apply(Instant, Map<String, Object>) - Static method in class org.apache.pekko.persistence.query.TimestampOffset
- apply(Instant, Map<String, Object>) - Method in class org.apache.pekko.persistence.query.TimestampOffset$
- apply(LocalDateTime, int) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak$
- apply(ThreadFactory, EventStream, Scheduler, DynamicAccess, ActorSystem.Settings, Mailboxes, Option<ExecutionContext>) - Method in class org.apache.pekko.dispatch.DefaultDispatcherPrerequisites$
- apply(Optional<A>, long) - Static method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- apply(Optional<A>, long) - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult$
- apply(UUID) - Static method in class org.apache.pekko.persistence.query.TimeBasedUUID
- apply(UUID) - Method in class org.apache.pekko.persistence.query.TimeBasedUUID$
- apply(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole) - Static method in class org.apache.pekko.stream.scaladsl.TLS
-
Deprecated.Use apply that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- apply(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole) - Method in class org.apache.pekko.stream.scaladsl.TLS$
-
Deprecated.Use apply that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- apply(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole, TLSClosing, Option<Tuple2<String, Object>>) - Static method in class org.apache.pekko.stream.scaladsl.TLS
-
Deprecated.Use apply that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- apply(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole, TLSClosing, Option<Tuple2<String, Object>>) - Method in class org.apache.pekko.stream.scaladsl.TLS$
-
Deprecated.Use apply that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- apply(SSLContext, Option<PekkoSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole, TLSClosing, Option<Tuple2<String, Object>>) - Static method in class org.apache.pekko.stream.scaladsl.TLS
-
Deprecated.Use apply that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- apply(SSLContext, Option<PekkoSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole, TLSClosing, Option<Tuple2<String, Object>>) - Method in class org.apache.pekko.stream.scaladsl.TLS$
-
Deprecated.Use apply that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- apply(SSLSession) - Method in class org.apache.pekko.stream.scaladsl.ScalaSessionAPI$
-
Constructs a ScalaSessionAPI instance from an SSLSession
- apply(SSLSession, ByteString) - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes$
- apply(Actor) - Static method in class org.apache.pekko.event.Logging
-
Obtain LoggingAdapter with MDC support for the given actor.
- apply(Actor) - Method in class org.apache.pekko.event.Logging$
-
Obtain LoggingAdapter with MDC support for the given actor.
- apply(ActorContext) - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.Use 'org.apache.pekko.actor.typed' API. Since Akka 2.6.0.
- apply(ActorContext) - Method in class org.apache.pekko.actor.TypedActor$
-
Deprecated.Use 'org.apache.pekko.actor.typed' API. Since Akka 2.6.0.
- apply(ActorContext) - Static method in class org.apache.pekko.remote.testconductor.TestConductor
- apply(ActorContext) - Method in class org.apache.pekko.remote.testconductor.TestConductor$
- apply(ActorPath) - Static method in class org.apache.pekko.cluster.client.ContactPointAdded
- apply(ActorPath) - Method in class org.apache.pekko.cluster.client.ContactPointAdded$
- apply(ActorPath) - Static method in class org.apache.pekko.cluster.client.ContactPointRemoved
- apply(ActorPath) - Method in class org.apache.pekko.cluster.client.ContactPointRemoved$
- apply(ActorPath, Object, long, int) - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- apply(ActorPath, Object, long, int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery$
- apply(ActorPath, Seq<RunningInterpreter>, Seq<UninitializedInterpreter>) - Method in class org.apache.pekko.stream.snapshot.StreamSnapshotImpl$
- apply(ActorRef) - Static method in exception org.apache.pekko.actor.DeathPactException
- apply(ActorRef) - Method in class org.apache.pekko.actor.DeathPactException$
- apply(ActorRef) - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack$
- apply(ActorRef) - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack$
- apply(ActorRef) - Method in class org.apache.pekko.actor.SerializedActorRef$
- apply(ActorRef) - Method in class org.apache.pekko.actor.StopChild$
- apply(ActorRef) - Method in class org.apache.pekko.actor.typed.internal.adapter.ActorRefAdapter$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- apply(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.client.ClusterClientUp
- apply(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClientUp$
- apply(ActorRef) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- apply(ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic$
- apply(ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- apply(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- apply(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- apply(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- apply(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- apply(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- apply(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- apply(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- apply(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- apply(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated$
- apply(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated$
- apply(ActorRef) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- apply(ActorRef) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData$
- apply(ActorRef) - Method in class org.apache.pekko.pattern.ForwardTo$
- apply(ActorRef) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack$
-
Deprecated.
- apply(ActorRef) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack$
-
Deprecated.
- apply(ActorRef) - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore$
- apply(ActorRef) - Static method in class org.apache.pekko.persistence.TestPayload
- apply(ActorRef) - Method in class org.apache.pekko.persistence.TestPayload$
- apply(ActorRef) - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener$
-
Deprecated.
- apply(ActorRef) - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener$
-
Deprecated.
- apply(ActorRef) - Static method in class org.apache.pekko.routing.ActorRefRoutee
- apply(ActorRef) - Method in class org.apache.pekko.routing.ActorRefRoutee$
- apply(ActorRef) - Static method in class org.apache.pekko.routing.Deafen
- apply(ActorRef) - Method in class org.apache.pekko.routing.Deafen$
- apply(ActorRef) - Static method in class org.apache.pekko.routing.Listen
- apply(ActorRef) - Method in class org.apache.pekko.routing.Listen$
- apply(ActorRef) - Static method in exception org.apache.pekko.stream.AbruptTerminationException
- apply(ActorRef) - Method in class org.apache.pekko.stream.AbruptTerminationException$
- apply(ActorRef) - Method in class org.apache.pekko.testkit.TestActor.UnWatch$
- apply(ActorRef) - Method in class org.apache.pekko.testkit.TestActor.Watch$
- apply(ActorRefFactory) - Method in class org.apache.pekko.testkit.TestActor.Spawn
- apply(ActorRef, boolean) - Method in class org.apache.pekko.dispatch.sysmsg.Supervise$
- apply(ActorRef, boolean, boolean) - Static method in class org.apache.pekko.actor.Terminated
- apply(ActorRef, boolean, boolean) - Method in class org.apache.pekko.actor.Terminated$
- apply(ActorRef, boolean, boolean) - Method in class org.apache.pekko.dispatch.sysmsg.DeathWatchNotification$
- apply(ActorRef, boolean, boolean) - Method in class org.apache.pekko.io.Tcp.Register$
- apply(ActorRef, int, long) - Static method in class org.apache.pekko.actor.ChildRestartStats
- apply(ActorRef, int, long) - Method in class org.apache.pekko.actor.ChildRestartStats$
- apply(ActorRefProvider, Timeout) - Method in class org.apache.pekko.pattern.AskPromiseRef$
- apply(ActorRefProvider, Timeout, Object, String, String, ActorRef, Function1<String, Throwable>) - Method in class org.apache.pekko.pattern.PromiseActorRef$
- apply(ActorRef, String) - Static method in class org.apache.pekko.actor.ActorSelection
-
Construct an ActorSelection from the given string representing a path relative to the given target.
- apply(ActorRef, String) - Method in class org.apache.pekko.actor.ActorSelection$
-
Construct an ActorSelection from the given string representing a path relative to the given target.
- apply(ActorRef, String, ClassTag<T>, ActorSystem) - Static method in class org.apache.pekko.testkit.TestActorRef
- apply(ActorRef, String, ClassTag<T>, ActorSystem) - Method in class org.apache.pekko.testkit.TestActorRef$
- apply(ActorRef, Throwable, int) - Method in class org.apache.pekko.dispatch.sysmsg.Failed$
- apply(ActorRef, Throwable, Throwable) - Static method in exception org.apache.pekko.actor.PostRestartException
- apply(ActorRef, Throwable, Throwable) - Method in class org.apache.pekko.actor.PostRestartException$
- apply(ActorRef, Throwable, Throwable, Option<Object>) - Static method in exception org.apache.pekko.actor.PreRestartException
- apply(ActorRef, Throwable, Throwable, Option<Object>) - Method in class org.apache.pekko.actor.PreRestartException$
- apply(ActorRef, InetSocketAddress, int, Iterable<Inet.SocketOption>, boolean) - Method in class org.apache.pekko.io.Tcp.Bind$
- apply(ActorRef, InetSocketAddress, Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.io.Udp.Bind$
- apply(ActorRef, InetSocketAddress, Option<InetSocketAddress>, Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.io.UdpConnected.Connect$
- apply(ActorRef, ActorRef) - Method in class org.apache.pekko.dispatch.sysmsg.Unwatch$
- apply(ActorRef, ActorRef, String) - Static method in exception org.apache.pekko.stream.InvalidPartnerActorException
- apply(ActorRef, ActorRef, String) - Method in class org.apache.pekko.stream.InvalidPartnerActorException$
- apply(ActorRef, ClusterEvent.SubscriptionInitialStateMode, Set<Class<?>>) - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe$
- apply(ActorRef, S) - Method in class org.apache.pekko.actor.FSM.CurrentState$
- apply(ActorRef, Iterable<String>) - Static method in class org.apache.pekko.actor.ActorSelection
-
Construct an ActorSelection from the given string representing a path relative to the given target.
- apply(ActorRef, Iterable<String>) - Method in class org.apache.pekko.actor.ActorSelection$
-
Construct an ActorSelection from the given string representing a path relative to the given target.
- apply(ActorRef, FiniteDuration) - Method in class org.apache.pekko.actor.TypedActor.SerializedTypedActorInvocationHandler$
-
Deprecated.
- apply(ActorRef, Option<Class<?>>) - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe$
- apply(ActorRef, Option<ActorRef>) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- apply(ActorRef, Option<ActorRef>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData$
- apply(ActorRef, ClassTag<T>, ActorSystem) - Static method in class org.apache.pekko.testkit.TestActorRef
- apply(ActorRef, ClassTag<T>, ActorSystem) - Method in class org.apache.pekko.testkit.TestActorRef$
- apply(ActorRef, S, S) - Method in class org.apache.pekko.actor.FSM.Transition$
- apply(ActorRef, S, Option<FiniteDuration>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState$
-
Deprecated.
- apply(ActorRef, S, S, Option<FiniteDuration>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition$
-
Deprecated.
- apply(Actor, Class<?>) - Method in class org.apache.pekko.event.ActorWithLogClass$
- apply(ActorSelection) - Static method in exception org.apache.pekko.actor.ActorNotFound
- apply(ActorSelection) - Method in class org.apache.pekko.actor.ActorNotFound$
- apply(ActorSelection) - Static method in class org.apache.pekko.routing.ActorSelectionRoutee
- apply(ActorSelection) - Method in class org.apache.pekko.routing.ActorSelectionRoutee$
- apply(ActorSystem) - Static method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- apply(ActorSystem) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig$
-
Deprecated.
- apply(ActorSystem) - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- apply(ActorSystem) - Method in interface org.apache.pekko.actor.ExtensionId
-
Returns an instance of the extension identified by this ExtensionId instance.
- apply(ActorSystem) - Method in class org.apache.pekko.actor.typed.internal.adapter.ActorSystemAdapter$
- apply(ActorSystem) - Static method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.
- apply(ActorSystem) - Static method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.Create settings from the default configuration
pekko.cluster.client. - apply(ActorSystem) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings$
-
Deprecated.Create settings from the default configuration
pekko.cluster.client. - apply(ActorSystem) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.Create settings from the default configuration
pekko.cluster.client.receptionist. - apply(ActorSystem) - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings$
-
Deprecated.Create settings from the default configuration
pekko.cluster.client.receptionist. - apply(ActorSystem) - Static method in class org.apache.pekko.cluster.Cluster
- apply(ActorSystem) - Static method in class org.apache.pekko.cluster.ddata.DistributedData
- apply(ActorSystem) - Static method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
-
Create settings from the default configuration
pekko.cluster.distributed-data. - apply(ActorSystem) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings$
-
Create settings from the default configuration
pekko.cluster.distributed-data. - apply(ActorSystem) - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
- apply(ActorSystem) - Method in class org.apache.pekko.cluster.metrics.MetricsCollector$
-
Try to create collector instance in the order of priority.
- apply(ActorSystem) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSub
- apply(ActorSystem) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
-
Create settings from the default configuration
pekko.cluster.pub-sub. - apply(ActorSystem) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings$
-
Create settings from the default configuration
pekko.cluster.pub-sub. - apply(ActorSystem) - Static method in class org.apache.pekko.cluster.sharding.ClusterSharding
- apply(ActorSystem) - Static method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Create settings from the default configuration
pekko.cluster.sharding. - apply(ActorSystem) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings$
-
Create settings from the default configuration
pekko.cluster.sharding. - apply(ActorSystem) - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation
- apply(ActorSystem) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
-
Create settings from the default configuration
pekko.cluster.singleton. - apply(ActorSystem) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings$
-
Create settings from the default configuration
pekko.cluster.singleton. - apply(ActorSystem) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
-
Create settings from the default configuration
pekko.cluster.singleton-proxy. - apply(ActorSystem) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings$
-
Create settings from the default configuration
pekko.cluster.singleton-proxy. - apply(ActorSystem) - Static method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider
- apply(ActorSystem) - Static method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider
- apply(ActorSystem) - Static method in class org.apache.pekko.discovery.Discovery
- apply(ActorSystem) - Method in class org.apache.pekko.discovery.Discovery$
- apply(ActorSystem) - Static method in class org.apache.pekko.io.Dns
- apply(ActorSystem) - Static method in class org.apache.pekko.io.Tcp
- apply(ActorSystem) - Static method in class org.apache.pekko.io.Udp
- apply(ActorSystem) - Static method in class org.apache.pekko.io.UdpConnected
- apply(ActorSystem) - Static method in class org.apache.pekko.pattern.CircuitBreakersRegistry
- apply(ActorSystem) - Static method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension
- apply(ActorSystem) - Static method in class org.apache.pekko.persistence.Persistence
- apply(ActorSystem) - Static method in class org.apache.pekko.persistence.query.PersistenceQuery
- apply(ActorSystem) - Static method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry
- apply(ActorSystem) - Static method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- apply(ActorSystem) - Static method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension
- apply(ActorSystem) - Static method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- apply(ActorSystem) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit$
- apply(ActorSystem) - Static method in class org.apache.pekko.remote.AddressUidExtension
- apply(ActorSystem) - Static method in class org.apache.pekko.remote.BoundAddressesExtension
- apply(ActorSystem) - Static method in class org.apache.pekko.remote.RemoteMetricsExtension
- apply(ActorSystem) - Static method in class org.apache.pekko.remote.transport.TransportAdaptersExtension
-
Deprecated.
- apply(ActorSystem) - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
- apply(ActorSystem) - Static method in class org.apache.pekko.serialization.SerializationExtension
- apply(ActorSystem) - Static method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- apply(ActorSystem) - Method in class org.apache.pekko.stream.ActorMaterializerSettings$
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- apply(ActorSystem) - Static method in class org.apache.pekko.stream.IOSettings
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- apply(ActorSystem) - Method in class org.apache.pekko.stream.IOSettings$
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- apply(ActorSystem) - Static method in class org.apache.pekko.stream.javadsl.Tcp
- apply(ActorSystem) - Static method in class org.apache.pekko.stream.scaladsl.Tcp
- apply(ActorSystem) - Method in class org.apache.pekko.stream.scaladsl.Tcp$
- apply(ActorSystem) - Method in class org.apache.pekko.stream.StreamRefSettings$
-
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- apply(ActorSystem) - Static method in class org.apache.pekko.stream.SystemMaterializer
- apply(ActorSystem) - Static method in class org.apache.pekko.testkit.TestKitExtension
- apply(ActorSystem) - Static method in class org.apache.pekko.testkit.TestProbe
- apply(ActorSystem) - Method in class org.apache.pekko.testkit.TestProbe$
- apply(ActorSystem) - Static method in class org.apache.pekko.util.ManifestInfo
- apply(ActorSystem, int, PartialFunction<Object, Object>) - Static method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
-
Uses consistent hashing to select a routee based on the sent message.
- apply(ActorSystem, int, PartialFunction<Object, Object>) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic$
-
Uses consistent hashing to select a routee based on the sent message.
- apply(ActorSystem, MetricsSelector) - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- apply(ActorSystem, MetricsSelector) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic$
- apply(ActorSystem, Timeout) - Method in class org.apache.pekko.pattern.FutureRef$
-
Constructs a new FutureRef which will be completed with the first message sent to it.
- apply(ActorSystem, Timeout) - Method in class org.apache.pekko.pattern.PromiseRef$
-
Constructs a new PromiseRef which will be completed with the first message sent to it.
- apply(ActorSystem, T, LogSource<T>) - Static method in class org.apache.pekko.event.Logging
-
Obtain LoggingAdapter for the given actor system and source object.
- apply(ActorSystem, T, LogSource<T>) - Method in class org.apache.pekko.event.Logging$
-
Obtain LoggingAdapter for the given actor system and source object.
- apply(Address) - Method in class org.apache.pekko.actor.AddressTerminated$
- apply(Address) - Method in class org.apache.pekko.cluster.ClusterUserAction.Down$
- apply(Address) - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo$
- apply(Address) - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave$
- apply(Address) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack$
- apply(Address) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo$
- apply(Address) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation$
- apply(Address) - Static method in class org.apache.pekko.cluster.typed.Down
- apply(Address) - Method in class org.apache.pekko.cluster.typed.Down$
- apply(Address) - Static method in class org.apache.pekko.cluster.typed.Join
- apply(Address) - Method in class org.apache.pekko.cluster.typed.Join$
- apply(Address) - Static method in class org.apache.pekko.cluster.typed.Leave
- apply(Address) - Method in class org.apache.pekko.cluster.typed.Leave$
- apply(Address) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation$
- apply(Address) - Static method in class org.apache.pekko.remote.AddressUrlEncoder
- apply(Address) - Method in class org.apache.pekko.remote.AddressUrlEncoder$
- apply(Address) - Static method in class org.apache.pekko.remote.RemoteScope
- apply(Address) - Method in class org.apache.pekko.remote.RemoteScope$
- apply(Address) - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt$
-
Deprecated.
- apply(Address) - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt$
-
Deprecated.
- apply(Address) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate$
-
Deprecated.
- apply(Address, boolean) - Method in class org.apache.pekko.remote.testconductor.DisconnectMsg$
- apply(Address, int) - Static method in class org.apache.pekko.cluster.UniqueAddress
-
Deprecated.Use Long UID apply instead. Since Akka 2.4.11.
- apply(Address, int) - Method in class org.apache.pekko.cluster.UniqueAddress$
-
Deprecated.Use Long UID apply instead. Since Akka 2.4.11.
- apply(Address, int) - Static method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.Use long uid apply. Since Akka 2.4.x.
- apply(Address, int) - Method in class org.apache.pekko.remote.QuarantinedEvent$
-
Deprecated.Use long uid apply. Since Akka 2.4.x.
- apply(Address, int) - Static method in class org.apache.pekko.remote.transport.HandshakeInfo
- apply(Address, int) - Method in class org.apache.pekko.remote.transport.HandshakeInfo$
- apply(Address, int, Option<String>) - Static method in class org.apache.pekko.remote.transport.HandshakeInfo
- apply(Address, int, Option<String>) - Method in class org.apache.pekko.remote.transport.HandshakeInfo$
- apply(Address, long) - Static method in class org.apache.pekko.cluster.UniqueAddress
- apply(Address, long) - Method in class org.apache.pekko.cluster.UniqueAddress$
- apply(Address, long) - Static method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- apply(Address, long) - Method in class org.apache.pekko.remote.QuarantinedEvent$
-
Deprecated.
- apply(Address, long) - Static method in class org.apache.pekko.remote.UniqueAddress
- apply(Address, long) - Method in class org.apache.pekko.remote.UniqueAddress$
- apply(Address, long, long, long, Option<Object>) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory$
-
The amount of used and committed memory will always be <= max if max is defined.
- apply(Address, long, Set<Metric>) - Static method in class org.apache.pekko.cluster.metrics.NodeMetrics
- apply(Address, long, Set<Metric>) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics$
- apply(Address, long, TreeMap<String, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder>) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- apply(Address, long, TreeMap<String, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket$
- apply(Address, long, Option<Object>, Option<Object>, Option<Object>, int) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu$
- apply(Address, String) - Static method in class org.apache.pekko.actor.RootActorPath
- apply(Address, String) - Method in class org.apache.pekko.actor.RootActorPath$
- apply(Address, ActorSystem) - Method in class org.apache.pekko.serialization.Serialization.Information$
- apply(Address, Address) - Static method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- apply(Address, Address) - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent$
- apply(Address, Address) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt$
-
Deprecated.
- apply(Address, Address) - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt$
-
Deprecated.
- apply(Address, Address, boolean) - Static method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- apply(Address, Address, boolean) - Method in class org.apache.pekko.remote.AssociatedEvent$
- apply(Address, Address, boolean) - Static method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- apply(Address, Address, boolean) - Method in class org.apache.pekko.remote.DisassociatedEvent$
- apply(Address, Address, Throwable) - Method in class org.apache.pekko.remote.ShutDownAssociation$
- apply(Address, Address, Throwable, Option<AssociationHandle.DisassociateInfo>) - Method in class org.apache.pekko.remote.InvalidAssociation$
- apply(Address, Address, TestTransport, boolean) - Static method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- apply(Address, Address, TestTransport, boolean) - Method in class org.apache.pekko.remote.transport.TestAssociationHandle$
- apply(Address, Address, ByteString) - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt$
-
Deprecated.
- apply(Address, Address, Option<Object>, Throwable) - Method in class org.apache.pekko.remote.HopelessAssociation$
- apply(Address, InternalClusterAction.ConfigCheck) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck$
- apply(Address, MetricsGossip, boolean) - Method in class org.apache.pekko.cluster.metrics.MetricsGossipEnvelope$
- apply(Address, AssociationHandle.DisassociateInfo) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly$
-
Deprecated.
- apply(Address, ThrottlerTransportAdapter.Direction, float) - Method in class org.apache.pekko.remote.testconductor.ThrottleMsg$
- apply(Address, ThrottlerTransportAdapter.Direction, ThrottlerTransportAdapter.ThrottleMode) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle$
-
Deprecated.
- apply(Address, Future<Transport.AssociationEventListener>) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying$
-
Deprecated.
- apply(Address, Promise<AssociationHandle>) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying$
-
Deprecated.
- apply(ChildStats) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.ChildrenIterable
- apply(ChildStats) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.ChildRestartsIterable
- apply(ClassicActorContextProvider) - Static method in class org.apache.pekko.stream.Materializer
-
Scala API: Create a materializer whose lifecycle will be tied to the one of the passed actor context.
- apply(ClassicActorContextProvider) - Method in class org.apache.pekko.stream.Materializer$
-
Scala API: Create a materializer whose lifecycle will be tied to the one of the passed actor context.
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- apply(ClassicActorSystemProvider) - Method in interface org.apache.pekko.actor.ExtensionId
-
Returns an instance of the extension identified by this ExtensionId instance.
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.Cluster
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.ddata.DistributedData
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSub
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.sharding.ClusterSharding
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.io.Dns
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.io.Tcp
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.io.Udp
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.io.UdpConnected
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.pattern.CircuitBreakersRegistry
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.Persistence
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.query.PersistenceQuery
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- apply(ClassicActorSystemProvider) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit$
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.remote.AddressUidExtension
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.remote.BoundAddressesExtension
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.remote.RemoteMetricsExtension
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.remote.transport.TransportAdaptersExtension
-
Deprecated.
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.serialization.SerializationExtension
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.javadsl.Tcp
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.Materializer
-
Scala API: Create a new materializer that will stay alive as long as the system does or until it is explicitly stopped.
- apply(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.Materializer$
-
Scala API: Create a new materializer that will stay alive as long as the system does or until it is explicitly stopped.
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.SystemMaterializer
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.testkit.scaladsl.TestSink
-
A Sink that materialized to a
pekko.stream.testkit.TestSubscriber.Probe. - apply(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.scaladsl.TestSink$
-
A Sink that materialized to a
pekko.stream.testkit.TestSubscriber.Probe. - apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.testkit.scaladsl.TestSource
-
A Source that materializes to a
pekko.stream.testkit.TestPublisher.Probe. - apply(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.scaladsl.TestSource$
-
A Source that materializes to a
pekko.stream.testkit.TestPublisher.Probe. - apply(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe$
- apply(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.Probe$
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.testkit.TestKitExtension
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.util.ManifestInfo
- apply(ClassicActorSystemProvider, String) - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy
-
Create an
ExternalShardAllocationStrategy - apply(ClassicActorSystemProvider, String) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy$
-
Create an
ExternalShardAllocationStrategy - apply(ClassicActorSystemProvider, String, FiniteDuration) - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy
-
Scala API: Create an
ExternalShardAllocationStrategy - apply(ClassicActorSystemProvider, String, FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy$
-
Scala API: Create an
ExternalShardAllocationStrategy - apply(DeadLetterSuppression, ActorRef, ActorRef) - Static method in class org.apache.pekko.actor.SuppressedDeadLetter
- apply(DeadLetterSuppression, ActorRef, ActorRef) - Method in class org.apache.pekko.actor.SuppressedDeadLetter$
- apply(Deploy, Class<?>, Seq<Object>) - Static method in class org.apache.pekko.actor.Props
-
Props is a configuration object using in creating an
Actor; it is immutable, so it is thread-safe and fully shareable. - apply(Deploy, Class<?>, Seq<Object>) - Method in class org.apache.pekko.actor.Props$
-
Props is a configuration object using in creating an
Actor; it is immutable, so it is thread-safe and fully shareable. - apply(ExtendedActorSystem) - Method in class org.apache.pekko.remote.artery.RemoteInstruments$
- apply(ExtendedActorSystem) - Static method in class org.apache.pekko.serialization.DisabledJavaSerializer
- apply(ExtendedActorSystem) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer$
- apply(ExtendedActorSystem, Config) - Static method in class org.apache.pekko.persistence.journal.EventAdapters
- apply(ExtendedActorSystem, Config) - Method in class org.apache.pekko.persistence.journal.EventAdapters$
- apply(ExtensionId<T>, ActorSystem) - Static method in class org.apache.pekko.io.IO
- apply(ExtensionId<T>, ActorSystem) - Method in class org.apache.pekko.io.IO$
- apply(FSM.Reason, S, D) - Method in class org.apache.pekko.actor.FSM.StopEvent$
- apply(org.apache.pekko.actor.InternalActorRef, Address, WireFormats.SerializedMessage, <any>, Option<SeqNo>) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message$
- apply(org.apache.pekko.actor.InternalActorRef, org.apache.pekko.actor.InternalActorRef) - Method in class org.apache.pekko.dispatch.sysmsg.Watch$
- apply(Props, String, ActorSystem) - Static method in class org.apache.pekko.testkit.TestActorRef
- apply(Props, String, ActorSystem) - Method in class org.apache.pekko.testkit.TestActorRef$
- apply(Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, HandlingWhileStopped) - Static method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- apply(Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, HandlingWhileStopped) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
- apply(Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, HandlingWhileStopped, Option<Function1<Object, Object>>) - Static method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- apply(Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, HandlingWhileStopped, Option<Function1<Object, Object>>) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- apply(Props, ActorRef, String, ActorSystem) - Static method in class org.apache.pekko.testkit.TestActorRef
- apply(Props, ActorRef, String, ActorSystem) - Method in class org.apache.pekko.testkit.TestActorRef$
- apply(Props, ActorRef, ActorSystem) - Static method in class org.apache.pekko.testkit.TestActorRef
- apply(Props, ActorRef, ActorSystem) - Method in class org.apache.pekko.testkit.TestActorRef$
- apply(Props, ActorSystem) - Static method in class org.apache.pekko.testkit.TestActorRef
- apply(Props, ActorSystem) - Method in class org.apache.pekko.testkit.TestActorRef$
- apply(Props, Deploy, String, ActorRef) - Method in class org.apache.pekko.remote.DaemonMsgCreate$
- apply(Props, Option<String>, Option<SupervisorStrategy>) - Method in class org.apache.pekko.testkit.TestActor.Spawn$
- apply(Scheduler, int, FiniteDuration, FiniteDuration) - Static method in class org.apache.pekko.pattern.CircuitBreaker
-
Create a new CircuitBreaker.
- apply(Scheduler, int, FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.pattern.CircuitBreaker$
-
Create a new CircuitBreaker.
- apply(Scheduler, IndexedSeq<Routee>, FiniteDuration, FiniteDuration, ExecutionContext) - Method in class org.apache.pekko.routing.TailChoppingRoutees$
- apply(Scheduler, FiniteDuration, FiniteDuration, ExecutionContext) - Static method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- apply(Scheduler, FiniteDuration, FiniteDuration, ExecutionContext) - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic$
- apply(ActorRef<A>, Class<A>) - Static method in class org.apache.pekko.cluster.typed.Subscribe
- apply(ActorRef<A>, Class<A>) - Method in class org.apache.pekko.cluster.typed.Subscribe$
- apply(ActorRef<A>, ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext$
- apply(ActorRef<E>) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe$
- apply(ActorRef<E>, ClassTag<E>) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe$
- apply(ActorRef<M>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate$
- apply(ActorRef<M>) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate$
- apply(ActorRef<ActorTestKitGuardian.Ack$>) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped$
- apply(ActorRef<ConsumerController.Command<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer$
- apply(ActorRef<ConsumerController.Delivery<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start$
- apply(ActorRef<DurableProducerQueue.State<A>>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState$
- apply(ActorRef<ProducerController.Command<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController$
- apply(ActorRef<ProducerController.RequestNext<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start$
- apply(ActorRef<WorkPullingProducerController.RequestNext<A>>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start$
- apply(ActorRef<WorkPullingProducerController.WorkerStats>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats$
- apply(ActorRef<Topic.TopicStats>) - Method in class org.apache.pekko.actor.typed.pubsub.Topic.GetTopicStats$
- apply(ActorRef<ClusterEvent.CurrentClusterState>) - Static method in class org.apache.pekko.cluster.typed.GetCurrentState
- apply(ActorRef<ClusterEvent.CurrentClusterState>) - Method in class org.apache.pekko.cluster.typed.GetCurrentState$
- apply(ActorRef<Replicator.ReplicaCount>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount$
-
Get current number of replicas, including the local replica.
- apply(ActorRef<Replicator.ReplicaCount>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount$
- apply(ActorRef<ShardingProducerController.RequestNext<A>>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start$
- apply(ActorRef<ClusterSharding.ShardCommand>, String) - Method in interface org.apache.pekko.cluster.sharding.typed.javadsl.EntityFactory
- apply(ActorRef<ShardingEnvelope<A>>, ActorRef<ShardingProducerController.MessageWithConfirmation<A>>, Set<String>, Map<String, Object>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext$
- apply(ActorRef<Done>) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication.VerifyStarted$
- apply(ActorRef<Nothing$>) - Static method in exception org.apache.pekko.actor.typed.DeathPactException
- apply(ActorRef<Nothing$>) - Method in class org.apache.pekko.actor.typed.DeathPactException$
- apply(ActorRef<Nothing$>) - Static method in class org.apache.pekko.actor.typed.Terminated
- apply(ActorRef<Nothing$>) - Method in class org.apache.pekko.actor.typed.Terminated$
- apply(ActorRef<Nothing$>, Throwable) - Static method in class org.apache.pekko.actor.typed.ChildFailed
- apply(ActorRef<Nothing$>, Throwable) - Method in class org.apache.pekko.actor.typed.ChildFailed$
- apply(ActorRef<Nothing$>, Throwable) - Method in class org.apache.pekko.actor.typed.internal.DeathWatchNotification$
- apply(ActorRef<Nothing$>, ActorRef<Nothing$>) - Method in class org.apache.pekko.actor.typed.internal.Unwatch$
- apply(ActorRef<Nothing$>, ActorRef<Nothing$>) - Method in class org.apache.pekko.actor.typed.internal.Watch$
- apply(ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched$
- apply(ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched$
- apply(ActorRef<T>) - Method in class org.apache.pekko.actor.typed.pubsub.Topic.Subscribe$
- apply(ActorRef<T>) - Method in class org.apache.pekko.actor.typed.pubsub.Topic.Unsubscribe$
- apply(ActorRef<T>) - Method in class org.apache.pekko.actor.typed.SerializedActorRef$
- apply(ActorRef<T>) - Static method in class org.apache.pekko.cluster.typed.Unsubscribe
- apply(ActorRef<T>) - Method in class org.apache.pekko.cluster.typed.Unsubscribe$
- apply(ActorRef<T>, ActorRef<ActorTestKitGuardian.Ack$>) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor$
- apply(ActorRef<T>, ClassTag<T>) - Method in class org.apache.pekko.actor.typed.internal.MonitorInterceptor$
- apply(ActorRef<U>, T) - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith$
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Create a testkit from the provided actor system.
- apply(ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
-
Create a testkit from the provided actor system.
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ManualTime
-
Access the manual scheduler, note that you need to setup the actor system/testkit with
ManualTime.configfor this to work. - apply(ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ManualTime$
-
Access the manual scheduler, note that you need to setup the actor system/testkit with
ManualTime.configfor this to work. - apply(ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe$
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Reads configuration settings from
pekko.actor.testkit.typedsection. - apply(ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings$
-
Reads configuration settings from
pekko.actor.testkit.typedsection. - apply(ActorSystem<?>) - Static method in class org.apache.pekko.actor.typed.ActorRefResolver
- apply(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings$
-
Scala API: Factory method from config
pekko.reliable-delivery.consumer-controllerof theActorSystem. - apply(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings$
-
Scala API: Factory method from config
pekko.reliable-delivery.producer-controllerof theActorSystem. - apply(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings$
-
Scala API: Factory method from config
pekko.reliable-delivery.work-pulling.producer-controllerof theActorSystem. - apply(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.ExtensionId
-
Lookup or create an instance of the extension identified by this id.
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorSettings
-
Create settings from the default configuration
pekko.cluster.distributed-data. - apply(ActorSystem<?>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorSettings$
-
Create settings from the default configuration
pekko.cluster.distributed-data. - apply(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Scala API: Creates new cluster sharding settings object
- apply(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings$
-
Scala API: Creates new cluster sharding settings object
- apply(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings$
-
Scala API: Factory method from config
pekko.reliable-delivery.sharding.consumer-controllerof theActorSystem. - apply(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings$
-
Scala API: Factory method from config
pekko.reliable-delivery.sharding.producer-controllerof theActorSystem. - apply(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings
-
Scala API: Create default settings for system
- apply(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings$
-
Scala API: Create default settings for system
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.typed.Cluster
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.typed.ClusterSingleton
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
-
Create settings from the default configuration
pekko.cluster.singleton. - apply(ActorSystem<?>) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings$
-
Create settings from the default configuration
pekko.cluster.singleton. - apply(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- apply(ActorSystem<?>) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings$
- apply(ActorSystem<?>) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionistSettings$
- apply(ActorSystem<?>) - Static method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- apply(ActorSystem<?>) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit$
- apply(ActorSystem<?>) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings$
-
Scala API: Factory method from config
pekko.reliable-delivery.producer-controller.event-sourced-durable-queueof theActorSystem. - apply(ActorSystem<?>, String) - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateSettings$
- apply(ActorSystem<?>, String, String) - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedSettings$
- apply(ActorSystem<?>, String, String, Option<Config>, Option<Config>) - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedSettings$
- apply(ActorSystem<?>, Behavior<Command>) - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit$
-
Factory method to create a new EventSourcedBehaviorTestKit.
- apply(ActorSystem<?>, Behavior<Command>, EventSourcedBehaviorTestKit.SerializationSettings) - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit$
-
Factory method to create a new EventSourcedBehaviorTestKit with custom
SerializationSettings. - apply(Behavior<M>, String) - Static method in class org.apache.pekko.cluster.typed.SingletonActor
- apply(Behavior<M>, String) - Method in class org.apache.pekko.cluster.typed.SingletonActor$
- apply(Behavior<T>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit$
- apply(Behavior<T>) - Static method in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior
- apply(Behavior<T>) - Method in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior$
- apply(Behavior<T>, String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit$
- apply(Behavior<T>, String) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Scala API: Create an ActorSystem
- apply(Behavior<T>, String) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Scala API: Create an ActorSystem
- apply(Behavior<T>, String, Config) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit$
- apply(Behavior<T>, String, Config) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Scala API: Create an ActorSystem
- apply(Behavior<T>, String, Config) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Scala API: Create an ActorSystem
- apply(Behavior<T>, String, Config, Props) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Scala API: Create an ActorSystem
- apply(Behavior<T>, String, Config, Props) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Scala API: Create an ActorSystem
- apply(Behavior<T>, String, BootstrapSetup) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Scala API: Shortcut for creating an actor system with custom bootstrap settings.
- apply(Behavior<T>, String, BootstrapSetup) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Scala API: Shortcut for creating an actor system with custom bootstrap settings.
- apply(Behavior<T>, String, ActorSystemSetup, Props) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Scala API: Creates a new actor system with the specified name and settings The core actor system settings are defined in
BootstrapSetup - apply(Behavior<T>, String, ActorSystemSetup, Props) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Scala API: Creates a new actor system with the specified name and settings The core actor system settings are defined in
BootstrapSetup - apply(Behavior<T>, String, Props) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned$
- apply(Behavior<T>, String, Props, ActorRef<ActorRef<T>>) - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn$
- apply(Behavior<T>, ActorRef<ActorRef<T>>, Props) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous$
- apply(Behavior<T>, Props) - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous$
- apply(Behavior<T>, SupervisorStrategy, ClassTag<Thr>) - Static method in class org.apache.pekko.actor.typed.internal.Supervisor
- apply(Behavior<T>, SupervisorStrategy, ClassTag<Thr>) - Method in class org.apache.pekko.actor.typed.internal.Supervisor$
- apply(ConsumerController.Settings) - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
- apply(ConsumerController.Settings) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
- apply(DurableProducerQueue.MessageSent<A>, ActorRef<DurableProducerQueue.StoreMessageSentAck>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent$
- apply(RestartSupervisor<?, ? extends Throwable>) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart$
- apply(LogOptions) - Method in class org.apache.pekko.actor.typed.internal.LogMessagesInterceptor$
- apply(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector$
- apply(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault$
- apply(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent$
- apply(ServiceKey<ConsumerController.Command<A>>) - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
-
To be used with
WorkPullingProducerController. - apply(ServiceKey<ConsumerController.Command<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
-
To be used with
WorkPullingProducerController. - apply(ServiceKey<ConsumerController.Command<A>>, ConsumerController.Settings) - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
- apply(ServiceKey<ConsumerController.Command<A>>, ConsumerController.Settings) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
- apply(ServiceKey<T>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Find$
-
Special factory to make using Find with ask easier
- apply(ServiceKey<T>, boolean, Function1<ActorSystem<?>, RoutingLogic<T>>) - Method in class org.apache.pekko.actor.typed.internal.routing.GroupRouterBuilder$
- apply(ServiceKey<T>, ActorRef<Receptionist.Listing>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find$
- apply(ServiceKey<T>, ActorRef<Receptionist.Listing>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe$
- apply(ServiceKey<T>, ActorRef<Receptionist.Listing>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Find$
-
Scala API:
- apply(ServiceKey<T>, ActorRef<Receptionist.Listing>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Subscribe$
-
Scala API:
- apply(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered$
- apply(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered$
- apply(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Deregister$
-
Create a Deregister without Ack that the service was deregistered
- apply(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Deregistered$
-
Scala API
- apply(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Register$
-
Create a Register without Ack that the service was registered
- apply(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Registered$
-
Scala API
- apply(ServiceKey<T>, ActorRef<T>, ActorRef<Receptionist.Deregistered>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Deregister$
-
Create a Deregister with an actor that will get an ack that the service was unregistered
- apply(ServiceKey<T>, ActorRef<T>, ActorRef<Receptionist.Registered>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Register$
-
Create a Register with an actor that will get an ack that the service was registered
- apply(ServiceKey<T>, ActorRef<T>, Option<ActorRef<Receptionist.Deregistered>>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister$
- apply(ServiceKey<T>, ActorRef<T>, Option<ActorRef<Receptionist.Registered>>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register$
- apply(ServiceKey<T>, Set<ActorRef<T>>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Listing$
-
Scala API:
- apply(ServiceKey<T>, Set<ActorRef<T>>, Set<ActorRef<T>>, boolean) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing$
- apply(ServiceKey<T>, Set<ActorRef<T>>, Set<ActorRef<T>>, boolean) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist.Listing$
-
Scala API:
- apply(ActorContext<A>, ActorRef<Replicator.Command>, FiniteDuration) - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter
- apply(ActorContext<A>, ActorRef<Replicator.Command>, FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter$
- apply(ActorContext<T>, int) - Method in class org.apache.pekko.actor.typed.internal.StashBufferImpl$
- apply(TypedActorContext<?>, Signal) - Method in interface org.apache.pekko.actor.typed.BehaviorInterceptor.SignalTarget
- apply(TypedActorContext<?>, T) - Method in interface org.apache.pekko.actor.typed.BehaviorInterceptor.ReceiveTarget
- apply(TypedActorContext<Command>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
INTERNAL API: DeferredBehavior init, not for user extension
- apply(TypedActorContext<Command>) - Method in class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcedBehavior
-
INTERNAL API: DeferredBehavior init, not for user extension
- apply(TypedActorContext<Command>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
-
INTERNAL API: DeferredBehavior init, not for user extension
- apply(TypedActorContext<T>) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.DeferredBehavior
- apply(TypedActorExtension, ActorContext) - Static method in class org.apache.pekko.actor.ContextualTypedActorFactory
- apply(TypedActorExtension, ActorContext) - Method in class org.apache.pekko.actor.ContextualTypedActorFactory$
- apply(ClusterEvent.ClusterDomainEvent) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent$
- apply(ClusterEvent.CurrentClusterState) - Static method in class org.apache.pekko.cluster.typed.SelfUp
- apply(ClusterEvent.CurrentClusterState) - Method in class org.apache.pekko.cluster.typed.SelfUp$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess$
- apply(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout$
- apply(Key<A>, A) - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed$
- apply(Key<A>, A) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed$
- apply(Key<A>, A) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess$
- apply(Key<A>, A, Replicator.WriteConsistency, ActorRef<Replicator.UpdateResponse<A>>, Function1<A, A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update$
-
Modify value of local
Replicatorand replicate with givenwriteConsistency. - apply(Key<A>, A, Replicator.WriteConsistency, Function1<A, A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update$
-
Convenience for
ask. - apply(Key<A>, A, Replicator.WriteConsistency, Option<Object>, Function1<A, A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Update$
-
Modify value of local
Replicatorand replicate with givenwriteConsistency. - apply(Key<A>, String, Throwable) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure$
- apply(Key<A>, String, Throwable, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure$
- apply(Key<A>, ActorRef) - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe$
- apply(Key<A>, ActorRef) - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe$
- apply(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe$
- apply(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe$
- apply(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe$
- apply(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe$
- apply(Key<A>, Replicator.ReadConsistency) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get$
-
Convenience for
ask. - apply(Key<A>, Replicator.ReadConsistency, ActorRef<Replicator.GetResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get$
-
Send this message to the local
Replicatorto retrieve a data value for the givenkey. - apply(Key<A>, Replicator.ReadConsistency, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Get$
- apply(Key<A>, Replicator.WriteConsistency) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete$
-
Convenience for
ask. - apply(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.DeleteResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete$
-
Send this message to the local
Replicatorto delete a data value for the givenkey. - apply(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.UpdateResponse<A>>, Function1<Option<A>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update$
-
Send this message to the local
Replicatorto update a data value for the givenkey. - apply(Key<A>, Replicator.WriteConsistency, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete$
- apply(Key<A>, Replicator.WriteConsistency, Option<Object>, Function1<Option<A>, A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Update$
-
Send this message to the local
Replicatorto update a data value for the givenkey. - apply(Key<A>, Replicator.ReadConsistency, ActorRef<Replicator.GetResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get$
- apply(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.DeleteResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete$
- apply(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.UpdateResponse<A>>, Function1<Option<A>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update$
-
Send this message to the local
Replicatorto update a data value for the givenkey. - apply(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.DataDeleted$
- apply(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess$
- apply(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted$
- apply(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure$
- apply(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound$
- apply(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure$
- apply(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure$
- apply(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted$
- apply(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess$
- apply(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout$
- apply(Key<A>, Option<Object>, A) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess$
- apply(ORMultiMap<ServiceKey<?>, ClusterReceptionist.Entry>) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- apply(ORSet.DeltaOp, A, ORMap.ZeroTag) - Method in class org.apache.pekko.cluster.ddata.ORMap.RemoveKeyDeltaOp$
- apply(ORSet.DeltaOp, ORMap.ZeroTag) - Method in class org.apache.pekko.cluster.ddata.ORMap.RemoveDeltaOp$
- apply(ORSet.DeltaOp, Map<A, B>, ORMap.ZeroTag) - Method in class org.apache.pekko.cluster.ddata.ORMap.UpdateDeltaOp$
- apply(ORSet.DeltaOp, Tuple2<A, B>, ORMap.ZeroTag) - Method in class org.apache.pekko.cluster.ddata.ORMap.PutDeltaOp$
- apply(ORSet<A>) - Method in class org.apache.pekko.cluster.ddata.ORSet.AddDeltaOp$
- apply(ORSet<A>) - Method in class org.apache.pekko.cluster.ddata.ORSet.FullStateDeltaOp$
- apply(ORSet<A>) - Method in class org.apache.pekko.cluster.ddata.ORSet.RemoveDeltaOp$
- apply(ReplicatedData, Map<UniqueAddress, PruningState>, VersionVector) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- apply(ReplicatedData, Map<UniqueAddress, PruningState>, VersionVector) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
- apply(org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, long, long) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- apply(org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, long, long) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta$
- apply(Replicator.WriteConsistency, FiniteDuration, FiniteDuration, int, ReplicatorSettings) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionistSettings$
-
Internal API
- apply(ReplicatorSettings, Option<ActorRef>) - Static method in class org.apache.pekko.cluster.ddata.typed.internal.ReplicatorBehavior
- apply(ReplicatorSettings, Option<ActorRef>) - Method in class org.apache.pekko.cluster.ddata.typed.internal.ReplicatorBehavior$
- apply(SelfUniqueAddress, A) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
- apply(SelfUniqueAddress, A) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
- apply(SelfUniqueAddress, A, LWWRegister.Clock<A>) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
- apply(SelfUniqueAddress, A, LWWRegister.Clock<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
- apply(Gossip, UniqueAddress, String, int) - Method in class org.apache.pekko.cluster.MembershipState$
-
INTERNAL API
- apply(GossipStats, VectorClockStats) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentInternalStats$
- apply(HeartbeatNodeRing, Set<UniqueAddress>, FailureDetectorRegistry<Address>) - Method in class org.apache.pekko.cluster.ClusterHeartbeatSenderState$
- apply(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned$
- apply(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited$
- apply(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined$
- apply(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft$
- apply(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown$
- apply(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown$
- apply(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp$
- apply(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp$
- apply(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember$
- apply(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember$
- apply(Member) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- apply(Member) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved$
- apply(Member, MemberStatus) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved$
- apply(MembershipState) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges$
- apply(MemberStatus) - Static method in class org.apache.pekko.cluster.typed.SelfRemoved
- apply(MemberStatus) - Method in class org.apache.pekko.cluster.typed.SelfRemoved$
- apply(ClusterMetricsSettings) - Static method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- apply(ClusterMetricsSettings) - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider$
- apply(MetricsSelector, int, SupervisorStrategy, String, boolean) - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- apply(MetricsSelector, int, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- apply(MetricsSelector, Iterable<String>, String) - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- apply(MetricsSelector, Iterable<String>, String) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
- apply(DistributedPubSubMediator.Subscribe) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck$
- apply(DistributedPubSubMediator.SubscribeAck, ActorRef) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- apply(DistributedPubSubMediator.SubscribeAck, ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed$
- apply(DistributedPubSubMediator.Unsubscribe) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck$
- apply(DistributedPubSubMediator.UnsubscribeAck, ActorRef) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- apply(DistributedPubSubMediator.UnsubscribeAck, ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed$
- apply(Reachability) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachabilityChanged$
- apply(ClusterShardingSettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategy$
- apply(ClusterShardingSettings) - Method in class org.apache.pekko.cluster.sharding.internal.EntityPassivationStrategy$
- apply(ClusterShardingSettings.PassivationStrategy, boolean) - Method in class org.apache.pekko.cluster.sharding.internal.ActiveEntities$
- apply(ClusterShardingSettings.PassivationStrategySettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.FilterSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.FrequencySketchSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.HillClimbingSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.OptimizerSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.WindowSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.IdleSettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.IdlePassivationStrategy$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.IdleSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastFrequentlyUsedSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastFrequentlyUsedSettings, int, Option<ClusterShardingSettings.IdlePassivationStrategy>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastFrequentlyUsedPassivationStrategy$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings, int, Option<ClusterShardingSettings.IdlePassivationStrategy>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastRecentlyUsedPassivationStrategy$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.MostRecentlyUsedSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$
- apply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.PolicySettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.PolicySettings$
- apply(EntityTypeKey<?>, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.CurrentShardRegionState>) - Static method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- apply(EntityTypeKey<?>, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.CurrentShardRegionState>) - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState$
- apply(EntityTypeKey<?>, FiniteDuration, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>) - Static method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- apply(EntityTypeKey<?>, FiniteDuration, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>) - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats$
- apply(EntityTypeKey<M>, String, ActorRef<M>) - Static method in class org.apache.pekko.cluster.sharding.typed.testkit.scaladsl.TestEntityRef
- apply(EntityTypeKey<M>, String, ActorRef<M>) - Method in class org.apache.pekko.cluster.sharding.typed.testkit.scaladsl.TestEntityRef$
- apply(EntityTypeKey<M>, Function1<EntityContext<M>, Behavior<M>>) - Static method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
-
Defines how the entity should be created.
- apply(EntityTypeKey<M>, Function1<EntityContext<M>, Behavior<M>>) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity$
-
Defines how the entity should be created.
- apply(UniqueAddress) - Static method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- apply(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress$
- apply(UniqueAddress) - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed$
- apply(UniqueAddress, boolean, Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.Delta>) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- apply(UniqueAddress, boolean, Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.Delta>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation$
- apply(UniqueAddress, long) - Static method in class org.apache.pekko.cluster.ddata.OneVersionVector
- apply(UniqueAddress, long) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector$
- apply(UniqueAddress, long) - Static method in class org.apache.pekko.cluster.ddata.VersionVector
- apply(UniqueAddress, long) - Method in class org.apache.pekko.cluster.ddata.VersionVector$
- apply(UniqueAddress, Gossip) - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome$
- apply(UniqueAddress, UniqueAddress, Gossip) - Method in class org.apache.pekko.cluster.GossipEnvelope$
- apply(UniqueAddress, UniqueAddress, Deadline, Function0<Gossip>) - Method in class org.apache.pekko.cluster.GossipEnvelope$
- apply(UniqueAddress, VectorClock, byte[]) - Method in class org.apache.pekko.cluster.GossipStatus$
- apply(UniqueAddress, Set<String>, Version) - Method in class org.apache.pekko.cluster.InternalClusterAction.Join$
- apply(UniqueAddress, Set<Address>) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized$
- apply(UniqueAddress, Set<UniqueAddress>, Set<UniqueAddress>, int) - Method in class org.apache.pekko.cluster.HeartbeatNodeRing$
- apply(ThreadPoolConfig) - Static method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- apply(ThreadPoolConfig) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder$
- apply(EventStream, Runnable, Function0<BoxedUnit>) - Static method in class org.apache.pekko.dispatch.TaskInvocation
- apply(EventStream, Runnable, Function0<BoxedUnit>) - Method in class org.apache.pekko.dispatch.TaskInvocation$
- apply(Logging.LogEvent) - Method in class org.apache.pekko.testkit.EventFilter
- apply(Logging.LogLevel) - Method in class org.apache.pekko.stream.OverflowStrategies.Backpressure$
- apply(Logging.LogLevel) - Method in class org.apache.pekko.stream.OverflowStrategies.DropBuffer$
- apply(Logging.LogLevel) - Method in class org.apache.pekko.stream.OverflowStrategies.DropHead$
- apply(Logging.LogLevel) - Method in class org.apache.pekko.stream.OverflowStrategies.DropNew$
- apply(Logging.LogLevel) - Method in class org.apache.pekko.stream.OverflowStrategies.DropTail$
- apply(Logging.LogLevel) - Method in class org.apache.pekko.stream.OverflowStrategies.Fail$
- apply(Logging.LogLevel) - Method in class org.apache.pekko.stream.RestartSettings.LogSettings$
- apply(Logging.LogLevel, String, Class<?>, Object) - Method in class org.apache.pekko.event.Logging.LogEvent$
- apply(Logging.LogLevel, String, Class<?>, Object, Map<String, Object>) - Method in class org.apache.pekko.event.Logging.LogEvent$
- apply(Logging.LogLevel, String, Class<?>, Object, Map<String, Object>, LogMarker) - Method in class org.apache.pekko.event.Logging.LogEvent$
- apply(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Method in class org.apache.pekko.stream.Attributes.LogLevels$
- apply(Logging.LogLevel, PartialFunction<Object, BoxedUnit>, ActorContext) - Method in class org.apache.pekko.event.LoggingReceive$
-
Wrap a Receive partial function in a logging enclosure, which sends a message with given log level to the event bus each time before a message is matched.
- apply(LoggingBus) - Method in class org.apache.pekko.event.Logging.InitializeLogger$
- apply(LoggingBus, T, LogSource<T>) - Static method in class org.apache.pekko.event.Logging
-
Obtain LoggingAdapter for the given logging bus and source object.
- apply(LoggingBus, T, LogSource<T>) - Method in class org.apache.pekko.event.Logging$
-
Obtain LoggingAdapter for the given logging bus and source object.
- apply(DnsProtocol.Resolved) - Method in class org.apache.pekko.io.Dns.Resolved$
-
Deprecated.Use cached(DnsProtocol.Resolve). Since Akka 2.6.0.
- apply(IdGenerator.Policy) - Method in class org.apache.pekko.io.dns.IdGenerator$
- apply(Tcp.Command) - Method in class org.apache.pekko.io.Tcp.CommandFailed$
- apply(Tcp.SimpleWriteCommand, Tcp.WriteCommand) - Method in class org.apache.pekko.io.Tcp.CompoundWrite$
- apply(Udp.Command) - Method in class org.apache.pekko.io.Udp.CommandFailed$
- apply(UdpConnected.Command) - Method in class org.apache.pekko.io.UdpConnected.CommandFailed$
- apply(BackoffType, Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, Option<Object>, Option<Function1<Object, Object>>) - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- apply(BackoffType, Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, Option<Object>, Option<Function1<Object, Object>>) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- apply(PersistentFSM.Reason, S, D) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent$
-
Deprecated.
- apply(ReadEventAdapter) - Method in class org.apache.pekko.persistence.journal.NoopWriteEventAdapter$
- apply(WriteEventAdapter) - Method in class org.apache.pekko.persistence.journal.NoopReadEventAdapter$
- apply(JournalProtocol.Response) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse$
- apply(PersistentRepr) - Static method in class org.apache.pekko.persistence.AtomicWrite
- apply(PersistentRepr) - Method in class org.apache.pekko.persistence.AtomicWrite$
- apply(PersistentRepr) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage$
- apply(PersistentRepr, int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess$
- apply(PersistentRepr, Throwable, int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure$
- apply(PersistentRepr, Throwable, int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected$
- apply(Offset, String, long, Event, long, String, int) - Static method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- apply(Offset, String, long, Event, long, String, int) - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope$
- apply(Offset, String, long, Object) - Static method in class org.apache.pekko.persistence.query.EventEnvelope
-
Deprecated.for binary compatibility. Since Akka 2.6.2.
- apply(Offset, String, long, Object) - Method in class org.apache.pekko.persistence.query.EventEnvelope$
-
Deprecated.for binary compatibility. Since Akka 2.6.2.
- apply(Offset, String, long, Object, long) - Static method in class org.apache.pekko.persistence.query.EventEnvelope
- apply(Offset, String, long, Object, long) - Method in class org.apache.pekko.persistence.query.EventEnvelope$
- apply(Offset, String, long, Object, long, Option<Object>) - Static method in class org.apache.pekko.persistence.query.EventEnvelope
- apply(Offset, String, long, Object, long, Option<Object>) - Method in class org.apache.pekko.persistence.query.EventEnvelope$
- apply(SnapshotMetadata) - Static method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- apply(SnapshotMetadata) - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess$
- apply(SnapshotMetadata) - Static method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- apply(SnapshotMetadata) - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess$
- apply(SnapshotMetadata) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot$
- apply(SnapshotMetadata, Object) - Static method in class org.apache.pekko.persistence.SelectedSnapshot
- apply(SnapshotMetadata, Object) - Method in class org.apache.pekko.persistence.SelectedSnapshot$
- apply(SnapshotMetadata, Object) - Static method in class org.apache.pekko.persistence.SnapshotOffer
- apply(SnapshotMetadata, Object) - Method in class org.apache.pekko.persistence.SnapshotOffer$
- apply(SnapshotMetadata, Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot$
- apply(SnapshotMetadata, Throwable) - Static method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- apply(SnapshotMetadata, Throwable) - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure$
- apply(SnapshotMetadata, Throwable) - Static method in class org.apache.pekko.persistence.SaveSnapshotFailure
- apply(SnapshotMetadata, Throwable) - Method in class org.apache.pekko.persistence.SaveSnapshotFailure$
- apply(SnapshotProtocol.Response) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse$
- apply(SnapshotSelectionCriteria) - Static method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- apply(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess$
- apply(SnapshotSelectionCriteria) - Static method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- apply(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria$
- apply(SnapshotSelectionCriteria, long, long) - Static method in class org.apache.pekko.persistence.Recovery
- apply(SnapshotSelectionCriteria, long, long) - Method in class org.apache.pekko.persistence.Recovery$
- apply(SnapshotSelectionCriteria, Throwable) - Static method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- apply(SnapshotSelectionCriteria, Throwable) - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure$
- apply(SnapshotSelectionCriteria, Option<Object>) - Static method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- apply(SnapshotSelectionCriteria, Option<Object>) - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot$
- apply(GetObjectResult<S>) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess$
- apply(SnapshotMeta) - Static method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- apply(SnapshotMeta) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta$
- apply(SnapshotMeta, Object) - Static method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- apply(SnapshotMeta, Object) - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot$
- apply(ORSet<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.AddDeltaOp$
- apply(ORSet<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.FullStateDeltaOp$
- apply(ORSet<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.RemoveDeltaOp$
- apply(DeletionTarget) - Static method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- apply(DeletionTarget) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted$
- apply(DeletionTarget, Throwable) - Static method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- apply(DeletionTarget, Throwable) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed$
- apply(BehaviorSetup<C, E, S>) - Method in class org.apache.pekko.persistence.typed.internal.RequestingRecoveryPermit$
- apply(BehaviorSetup<C, E, S>, boolean) - Method in class org.apache.pekko.persistence.typed.internal.ReplayingSnapshot$
- apply(BehaviorSetup<C, E, S>, ReplayingEvents.ReplayingState<S>) - Method in class org.apache.pekko.persistence.typed.internal.ReplayingEvents$
- apply(ReplicatedEvent<E>, ActorRef<ReplicatedEventAck$>) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope$
- apply(VersionVector, Map<ReplicaId, Object>) - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata$
- apply(PersistenceId) - Static method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue
- apply(PersistenceId) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue$
- apply(PersistenceId, long, Object, long, Option<ReplicatedPublishedEventMetaData>) - Method in class org.apache.pekko.persistence.typed.internal.PublishedEventImpl$
- apply(PersistenceId, EventSourcedProducerQueue.Settings) - Static method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue
- apply(PersistenceId, EventSourcedProducerQueue.Settings) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue$
- apply(PersistenceId, State, Function2<State, Command, Effect<Event, State>>, Function2<State, Event, State>) - Method in class org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior$
-
Create a
Behaviorfor a persistent actor. - apply(PersistenceId, State, Function2<State, Command, Effect<Event, State>>, Function2<State, Event, State>, Class<?>, Option<String>, Option<String>, Option<Config>, Option<Config>, Function1<Event, Set<String>>, EventAdapter<Event, Object>, SnapshotAdapter<State>, Function3<State, Event, Object, Object>, Recovery, RetentionCriteria, SupervisorStrategy, PartialFunction<Tuple2<State, Signal>, BoxedUnit>, Option<ReplicationSetup>, boolean) - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply(PersistenceId, State, Function2<State, Command, Effect<State>>) - Method in class org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior$
-
Create a
Behaviorfor a persistent actor with durable storage of its state. - apply(PersistenceId, State, Function2<State, Command, Effect<State>>, Class<?>, Option<String>, String, SnapshotAdapter<State>, SupervisorStrategy, PartialFunction<Tuple2<State, Signal>, BoxedUnit>) - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- apply(ReplicaId) - Static method in class org.apache.pekko.persistence.typed.crdt.ORSet
- apply(ReplicaId) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet$
- apply(ReplicaId, long, VersionVector, boolean) - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventMetadata$
- apply(ReplicaId, Entity<M, ShardingEnvelope<M>>) - Static method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntity
-
Scala API: Defines the
pekko.cluster.sharding.typed.scaladsl.Entityto use for a given replica, note that the behavior can be a behavior created withpekko.persistence.typed.scaladsl.ReplicatedEventSourcingor an arbitrary non persistentpekko.actor.typed.Behaviorbut must never be a regularpekko.persistence.typed.scaladsl.EventSourcedBehavioras that requires a single writer and that would cause it to have multiple writers. - apply(ReplicaId, Entity<M, ShardingEnvelope<M>>) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntity$
-
Scala API: Defines the
pekko.cluster.sharding.typed.scaladsl.Entityto use for a given replica, note that the behavior can be a behavior created withpekko.persistence.typed.scaladsl.ReplicatedEventSourcingor an arbitrary non persistentpekko.actor.typed.Behaviorbut must never be a regularpekko.persistence.typed.scaladsl.EventSourcedBehavioras that requires a single writer and that would cause it to have multiple writers. - apply(ReplicaId, Map<ReplicaId, String>, ReplicationContextImpl) - Method in class org.apache.pekko.persistence.typed.internal.ReplicationSetup$
- apply(EffectBuilder<Event, State>, SideEffect<State>) - Method in class org.apache.pekko.persistence.typed.internal.CompositeEffect$
- apply(EffectBuilder<Event, State>, Seq<SideEffect<State>>) - Method in class org.apache.pekko.persistence.typed.internal.CompositeEffect$
-
INTERNAL API
- apply(SnapshotMetadata) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual$
- apply(SnapshotMetadata) - Static method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- apply(SnapshotMetadata) - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted$
- apply(SnapshotMetadata, Throwable) - Static method in class org.apache.pekko.persistence.typed.SnapshotFailed
- apply(SnapshotMetadata, Throwable) - Method in class org.apache.pekko.persistence.typed.SnapshotFailed$
- apply(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria$
- apply(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.typed.internal.RecoveryWithSnapshotSelectionCriteria$
- apply(BehaviorSetup<C, S>) - Method in class org.apache.pekko.persistence.typed.state.internal.RequestingRecoveryPermit$
- apply(BehaviorSetup<C, S>, boolean) - Method in class org.apache.pekko.persistence.typed.state.internal.Recovering$
- apply(EffectBuilder<State>, SideEffect<State>) - Method in class org.apache.pekko.persistence.typed.state.internal.CompositeEffect$
- apply(EffectBuilder<State>, Seq<SideEffect<State>>) - Method in class org.apache.pekko.persistence.typed.state.internal.CompositeEffect$
-
INTERNAL API
- apply(RemoteActorRefProvider) - Method in class org.apache.pekko.remote.RARP$
- apply(SeqNo, SeqNo, SortedSet<T>, Ordering<T>) - Static method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- apply(SeqNo, SeqNo, SortedSet<T>, Ordering<T>) - Method in class org.apache.pekko.remote.AckedReceiveBuffer$
- apply(SeqNo, Set<SeqNo>) - Static method in class org.apache.pekko.remote.Ack
-
Deprecated.
- apply(SeqNo, Set<SeqNo>) - Method in class org.apache.pekko.remote.Ack$
- apply(ClientOp) - Method in class org.apache.pekko.remote.testconductor.ToClient$
- apply(RoleName) - Method in class org.apache.pekko.remote.testconductor.GetAddress$
- apply(RoleName) - Method in class org.apache.pekko.remote.testconductor.Remove$
- apply(RoleName, Address) - Method in class org.apache.pekko.remote.testconductor.AddressReply$
- apply(RoleName, RoleName, boolean) - Method in class org.apache.pekko.remote.testconductor.Disconnect$
- apply(RoleName, RoleName, ThrottlerTransportAdapter.Direction, float) - Method in class org.apache.pekko.remote.testconductor.Throttle$
- apply(RoleName, Either<Object, Object>) - Method in class org.apache.pekko.remote.testconductor.Terminate$
- apply(Role, InetSocketAddress, int, ChannelInboundHandler) - Method in class org.apache.pekko.remote.testconductor.RemoteConnection$
- apply(ServerOp) - Method in class org.apache.pekko.remote.testconductor.ToServer$
- apply(AssociationHandle) - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation$
-
Deprecated.
- apply(AssociationHandle.DisassociateInfo) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying$
-
Deprecated.
- apply(AssociationHandle.DisassociateInfo) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated$
-
Deprecated.
- apply(AssociationHandle.DisassociateInfo) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate$
- apply(AssociationHandle, ActorRef) - Method in class org.apache.pekko.remote.transport.ThrottlerHandle$
- apply(AssociationHandle, FailureInjectorTransportAdapter) - Method in class org.apache.pekko.remote.transport.FailureInjectorHandle$
- apply(HandshakeInfo) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate$
- apply(SSLEngineProvider, boolean) - Static method in class org.apache.pekko.remote.transport.netty.NettySSLSupport
-
Construct a SSLHandler which can be inserted into a Netty server/client pipeline
- apply(SSLEngineProvider, boolean) - Method in class org.apache.pekko.remote.transport.netty.NettySSLSupport$
-
Construct a SSLHandler which can be inserted into a Netty server/client pipeline
- apply(Transport.AssociationEventListener) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered$
-
Deprecated.
- apply(UniqueAddress) - Static method in class org.apache.pekko.cluster.UniqueAddress
- apply(UniqueAddress) - Method in class org.apache.pekko.cluster.UniqueAddress$
- apply(UniqueAddress) - Method in class org.apache.pekko.remote.artery.ActorSystemTerminating$
- apply(UniqueAddress) - Method in class org.apache.pekko.remote.artery.ActorSystemTerminatingAck$
- apply(UniqueAddress) - Static method in class org.apache.pekko.remote.artery.QuarantinedEvent
- apply(UniqueAddress) - Method in class org.apache.pekko.remote.artery.QuarantinedEvent$
- apply(UniqueAddress, byte) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisementAck$
- apply(UniqueAddress, byte) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisementAck$
- apply(UniqueAddress, String) - Static method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- apply(UniqueAddress, String) - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent$
- apply(UniqueAddress, String) - Static method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- apply(UniqueAddress, String) - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent$
- apply(UniqueAddress, CompressionTable<String>) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisement$
- apply(UniqueAddress, CompressionTable<String>) - Static method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- apply(UniqueAddress, CompressionTable<String>) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable$
- apply(UniqueAddress, CompressionTable<ActorRef>) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisement$
- apply(UniqueAddress, CompressionTable<ActorRef>) - Static method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- apply(UniqueAddress, CompressionTable<ActorRef>) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable$
- apply(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.remote.artery.Quarantined$
- apply(UniqueAddress, UniqueAddress) - Static method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- apply(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent$
- apply(Group, ClusterRouterGroupSettings) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- apply(Group, ClusterRouterGroupSettings) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup$
- apply(Pool, ClusterRouterPoolSettings) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- apply(Pool, ClusterRouterPoolSettings) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool$
- apply(Pool, Iterable<Address>) - Static method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- apply(Pool, Iterable<Address>) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig$
- apply(Routee) - Static method in class org.apache.pekko.routing.AddRoutee
- apply(Routee) - Method in class org.apache.pekko.routing.AddRoutee$
- apply(Routee) - Static method in class org.apache.pekko.routing.RemoveRoutee
- apply(Routee) - Method in class org.apache.pekko.routing.RemoveRoutee$
- apply(Routee, Address) - Method in class org.apache.pekko.routing.ConsistentRoutee$
- apply(RoutingLogic, IndexedSeq<Routee>) - Static method in class org.apache.pekko.routing.Router
- apply(RoutingLogic, IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.Router$
- apply(JacksonObjectMapperFactory) - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProviderSetup
-
Scala API: factory for defining a
JacksonObjectMapperProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. - apply(JacksonObjectMapperFactory) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProviderSetup$
-
Scala API: factory for defining a
JacksonObjectMapperProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. - apply(ActorMaterializerSettings, String, ActorRefFactory) - Static method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.Use the system wide materializer with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- apply(ActorMaterializerSettings, String, ActorRefFactory) - Method in class org.apache.pekko.stream.ActorMaterializer$
-
Deprecated.Use the system wide materializer with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- apply(ActorMaterializerSettings, ActorRefFactory) - Static method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.Use the system wide materializer or Materializer.apply(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- apply(ActorMaterializerSettings, ActorRefFactory) - Method in class org.apache.pekko.stream.ActorMaterializer$
-
Deprecated.Use the system wide materializer or Materializer.apply(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- apply(Attributes.Attribute) - Static method in class org.apache.pekko.stream.Attributes
-
INTERNAL API
- apply(Attributes.Attribute) - Method in class org.apache.pekko.stream.Attributes$
-
INTERNAL API
- apply(org.apache.pekko.stream.Attributes.CancellationStrategy.Strategy) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$
- apply(TraversalBuilder) - Static method in class org.apache.pekko.stream.scaladsl.RunnableGraph
-
Flow with attached input and output, can be executed.
- apply(TraversalBuilder) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph$
-
Flow with attached input and output, can be executed.
- apply(Inlet<I>, Outlet<O>) - Static method in class org.apache.pekko.stream.FlowShape
- apply(Inlet<I>, Outlet<O>) - Method in class org.apache.pekko.stream.FlowShape$
- apply(Inlet<I>, Seq<Outlet<?>>) - Method in class org.apache.pekko.stream.FanOutShape.Ports$
- apply(Inlet<I>, Seq<Outlet<O>>) - Static method in class org.apache.pekko.stream.UniformFanOutShape
- apply(Inlet<I>, Seq<Outlet<O>>) - Method in class org.apache.pekko.stream.UniformFanOutShape$
- apply(Inlet<In1>, Outlet<Out1>, Inlet<In2>, Outlet<Out2>) - Static method in class org.apache.pekko.stream.BidiShape
- apply(Inlet<In1>, Outlet<Out1>, Inlet<In2>, Outlet<Out2>) - Method in class org.apache.pekko.stream.BidiShape$
- apply(Inlet<T>) - Static method in class org.apache.pekko.stream.SinkShape
- apply(Inlet<T>) - Method in class org.apache.pekko.stream.SinkShape$
- apply(IOResult, Throwable) - Static method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- apply(IOResult, Throwable) - Method in class org.apache.pekko.stream.AbruptIOTerminationException$
- apply(Materializer, Attributes, String) - Method in class org.apache.pekko.stream.MaterializationContext$
- apply(Outlet<O>, Seq<Inlet<?>>) - Method in class org.apache.pekko.stream.FanInShape.Ports$
- apply(Outlet<O>, Seq<Inlet<I>>) - Static method in class org.apache.pekko.stream.UniformFanInShape
- apply(Outlet<O>, Seq<Inlet<I>>) - Method in class org.apache.pekko.stream.UniformFanInShape$
- apply(Outlet<T>) - Static method in class org.apache.pekko.stream.SourceShape
- apply(Outlet<T>) - Method in class org.apache.pekko.stream.SourceShape$
- apply(GraphStageWithMaterializedValue<SinkShape<T>, M>, TestProbe) - Method in class org.apache.pekko.stream.testkit.TestSinkStage$
-
Creates a sink out of the
stageUnderTestthat will inform theprobeof operator events and callbacks by sending it the various messages found underGraphStageMessages. - apply(GraphStageWithMaterializedValue<SourceShape<T>, M>, TestProbe) - Method in class org.apache.pekko.stream.testkit.TestSourceStage$
-
Creates a source out of the
stageUnderTestthat will inform theprobeof operator events and callbacks by sending it the various messages found underGraphStageMessages. - apply(StreamSubscriptionTimeoutTerminationMode, FiniteDuration) - Static method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings
-
Create settings from individual values (Scala).
- apply(StreamSubscriptionTimeoutTerminationMode, FiniteDuration) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings$
-
Create settings from individual values (Scala).
- apply(GraphStageMessages.StageMessage, Throwable) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure$
- apply(EventFilter, Seq<EventFilter>) - Method in class org.apache.pekko.testkit.TestEvent.Mute$
- apply(EventFilter, Seq<EventFilter>) - Method in class org.apache.pekko.testkit.TestEvent.UnMute$
- apply(TestActor.AutoPilot) - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot$
- apply(ByteString) - Method in class org.apache.pekko.io.Tcp.Received$
- apply(ByteString) - Method in class org.apache.pekko.io.Tcp.Write$
-
Create a new unacknowledged Write command with the given data.
- apply(ByteString) - Method in class org.apache.pekko.io.UdpConnected.Received$
- apply(ByteString) - Method in class org.apache.pekko.io.UdpConnected.Send$
- apply(ByteString) - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload$
-
Deprecated.
- apply(ByteString) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload$
- apply(ByteString) - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes$
- apply(ByteString.ByteString1, ByteString.ByteString1) - Method in class org.apache.pekko.util.ByteString.ByteStrings$
- apply(ByteString.ByteString1, ByteString.ByteStrings) - Method in class org.apache.pekko.util.ByteString.ByteStrings$
- apply(ByteString.ByteStrings, ByteString.ByteString1) - Method in class org.apache.pekko.util.ByteString.ByteStrings$
- apply(ByteString.ByteStrings, ByteString.ByteStrings) - Method in class org.apache.pekko.util.ByteString.ByteStrings$
- apply(ByteString, boolean, boolean, int, String) - Method in class org.apache.pekko.actor.typed.delivery.internal.ChunkedMessage$
- apply(ByteString, Object) - Method in class org.apache.pekko.io.UdpConnected.Send$
- apply(ByteString, InetSocketAddress) - Method in class org.apache.pekko.io.Udp.Received$
- apply(ByteString, InetSocketAddress) - Method in class org.apache.pekko.io.Udp.Send$
- apply(ByteString, InetSocketAddress, Udp.Event) - Method in class org.apache.pekko.io.Udp.Send$
- apply(ByteString, Tcp.Event) - Method in class org.apache.pekko.io.Tcp.Write$
- apply(Timeout, ActorSystem) - Method in class org.apache.pekko.pattern.FutureRef$
-
Constructs a new PromiseRef which will be completed with the first message sent to it.
- apply(Timeout, ActorSystem) - Method in class org.apache.pekko.pattern.PromiseRef$
-
Constructs a new PromiseRef which will be completed with the first message sent to it.
- apply(WildcardTree<T>, WildcardTree<T>) - Method in class org.apache.pekko.util.WildcardIndex$
- apply(Statement, Description) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LogCapturing
- apply(BundleContext) - Static method in class org.apache.pekko.osgi.BundleDelegatingClassLoader
-
Create a bundle delegating ClassLoader for the bundle context's bundle
- apply(BundleContext) - Method in class org.apache.pekko.osgi.BundleDelegatingClassLoader$
-
Create a bundle delegating ClassLoader for the bundle context's bundle
- apply(BundleContext, Config) - Static method in class org.apache.pekko.osgi.OsgiActorSystemFactory
- apply(BundleContext, Config) - Method in class org.apache.pekko.osgi.OsgiActorSystemFactory$
- apply(BundleContext, Option<ClassLoader>) - Static method in class org.apache.pekko.osgi.BundleDelegatingClassLoader
- apply(BundleContext, Option<ClassLoader>) - Method in class org.apache.pekko.osgi.BundleDelegatingClassLoader$
- apply(Subscriber<? super I>, TestProbe) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription$
- apply(Subscriber<T>) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription$
- apply(Subscriber<T>, Throwable) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription$
- apply(Subscription) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe$
- apply(Subscription) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe$
- apply(Subscription, long) - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore$
- apply(Subscription, Throwable) - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription$
- apply(Level, String) - Static method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- apply(Level, String) - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent$
- apply(Level, String, String, String, long) - Static method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
-
Scala API
- apply(Level, String, String, String, long) - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent$
-
Scala API
- apply(Level, String, String, String, long, Option<Marker>, Option<Throwable>, Map<String, String>) - Static method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
-
Representation of logging event when testing with
pekko.actor.testkit.typed.scaladsl.LoggingTestKitorpekko.actor.testkit.typed.javadsl.LoggingTestKit. - apply(Level, String, String, String, long, Option<Marker>, Option<Throwable>, Map<String, String>) - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent$
-
Representation of logging event when testing with
pekko.actor.testkit.typed.scaladsl.LoggingTestKitorpekko.actor.testkit.typed.javadsl.LoggingTestKit. - apply(Logger, String, String, String, String, boolean) - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext$
- apply(Logger, Set<String>, ActorContextImpl<?>) - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext$
- apply(Marker) - Static method in class org.apache.pekko.event.slf4j.Slf4jLogMarker
- apply(Marker) - Method in class org.apache.pekko.event.slf4j.Slf4jLogMarker$
- apply(IndexedSeq<String>) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- apply(IndexedSeq<String>) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts$
-
Deprecated.
- apply(IndexedSeq<Address>) - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes$
- apply(IndexedSeq<ORMap.DeltaOp>) - Method in class org.apache.pekko.cluster.ddata.ORMap.DeltaGroup$
- apply(IndexedSeq<ORSet.DeltaOp>) - Method in class org.apache.pekko.cluster.ddata.ORSet.DeltaGroup$
- apply(IndexedSeq<CapacityMetricsSelector>) - Static method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
-
MetricsSelector that combines other selectors and aggregates their capacity values.
- apply(IndexedSeq<CapacityMetricsSelector>) - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector$
-
MetricsSelector that combines other selectors and aggregates their capacity values.
- apply(IndexedSeq<Reachability.Record>, Map<UniqueAddress, Object>) - Method in class org.apache.pekko.cluster.Reachability$
- apply(IndexedSeq<ORSet.DeltaOp>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup$
- apply(IndexedSeq<Routee>) - Static method in class org.apache.pekko.routing.Routees
- apply(IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.Routees$
- apply(IndexedSeq<Routee>) - Static method in class org.apache.pekko.routing.SeveralRoutees
- apply(IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.SeveralRoutees$
- apply(IndexedSeq<Routee>, FiniteDuration) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutees$
- apply(Iterable<String>, int, PartialFunction<Object, Object>, String) - Static method in class org.apache.pekko.routing.ConsistentHashingGroup
- apply(Iterable<String>, int, PartialFunction<Object, Object>, String) - Method in class org.apache.pekko.routing.ConsistentHashingGroup$
- apply(Iterable<String>, String) - Static method in class org.apache.pekko.routing.BroadcastGroup
- apply(Iterable<String>, String) - Method in class org.apache.pekko.routing.BroadcastGroup$
- apply(Iterable<String>, String) - Static method in class org.apache.pekko.routing.RandomGroup
- apply(Iterable<String>, String) - Method in class org.apache.pekko.routing.RandomGroup$
- apply(Iterable<String>, String) - Static method in class org.apache.pekko.routing.RoundRobinGroup
- apply(Iterable<String>, String) - Method in class org.apache.pekko.routing.RoundRobinGroup$
- apply(Iterable<String>, FiniteDuration, String) - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- apply(Iterable<String>, FiniteDuration, String) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup$
- apply(Iterable<String>, FiniteDuration, FiniteDuration, String) - Static method in class org.apache.pekko.routing.TailChoppingGroup
- apply(Iterable<String>, FiniteDuration, FiniteDuration, String) - Method in class org.apache.pekko.routing.TailChoppingGroup$
- apply(Iterable<org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket>) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- apply(Iterable<org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta$
- apply(Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.io.Udp.SimpleSender$
- apply(Iterable<T>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Helper to create
SourcefromIterable. - apply(Iterable<T>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Helper to create
SourcefromIterable. - apply(List<String>, int) - Method in class org.apache.pekko.io.dns.internal.ResolvConf$
- apply(List<UniqueAddress>) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- apply(List<UniqueAddress>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData$
- apply(List<UniqueAddress>) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- apply(List<UniqueAddress>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData$
- apply(List<UniqueAddress>, boolean) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState$
- apply(List<Attributes.Attribute>) - Static method in class org.apache.pekko.stream.Attributes
- apply(List<Attributes.Attribute>) - Method in class org.apache.pekko.stream.Attributes$
- apply(List<ConcurrentAsyncCallbackState.Event<E>>) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending$
- apply(Map<String, String>, Function1<T, Map<String, String>>, Behavior<T>, ClassTag<T>) - Method in class org.apache.pekko.actor.typed.internal.WithMdcBehaviorInterceptor$
- apply(Map<String, ActorRef>, Map<ActorRef, Vector<String>>, Set<ActorRef>, Set<String>, boolean) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
-
State of the shard coordinator.
- apply(Map<String, ActorRef>, Map<ActorRef, Vector<String>>, Set<ActorRef>, Set<String>, boolean) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
-
State of the shard coordinator.
- apply(Map<String, Address>) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationsResponse$
- apply(Map<String, DurableStore.DurableDataEnvelope>) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData$
- apply(Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>, boolean, Option<Object>, Option<Object>) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- apply(Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>, boolean, Option<Object>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip$
- apply(Map<String, ByteString>, int, int, Option<Object>, Option<Object>) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- apply(Map<String, ByteString>, int, int, Option<Object>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status$
- apply(Map<ActorRef, Seq<String>>) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- apply(Map<ActorRef, Seq<String>>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes$
- apply(Map<Address, Object>, boolean) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- apply(Map<Address, Object>, boolean) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status$
- apply(Map<Address, Set<Address>>, Option<Throwable>) - Method in class org.apache.pekko.remote.artery.TestState$
- apply(Map<ORMultiMapKey<ServiceKey<?>, ClusterReceptionist.Entry>, ServiceRegistry>, Set<UniqueAddress>, Set<UniqueAddress>) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry$
-
INTERNAL API
- apply(Seq<A>) - Method in class org.apache.pekko.persistence.typed.EventSeq$
-
Scala API
- apply(Seq<A>) - Method in class org.apache.pekko.persistence.typed.EventsSeq$
- apply(Seq<E>) - Static method in class org.apache.pekko.persistence.journal.EventsSeq
- apply(Seq<E>) - Method in class org.apache.pekko.persistence.journal.EventsSeq$
- apply(Seq<Event>) - Method in class org.apache.pekko.persistence.typed.internal.PersistAll$
- apply(Seq<Class<?>>, Function0<T>, String, Deploy, Option<Timeout>, Option<ClassLoader>) - Static method in class org.apache.pekko.actor.TypedProps
- apply(Seq<Class<?>>, Function0<T>, String, Deploy, Option<Timeout>, Option<ClassLoader>) - Method in class org.apache.pekko.actor.TypedProps$
- apply(Seq<Object>) - Static method in class org.apache.pekko.persistence.journal.EventSeq
- apply(Seq<Object>) - Method in class org.apache.pekko.persistence.journal.EventSeq$
- apply(Seq<Object>) - Static method in class org.apache.pekko.persistence.testkit.ReadEvents
- apply(Seq<Object>) - Method in class org.apache.pekko.persistence.testkit.ReadEvents$
- apply(Seq<Object>) - Static method in class org.apache.pekko.persistence.testkit.WriteEvents
- apply(Seq<Object>) - Method in class org.apache.pekko.persistence.testkit.WriteEvents$
- apply(Seq<Object>) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by copying bytes.
- apply(Seq<Object>) - Static method in class org.apache.pekko.util.CompactByteString
-
Creates a new CompactByteString by copying bytes.
- apply(Seq<Object>) - Method in class org.apache.pekko.util.CompactByteString$
-
Creates a new CompactByteString by copying bytes.
- apply(Seq<Object>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.MergePrioritized
-
Create a new
MergePrioritizedwith specified number of input ports. - apply(Seq<Object>, boolean) - Method in class org.apache.pekko.stream.scaladsl.MergePrioritized$
-
Create a new
MergePrioritizedwith specified number of input ports. - apply(Seq<String>) - Static method in class org.apache.pekko.cluster.Invalid
- apply(Seq<String>) - Method in class org.apache.pekko.cluster.Invalid$
- apply(Seq<Address>) - Static method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- apply(Seq<Address>) - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes$
- apply(Seq<Setup>) - Static method in class org.apache.pekko.actor.setup.ActorSystemSetup
-
Scala API: Create an
pekko.actor.setup.ActorSystemSetupcontaining all the provided settings - apply(Seq<Setup>) - Method in class org.apache.pekko.actor.setup.ActorSystemSetup$
-
Scala API: Create an
pekko.actor.setup.ActorSystemSetupcontaining all the provided settings - apply(Seq<AtLeastOnceDelivery.UnconfirmedDelivery>) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning$
- apply(Seq<AtomicWrite>) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages$
- apply(Seq<EventAdapter>) - Method in class org.apache.pekko.persistence.journal.EventAdapters.CombinedReadEventAdapter$
- apply(Seq<PersistentEnvelope>, ActorRef, int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages$
- apply(Seq<PersistentRepr>) - Static method in class org.apache.pekko.persistence.AtomicWrite
- apply(Seq<PersistentRepr>) - Method in class org.apache.pekko.persistence.AtomicWrite$
- apply(Seq<Inlet<?>>, Seq<Outlet<?>>) - Static method in class org.apache.pekko.stream.AmorphousShape
- apply(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class org.apache.pekko.stream.AmorphousShape$
- apply(Seq<LogicSnapshot>) - Method in class org.apache.pekko.stream.snapshot.UninitializedInterpreterImpl$
- apply(Seq<LogicSnapshot>, Seq<ConnectionSnapshot>, String, int, Seq<LogicSnapshot>) - Method in class org.apache.pekko.stream.snapshot.RunningInterpreterImpl$
- apply(Seq<EventFilter>) - Method in class org.apache.pekko.testkit.TestEvent.Mute$
- apply(Seq<EventFilter>) - Method in class org.apache.pekko.testkit.TestEvent.UnMute$
- apply(Seq<Either<String, B>>, int, FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult$
- apply(Seq<T>, Integral<T>) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by converting from integral numbers to bytes.
- apply(Seq<T>, Integral<T>) - Static method in class org.apache.pekko.util.CompactByteString
-
Creates a new CompactByteString by converting from integral numbers to bytes.
- apply(Seq<T>, Integral<T>) - Method in class org.apache.pekko.util.CompactByteString$
-
Creates a new CompactByteString by converting from integral numbers to bytes.
- apply(Set<A>, Option<GSet<A>>) - Static method in class org.apache.pekko.cluster.ddata.GSet
-
Implements a 'Add Set' CRDT, also called a 'G-Set'.
- apply(Set<A>, Option<GSet<A>>) - Method in class org.apache.pekko.cluster.ddata.GSet$
-
Implements a 'Add Set' CRDT, also called a 'G-Set'.
- apply(Set<String>) - Static method in class org.apache.pekko.actor.typed.ActorTags
-
Scala API: create a multi-tag props.
- apply(Set<String>) - Method in class org.apache.pekko.actor.typed.ActorTags$
-
Scala API: create a multi-tag props.
- apply(Set<String>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Cleanup$
- apply(Set<String>) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIdsResult$
- apply(Set<String>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics$
- apply(Set<String>) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards$
- apply(Set<String>) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities$
- apply(Set<String>, Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl$
- apply(Set<String>, Seq<B>, int, FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult$
- apply(Set<String>, Set<String>) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update$
- apply(Set<String>, Set<String>) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone$
- apply(Set<String>, FiniteDuration, boolean, boolean) - Method in class org.apache.pekko.actor.CoordinatedShutdown.Phase$
- apply(Set<ActorPath>) - Static method in class org.apache.pekko.cluster.client.ContactPoints
- apply(Set<ActorPath>) - Method in class org.apache.pekko.cluster.client.ContactPoints$
- apply(Set<ActorRef>) - Static method in class org.apache.pekko.cluster.client.ClusterClients
- apply(Set<ActorRef>) - Method in class org.apache.pekko.cluster.client.ClusterClients$
- apply(Set<Address>) - Static method in class org.apache.pekko.remote.RemotingListenEvent
- apply(Set<Address>) - Method in class org.apache.pekko.remote.RemotingListenEvent$
- apply(Set<NodeMetrics>) - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- apply(Set<NodeMetrics>) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged$
- apply(Set<NodeMetrics>) - Method in class org.apache.pekko.cluster.metrics.MetricsGossip$
-
INTERNAL API
- apply(Set<UniqueAddress>) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberTombstonesChanged$
- apply(Set<UniqueAddress>, Reachability) - Method in class org.apache.pekko.cluster.GossipOverview$
- apply(SortedSet<Member>) - Method in class org.apache.pekko.cluster.Gossip$
- apply(SortedSet<Member>, GossipOverview, VectorClock, Map<UniqueAddress, Object>) - Method in class org.apache.pekko.cluster.Gossip$
-
INTERNAL API
- apply(SortedSet<Member>, Set<Member>, Set<Address>, Option<Address>, Map<String, Option<Address>>) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- apply(TreeMap<String, Object>) - Static method in class org.apache.pekko.cluster.VectorClock
- apply(TreeMap<String, Object>) - Method in class org.apache.pekko.cluster.VectorClock$
- apply(TreeMap<String, Object>) - Method in class org.apache.pekko.persistence.typed.internal.ManyVersionVector$
- apply(TreeMap<String, Object>) - Method in class org.apache.pekko.persistence.typed.internal.VersionVector$
- apply(TreeMap<String, ChildStats>) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer$
- apply(TreeMap<String, ChildStats>, Set<ActorRef>, ChildrenContainer.SuspendReason) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer$
- apply(TreeMap<UniqueAddress, Object>) - Static method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- apply(TreeMap<UniqueAddress, Object>) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector$
- apply(TreeMap<UniqueAddress, Object>) - Static method in class org.apache.pekko.cluster.ddata.VersionVector
- apply(TreeMap<UniqueAddress, Object>) - Method in class org.apache.pekko.cluster.ddata.VersionVector$
- apply(Vector<ByteString.ByteString1>) - Method in class org.apache.pekko.util.ByteString.ByteStrings$
- apply(Vector<ByteString.ByteString1>, int) - Method in class org.apache.pekko.util.ByteString.ByteStrings$
- apply(Iterable<Tcp.WriteCommand>) - Method in class org.apache.pekko.io.Tcp.WriteCommand$
-
Combines the given number of write commands into one atomic
WriteCommand. - apply(Iterable<T>, int, ClassTag<T>) - Static method in class org.apache.pekko.routing.ConsistentHash
- apply(Iterable<T>, int, ClassTag<T>) - Method in class org.apache.pekko.routing.ConsistentHash$
- apply(IterableOnce<Object>) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by iterating over bytes.
- apply(IterableOnce<Object>) - Static method in class org.apache.pekko.util.CompactByteString
-
Creates a new CompactByteString by traversing bytes.
- apply(IterableOnce<Object>) - Method in class org.apache.pekko.util.CompactByteString$
-
Creates a new CompactByteString by traversing bytes.
- apply(LinearSeq<ByteIterator.ByteArrayIterator>) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator$
- apply(FiniteDuration) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay$
- apply(FiniteDuration) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay$
- apply(FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll$
- apply(FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll$
- apply(FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReadAll$
- apply(FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReadMajority$
- apply(FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.WriteAll$
- apply(FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.WriteMajority$
- apply(FiniteDuration) - Method in class org.apache.pekko.pattern.AutoReset$
- apply(FiniteDuration) - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- apply(FiniteDuration) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic$
- apply(FiniteDuration) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay$
- apply(FiniteDuration) - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval$
- apply(FiniteDuration) - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline$
- apply(FiniteDuration) - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout$
- apply(FiniteDuration) - Static method in class org.apache.pekko.util.Timeout
- apply(FiniteDuration) - Method in class org.apache.pekko.util.Timeout$
- apply(FiniteDuration, int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority$
- apply(FiniteDuration, int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority$
- apply(FiniteDuration, int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReadMajority$
- apply(FiniteDuration, int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.WriteMajority$
- apply(FiniteDuration, int, int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus$
- apply(FiniteDuration, int, int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus$
- apply(FiniteDuration, ActorRef<U>, U) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled$
- apply(FiniteDuration, org.apache.pekko.stream.Attributes.CancellationStrategy.Strategy) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay$
- apply(FiniteDuration, StreamSubscriptionTimeoutTerminationMode) - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout$
- apply(FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.IdlePassivationStrategy$
-
INTERNAL API
- apply(FiniteDuration, FiniteDuration, double) - Static method in class org.apache.pekko.stream.RestartSettings
-
Scala API
- apply(FiniteDuration, FiniteDuration, double) - Method in class org.apache.pekko.stream.RestartSettings$
-
Scala API
- apply(FiniteDuration, FiniteDuration, double, FiniteDuration, boolean, Level, Level, int, int, boolean, int) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- apply(FiniteDuration, T) - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet$
- apply(Function0<SSLEngine>, TLSClosing) - Static method in class org.apache.pekko.stream.scaladsl.TLS
-
Create a StreamTls
pekko.stream.scaladsl.BidiFlow. - apply(Function0<SSLEngine>, TLSClosing) - Method in class org.apache.pekko.stream.scaladsl.TLS$
-
Create a StreamTls
pekko.stream.scaladsl.BidiFlow. - apply(Function0<SSLEngine>, Function1<SSLSession, Try<BoxedUnit>>, TLSClosing) - Static method in class org.apache.pekko.stream.scaladsl.TLS
-
Create a StreamTls
pekko.stream.scaladsl.BidiFlow. - apply(Function0<SSLEngine>, Function1<SSLSession, Try<BoxedUnit>>, TLSClosing) - Method in class org.apache.pekko.stream.scaladsl.TLS$
-
Create a StreamTls
pekko.stream.scaladsl.BidiFlow. - apply(Function0<ActorRef>, EventAdapters, Config) - Method in class org.apache.pekko.persistence.Persistence.PluginHolder$
- apply(Function0<Behavior<T>>, Props) - Static method in class org.apache.pekko.actor.typed.scaladsl.adapter.PropsAdapter
- apply(Function0<Behavior<T>>, Props) - Method in class org.apache.pekko.actor.typed.scaladsl.adapter.PropsAdapter$
- apply(Function0<Behavior<T>>, Props, boolean) - Static method in class org.apache.pekko.actor.typed.internal.adapter.PropsAdapter
- apply(Function0<Behavior<T>>, Props, boolean) - Method in class org.apache.pekko.actor.typed.internal.adapter.PropsAdapter$
- apply(Function0<BehaviorInterceptor<O, I>>, Behavior<I>) - Method in class org.apache.pekko.actor.typed.internal.InterceptorImpl$
- apply(Function0<T>) - Static method in class org.apache.pekko.cluster.metrics.TryNative
- apply(Function0<T>) - Method in class org.apache.pekko.cluster.metrics.TryNative$
- apply(Function0<T>, String, ClassTag<T>, ActorSystem) - Static method in class org.apache.pekko.testkit.TestActorRef
- apply(Function0<T>, String, ClassTag<T>, ActorSystem) - Method in class org.apache.pekko.testkit.TestActorRef$
- apply(Function0<T>, String, ClassTag<T>, $less$colon$less<T, FSM<S, D>>, ActorSystem) - Static method in class org.apache.pekko.testkit.TestFSMRef
- apply(Function0<T>, String, ClassTag<T>, $less$colon$less<T, FSM<S, D>>, ActorSystem) - Method in class org.apache.pekko.testkit.TestFSMRef$
- apply(Function0<T>, ActorRef, String, ClassTag<T>, $less$colon$less<T, FSM<S, D>>, ActorSystem) - Static method in class org.apache.pekko.testkit.TestFSMRef
- apply(Function0<T>, ActorRef, String, ClassTag<T>, $less$colon$less<T, FSM<S, D>>, ActorSystem) - Method in class org.apache.pekko.testkit.TestFSMRef$
- apply(Function0<T>, ActorRef, ClassTag<T>, $less$colon$less<T, FSM<S, D>>, ActorSystem) - Static method in class org.apache.pekko.testkit.TestFSMRef
- apply(Function0<T>, ActorRef, ClassTag<T>, $less$colon$less<T, FSM<S, D>>, ActorSystem) - Method in class org.apache.pekko.testkit.TestFSMRef$
- apply(Function0<T>, ClassTag<T>) - Static method in class org.apache.pekko.actor.Props
-
Scala API: Returns a Props that has default values except for "creator" which will be a function that creates an instance using the supplied thunk.
- apply(Function0<T>, ClassTag<T>) - Method in class org.apache.pekko.actor.Props$
-
Scala API: Returns a Props that has default values except for "creator" which will be a function that creates an instance using the supplied thunk.
- apply(Function0<T>, ClassTag<T>, ActorSystem) - Static method in class org.apache.pekko.testkit.TestActorRef
- apply(Function0<T>, ClassTag<T>, ActorSystem) - Method in class org.apache.pekko.testkit.TestActorRef$
- apply(Function0<T>, ClassTag<T>, $less$colon$less<T, FSM<S, D>>, ActorSystem) - Static method in class org.apache.pekko.testkit.TestFSMRef
- apply(Function0<T>, ClassTag<T>, $less$colon$less<T, FSM<S, D>>, ActorSystem) - Method in class org.apache.pekko.testkit.TestFSMRef$
- apply(Function1<In, Tuple10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>>, UnzipWithApply.UnzipWithCreator10<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>>, UnzipWithApply.UnzipWithCreator10<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 10 outputs. - apply(Function1<In, Tuple11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>>, UnzipWithApply.UnzipWithCreator11<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>>, UnzipWithApply.UnzipWithCreator11<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 11 outputs. - apply(Function1<In, Tuple12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>>, UnzipWithApply.UnzipWithCreator12<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>>, UnzipWithApply.UnzipWithCreator12<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 12 outputs. - apply(Function1<In, Tuple13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>>, UnzipWithApply.UnzipWithCreator13<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>>, UnzipWithApply.UnzipWithCreator13<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 13 outputs. - apply(Function1<In, Tuple14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>>, UnzipWithApply.UnzipWithCreator14<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>>, UnzipWithApply.UnzipWithCreator14<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 14 outputs. - apply(Function1<In, Tuple15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>>, UnzipWithApply.UnzipWithCreator15<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>>, UnzipWithApply.UnzipWithCreator15<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 15 outputs. - apply(Function1<In, Tuple16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16>>, UnzipWithApply.UnzipWithCreator16<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16>>, UnzipWithApply.UnzipWithCreator16<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 16 outputs. - apply(Function1<In, Tuple17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>>, UnzipWithApply.UnzipWithCreator17<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>>, UnzipWithApply.UnzipWithCreator17<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 17 outputs. - apply(Function1<In, Tuple18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>>, UnzipWithApply.UnzipWithCreator18<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>>, UnzipWithApply.UnzipWithCreator18<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 18 outputs. - apply(Function1<In, Tuple19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>>, UnzipWithApply.UnzipWithCreator19<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>>, UnzipWithApply.UnzipWithCreator19<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 19 outputs. - apply(Function1<In, Tuple2<A1, A2>>, UnzipWithApply.UnzipWithCreator2<Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple2<A1, A2>>, UnzipWithApply.UnzipWithCreator2<Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 2 outputs. - apply(Function1<In, Tuple20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>>, UnzipWithApply.UnzipWithCreator20<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>>, UnzipWithApply.UnzipWithCreator20<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 20 outputs. - apply(Function1<In, Tuple21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>>, UnzipWithApply.UnzipWithCreator21<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>>, UnzipWithApply.UnzipWithCreator21<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 21 outputs. - apply(Function1<In, Tuple22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>>, UnzipWithApply.UnzipWithCreator22<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>>, UnzipWithApply.UnzipWithCreator22<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 22 outputs. - apply(Function1<In, Tuple3<A1, A2, A3>>, UnzipWithApply.UnzipWithCreator3<Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple3<A1, A2, A3>>, UnzipWithApply.UnzipWithCreator3<Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 3 outputs. - apply(Function1<In, Tuple4<A1, A2, A3, A4>>, UnzipWithApply.UnzipWithCreator4<Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple4<A1, A2, A3, A4>>, UnzipWithApply.UnzipWithCreator4<Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 4 outputs. - apply(Function1<In, Tuple5<A1, A2, A3, A4, A5>>, UnzipWithApply.UnzipWithCreator5<Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple5<A1, A2, A3, A4, A5>>, UnzipWithApply.UnzipWithCreator5<Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 5 outputs. - apply(Function1<In, Tuple6<A1, A2, A3, A4, A5, A6>>, UnzipWithApply.UnzipWithCreator6<Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple6<A1, A2, A3, A4, A5, A6>>, UnzipWithApply.UnzipWithCreator6<Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 6 outputs. - apply(Function1<In, Tuple7<A1, A2, A3, A4, A5, A6, A7>>, UnzipWithApply.UnzipWithCreator7<Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple7<A1, A2, A3, A4, A5, A6, A7>>, UnzipWithApply.UnzipWithCreator7<Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 7 outputs. - apply(Function1<In, Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>>, UnzipWithApply.UnzipWithCreator8<Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>>, UnzipWithApply.UnzipWithCreator8<Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 8 outputs. - apply(Function1<In, Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>>, UnzipWithApply.UnzipWithCreator9<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.UnzipWith
- apply(Function1<In, Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>>, UnzipWithApply.UnzipWithCreator9<Object, Object, Object, Object, Object, Object, Object, Object, Object, Object>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply
-
Create a new
UnzipWithspecialized for 9 outputs. - apply(Function1<Object, Object>) - Static method in class org.apache.pekko.dispatch.PriorityGenerator
-
Creates a PriorityGenerator that uses the supplied function as priority generator
- apply(Function1<Object, Object>) - Method in class org.apache.pekko.dispatch.PriorityGenerator$
-
Creates a PriorityGenerator that uses the supplied function as priority generator
- apply(Function1<Throwable, Supervision.Directive>) - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy$
- apply(Function1<ActorRef, BoxedUnit>) - Static method in class org.apache.pekko.routing.WithListeners
- apply(Function1<ActorRef, BoxedUnit>) - Method in class org.apache.pekko.routing.WithListeners$
- apply(Function1<ExtendedActorSystem, SSLEngineProvider>) - Static method in class org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup
-
Scala API: factory for defining a
SSLEngineProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. - apply(Function1<ExtendedActorSystem, SSLEngineProvider>) - Method in class org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup$
-
Scala API: factory for defining a
SSLEngineProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. - apply(Function1<ExtendedActorSystem, Seq<SerializerDetails>>) - Static method in class org.apache.pekko.serialization.SerializationSetup
-
Scala API: Programmatic definition of serializers
- apply(Function1<ExtendedActorSystem, Seq<SerializerDetails>>) - Method in class org.apache.pekko.serialization.SerializationSetup$
-
Scala API: Programmatic definition of serializers
- apply(Function1<ActorRef<ConsumerController.Start<A>>, Behavior<B>>) - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController
-
The
Behaviorof the entity that is to be initialized inClusterSharding. - apply(Function1<ActorRef<ConsumerController.Start<A>>, Behavior<B>>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController$
-
The
Behaviorof the entity that is to be initialized inClusterSharding. - apply(Function1<ActorRef<ConsumerController.Start<A>>, Behavior<B>>, ShardingConsumerController.Settings) - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingConsumerControllerImpl
- apply(Function1<ActorRef<ConsumerController.Start<A>>, Behavior<B>>, ShardingConsumerController.Settings) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingConsumerControllerImpl$
- apply(Function1<ActorSystem<?>, ActorRefResolver>) - Static method in class org.apache.pekko.actor.typed.ActorRefResolverSetup
- apply(Function1<ActorSystem<?>, ActorRefResolver>) - Method in class org.apache.pekko.actor.typed.ActorRefResolverSetup$
- apply(Function1<ActorSystem<?>, Receptionist>) - Static method in class org.apache.pekko.actor.typed.receptionist.ReceptionistSetup
- apply(Function1<ActorSystem<?>, Receptionist>) - Method in class org.apache.pekko.actor.typed.receptionist.ReceptionistSetup$
- apply(Function1<ActorSystem<?>, DistributedData>) - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedDataSetup
- apply(Function1<ActorSystem<?>, DistributedData>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedDataSetup$
- apply(Function1<ActorSystem<?>, ClusterSharding>) - Static method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterShardingSetup
- apply(Function1<ActorSystem<?>, ClusterSharding>) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterShardingSetup$
- apply(Function1<ActorSystem<?>, Cluster>) - Static method in class org.apache.pekko.cluster.typed.ClusterSetup
- apply(Function1<ActorSystem<?>, Cluster>) - Method in class org.apache.pekko.cluster.typed.ClusterSetup$
- apply(Function1<ActorSystem<?>, ClusterSingleton>) - Static method in class org.apache.pekko.cluster.typed.ClusterSingletonSetup
- apply(Function1<ActorSystem<?>, ClusterSingleton>) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSetup$
- apply(Function1<ActorContext<T>, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.DeferredBehavior$
- apply(Function1<Seq<A>, O>, int) - Static method in class org.apache.pekko.stream.scaladsl.ZipWithN
-
Create a new
ZipWithN. - apply(Function1<Seq<A>, O>, int) - Method in class org.apache.pekko.stream.scaladsl.ZipWithN$
-
Create a new
ZipWithN. - apply(Function1<State, BoxedUnit>) - Method in class org.apache.pekko.persistence.typed.internal.SideEffect$
- apply(Function1<State, BoxedUnit>) - Method in class org.apache.pekko.persistence.typed.state.internal.SideEffect$
- apply(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 10 inputs. - apply(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 10 inputs. - apply(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 10 inputs. - apply(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 11 inputs. - apply(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 11 inputs. - apply(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 11 inputs. - apply(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 12 inputs. - apply(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 12 inputs. - apply(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 12 inputs. - apply(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 13 inputs. - apply(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 13 inputs. - apply(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 13 inputs. - apply(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 14 inputs. - apply(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 14 inputs. - apply(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 14 inputs. - apply(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 15 inputs. - apply(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 15 inputs. - apply(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 15 inputs. - apply(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 16 inputs. - apply(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 16 inputs. - apply(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 16 inputs. - apply(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 17 inputs. - apply(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 17 inputs. - apply(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 17 inputs. - apply(Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 18 inputs. - apply(Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 18 inputs. - apply(Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 18 inputs. - apply(Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 19 inputs. - apply(Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 19 inputs. - apply(Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 19 inputs. - apply(Function2<A1, A2, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function2<A1, A2, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 2 inputs. - apply(Function2<A1, A2, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function2<A1, A2, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 2 inputs. - apply(Function2<A1, A2, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function2<A1, A2, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 2 inputs. - apply(Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 20 inputs. - apply(Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 20 inputs. - apply(Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 20 inputs. - apply(Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 21 inputs. - apply(Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 21 inputs. - apply(Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 21 inputs. - apply(Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 22 inputs. - apply(Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 22 inputs. - apply(Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 22 inputs. - apply(Function3<A1, A2, A3, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function3<A1, A2, A3, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 3 inputs. - apply(Function3<A1, A2, A3, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function3<A1, A2, A3, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 3 inputs. - apply(Function3<A1, A2, A3, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function3<A1, A2, A3, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 3 inputs. - apply(Function4<A1, A2, A3, A4, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function4<A1, A2, A3, A4, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 4 inputs. - apply(Function4<A1, A2, A3, A4, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function4<A1, A2, A3, A4, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 4 inputs. - apply(Function4<A1, A2, A3, A4, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function4<A1, A2, A3, A4, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 4 inputs. - apply(Function5<A1, A2, A3, A4, A5, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function5<A1, A2, A3, A4, A5, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 5 inputs. - apply(Function5<A1, A2, A3, A4, A5, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function5<A1, A2, A3, A4, A5, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 5 inputs. - apply(Function5<A1, A2, A3, A4, A5, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function5<A1, A2, A3, A4, A5, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 5 inputs. - apply(Function6<A1, A2, A3, A4, A5, A6, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function6<A1, A2, A3, A4, A5, A6, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 6 inputs. - apply(Function6<A1, A2, A3, A4, A5, A6, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function6<A1, A2, A3, A4, A5, A6, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 6 inputs. - apply(Function6<A1, A2, A3, A4, A5, A6, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function6<A1, A2, A3, A4, A5, A6, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 6 inputs. - apply(Function7<A1, A2, A3, A4, A5, A6, A7, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function7<A1, A2, A3, A4, A5, A6, A7, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 7 inputs. - apply(Function7<A1, A2, A3, A4, A5, A6, A7, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function7<A1, A2, A3, A4, A5, A6, A7, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 7 inputs. - apply(Function7<A1, A2, A3, A4, A5, A6, A7, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function7<A1, A2, A3, A4, A5, A6, A7, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 7 inputs. - apply(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 8 inputs. - apply(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 8 inputs. - apply(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 8 inputs. - apply(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 9 inputs. - apply(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>) - Static method in class org.apache.pekko.stream.scaladsl.ZipWith
- apply(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>) - Method in interface org.apache.pekko.stream.scaladsl.ZipWithApply
-
Create a new
ZipWithspecialized for 9 inputs. - apply(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.ZipLatestWith
- apply(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.ZipLatestWithApply
-
Create a new
ZipLatestWithspecialized for 9 inputs. - apply(BigInt) - Static method in class org.apache.pekko.persistence.typed.crdt.Counter
- apply(BigInt) - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated$
- apply(BigInt) - Method in class org.apache.pekko.persistence.typed.crdt.Counter$
- apply(Ordering<T>) - Static method in class org.apache.pekko.stream.scaladsl.MergeSorted
-
Create a new
MergeSorted, @see MergeSorted - apply(Ordering<T>) - Method in class org.apache.pekko.stream.scaladsl.MergeSorted$
-
Create a new
MergeSorted, @see MergeSorted - apply(Option<A>, long) - Static method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- apply(Option<A>, long) - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult$
- apply(Option<ClassLoader>, Option<Config>, Option<ExecutionContext>) - Static method in class org.apache.pekko.actor.BootstrapSetup
-
Scala API: Create bootstrap settings needed for starting the actor system
- apply(Option<ClassLoader>, Option<Config>, Option<ExecutionContext>) - Method in class org.apache.pekko.actor.BootstrapSetup$
-
Scala API: Create bootstrap settings needed for starting the actor system
- apply(Option<String>, Either<String, Regex>, boolean, int) - Static method in class org.apache.pekko.testkit.DebugFilter
- apply(Option<String>, Either<String, Regex>, boolean, int) - Method in class org.apache.pekko.testkit.DebugFilter$
- apply(Option<String>, Either<String, Regex>, boolean, int) - Static method in class org.apache.pekko.testkit.InfoFilter
- apply(Option<String>, Either<String, Regex>, boolean, int) - Method in class org.apache.pekko.testkit.InfoFilter$
- apply(Option<String>, Either<String, Regex>, boolean, int) - Static method in class org.apache.pekko.testkit.WarningFilter
- apply(Option<String>, Either<String, Regex>, boolean, int) - Method in class org.apache.pekko.testkit.WarningFilter$
- apply(Option<Throwable>) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- apply(Option<Throwable>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost$
- apply(Option<ActorInitializationException>) - Method in class org.apache.pekko.dispatch.sysmsg.Create$
- apply(Option<ActorRef>) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- apply(Option<ActorRef>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData$
- apply(Option<ActorRef>) - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild$
- apply(Option<ActorRef>, Option<UniqueAddress>) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- apply(Option<ActorRef>, Option<UniqueAddress>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData$
- apply(Option<Address>) - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged$
- apply(Option<Address>) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationResponse$
- apply(Option<ServiceKey<ConsumerController.Command<A>>>, ConsumerController.Settings) - Static method in class org.apache.pekko.actor.typed.delivery.internal.ConsumerControllerImpl
- apply(Option<ServiceKey<ConsumerController.Command<A>>>, ConsumerController.Settings) - Method in class org.apache.pekko.actor.typed.delivery.internal.ConsumerControllerImpl$
- apply(Option<org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- apply(Option<org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult$
- apply(Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.FilterSettings>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AdmissionFilter$
- apply(Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.OptimizerSettings>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AdmissionOptimizer$
- apply(Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.PolicySettings>, int, Option<ClusterShardingSettings.IdlePassivationStrategy>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategy$
- apply(Option<UniqueAddress>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged$
- apply(Option<SelectedSnapshot>, long) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult$
- apply(Option<OptimalSizeExploringResizer.UnderUtilizationStreak>, long, int, long) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- apply(Option<Resizer>, SupervisorStrategy, String) - Static method in class org.apache.pekko.routing.FromConfig
- apply(Option<Resizer>, SupervisorStrategy, String) - Method in class org.apache.pekko.routing.FromConfig$
- apply(Option<ActorMaterializerSettings>, Option<String>, ActorRefFactory) - Static method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.Use the system wide materializer with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- apply(Option<ActorMaterializerSettings>, Option<String>, ActorRefFactory) - Method in class org.apache.pekko.stream.ActorMaterializer$
-
Deprecated.Use the system wide materializer with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- apply(Option<Seq<String>>, Option<Seq<String>>, Option<TLSClientAuth>, Option<SSLParameters>) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession$
- apply(Option<PartialFunction<Object, Object>>) - Method in class org.apache.pekko.testkit.TestActor.SetIgnore$
- apply(Option<T>, Map<String, WildcardTree<T>>, Map<String, WildcardTree<T>>) - Method in class org.apache.pekko.util.WildcardTree$
- apply(PartialFunction<Object, BoxedUnit>, ActorContext) - Method in class org.apache.pekko.event.LoggingReceive$
-
Wrap a Receive partial function in a logging enclosure, which sends a debug message to the event bus each time before a message is matched.
- apply(PartialFunction<O, I>, ClassTag<O>) - Method in class org.apache.pekko.actor.typed.internal.TransformMessagesInterceptor$
-
INTERNAL API
- apply(PartialFunction<Logging.LogEvent, Object>, int) - Static method in class org.apache.pekko.testkit.CustomEventFilter
- apply(PartialFunction<Logging.LogEvent, Object>, int) - Method in class org.apache.pekko.testkit.CustomEventFilter$
- apply(ClassTag<T>) - Static method in class org.apache.pekko.actor.Props
-
Scala API: Returns a Props that has default values except for "creator" which will be a function that creates an instance of the supplied type using the default constructor.
- apply(ClassTag<T>) - Method in class org.apache.pekko.actor.Props$
-
Scala API: Returns a Props that has default values except for "creator" which will be a function that creates an instance of the supplied type using the default constructor.
- apply(ClassTag<T>) - Static method in class org.apache.pekko.actor.TypedProps
-
Uses the supplied class as the factory for the TypedActor implementation, proxying all the interfaces it implements.
- apply(ClassTag<T>) - Method in class org.apache.pekko.actor.TypedProps$
-
Uses the supplied class as the factory for the TypedActor implementation, proxying all the interfaces it implements.
- apply(ClassTag<T>) - Static method in class org.apache.pekko.testkit.DeadLettersFilter
- apply(ClassTag<T>) - Method in class org.apache.pekko.testkit.DeadLettersFilter$
- apply(ClassTag<T>, ActorSystem) - Static method in class org.apache.pekko.testkit.TestActorRef
- apply(ClassTag<T>, ActorSystem) - Method in class org.apache.pekko.testkit.TestActorRef$
- apply(Either<Object, Object>) - Method in class org.apache.pekko.remote.testconductor.TerminateMsg$
- apply(Try<org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId.Removals>) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result$
- apply(S, D, Object) - Method in class org.apache.pekko.actor.FSM.LogEntry$
- apply(S, D, Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry$
-
Deprecated.
- apply(S, D, Option<FiniteDuration>, Option<FSM.Reason>, List<Object>) - Method in class org.apache.pekko.actor.FSM.State$
- apply(S, D, Option<FiniteDuration>, Option<PersistentFSM.Reason>, List<Object>, Seq<E>, Function1<D, BoxedUnit>, boolean) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- apply(State) - Method in class org.apache.pekko.persistence.typed.state.internal.Persist$
- apply(State, Command) - Method in interface org.apache.pekko.persistence.typed.javadsl.CommandHandler
- apply(State, Command) - Method in interface org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReply
- apply(State, Command) - Method in interface org.apache.pekko.persistence.typed.state.javadsl.CommandHandler
- apply(State, Command) - Method in interface org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReply
- apply(State, Event) - Method in interface org.apache.pekko.persistence.typed.javadsl.EventHandler
- apply(T) - Method in class org.apache.pekko.actor.typed.pubsub.Topic.Publish$
- apply(T) - Method in class org.apache.pekko.dispatch.japi.BooleanFunctionBridge
-
Deprecated.
- apply(T) - Method in class org.apache.pekko.dispatch.japi.CallbackBridge
-
Deprecated.
- apply(T) - Method in class org.apache.pekko.dispatch.japi.UnitFunctionBridge
-
Deprecated.
- apply(T) - Method in class org.apache.pekko.dispatch.Mapper
-
Override this method to perform the map operation, by default delegates to "checkedApply" which by default throws an UnsupportedOperationException.
- apply(T) - Method in interface org.apache.pekko.japi.Function
- apply(T) - Method in interface org.apache.pekko.japi.function.Function
- apply(T) - Method in interface org.apache.pekko.japi.function.Procedure
- apply(T) - Method in interface org.apache.pekko.japi.Procedure
- apply(T) - Method in class org.apache.pekko.pattern.StatusReply.Success$
-
Scala API: Create a successful reply containing
value - apply(T1, T2) - Method in interface org.apache.pekko.japi.function.Function2
- apply(T1, T2) - Method in interface org.apache.pekko.japi.function.Procedure2
- apply(T1, T2) - Method in interface org.apache.pekko.japi.Function2
- apply(T1, T2, T3) - Method in interface org.apache.pekko.japi.function.Function3
- apply(T1, T2, T3) - Method in interface org.apache.pekko.japi.function.Procedure3
- apply(T1, T2, T3) - Static method in class org.apache.pekko.japi.tuple.Tuple3
-
Java API Tuple container.
- apply(T1, T2, T3) - Method in class org.apache.pekko.japi.tuple.Tuple3$
-
Java API Tuple container.
- apply(T1, T2, T3, T4) - Method in interface org.apache.pekko.japi.function.Function4
- apply(T1, T2, T3, T4) - Method in interface org.apache.pekko.japi.function.Procedure4
- apply(T1, T2, T3, T4) - Static method in class org.apache.pekko.japi.tuple.Tuple4
-
Java API Tuple container.
- apply(T1, T2, T3, T4) - Method in class org.apache.pekko.japi.tuple.Tuple4$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5) - Method in interface org.apache.pekko.japi.function.Function5
- apply(T1, T2, T3, T4, T5) - Method in interface org.apache.pekko.japi.function.Procedure5
- apply(T1, T2, T3, T4, T5) - Static method in class org.apache.pekko.japi.tuple.Tuple5
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5) - Method in class org.apache.pekko.japi.tuple.Tuple5$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6) - Method in interface org.apache.pekko.japi.function.Function6
- apply(T1, T2, T3, T4, T5, T6) - Method in interface org.apache.pekko.japi.function.Procedure6
- apply(T1, T2, T3, T4, T5, T6) - Static method in class org.apache.pekko.japi.tuple.Tuple6
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6) - Method in class org.apache.pekko.japi.tuple.Tuple6$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.apache.pekko.japi.function.Function7
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.apache.pekko.japi.function.Procedure7
- apply(T1, T2, T3, T4, T5, T6, T7) - Static method in class org.apache.pekko.japi.tuple.Tuple7
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in class org.apache.pekko.japi.tuple.Tuple7$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.apache.pekko.japi.function.Function8
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.apache.pekko.japi.function.Procedure8
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class org.apache.pekko.japi.tuple.Tuple8
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.apache.pekko.japi.tuple.Tuple8$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.apache.pekko.japi.function.Function9
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface org.apache.pekko.japi.function.Procedure9
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class org.apache.pekko.japi.tuple.Tuple9
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.apache.pekko.japi.tuple.Tuple9$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.apache.pekko.japi.function.Function10
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface org.apache.pekko.japi.function.Procedure10
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Static method in class org.apache.pekko.japi.tuple.Tuple10
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in class org.apache.pekko.japi.tuple.Tuple10$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.apache.pekko.japi.function.Function11
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface org.apache.pekko.japi.function.Procedure11
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Static method in class org.apache.pekko.japi.tuple.Tuple11
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in class org.apache.pekko.japi.tuple.Tuple11$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.apache.pekko.japi.function.Function12
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface org.apache.pekko.japi.function.Procedure12
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Static method in class org.apache.pekko.japi.tuple.Tuple12
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in class org.apache.pekko.japi.tuple.Tuple12$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.apache.pekko.japi.function.Function13
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface org.apache.pekko.japi.function.Procedure13
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Static method in class org.apache.pekko.japi.tuple.Tuple13
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in class org.apache.pekko.japi.tuple.Tuple13$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.apache.pekko.japi.function.Function14
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface org.apache.pekko.japi.function.Procedure14
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Static method in class org.apache.pekko.japi.tuple.Tuple14
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in class org.apache.pekko.japi.tuple.Tuple14$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.apache.pekko.japi.function.Function15
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface org.apache.pekko.japi.function.Procedure15
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Static method in class org.apache.pekko.japi.tuple.Tuple15
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in class org.apache.pekko.japi.tuple.Tuple15$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.apache.pekko.japi.function.Function16
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface org.apache.pekko.japi.function.Procedure16
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Static method in class org.apache.pekko.japi.tuple.Tuple16
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in class org.apache.pekko.japi.tuple.Tuple16$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.apache.pekko.japi.function.Function17
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface org.apache.pekko.japi.function.Procedure17
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Static method in class org.apache.pekko.japi.tuple.Tuple17
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in class org.apache.pekko.japi.tuple.Tuple17$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.apache.pekko.japi.function.Function18
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface org.apache.pekko.japi.function.Procedure18
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Static method in class org.apache.pekko.japi.tuple.Tuple18
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in class org.apache.pekko.japi.tuple.Tuple18$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.apache.pekko.japi.function.Function19
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface org.apache.pekko.japi.function.Procedure19
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Static method in class org.apache.pekko.japi.tuple.Tuple19
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in class org.apache.pekko.japi.tuple.Tuple19$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.apache.pekko.japi.function.Function20
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface org.apache.pekko.japi.function.Procedure20
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Static method in class org.apache.pekko.japi.tuple.Tuple20
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in class org.apache.pekko.japi.tuple.Tuple20$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.apache.pekko.japi.function.Function21
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface org.apache.pekko.japi.function.Procedure21
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Static method in class org.apache.pekko.japi.tuple.Tuple21
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in class org.apache.pekko.japi.tuple.Tuple21$
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.apache.pekko.japi.function.Function22
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface org.apache.pekko.japi.function.Procedure22
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Static method in class org.apache.pekko.japi.tuple.Tuple22
-
Java API Tuple container.
- apply(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in class org.apache.pekko.japi.tuple.Tuple22$
-
Java API Tuple container.
- apply(T, long) - Method in class org.apache.pekko.io.SimpleDnsCache.CacheEntry$
- apply(T, ActorSystem, LogSource<T>) - Method in class org.apache.pekko.event.LogSource$
- apply(T, LogSource<T>) - Method in class org.apache.pekko.event.LogSource$
- apply(U) - Method in class org.apache.pekko.actor.typed.internal.AdaptWithRegisteredMessageAdapter$
- apply(U) - Method in class org.apache.pekko.stream.FlowMonitorState.Received$
- apply(U, Function1<U, T>) - Method in class org.apache.pekko.actor.typed.internal.AdaptMessage$
- apply$default$1() - Static method in class org.apache.pekko.actor.AllForOneStrategy
- apply$default$1() - Method in class org.apache.pekko.actor.AllForOneStrategy$
- apply$default$1() - Static method in class org.apache.pekko.actor.Deploy
- apply$default$1() - Method in class org.apache.pekko.actor.Deploy$
- apply$default$1() - Static method in class org.apache.pekko.actor.OneForOneStrategy
- apply$default$1() - Method in class org.apache.pekko.actor.OneForOneStrategy$
- apply$default$1() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.TestInbox$
- apply$default$1() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector$
- apply$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- apply$default$1() - Method in class org.apache.pekko.cluster.GossipOverview$
- apply$default$1() - Method in class org.apache.pekko.cluster.GossipStats$
- apply$default$1() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- apply$default$1() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
- apply$default$1() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- apply$default$1() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- apply$default$1() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- apply$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
- apply$default$1() - Static method in class org.apache.pekko.cluster.VectorClock
- apply$default$1() - Method in class org.apache.pekko.cluster.VectorClock$
- apply$default$1() - Method in class org.apache.pekko.cluster.VectorClockStats$
- apply$default$1() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- apply$default$1() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- apply$default$1() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip$
- apply$default$1() - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- apply$default$1() - Method in class org.apache.pekko.io.Udp.SimpleSender$
- apply$default$1() - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- apply$default$1() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- apply$default$1() - Static method in class org.apache.pekko.persistence.Recovery
- apply$default$1() - Method in class org.apache.pekko.persistence.Recovery$
- apply$default$1() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- apply$default$1() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- apply$default$1() - Static method in class org.apache.pekko.persistence.testkit.Reject
- apply$default$1() - Method in class org.apache.pekko.persistence.testkit.Reject$
- apply$default$1() - Static method in class org.apache.pekko.persistence.testkit.StorageFailure
- apply$default$1() - Method in class org.apache.pekko.persistence.testkit.StorageFailure$
- apply$default$1() - Static method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- apply$default$1() - Method in class org.apache.pekko.remote.AckedReceiveBuffer$
- apply$default$1() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying$
-
Deprecated.
- apply$default$1() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply$default$1() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply$default$1() - Static method in class org.apache.pekko.routing.DefaultResizer
- apply$default$1() - Method in class org.apache.pekko.routing.DefaultResizer$
- apply$default$1() - Static method in class org.apache.pekko.routing.FromConfig
- apply$default$1() - Method in class org.apache.pekko.routing.FromConfig$
- apply$default$1() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- apply$default$1() - Static method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.
- apply$default$1() - Method in class org.apache.pekko.stream.ActorMaterializer$
- apply$default$1() - Static method in class org.apache.pekko.stream.Attributes
- apply$default$1() - Method in class org.apache.pekko.stream.Attributes$
- apply$default$1() - Static method in class org.apache.pekko.stream.scaladsl.Concat
- apply$default$1() - Method in class org.apache.pekko.stream.scaladsl.Concat$
- apply$default$1() - Static method in class org.apache.pekko.stream.scaladsl.MergeSequence
- apply$default$1() - Method in class org.apache.pekko.stream.scaladsl.MergeSequence$
- apply$default$1() - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe$
- apply$default$1() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe$
- apply$default$1() - Static method in class org.apache.pekko.testkit.EventFilter
- apply$default$1() - Method in class org.apache.pekko.testkit.EventFilter$
- apply$default$1() - Static method in class org.apache.pekko.testkit.TestLatch
- apply$default$1() - Method in class org.apache.pekko.testkit.TestLatch$
- apply$default$1() - Method in class org.apache.pekko.util.WildcardIndex$
- apply$default$1() - Method in class org.apache.pekko.util.WildcardTree$
- apply$default$10() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- apply$default$10() - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- apply$default$10() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- apply$default$10() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$10() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply$default$10() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply$default$11() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- apply$default$11() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$12() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$13() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$14() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$15() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$16() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$17() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$18() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$19() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$2() - Static method in class org.apache.pekko.actor.ActorSystem
- apply$default$2() - Method in class org.apache.pekko.actor.ActorSystem$
- apply$default$2() - Static method in class org.apache.pekko.actor.AllForOneStrategy
- apply$default$2() - Method in class org.apache.pekko.actor.AllForOneStrategy$
- apply$default$2() - Static method in class org.apache.pekko.actor.ChildRestartStats
- apply$default$2() - Method in class org.apache.pekko.actor.ChildRestartStats$
- apply$default$2() - Static method in class org.apache.pekko.actor.Deploy
- apply$default$2() - Method in class org.apache.pekko.actor.Deploy$
- apply$default$2() - Static method in class org.apache.pekko.actor.OneForOneStrategy
- apply$default$2() - Method in class org.apache.pekko.actor.OneForOneStrategy$
- apply$default$2() - Static method in class org.apache.pekko.actor.RootActorPath
- apply$default$2() - Method in class org.apache.pekko.actor.RootActorPath$
- apply$default$2() - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous$
- apply$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl$
- apply$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector$
- apply$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig$
- apply$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector$
- apply$default$2() - Method in class org.apache.pekko.actor.typed.internal.routing.GroupRouterBuilder$
- apply$default$2() - Static method in class org.apache.pekko.actor.typed.scaladsl.adapter.PropsAdapter
- apply$default$2() - Method in class org.apache.pekko.actor.typed.scaladsl.adapter.PropsAdapter$
- apply$default$2() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- apply$default$2() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- apply$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
- apply$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority$
- apply$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority$
- apply$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority$
- apply$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority$
- apply$default$2() - Method in class org.apache.pekko.cluster.Gossip$
-
INTERNAL API
- apply$default$2() - Method in class org.apache.pekko.cluster.GossipOverview$
- apply$default$2() - Method in class org.apache.pekko.cluster.GossipStats$
- apply$default$2() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- apply$default$2() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
- apply$default$2() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- apply$default$2() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- apply$default$2() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- apply$default$2() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic$
- apply$default$2() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- apply$default$2() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
- apply$default$2() - Method in class org.apache.pekko.cluster.VectorClockStats$
- apply$default$2() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- apply$default$2() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- apply$default$2() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip$
- apply$default$2() - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- apply$default$2() - Method in class org.apache.pekko.io.Tcp.Connect$
- apply$default$2() - Method in class org.apache.pekko.io.Tcp.Register$
- apply$default$2() - Method in class org.apache.pekko.persistence.PersistentRepr$
- apply$default$2() - Static method in class org.apache.pekko.persistence.Recovery
- apply$default$2() - Method in class org.apache.pekko.persistence.Recovery$
- apply$default$2() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- apply$default$2() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- apply$default$2() - Static method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- apply$default$2() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- apply$default$2() - Static method in class org.apache.pekko.remote.Ack
-
Deprecated.
- apply$default$2() - Method in class org.apache.pekko.remote.Ack$
- apply$default$2() - Static method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- apply$default$2() - Method in class org.apache.pekko.remote.AckedReceiveBuffer$
- apply$default$2() - Static method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- apply$default$2() - Method in class org.apache.pekko.remote.AckedSendBuffer$
- apply$default$2() - Method in class org.apache.pekko.remote.transport.Transport.InvalidAssociationException$
-
Deprecated.
- apply$default$2() - Static method in class org.apache.pekko.routing.BalancingPool
- apply$default$2() - Method in class org.apache.pekko.routing.BalancingPool$
- apply$default$2() - Static method in class org.apache.pekko.routing.BroadcastGroup
- apply$default$2() - Method in class org.apache.pekko.routing.BroadcastGroup$
- apply$default$2() - Static method in class org.apache.pekko.routing.BroadcastPool
- apply$default$2() - Method in class org.apache.pekko.routing.BroadcastPool$
- apply$default$2() - Static method in class org.apache.pekko.routing.ConsistentHashingGroup
- apply$default$2() - Method in class org.apache.pekko.routing.ConsistentHashingGroup$
- apply$default$2() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- apply$default$2() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- apply$default$2() - Static method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- apply$default$2() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic$
- apply$default$2() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply$default$2() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply$default$2() - Static method in class org.apache.pekko.routing.DefaultResizer
- apply$default$2() - Method in class org.apache.pekko.routing.DefaultResizer$
- apply$default$2() - Static method in class org.apache.pekko.routing.FromConfig
- apply$default$2() - Method in class org.apache.pekko.routing.FromConfig$
- apply$default$2() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- apply$default$2() - Static method in class org.apache.pekko.routing.RandomGroup
- apply$default$2() - Method in class org.apache.pekko.routing.RandomGroup$
- apply$default$2() - Static method in class org.apache.pekko.routing.RandomPool
- apply$default$2() - Method in class org.apache.pekko.routing.RandomPool$
- apply$default$2() - Static method in class org.apache.pekko.routing.RoundRobinGroup
- apply$default$2() - Method in class org.apache.pekko.routing.RoundRobinGroup$
- apply$default$2() - Static method in class org.apache.pekko.routing.RoundRobinPool
- apply$default$2() - Method in class org.apache.pekko.routing.RoundRobinPool$
- apply$default$2() - Static method in class org.apache.pekko.routing.Router
- apply$default$2() - Method in class org.apache.pekko.routing.Router$
- apply$default$2() - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- apply$default$2() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- apply$default$2() - Static method in class org.apache.pekko.routing.SmallestMailboxPool
- apply$default$2() - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- apply$default$2() - Static method in class org.apache.pekko.routing.TailChoppingPool
- apply$default$2() - Method in class org.apache.pekko.routing.TailChoppingPool$
- apply$default$2() - Static method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.
- apply$default$2() - Method in class org.apache.pekko.stream.ActorMaterializer$
- apply$default$2() - Static method in class org.apache.pekko.stream.scaladsl.Balance
- apply$default$2() - Method in class org.apache.pekko.stream.scaladsl.Balance$
- apply$default$2() - Static method in class org.apache.pekko.stream.scaladsl.Broadcast
- apply$default$2() - Method in class org.apache.pekko.stream.scaladsl.Broadcast$
- apply$default$2() - Static method in class org.apache.pekko.stream.scaladsl.Merge
- apply$default$2() - Method in class org.apache.pekko.stream.scaladsl.Merge$
- apply$default$2() - Static method in class org.apache.pekko.stream.scaladsl.MergeLatest
- apply$default$2() - Method in class org.apache.pekko.stream.scaladsl.MergeLatest$
- apply$default$2() - Static method in class org.apache.pekko.stream.scaladsl.MergePreferred
- apply$default$2() - Method in class org.apache.pekko.stream.scaladsl.MergePreferred$
- apply$default$2() - Static method in class org.apache.pekko.stream.scaladsl.MergePrioritized
- apply$default$2() - Method in class org.apache.pekko.stream.scaladsl.MergePrioritized$
- apply$default$2() - Static method in class org.apache.pekko.testkit.EventFilter
- apply$default$2() - Method in class org.apache.pekko.testkit.EventFilter$
- apply$default$2() - Method in class org.apache.pekko.testkit.TestActor.Spawn$
- apply$default$2() - Method in class org.apache.pekko.util.FastFrequencySketch$
- apply$default$2() - Method in class org.apache.pekko.util.FrequencySketch$
- apply$default$2() - Method in class org.apache.pekko.util.WildcardIndex$
- apply$default$2() - Method in class org.apache.pekko.util.WildcardTree$
- apply$default$3() - Static method in class org.apache.pekko.actor.ActorSystem
- apply$default$3() - Method in class org.apache.pekko.actor.ActorSystem$
- apply$default$3() - Static method in class org.apache.pekko.actor.AllForOneStrategy
- apply$default$3() - Method in class org.apache.pekko.actor.AllForOneStrategy$
- apply$default$3() - Static method in class org.apache.pekko.actor.ChildRestartStats
- apply$default$3() - Method in class org.apache.pekko.actor.ChildRestartStats$
- apply$default$3() - Static method in class org.apache.pekko.actor.Deploy
- apply$default$3() - Method in class org.apache.pekko.actor.Deploy$
- apply$default$3() - Method in class org.apache.pekko.actor.FSM.State$
- apply$default$3() - Static method in class org.apache.pekko.actor.OneForOneStrategy
- apply$default$3() - Method in class org.apache.pekko.actor.OneForOneStrategy$
- apply$default$3() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned$
- apply$default$3() - Method in class org.apache.pekko.actor.typed.internal.routing.GroupRouterBuilder$
- apply$default$3() - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
- apply$default$3() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- apply$default$3() - Static method in class org.apache.pekko.actor.TypedProps
-
TypedProps is a TypedActor configuration object, that is thread safe and fully sharable.
- apply$default$3() - Method in class org.apache.pekko.actor.TypedProps$
-
TypedProps is a TypedActor configuration object, that is thread safe and fully sharable.
- apply$default$3() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- apply$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete$
- apply$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get$
- apply$default$3() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- apply$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
- apply$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus$
- apply$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus$
- apply$default$3() - Method in class org.apache.pekko.cluster.Gossip$
- apply$default$3() - Method in class org.apache.pekko.cluster.GossipStats$
- apply$default$3() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- apply$default$3() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
- apply$default$3() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- apply$default$3() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- apply$default$3() - Static method in class org.apache.pekko.cluster.metrics.NodeMetrics
- apply$default$3() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics$
- apply$default$3() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll$
- apply$default$3() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- apply$default$3() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
- apply$default$3() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- apply$default$3() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- apply$default$3() - Method in class org.apache.pekko.event.Logging.Debug$
- apply$default$3() - Method in class org.apache.pekko.event.Logging.Info$
- apply$default$3() - Method in class org.apache.pekko.event.Logging.Warning$
- apply$default$3() - Method in class org.apache.pekko.io.dns.internal.Message$
- apply$default$3() - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- apply$default$3() - Method in class org.apache.pekko.io.Tcp.Bind$
- apply$default$3() - Method in class org.apache.pekko.io.Tcp.Connect$
- apply$default$3() - Method in class org.apache.pekko.io.Tcp.Register$
- apply$default$3() - Method in class org.apache.pekko.io.Udp.Bind$
- apply$default$3() - Method in class org.apache.pekko.io.UdpConnected.Connect$
- apply$default$3() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- apply$default$3() - Method in class org.apache.pekko.persistence.PersistentRepr$
- apply$default$3() - Static method in class org.apache.pekko.persistence.Recovery
- apply$default$3() - Method in class org.apache.pekko.persistence.Recovery$
- apply$default$3() - Static method in class org.apache.pekko.persistence.SnapshotMetadata
- apply$default$3() - Method in class org.apache.pekko.persistence.SnapshotMetadata$
- apply$default$3() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- apply$default$3() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- apply$default$3() - Static method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- apply$default$3() - Method in class org.apache.pekko.remote.AckedReceiveBuffer$
- apply$default$3() - Static method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- apply$default$3() - Method in class org.apache.pekko.remote.AckedSendBuffer$
- apply$default$3() - Static method in class org.apache.pekko.routing.BalancingPool
- apply$default$3() - Method in class org.apache.pekko.routing.BalancingPool$
- apply$default$3() - Static method in class org.apache.pekko.routing.BroadcastPool
- apply$default$3() - Method in class org.apache.pekko.routing.BroadcastPool$
- apply$default$3() - Static method in class org.apache.pekko.routing.ConsistentHashingGroup
- apply$default$3() - Method in class org.apache.pekko.routing.ConsistentHashingGroup$
- apply$default$3() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- apply$default$3() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- apply$default$3() - Static method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- apply$default$3() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic$
- apply$default$3() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply$default$3() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply$default$3() - Static method in class org.apache.pekko.routing.DefaultResizer
- apply$default$3() - Method in class org.apache.pekko.routing.DefaultResizer$
- apply$default$3() - Static method in class org.apache.pekko.routing.FromConfig
- apply$default$3() - Method in class org.apache.pekko.routing.FromConfig$
- apply$default$3() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- apply$default$3() - Static method in class org.apache.pekko.routing.RandomPool
- apply$default$3() - Method in class org.apache.pekko.routing.RandomPool$
- apply$default$3() - Static method in class org.apache.pekko.routing.RoundRobinPool
- apply$default$3() - Method in class org.apache.pekko.routing.RoundRobinPool$
- apply$default$3() - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- apply$default$3() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup$
- apply$default$3() - Static method in class org.apache.pekko.routing.SmallestMailboxPool
- apply$default$3() - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- apply$default$3() - Static method in class org.apache.pekko.stream.scaladsl.Interleave
- apply$default$3() - Method in class org.apache.pekko.stream.scaladsl.Interleave$
- apply$default$3() - Static method in class org.apache.pekko.testkit.EventFilter
- apply$default$3() - Method in class org.apache.pekko.testkit.EventFilter$
- apply$default$3() - Method in class org.apache.pekko.testkit.TestActor.Spawn$
- apply$default$3() - Method in class org.apache.pekko.util.FastFrequencySketch$
- apply$default$3() - Method in class org.apache.pekko.util.FrequencySketch$
- apply$default$3() - Method in class org.apache.pekko.util.WildcardTree$
- apply$default$3(A) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
- apply$default$3(A) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
- apply$default$4() - Static method in class org.apache.pekko.actor.ActorSystem
- apply$default$4() - Method in class org.apache.pekko.actor.ActorSystem$
- apply$default$4() - Static method in class org.apache.pekko.actor.Deploy
- apply$default$4() - Method in class org.apache.pekko.actor.Deploy$
- apply$default$4() - Method in class org.apache.pekko.actor.FSM.State$
- apply$default$4() - Static method in class org.apache.pekko.actor.typed.ActorSystem
- apply$default$4() - Method in class org.apache.pekko.actor.typed.ActorSystem$
- apply$default$4() - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
- apply$default$4() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- apply$default$4() - Static method in class org.apache.pekko.actor.TypedProps
- apply$default$4() - Method in class org.apache.pekko.actor.TypedProps$
- apply$default$4() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- apply$default$4() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update$
- apply$default$4() - Method in class org.apache.pekko.cluster.Gossip$
- apply$default$4() - Method in class org.apache.pekko.cluster.GossipStats$
- apply$default$4() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- apply$default$4() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- apply$default$4() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- apply$default$4() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
- apply$default$4() - Static method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- apply$default$4() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory$
- apply$default$4() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- apply$default$4() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- apply$default$4() - Method in class org.apache.pekko.event.Logging.Error$
- apply$default$4() - Method in class org.apache.pekko.io.dns.internal.Message$
- apply$default$4() - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- apply$default$4() - Method in class org.apache.pekko.io.Tcp.Bind$
- apply$default$4() - Method in class org.apache.pekko.io.Tcp.Connect$
- apply$default$4() - Method in class org.apache.pekko.io.UdpConnected.Connect$
- apply$default$4() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- apply$default$4() - Method in class org.apache.pekko.persistence.PersistentRepr$
- apply$default$4() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- apply$default$4() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- apply$default$4() - Static method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- apply$default$4() - Method in class org.apache.pekko.remote.AckedSendBuffer$
- apply$default$4() - Method in class org.apache.pekko.remote.InvalidAssociation$
- apply$default$4() - Static method in class org.apache.pekko.routing.BroadcastPool
- apply$default$4() - Method in class org.apache.pekko.routing.BroadcastPool$
- apply$default$4() - Static method in class org.apache.pekko.routing.ConsistentHashingGroup
- apply$default$4() - Method in class org.apache.pekko.routing.ConsistentHashingGroup$
- apply$default$4() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- apply$default$4() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- apply$default$4() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply$default$4() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply$default$4() - Static method in class org.apache.pekko.routing.DefaultResizer
- apply$default$4() - Method in class org.apache.pekko.routing.DefaultResizer$
- apply$default$4() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- apply$default$4() - Static method in class org.apache.pekko.routing.RandomPool
- apply$default$4() - Method in class org.apache.pekko.routing.RandomPool$
- apply$default$4() - Static method in class org.apache.pekko.routing.RoundRobinPool
- apply$default$4() - Method in class org.apache.pekko.routing.RoundRobinPool$
- apply$default$4() - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- apply$default$4() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- apply$default$4() - Static method in class org.apache.pekko.routing.SmallestMailboxPool
- apply$default$4() - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- apply$default$4() - Static method in class org.apache.pekko.routing.TailChoppingGroup
- apply$default$4() - Method in class org.apache.pekko.routing.TailChoppingGroup$
- apply$default$4() - Static method in class org.apache.pekko.testkit.EventFilter
- apply$default$4() - Method in class org.apache.pekko.testkit.EventFilter$
- apply$default$4() - Method in class org.apache.pekko.util.FrequencySketch$
- apply$default$5() - Static method in class org.apache.pekko.actor.Deploy
- apply$default$5() - Method in class org.apache.pekko.actor.Deploy$
- apply$default$5() - Method in class org.apache.pekko.actor.FSM.State$
- apply$default$5() - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
- apply$default$5() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- apply$default$5() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- apply$default$5() - Static method in class org.apache.pekko.actor.TypedProps
- apply$default$5() - Method in class org.apache.pekko.actor.TypedProps$
- apply$default$5() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- apply$default$5() - Method in class org.apache.pekko.cluster.GossipStats$
- apply$default$5() - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- apply$default$5() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- apply$default$5() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- apply$default$5() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
- apply$default$5() - Static method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- apply$default$5() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory$
- apply$default$5() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- apply$default$5() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- apply$default$5() - Method in class org.apache.pekko.io.dns.internal.Message$
- apply$default$5() - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- apply$default$5() - Method in class org.apache.pekko.io.Tcp.Bind$
- apply$default$5() - Method in class org.apache.pekko.io.Tcp.Connect$
- apply$default$5() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- apply$default$5() - Method in class org.apache.pekko.persistence.PersistentRepr$
- apply$default$5() - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- apply$default$5() - Static method in class org.apache.pekko.routing.BroadcastPool
- apply$default$5() - Method in class org.apache.pekko.routing.BroadcastPool$
- apply$default$5() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- apply$default$5() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- apply$default$5() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply$default$5() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply$default$5() - Static method in class org.apache.pekko.routing.DefaultResizer
- apply$default$5() - Method in class org.apache.pekko.routing.DefaultResizer$
- apply$default$5() - Static method in class org.apache.pekko.routing.RandomPool
- apply$default$5() - Method in class org.apache.pekko.routing.RandomPool$
- apply$default$5() - Static method in class org.apache.pekko.routing.RoundRobinPool
- apply$default$5() - Method in class org.apache.pekko.routing.RoundRobinPool$
- apply$default$5() - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- apply$default$5() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- apply$default$5() - Static method in class org.apache.pekko.routing.SmallestMailboxPool
- apply$default$5() - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- apply$default$5() - Static method in class org.apache.pekko.routing.TailChoppingPool
- apply$default$5() - Method in class org.apache.pekko.routing.TailChoppingPool$
- apply$default$5() - Static method in class org.apache.pekko.stream.scaladsl.TLS
- apply$default$5() - Method in class org.apache.pekko.stream.scaladsl.TLS$
- apply$default$5() - Static method in class org.apache.pekko.testkit.EventFilter
- apply$default$5() - Method in class org.apache.pekko.testkit.EventFilter$
- apply$default$5() - Method in class org.apache.pekko.util.FrequencySketch$
- apply$default$6() - Static method in class org.apache.pekko.actor.Deploy
- apply$default$6() - Method in class org.apache.pekko.actor.Deploy$
- apply$default$6() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- apply$default$6() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- apply$default$6() - Static method in class org.apache.pekko.actor.TypedProps
- apply$default$6() - Method in class org.apache.pekko.actor.TypedProps$
- apply$default$6() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- apply$default$6() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- apply$default$6() - Method in class org.apache.pekko.io.dns.internal.Message$
- apply$default$6() - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- apply$default$6() - Static method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- apply$default$6() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
- apply$default$6() - Static method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- apply$default$6() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- apply$default$6() - Method in class org.apache.pekko.pattern.PromiseActorRef$
- apply$default$6() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- apply$default$6() - Method in class org.apache.pekko.persistence.PersistentRepr$
- apply$default$6() - Static method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- apply$default$6() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record$
- apply$default$6() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$6() - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- apply$default$6() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- apply$default$6() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- apply$default$6() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply$default$6() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply$default$6() - Static method in class org.apache.pekko.routing.DefaultResizer
- apply$default$6() - Method in class org.apache.pekko.routing.DefaultResizer$
- apply$default$6() - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- apply$default$6() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- apply$default$6() - Static method in class org.apache.pekko.routing.TailChoppingPool
- apply$default$6() - Method in class org.apache.pekko.routing.TailChoppingPool$
- apply$default$6() - Static method in class org.apache.pekko.stream.scaladsl.TLS
- apply$default$6() - Method in class org.apache.pekko.stream.scaladsl.TLS$
- apply$default$7() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- apply$default$7() - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- apply$default$7() - Static method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- apply$default$7() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
- apply$default$7() - Static method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- apply$default$7() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- apply$default$7() - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- apply$default$7() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- apply$default$7() - Method in class org.apache.pekko.pattern.PromiseActorRef$
- apply$default$7() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- apply$default$7() - Method in class org.apache.pekko.persistence.PersistentRepr$
- apply$default$7() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$7() - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- apply$default$7() - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- apply$default$7() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- apply$default$7() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply$default$7() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply$default$7() - Static method in class org.apache.pekko.routing.DefaultResizer
- apply$default$7() - Method in class org.apache.pekko.routing.DefaultResizer$
- apply$default$7() - Static method in class org.apache.pekko.routing.TailChoppingPool
- apply$default$7() - Method in class org.apache.pekko.routing.TailChoppingPool$
- apply$default$8() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- apply$default$8() - Static method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- apply$default$8() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
- apply$default$8() - Static method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- apply$default$8() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- apply$default$8() - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- apply$default$8() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- apply$default$8() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$8() - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- apply$default$8() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply$default$8() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply$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.
- apply$default$9() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- apply$default$9() - Static method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- apply$default$9() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- apply$default$9() - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- apply$default$9() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- apply$default$9() - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- apply$default$9() - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- apply$default$9() - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- apply$default$9() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- apply$mcLD$sp(double) - Method in class org.apache.pekko.dispatch.japi.UnitFunctionBridge
-
Deprecated.
- apply$mcLF$sp(float) - Method in class org.apache.pekko.dispatch.japi.UnitFunctionBridge
-
Deprecated.
- apply$mcLI$sp(int) - Method in class org.apache.pekko.dispatch.japi.UnitFunctionBridge
-
Deprecated.
- apply$mcLJ$sp(long) - Method in class org.apache.pekko.dispatch.japi.UnitFunctionBridge
-
Deprecated.
- applyEvent(E, D) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.Override this handler to define the action on Domain Event
- applying(Object...) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.Specify domain events to be applied when transitioning to the new state.
- applying(Seq<E>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.Specify domain events to be applied when transitioning to the new state.
- applyOperation(Operation) - Method in interface org.apache.pekko.persistence.typed.crdt.OpCrdt
- applyOperation(Counter.Updated) - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- applyOperation(ORSet.DeltaOp) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
- applyOrElse(A1, Function1<A1, B1>) - Method in class org.apache.pekko.japi.JavaPartialFunction
- applyState(FSM.State<S, D>) - Method in interface org.apache.pekko.actor.FSM
- applyState(PersistentFSM.State<S, D, E>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.Persist FSM State and FSM State Data
- applyState(PersistentFSM.State<S, D, E>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- appVersion() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- appVersion() - Method in class org.apache.pekko.cluster.Member
- AppVersion() - Method in class org.apache.pekko.cluster.ClusterSettings
- APPVERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- APPVERSIONINDEX_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- ARecord - Class in org.apache.pekko.io.dns
- ARecord(String, CachePolicy.Ttl, InetAddress) - Constructor for class org.apache.pekko.io.dns.ARecord
- ARecord$ - Class in org.apache.pekko.io.dns
-
INTERNAL API
- ARecord$() - Constructor for class org.apache.pekko.io.dns.ARecord$
- args() - Method in class org.apache.pekko.actor.Props
- ARGS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PropsData
- aroundPostRestart(Throwable) - Method in interface org.apache.pekko.actor.Actor
-
INTERNAL API.
- aroundPostRestart(Throwable) - Method in interface org.apache.pekko.persistence.Eventsourced
-
INTERNAL API.
- aroundPostStop() - Method in interface org.apache.pekko.actor.Actor
-
INTERNAL API.
- aroundPostStop() - Method in interface org.apache.pekko.actor.Timers
- aroundPostStop() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- aroundPostStop() - Method in interface org.apache.pekko.persistence.Eventsourced
-
INTERNAL API.
- aroundPreRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.actor.Actor
-
INTERNAL API.
- aroundPreRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.actor.Timers
- aroundPreRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- aroundPreRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.persistence.Eventsourced
-
INTERNAL API.
- aroundPreStart() - Method in interface org.apache.pekko.actor.Actor
-
INTERNAL API.
- aroundPreStart() - Method in interface org.apache.pekko.persistence.Eventsourced
-
INTERNAL API.
- aroundPreStart() - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- aroundReceive(TypedActorContext<Inner>, Inner, BehaviorInterceptor.ReceiveTarget<Inner>) - Method in class org.apache.pekko.actor.typed.BehaviorSignalInterceptor
-
Only signals and not messages are intercepted by
BehaviorSignalInterceptor. - aroundReceive(TypedActorContext<Object>, Object, BehaviorInterceptor.ReceiveTarget<T>) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor
- aroundReceive(TypedActorContext<Object>, Object, BehaviorInterceptor.ReceiveTarget<T>) - Method in class org.apache.pekko.actor.typed.internal.SimpleSupervisor
- aroundReceive(TypedActorContext<Outer>, Outer, BehaviorInterceptor.ReceiveTarget<Inner>) - Method in class org.apache.pekko.actor.typed.BehaviorInterceptor
-
Intercept a message sent to the running actor.
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.actor.Actor
-
INTERNAL API.
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.actor.DiagnosticActorLogging
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.actor.Timers
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in class org.apache.pekko.cluster.ddata.Replicator
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.persistence.Eventsourced
-
INTERNAL API.
- aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- aroundSignal(TypedActorContext<Inner>, Signal, BehaviorInterceptor.SignalTarget<Inner>) - Method in class org.apache.pekko.actor.typed.BehaviorSignalInterceptor
-
Intercept a signal sent to the running actor.
- aroundSignal(TypedActorContext<Object>, Signal, BehaviorInterceptor.SignalTarget<I>) - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- aroundSignal(TypedActorContext<Object>, Signal, BehaviorInterceptor.SignalTarget<T>) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor
- aroundSignal(TypedActorContext<Outer>, Signal, BehaviorInterceptor.SignalTarget<Inner>) - Method in class org.apache.pekko.actor.typed.BehaviorInterceptor
-
Override to intercept a signal sent to the running actor.
- aroundStart(TypedActorContext<Object>, BehaviorInterceptor.PreStartTarget<I>) - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- aroundStart(TypedActorContext<Outer>, BehaviorInterceptor.PreStartTarget<Inner>) - Method in class org.apache.pekko.actor.typed.BehaviorInterceptor
-
Override to intercept actor startup.
- arrayBlockingQueue(int, boolean) - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- arrayBlockingQueue(int, boolean) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- arrayHash(Object) - Static method in class org.apache.pekko.routing.MurmurHash
-
Compute a high-quality hash of an array
- arrayHash(Object) - Method in class org.apache.pekko.routing.MurmurHash$
-
Compute a high-quality hash of an array
- Artery() - Method in class org.apache.pekko.remote.RemoteSettings
- ArteryControlFormats - Class in org.apache.pekko.remote
- ArteryControlFormats.Address - Class in org.apache.pekko.remote
-
Defines a remote address.
- ArteryControlFormats.Address.Builder - Class in org.apache.pekko.remote
-
Defines a remote address.
- ArteryControlFormats.AddressOrBuilder - Interface in org.apache.pekko.remote
- ArteryControlFormats.ArteryHeartbeatRsp - Class in org.apache.pekko.remote
-
RemoteWatcher.ArteryHeartbeat is empty array RemoteWatcher.ArteryHeartbeatRsp
- ArteryControlFormats.ArteryHeartbeatRsp.Builder - Class in org.apache.pekko.remote
-
RemoteWatcher.ArteryHeartbeat is empty array RemoteWatcher.ArteryHeartbeatRsp
- ArteryControlFormats.ArteryHeartbeatRspOrBuilder - Interface in org.apache.pekko.remote
- ArteryControlFormats.CompressionTableAdvertisement - Class in org.apache.pekko.remote
-
CompressionProtocol.ActorRefCompressionAdvertisement CompressionProtocol.ClassManifestCompressionAdvertisement
- ArteryControlFormats.CompressionTableAdvertisement.Builder - Class in org.apache.pekko.remote
-
CompressionProtocol.ActorRefCompressionAdvertisement CompressionProtocol.ClassManifestCompressionAdvertisement
- ArteryControlFormats.CompressionTableAdvertisementAck - Class in org.apache.pekko.remote
-
CompressionProtocol.ActorRefCompressionAdvertisementAck CompressionProtocol.ClassManifestCompressionAdvertisementAck
- ArteryControlFormats.CompressionTableAdvertisementAck.Builder - Class in org.apache.pekko.remote
-
CompressionProtocol.ActorRefCompressionAdvertisementAck CompressionProtocol.ClassManifestCompressionAdvertisementAck
- ArteryControlFormats.CompressionTableAdvertisementAckOrBuilder - Interface in org.apache.pekko.remote
- ArteryControlFormats.CompressionTableAdvertisementOrBuilder - Interface in org.apache.pekko.remote
- ArteryControlFormats.FlushAck - Class in org.apache.pekko.remote
-
Protobuf type
FlushAck - ArteryControlFormats.FlushAck.Builder - Class in org.apache.pekko.remote
-
Protobuf type
FlushAck - ArteryControlFormats.FlushAckOrBuilder - Interface in org.apache.pekko.remote
- ArteryControlFormats.HandshakeReq - Class in org.apache.pekko.remote
-
Protobuf type
HandshakeReq - ArteryControlFormats.HandshakeReq.Builder - Class in org.apache.pekko.remote
-
Protobuf type
HandshakeReq - ArteryControlFormats.HandshakeReqOrBuilder - Interface in org.apache.pekko.remote
- ArteryControlFormats.MessageWithAddress - Class in org.apache.pekko.remote
-
Generic message declaration that is used for all types of message that (currently) have a single address field.
- ArteryControlFormats.MessageWithAddress.Builder - Class in org.apache.pekko.remote
-
Generic message declaration that is used for all types of message that (currently) have a single address field.
- ArteryControlFormats.MessageWithAddressOrBuilder - Interface in org.apache.pekko.remote
- ArteryControlFormats.Quarantined - Class in org.apache.pekko.remote
-
Protobuf type
Quarantined - ArteryControlFormats.Quarantined.Builder - Class in org.apache.pekko.remote
-
Protobuf type
Quarantined - ArteryControlFormats.QuarantinedOrBuilder - Interface in org.apache.pekko.remote
- ArteryControlFormats.SystemMessageDeliveryAck - Class in org.apache.pekko.remote
-
SystemMessageDelivery.Ack SystemMessageDelivery.Nack
- ArteryControlFormats.SystemMessageDeliveryAck.Builder - Class in org.apache.pekko.remote
-
SystemMessageDelivery.Ack SystemMessageDelivery.Nack
- ArteryControlFormats.SystemMessageDeliveryAckOrBuilder - Interface in org.apache.pekko.remote
- ArteryControlFormats.SystemMessageEnvelope - Class in org.apache.pekko.remote
-
SystemMessageDelivery.SystemMessageEnvelope
- ArteryControlFormats.SystemMessageEnvelope.Builder - Class in org.apache.pekko.remote
-
SystemMessageDelivery.SystemMessageEnvelope
- ArteryControlFormats.SystemMessageEnvelopeOrBuilder - Interface in org.apache.pekko.remote
- ArteryControlFormats.UniqueAddress - Class in org.apache.pekko.remote
-
Defines a remote address with uid.
- ArteryControlFormats.UniqueAddress.Builder - Class in org.apache.pekko.remote
-
Defines a remote address with uid.
- ArteryControlFormats.UniqueAddressOrBuilder - Interface in org.apache.pekko.remote
- ArteryMessage - Interface in org.apache.pekko.remote.artery
-
INTERNAL API: marker trait for protobuf-serializable artery messages
- ArteryMessageSerializer$ - Class in org.apache.pekko.remote.serialization
-
INTERNAL API
- ArteryMessageSerializer$() - Constructor for class org.apache.pekko.remote.serialization.ArteryMessageSerializer$
- ArterySettings$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- ArterySettings$() - Constructor for class org.apache.pekko.remote.artery.ArterySettings$
- ArteryTcpTransport$ - Class in org.apache.pekko.remote.artery.tcp
-
INTERNAL API
- ArteryTcpTransport$() - Constructor for class org.apache.pekko.remote.artery.tcp.ArteryTcpTransport$
- ArteryTransport$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- ArteryTransport$() - Constructor for class org.apache.pekko.remote.artery.ArteryTransport$
- as() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ContextAs
- as() - Method in class org.apache.pekko.stream.Inlet
-
INTERNAL API.
- as() - Method in class org.apache.pekko.stream.Outlet
-
INTERNAL API.
- as$extension(BehaviorImpl.ContextAs<T>) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ContextAs$
- asByteBuffer() - Method in class org.apache.pekko.util.ByteString
-
Returns a read-only ByteBuffer that directly wraps this ByteString if it is not fragmented.
- asByteBuffer() - Method in class org.apache.pekko.util.ByteString.ByteString1
- asByteBuffer() - Method in class org.apache.pekko.util.ByteString.ByteString1C
- asByteBuffer() - Method in class org.apache.pekko.util.ByteString.ByteStrings
- asByteBuffers() - Method in class org.apache.pekko.util.ByteString
-
Scala API: Returns an immutable Iterable of read-only ByteBuffers that directly wraps this ByteStrings all fragments.
- asByteBuffers() - Method in class org.apache.pekko.util.ByteString.ByteString1
- asByteBuffers() - Method in class org.apache.pekko.util.ByteString.ByteString1C
- asByteBuffers() - Method in class org.apache.pekko.util.ByteString.ByteStrings
- asFiniteDuration(Duration) - Static method in class org.apache.pekko.util.JavaDurationConverters
- asFiniteDuration(Duration) - Method in class org.apache.pekko.util.JavaDurationConverters$
- asFlow() - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Creates a regular flow of pairs (data, context).
- asFlow() - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
- asFlowWithContext(Function2<U, CtxU, In>, Function<Out, CtxOut>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Turns a Flow into a FlowWithContext which manages a context per element along a stream.
- asFlowWithContext(Function2<U, CtxU, In>, Function1<Out, CtxOut>) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Turns a Flow into a FlowWithContext which manages a context per element along a stream.
- asInputStream() - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Creates a Sink which when materialized will return an
InputStreamwhich it is possible to read the values produced by the stream this Sink is attached to. - asInputStream() - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Creates a Sink which when materialized will return an
InputStreamwhich it is possible to read the values produced by the stream this Sink is attached to. - asInputStream() - Method in class org.apache.pekko.util.ByteIterator
-
Directly wraps this ByteIterator in an InputStream without copying.
- asInputStream() - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- asInputStream() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- asInputStream() - Method in class org.apache.pekko.util.ByteString
-
Return the bytes in this ByteString as an InputStream.
- asInputStream() - Method in class org.apache.pekko.util.ByteString.ByteString1
- asInputStream() - Method in class org.apache.pekko.util.ByteString.ByteString1C
- asInputStream() - Method in class org.apache.pekko.util.ByteString.ByteStrings
- asInputStream(Duration) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Creates a Sink which when materialized will return an
InputStreamwhich it is possible to read the values produced by the stream this Sink is attached to. - asInputStream(Duration) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Creates a Sink which when materialized will return an
InputStreamwhich it is possible to read the values produced by the stream this Sink is attached to. - asInputStream(FiniteDuration) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- asInputStream(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- asInputStream(FiniteDuration) - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
-
Creates a Sink which when materialized will return an
InputStreamwhich it is possible to read the values produced by the stream this Sink is attached to. - asInputStream(FiniteDuration) - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
-
Creates a Sink which when materialized will return an
InputStreamwhich it is possible to read the values produced by the stream this Sink is attached to. - asInputStream$default$1() - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
- asInputStream$default$1() - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
- asInt() - Method in class org.apache.pekko.event.Logging.LogLevel
- asJava() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
INTERNAL API
- asJava() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- asJava() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Get the
javadslof thisActorContext. - asJava() - Method in interface org.apache.pekko.actor.typed.TypedActorContext
-
Get the
javadslof thisActorContext. - asJava() - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding
-
INTERNAL API
- asJava() - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.EntityRef
-
INTERNAL API
- asJava() - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.EntityTypeKey
- asJava() - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ShardedDaemonProcess
-
INTERNAL API
- asJava() - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- asJava() - Method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
- asJava() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- asJava() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
- asJava() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- asJava() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
- asJava() - Method in interface org.apache.pekko.persistence.typed.scaladsl.Recovery
- asJava() - Method in interface org.apache.pekko.persistence.typed.scaladsl.RetentionCriteria
- asJava() - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
- asJava() - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Converts this Scala DSL element to it's Java DSL counterpart.
- asJava() - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
- asJava() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
-
Converts this Scala DSL element to it's Java DSL counterpart.
- asJava() - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Converts this Scala DSL element to it's Java DSL counterpart.
- asJava() - Method in class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel.QueueOps
- asJava() - Method in class org.apache.pekko.stream.scaladsl.Source
-
Converts this Scala DSL element to it's Java DSL counterpart.
- asJava() - Method in class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete.QueueOps
-
Converts the queue into a
javadsl.SourceQueueWithComplete - asJava() - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
- asJava() - Method in class org.apache.pekko.util.FutureConverters.FutureOps
- asJava() - Method in class org.apache.pekko.util.JavaDurationConverters.ScalaDurationOps
- asJava(Future<T>) - Static method in class org.apache.pekko.util.FutureConverters
- asJava(Future<T>) - Method in class org.apache.pekko.util.FutureConverters$
- asJava$extension(SinkQueueWithCancel.QueueOps<T>) - Method in class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel.QueueOps$
- asJava$extension(SourceQueueWithComplete.QueueOps<T>) - Method in class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete.QueueOps$
- asJava$extension(FutureConverters.FutureOps<T>) - Method in class org.apache.pekko.util.FutureConverters.FutureOps$
- asJava$extension(JavaDurationConverters.ScalaDurationOps) - Method in class org.apache.pekko.util.JavaDurationConverters.ScalaDurationOps$
- asJavaStream() - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Creates a sink which materializes into Java 8
Streamthat can be run to trigger demand through the sink. - asJavaStream() - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Creates a sink which materializes into Java 8
Streamthat can be run to trigger demand through the sink. - asJavaStream() - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
-
Creates a sink which materializes into Java 8
Streamthat can be run to trigger demand through the sink. - asJavaStream() - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
-
Creates a sink which materializes into Java 8
Streamthat can be run to trigger demand through the sink. - ask(int, ActorRef, Class<S>, Timeout) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(int, ActorRef, Class<S>, Timeout) - Method in class org.apache.pekko.stream.javadsl.Source
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(int, ActorRef, Timeout, ClassTag<S>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(int, ActorRef<Q>, Duration, Function2<I, ActorRef<A>, Q>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorFlow
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(int, ActorRef<Q>, Duration, Function2<I, ActorRef<A>, Q>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorFlow$
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(int, ActorRef<Q>, Function2<I, ActorRef<A>, Q>, Timeout) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(int, ActorRef<Q>, Function2<I, ActorRef<A>, Q>, Timeout) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow$
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(Class<Res>, RecipientRef<Req>, Duration, Function<ActorRef<Res>, Req>, Function2<Res, Throwable, T>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- ask(Class<Res>, RecipientRef<Req>, Duration, Function<ActorRef<Res>, Req>, Function2<Res, Throwable, T>) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Perform a single request-response message interaction with another actor, and transform the messages back to the protocol of this actor.
- ask(Object, Timeout) - Method in class org.apache.pekko.pattern.AskableActorRef
- ask(Object, Timeout) - Method in class org.apache.pekko.pattern.AskableActorSelection
-
INTERNAL API: for binary compatibility
- ask(Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorRef
- ask(Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorSelection
- ask(ActorRef) - Method in interface org.apache.pekko.pattern.AskSupport
-
Import this implicit conversion to gain
?andaskmethods onpekko.actor.ActorRef, which will defer to theask(actorRef, message)(timeout)method defined here. - ask(ActorRef) - Method in interface org.apache.pekko.pattern.ExplicitAskSupport
-
Import this implicit conversion to gain
?andaskmethods onpekko.actor.ActorRef, which will defer to theask(actorRef, askSender => message)(timeout)method defined here. - ask(ActorRef, Class<S>, Timeout) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(ActorRef, Class<S>, Timeout) - Method in class org.apache.pekko.stream.javadsl.Source
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(ActorRef, Object, long) - Static method in class org.apache.pekko.pattern.Patterns
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aFutureholding the eventual reply message; this means that the target actor needs to send the result to thesenderreference provided. - ask(ActorRef, Object, long) - Method in class org.apache.pekko.pattern.Patterns$
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aFutureholding the eventual reply message; this means that the target actor needs to send the result to thesenderreference provided. - ask(ActorRef, Object, long) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Pattens.ask which accepts java.time.Duration instead. Since Akka 2.5.19.
- ask(ActorRef, Object, long) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Pattens.ask which accepts java.time.Duration instead. Since Akka 2.5.19.
- ask(ActorRef, Object, Duration) - Static method in class org.apache.pekko.pattern.Patterns
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aCompletionStageholding the eventual reply message; this means that the target actor needs to send the result to thesenderreference provided. - ask(ActorRef, Object, Duration) - Method in class org.apache.pekko.pattern.Patterns$
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aCompletionStageholding the eventual reply message; this means that the target actor needs to send the result to thesenderreference provided. - ask(ActorRef, Object, Duration) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Patterns.ask instead. Since Akka 2.5.19.
- ask(ActorRef, Object, Duration) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Patterns.ask instead. Since Akka 2.5.19.
- ask(ActorRef, Object, ActorRef, Timeout) - Method in interface org.apache.pekko.pattern.AskSupport
- ask(ActorRef, Object, Timeout) - Method in interface org.apache.pekko.pattern.AskSupport
-
Sends a message asynchronously and returns a
Futureholding the eventual reply message; this means that the target actor needs to send the result to thesenderreference provided. - ask(ActorRef, Object, Timeout) - Static method in class org.apache.pekko.pattern.Patterns
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aFutureholding the eventual reply message; this means that the target actor needs to send the result to thesenderreference provided. - ask(ActorRef, Object, Timeout) - Method in class org.apache.pekko.pattern.Patterns$
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aFutureholding the eventual reply message; this means that the target actor needs to send the result to thesenderreference provided. - ask(ActorRef, Object, Timeout) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.15.
- ask(ActorRef, Object, Timeout) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.15.
- ask(ActorRef, Timeout, ClassTag<S>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(ActorRef, Function1<ActorRef, Object>, ActorRef, Timeout) - Method in interface org.apache.pekko.pattern.ExplicitAskSupport
- ask(ActorRef, Function1<ActorRef, Object>, Timeout) - Method in interface org.apache.pekko.pattern.ExplicitAskSupport
-
Sends a message asynchronously and returns a
Futureholding the eventual reply message; this means that the target actor needs to send the result to thesenderreference provided. - ask(ActorSelection) - Method in interface org.apache.pekko.pattern.AskSupport
-
Import this implicit conversion to gain
?andaskmethods onpekko.actor.ActorSelection, which will defer to theask(actorSelection, message)(timeout)method defined here. - ask(ActorSelection) - Method in interface org.apache.pekko.pattern.ExplicitAskSupport
-
Import this implicit conversion to gain
?andaskmethods onpekko.actor.ActorSelection, which will defer to theask(actorSelection, message)(timeout)method defined here. - ask(ActorSelection, Object, long) - Static method in class org.apache.pekko.pattern.Patterns
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aFutureholding the eventual reply message; this means that the targetpekko.actor.ActorSelectionneeds to send the result to thesenderreference provided. - ask(ActorSelection, Object, long) - Method in class org.apache.pekko.pattern.Patterns$
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aFutureholding the eventual reply message; this means that the targetpekko.actor.ActorSelectionneeds to send the result to thesenderreference provided. - ask(ActorSelection, Object, long) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Pattens.ask which accepts java.time.Duration instead. Since Akka 2.5.19.
- ask(ActorSelection, Object, long) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Pattens.ask which accepts java.time.Duration instead. Since Akka 2.5.19.
- ask(ActorSelection, Object, Duration) - Static method in class org.apache.pekko.pattern.Patterns
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aCompletionStageholding the eventual reply message; this means that the targetpekko.actor.ActorSelectionneeds to send the result to thesenderreference provided. - ask(ActorSelection, Object, Duration) - Method in class org.apache.pekko.pattern.Patterns$
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aCompletionStageholding the eventual reply message; this means that the targetpekko.actor.ActorSelectionneeds to send the result to thesenderreference provided. - ask(ActorSelection, Object, Duration) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Patterns.ask instead. Since Akka 2.5.19.
- ask(ActorSelection, Object, Duration) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Patterns.ask instead. Since Akka 2.5.19.
- ask(ActorSelection, Object, ActorRef, Timeout) - Method in interface org.apache.pekko.pattern.AskSupport
- ask(ActorSelection, Object, Timeout) - Method in interface org.apache.pekko.pattern.AskSupport
-
Sends a message asynchronously and returns a
Futureholding the eventual reply message; this means that the target actor needs to send the result to thesenderreference provided. - ask(ActorSelection, Object, Timeout) - Static method in class org.apache.pekko.pattern.Patterns
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aFutureholding the eventual reply message; this means that the targetpekko.actor.ActorSelectionneeds to send the result to thesenderreference provided. - ask(ActorSelection, Object, Timeout) - Method in class org.apache.pekko.pattern.Patterns$
-
Java API for
org.apache.pekko.pattern.ask: Sends a message asynchronously and returns aFutureholding the eventual reply message; this means that the targetpekko.actor.ActorSelectionneeds to send the result to thesenderreference provided. - ask(ActorSelection, Object, Timeout) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.15.
- ask(ActorSelection, Object, Timeout) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.15.
- ask(ActorSelection, Function1<ActorRef, Object>, ActorRef, Timeout) - Method in interface org.apache.pekko.pattern.ExplicitAskSupport
- ask(ActorSelection, Function1<ActorRef, Object>, Timeout) - Method in interface org.apache.pekko.pattern.ExplicitAskSupport
-
Sends a message asynchronously and returns a
Futureholding the eventual reply message; this means that the target actor needs to send the result to thesenderreference provided. - ask(ActorRef<Q>, Duration, BiFunction<I, ActorRef<A>, Q>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorFlow
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(ActorRef<Q>, Duration, BiFunction<I, ActorRef<A>, Q>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorFlow$
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(ActorRef<Q>, Function2<I, ActorRef<A>, Q>, Timeout) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(ActorRef<Q>, Function2<I, ActorRef<A>, Q>, Timeout) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow$
-
Use the
askpattern to send a request-reply message to the targetrefactor. - ask(RecipientRef<Req>, Function<ActorRef<Res>, Req>, Duration, Scheduler) - Static method in class org.apache.pekko.actor.typed.javadsl.AskPattern
- ask(RecipientRef<Req>, Function<ActorRef<Res>, Req>, Duration, Scheduler) - Method in class org.apache.pekko.actor.typed.javadsl.AskPattern$
- ask(RecipientRef<Req>, Function1<ActorRef<Res>, Req>, Function1<Try<Res>, T>, Timeout, ClassTag<Res>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- ask(RecipientRef<Req>, Function1<ActorRef<Res>, Req>, Function1<Try<Res>, T>, Timeout, ClassTag<Res>) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Perform a single request-response message interaction with another actor, and transform the messages back to the protocol of this actor.
- ask(Function<ActorRef<Res>, M>, Duration) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityRef
-
Allows to "ask" the
EntityReffor a reply. - ask(Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- ask(Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- ask(Function1<ActorRef<Res>, M>, Timeout) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.EntityRef
-
Allows to "ask" the
EntityReffor a reply. - ask(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.
- ask$default$3(Object) - Method in class org.apache.pekko.pattern.AskableActorRef
- ask$default$3(Object) - Method in class org.apache.pekko.pattern.AskableActorSelection
- ask$default$3(Function1<ActorRef, Object>) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- ask$default$3(Function1<ActorRef, Object>) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- ask$default$3$extension(AskableActorRef, Object) - Static method in class org.apache.pekko.pattern.AskableActorRef
- ask$default$3$extension(AskableActorRef, Object) - Method in class org.apache.pekko.pattern.AskableActorRef$
- ask$default$3$extension(AskableActorSelection, Object) - Static method in class org.apache.pekko.pattern.AskableActorSelection
- ask$default$3$extension(AskableActorSelection, Object) - Method in class org.apache.pekko.pattern.AskableActorSelection$
- ask$default$3$extension(ExplicitlyAskableActorRef, Function1<ActorRef, Object>) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- ask$default$3$extension(ExplicitlyAskableActorRef, Function1<ActorRef, Object>) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef$
- ask$default$3$extension(ExplicitlyAskableActorSelection, Function1<ActorRef, Object>) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- ask$default$3$extension(ExplicitlyAskableActorSelection, Function1<ActorRef, Object>) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection$
- ask$extension(AskPattern.Askable<Req>, Function1<ActorRef<Res>, Req>, Timeout, Scheduler) - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable$
- ask$extension(AskableActorRef, Object, Timeout) - Static method in class org.apache.pekko.pattern.AskableActorRef
-
INTERNAL API: for binary compatibility
- ask$extension(AskableActorRef, Object, Timeout) - Method in class org.apache.pekko.pattern.AskableActorRef$
-
INTERNAL API: for binary compatibility
- ask$extension(AskableActorRef, Object, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.AskableActorRef
- ask$extension(AskableActorRef, Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorRef$
- ask$extension(AskableActorSelection, Object, Timeout) - Static method in class org.apache.pekko.pattern.AskableActorSelection
- ask$extension(AskableActorSelection, Object, Timeout) - Method in class org.apache.pekko.pattern.AskableActorSelection$
- ask$extension(AskableActorSelection, Object, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.AskableActorSelection
- ask$extension(AskableActorSelection, Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorSelection$
- ask$extension(ExplicitlyAskableActorRef, Function1<ActorRef, Object>, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- ask$extension(ExplicitlyAskableActorRef, Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef$
- ask$extension(ExplicitlyAskableActorSelection, Function1<ActorRef, Object>, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- ask$extension(ExplicitlyAskableActorSelection, Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection$
- Askable(RecipientRef<Req>) - Constructor for class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable
- Askable(RecipientRef<Req>) - Static method in class org.apache.pekko.actor.typed.scaladsl.AskPattern
- Askable(RecipientRef<Req>) - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern$
- Askable$() - Constructor for class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable$
- AskableActorRef - Class in org.apache.pekko.pattern
- AskableActorRef(ActorRef) - Constructor for class org.apache.pekko.pattern.AskableActorRef
- AskableActorRef$ - Class in org.apache.pekko.pattern
- AskableActorRef$() - Constructor for class org.apache.pekko.pattern.AskableActorRef$
- AskableActorSelection - Class in org.apache.pekko.pattern
- AskableActorSelection(ActorSelection) - Constructor for class org.apache.pekko.pattern.AskableActorSelection
- AskableActorSelection$ - Class in org.apache.pekko.pattern
- AskableActorSelection$() - Constructor for class org.apache.pekko.pattern.AskableActorSelection$
- askDelete(Function<ActorRef<Replicator.DeleteResponse<B>>, Replicator.Delete<B>>, Function<Replicator.DeleteResponse<B>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorMessageAdapter
-
Send a
Replicator.Deleterequest to the replicator. - askDelete(Function1<ActorRef<Replicator.DeleteResponse<B>>, Replicator.Delete<B>>, Function1<Replicator.DeleteResponse<B>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter
-
Send a
Replicator.Deleterequest to the replicator. - askGet(Function<ActorRef<Replicator.GetResponse<B>>, Replicator.Get<B>>, Function<Replicator.GetResponse<B>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorMessageAdapter
-
Send a
Replicator.Getrequest to the replicator. - askGet(Function1<ActorRef<Replicator.GetResponse<B>>, Replicator.Get<B>>, Function1<Replicator.GetResponse<B>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter
-
Send a
Replicator.Getrequest to the replicator. - askNextTo() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- askNextTo() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- askNextTo() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- AskPattern - Class in org.apache.pekko.actor.typed.javadsl
-
The ask-pattern implements the initiator side of a request–reply protocol.
- AskPattern - Class in org.apache.pekko.actor.typed.scaladsl
-
The ask-pattern implements the initiator side of a request–reply protocol.
- AskPattern() - Constructor for class org.apache.pekko.actor.typed.javadsl.AskPattern
- AskPattern() - Constructor for class org.apache.pekko.actor.typed.scaladsl.AskPattern
- AskPattern.Askable<Req> - Class in org.apache.pekko.actor.typed.scaladsl
- AskPattern.Askable$ - Class in org.apache.pekko.actor.typed.scaladsl
- AskPattern$ - Class in org.apache.pekko.actor.typed.javadsl
-
The ask-pattern implements the initiator side of a request–reply protocol.
- AskPattern$ - Class in org.apache.pekko.actor.typed.scaladsl
-
The ask-pattern implements the initiator side of a request–reply protocol.
- AskPattern$() - Constructor for class org.apache.pekko.actor.typed.javadsl.AskPattern$
- AskPattern$() - Constructor for class org.apache.pekko.actor.typed.scaladsl.AskPattern$
- AskPromiseRef$ - Class in org.apache.pekko.pattern
- AskPromiseRef$() - Constructor for class org.apache.pekko.pattern.AskPromiseRef$
- askReplicaCount(Function<ActorRef<Replicator.ReplicaCount>, Replicator.GetReplicaCount>, Function<Replicator.ReplicaCount, A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorMessageAdapter
-
Send a
Replicator.GetReplicaCountrequest to the replicator. - askReplicaCount(Function1<ActorRef<Replicator.ReplicaCount>, Replicator.GetReplicaCount>, Function1<Replicator.ReplicaCount, A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter
-
Send a
Replicator.GetReplicaCountrequest to the replicator. - AskSupport - Interface in org.apache.pekko.pattern
-
This object contains implementation details of the “ask” pattern.
- AskTimeout() - Static method in class org.apache.pekko.remote.transport.ActorTransportAdapter
-
Deprecated.
- AskTimeout() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter$
-
Deprecated.
- AskTimeoutException - Exception in org.apache.pekko.pattern
-
This is what is used to complete a Future that is returned from an ask/? call, when it times out.
- AskTimeoutException(String) - Constructor for exception org.apache.pekko.pattern.AskTimeoutException
- AskTimeoutException(String, Throwable) - Constructor for exception org.apache.pekko.pattern.AskTimeoutException
- askUpdate(Function<ActorRef<Replicator.UpdateResponse<B>>, Replicator.Update<B>>, Function<Replicator.UpdateResponse<B>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorMessageAdapter
-
Send a
Replicator.Updaterequest to the replicator. - askUpdate(Function1<ActorRef<Replicator.UpdateResponse<B>>, Replicator.Update<B>>, Function1<Replicator.UpdateResponse<B>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter
-
Send a
Replicator.Updaterequest to the replicator. - askWithContext(int, ActorRef<Q>, Duration, BiFunction<I, ActorRef<A>, Q>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorFlow
-
Use the
askpattern to send a request-reply message to the targetrefactor without including the context. - askWithContext(int, ActorRef<Q>, Duration, BiFunction<I, ActorRef<A>, Q>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorFlow$
-
Use the
askpattern to send a request-reply message to the targetrefactor without including the context. - askWithContext(int, ActorRef<Q>, Function2<I, ActorRef<A>, Q>, Timeout) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow
-
Use the
askpattern to send a request-reply message to the targetrefactor without including the context. - askWithContext(int, ActorRef<Q>, Function2<I, ActorRef<A>, Q>, Timeout) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow$
-
Use the
askpattern to send a request-reply message to the targetrefactor without including the context. - askWithContext(ActorRef<Q>, Duration, BiFunction<I, ActorRef<A>, Q>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorFlow
-
Use the
askpattern to send a request-reply message to the targetrefactor without including the context. - askWithContext(ActorRef<Q>, Duration, BiFunction<I, ActorRef<A>, Q>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorFlow$
-
Use the
askpattern to send a request-reply message to the targetrefactor without including the context. - askWithContext(ActorRef<Q>, Function2<I, ActorRef<A>, Q>, Timeout) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow
-
Use the
askpattern to send a request-reply message to the targetrefactor without including the context. - askWithContext(ActorRef<Q>, Function2<I, ActorRef<A>, Q>, Timeout) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow$
-
Use the
askpattern to send a request-reply message to the targetrefactor without including the context. - askWithReplyTo(ActorRef, Function<ActorRef, Object>, long) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Pattens.askWithReplyTo which accepts java.time.Duration instead. Since Akka 2.5.19.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, long) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Pattens.askWithReplyTo which accepts java.time.Duration instead. Since Akka 2.5.19.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, Duration) - Static method in class org.apache.pekko.pattern.Patterns
-
A variation of ask which allows to implement "replyTo" pattern by including sender reference in message.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, Duration) - Method in class org.apache.pekko.pattern.Patterns$
-
A variation of ask which allows to implement "replyTo" pattern by including sender reference in message.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, Duration) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Pattens.askWithReplyTo instead. Since Akka 2.5.19.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, Duration) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Pattens.askWithReplyTo instead. Since Akka 2.5.19.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, Timeout) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.15.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, Timeout) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.15.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, long) - Static method in class org.apache.pekko.pattern.Patterns
-
A variation of ask which allows to implement "replyTo" pattern by including sender reference in message.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, long) - Method in class org.apache.pekko.pattern.Patterns$
-
A variation of ask which allows to implement "replyTo" pattern by including sender reference in message.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, Timeout) - Static method in class org.apache.pekko.pattern.Patterns
-
A variation of ask which allows to implement "replyTo" pattern by including sender reference in message.
- askWithReplyTo(ActorRef, Function<ActorRef, Object>, Timeout) - Method in class org.apache.pekko.pattern.Patterns$
-
A variation of ask which allows to implement "replyTo" pattern by including sender reference in message.
- askWithReplyTo(ActorSelection, Function<ActorRef, Object>, long) - Static method in class org.apache.pekko.pattern.Patterns
-
A variation of ask which allows to implement "replyTo" pattern by including sender reference in message.
- askWithReplyTo(ActorSelection, Function<ActorRef, Object>, long) - Method in class org.apache.pekko.pattern.Patterns$
-
A variation of ask which allows to implement "replyTo" pattern by including sender reference in message.
- askWithReplyTo(ActorSelection, Function<ActorRef, Object>, long) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Pattens.askWithReplyTo which accepts java.time.Duration instead. Since Akka 2.5.19.
- askWithReplyTo(ActorSelection, Function<ActorRef, Object>, long) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Pattens.askWithReplyTo which accepts java.time.Duration instead. Since Akka 2.5.19.
- askWithReplyTo(ActorSelection, Function<ActorRef, Object>, Duration) - Static method in class org.apache.pekko.pattern.Patterns
-
A variation of ask which allows to implement "replyTo" pattern by including sender reference in message.
- askWithReplyTo(ActorSelection, Function<ActorRef, Object>, Duration) - Method in class org.apache.pekko.pattern.Patterns$
-
A variation of ask which allows to implement "replyTo" pattern by including sender reference in message.
- askWithStatus(int, ActorRef<Q>, Duration, BiFunction<I, ActorRef<StatusReply<A>>, Q>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorFlow
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(int, ActorRef<Q>, Duration, BiFunction<I, ActorRef<StatusReply<A>>, Q>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorFlow$
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(int, ActorRef<Q>, Function2<I, ActorRef<StatusReply<A>>, Q>, Timeout) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(int, ActorRef<Q>, Function2<I, ActorRef<StatusReply<A>>, Q>, Timeout) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow$
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(Class<Res>, RecipientRef<Req>, Duration, Function<ActorRef<StatusReply<Res>>, Req>, Function2<Res, Throwable, T>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- askWithStatus(Class<Res>, RecipientRef<Req>, Duration, Function<ActorRef<StatusReply<Res>>, Req>, Function2<Res, Throwable, T>) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
The same as
ActorContext.<Req,Res>ask(java.lang.Class<Res>,org.apache.pekko.actor.typed.RecipientRef<Req>,java.time.Duration,org.apache.pekko.japi.function.Function<org.apache.pekko.actor.typed.ActorRef<Res>,Req>,org.apache.pekko.japi.function.Function2<Res,java.lang.Throwable,T>)but only for requests that result in a response of typepekko.pattern.StatusReply. - askWithStatus(Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorRef
- askWithStatus(ActorRef, Object, Duration) - Static method in class org.apache.pekko.pattern.Patterns
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(ActorRef, Object, Duration) - Method in class org.apache.pekko.pattern.Patterns$
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(ActorRef, Object, ActorRef, Timeout) - Method in interface org.apache.pekko.pattern.AskSupport
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(ActorRef, Object, Timeout) - Method in interface org.apache.pekko.pattern.AskSupport
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(ActorRef<Q>, Duration, BiFunction<I, ActorRef<StatusReply<A>>, Q>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorFlow
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(ActorRef<Q>, Duration, BiFunction<I, ActorRef<StatusReply<A>>, Q>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorFlow$
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(ActorRef<Q>, Function2<I, ActorRef<StatusReply<A>>, Q>, Timeout) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(ActorRef<Q>, Function2<I, ActorRef<StatusReply<A>>, Q>, Timeout) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow$
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatus(RecipientRef<Req>, Function<ActorRef<StatusReply<Res>>, Req>, Duration, Scheduler) - Static method in class org.apache.pekko.actor.typed.javadsl.AskPattern
-
The same as
AskPattern.<Req,Res>ask(org.apache.pekko.actor.typed.RecipientRef<Req>,org.apache.pekko.japi.function.Function<org.apache.pekko.actor.typed.ActorRef<Res>,Req>,java.time.Duration,org.apache.pekko.actor.typed.Scheduler)but only for requests that result in a response of typepekko.pattern.StatusReply. - askWithStatus(RecipientRef<Req>, Function<ActorRef<StatusReply<Res>>, Req>, Duration, Scheduler) - Method in class org.apache.pekko.actor.typed.javadsl.AskPattern$
-
The same as
AskPattern$.<Req,Res>ask(org.apache.pekko.actor.typed.RecipientRef<Req>,org.apache.pekko.japi.function.Function<org.apache.pekko.actor.typed.ActorRef<Res>,Req>,java.time.Duration,org.apache.pekko.actor.typed.Scheduler)but only for requests that result in a response of typepekko.pattern.StatusReply. - askWithStatus(RecipientRef<Req>, Function1<ActorRef<StatusReply<Res>>, Req>, Function1<Try<Res>, T>, Timeout, ClassTag<Res>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- askWithStatus(RecipientRef<Req>, Function1<ActorRef<StatusReply<Res>>, Req>, Function1<Try<Res>, T>, Timeout, ClassTag<Res>) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
The same as
ActorContext.<Req,Res>ask(org.apache.pekko.actor.typed.RecipientRef<Req>,scala.Function1<org.apache.pekko.actor.typed.ActorRef<Res>,Req>,scala.Function1<scala.util.Try<Res>,T>,org.apache.pekko.util.Timeout,scala.reflect.ClassTag<Res>)but only for requests that result in a response of typepekko.pattern.StatusReply. - askWithStatus(Function1<ActorRef<StatusReply<Res>>, M>, Duration) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityRef
-
The same as
EntityRef.<Res>ask(org.apache.pekko.japi.function.Function<org.apache.pekko.actor.typed.ActorRef<Res>,M>,java.time.Duration)but only for requests that result in a response of typepekko.pattern.StatusReply. - askWithStatus(Function1<ActorRef<StatusReply<Res>>, M>, Timeout) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.EntityRef
-
The same as
EntityRef.<Res>ask(scala.Function1<org.apache.pekko.actor.typed.ActorRef<Res>,M>,org.apache.pekko.util.Timeout)but only for requests that result in a response of typepekko.pattern.StatusReply. - askWithStatus(Function1<ActorRef<StatusReply<Res>>, Req>, Timeout, Scheduler) - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable
-
The same as
AskPattern.Askable.<Res>ask(scala.Function1<org.apache.pekko.actor.typed.ActorRef<Res>,Req>,org.apache.pekko.util.Timeout,org.apache.pekko.actor.typed.Scheduler)but only for requests that result in a response of typepekko.pattern.StatusReply. - askWithStatus$default$3(Object) - Method in class org.apache.pekko.pattern.AskableActorRef
- askWithStatus$default$3$extension(AskableActorRef, Object) - Static method in class org.apache.pekko.pattern.AskableActorRef
- askWithStatus$default$3$extension(AskableActorRef, Object) - Method in class org.apache.pekko.pattern.AskableActorRef$
- askWithStatus$extension(AskPattern.Askable<Req>, Function1<ActorRef<StatusReply<Res>>, Req>, Timeout, Scheduler) - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable$
- askWithStatus$extension(AskableActorRef, Object, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.AskableActorRef
- askWithStatus$extension(AskableActorRef, Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorRef$
- askWithStatusAndContext(int, ActorRef<Q>, Function2<I, ActorRef<StatusReply<A>>, Q>, Timeout) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatusAndContext(int, ActorRef<Q>, Function2<I, ActorRef<StatusReply<A>>, Q>, Timeout) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow$
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatusAndContext(ActorRef<Q>, Duration, BiFunction<I, ActorRef<StatusReply<A>>, Q>) - Static method in class org.apache.pekko.stream.typed.javadsl.ActorFlow
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatusAndContext(ActorRef<Q>, Duration, BiFunction<I, ActorRef<StatusReply<A>>, Q>) - Method in class org.apache.pekko.stream.typed.javadsl.ActorFlow$
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatusAndContext(ActorRef<Q>, Function2<I, ActorRef<StatusReply<A>>, Q>, Timeout) - Static method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - askWithStatusAndContext(ActorRef<Q>, Function2<I, ActorRef<StatusReply<A>>, Q>, Timeout) - Method in class org.apache.pekko.stream.typed.scaladsl.ActorFlow$
-
Use for messages whose response is known to be a
pekko.pattern.StatusReply. - asOutputStream() - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Creates a Source which when materialized will return an
OutputStreamwhich it is possible to write the ByteStrings to the stream this Source is attached to. - asOutputStream() - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Creates a Source which when materialized will return an
OutputStreamwhich it is possible to write the ByteStrings to the stream this Source is attached to. - asOutputStream() - Method in class org.apache.pekko.util.ByteStringBuilder
-
Directly wraps this ByteStringBuilder in an OutputStream.
- asOutputStream(Duration) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Creates a Source which when materialized will return an
OutputStreamwhich it is possible to write the ByteStrings to the stream this Source is attached to. - asOutputStream(Duration) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Creates a Source which when materialized will return an
OutputStreamwhich it is possible to write the ByteStrings to the stream this Source is attached to. - asOutputStream(FiniteDuration) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- asOutputStream(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- asOutputStream(FiniteDuration) - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
-
Creates a Source which when materialized will return an
OutputStreamwhich it is possible to write the ByteStrings to the stream this Source is attached to. - asOutputStream(FiniteDuration) - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
-
Creates a Source which when materialized will return an
OutputStreamwhich it is possible to write the ByteStrings to the stream this Source is attached to. - asOutputStream$default$1() - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
- asOutputStream$default$1() - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
- asPublisher(boolean) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat materializes into aPublisher. - asPublisher(boolean) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat materializes into aPublisher. - asPublisher(AsPublisher) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat materializes into aPublisher. - asPublisher(AsPublisher) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat materializes into aPublisher. - AsPublisher - Enum in org.apache.pekko.stream.javadsl
- asScala() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- asScala() - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Get the
scaladslof thisActorContext. - asScala() - Method in interface org.apache.pekko.actor.typed.TypedActorContext
-
Get the
scaladslof thisActorContext. - asScala() - Method in class org.apache.pekko.japi.Option
- asScala() - Method in class org.apache.pekko.japi.Option.Some
- asScala() - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- asScala() - Method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
- asScala() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- asScala() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
- asScala() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- asScala() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
- asScala() - Method in class org.apache.pekko.persistence.typed.javadsl.Recovery
- asScala() - Method in class org.apache.pekko.persistence.typed.javadsl.RetentionCriteria
- asScala() - Method in class org.apache.pekko.stream.javadsl.BidiFlow
- asScala() - Method in class org.apache.pekko.stream.javadsl.Flow
-
Converts this Flow to its Scala DSL counterpart
- asScala() - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
- asScala() - Method in class org.apache.pekko.stream.javadsl.RunnableGraph
-
Converts this Java DSL element to its Scala DSL counterpart.
- asScala() - Method in class org.apache.pekko.stream.javadsl.Sink
-
Converts this Sink to its Scala DSL counterpart.
- asScala() - Method in class org.apache.pekko.stream.javadsl.Source
-
Converts this Java DSL element to its Scala DSL counterpart.
- asScala() - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
- asScala() - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Converts this Flow to its Scala DSL counterpart
- asScala() - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Converts this Flow to its Scala DSL counterpart
- asScala() - Method in class org.apache.pekko.util.FutureConverters.CompletionStageOps
- asScala() - Method in class org.apache.pekko.util.JavaDurationConverters.JavaDurationOps
- asScala(CompletionStage<T>) - Static method in class org.apache.pekko.util.FutureConverters
- asScala(CompletionStage<T>) - Method in class org.apache.pekko.util.FutureConverters$
- asScala(SinkQueueWithCancel<T>) - Method in class org.apache.pekko.stream.javadsl.SinkQueueWithCancel$
-
Converts the queue into a
scaladsl.SinkQueueWithCancel - asScala(SourceQueueWithComplete<T>) - Method in class org.apache.pekko.stream.javadsl.SourceQueueWithComplete$
-
Converts the queue into a
scaladsl.SourceQueueWithComplete - asScala$extension(FutureConverters.CompletionStageOps<T>) - Method in class org.apache.pekko.util.FutureConverters.CompletionStageOps$
- asScala$extension(JavaDurationConverters.JavaDurationOps) - Method in class org.apache.pekko.util.JavaDurationConverters.JavaDurationOps$
- assertAllStagesStopped(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.testkit.javadsl.StreamTestKit
-
Assert that there are no stages running under a given system's materializer.
- assertAllStagesStopped(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.javadsl.StreamTestKit$
-
Assert that there are no stages running under a given system's materializer.
- assertAllStagesStopped(Materializer) - Static method in class org.apache.pekko.stream.testkit.javadsl.StreamTestKit
-
Assert that there are no stages running under a given materializer.
- assertAllStagesStopped(Materializer) - Method in class org.apache.pekko.stream.testkit.javadsl.StreamTestKit$
-
Assert that there are no stages running under a given materializer.
- assertAllStagesStopped(Function0<T>, Materializer) - Static method in class org.apache.pekko.stream.testkit.scaladsl.StreamTestKit
-
Asserts that after the given code block is ran, no stages are left over that were created by the given materializer.
- assertAllStagesStopped(Function0<T>, Materializer) - Method in class org.apache.pekko.stream.testkit.scaladsl.StreamTestKit$
-
Asserts that after the given code block is ran, no stages are left over that were created by the given materializer.
- assertDone(Duration) - Method in class org.apache.pekko.testkit.EventFilter
-
Assert that this filter has matched as often as requested by its
occurrencesparameter specifies. - assertForDuration(Function0<A>, FiniteDuration, Duration) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Evaluate the given assert every
intervaluntil exception is thrown ormaxtimeout is expired. - assertForDuration$default$3() - Method in interface org.apache.pekko.testkit.TestKitBase
- assertTimeout() - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit.Settings
- assertTimeout() - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit.Settings
- asServiceKey() - Method in class org.apache.pekko.actor.typed.receptionist.ServiceKey
- assignAncestor(org.apache.pekko.cluster.ddata.ReplicatedData.T) - Method in interface org.apache.pekko.cluster.ddata.FastMerge
-
INTERNAL API: should be called from "updating" methods, and `resetDelta`
- associate(ActorRef, ActorRef) - Method in interface org.apache.pekko.event.ManagedActorClassification
- associate(Address) - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- associate(Address) - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- associate(Address) - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- associate(Address) - Method in interface org.apache.pekko.remote.transport.Transport
-
Deprecated.Asynchronously opens a logical duplex link between two Transport Entities over a network.
- Associate(HandshakeInfo) - Constructor for class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- ASSOCIATE - org.apache.pekko.remote.WireFormats.CommandType
-
ASSOCIATE = 1; - ASSOCIATE_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.CommandType
-
ASSOCIATE = 1; - Associate$() - Constructor for class org.apache.pekko.remote.transport.PekkoPduCodec.Associate$
- AssociateAttempt(Address, Address) - Constructor for class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- AssociateAttempt$() - Constructor for class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt$
-
Deprecated.
- associateBehavior() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.The
pekko.remote.transport.TestTransport.SwitchableLoggedBehaviorfor the associate() method. - AssociatedEvent - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AssociatedEvent(Address, Address, boolean) - Constructor for class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- AssociatedEvent$ - Class in org.apache.pekko.remote
- AssociatedEvent$() - Constructor for class org.apache.pekko.remote.AssociatedEvent$
- AssociateUnderlying(Address, Promise<AssociationHandle>) - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- AssociateUnderlying$() - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying$
-
Deprecated.
- association() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- association() - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- association(long) - Method in interface org.apache.pekko.remote.artery.InboundContext
-
Lookup the outbound association for a given UID.
- association(Address) - Method in interface org.apache.pekko.remote.artery.InboundContext
-
Lookup the outbound association for a given address.
- Association$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- Association$() - Constructor for class org.apache.pekko.remote.artery.Association$
- AssociationErrorEvent - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AssociationErrorEvent(Throwable, Address, Address, boolean, Logging.LogLevel) - Constructor for class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- AssociationErrorEvent$ - Class in org.apache.pekko.remote
- AssociationErrorEvent$() - Constructor for class org.apache.pekko.remote.AssociationErrorEvent$
- AssociationEvent - Interface in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AssociationHandle - Interface in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AssociationHandle.ActorHandleEventListener - Class in org.apache.pekko.remote.transport
-
Deprecated.Class to convert ordinary
pekko.actor.ActorRefinstances to a HandleEventListener. - AssociationHandle.ActorHandleEventListener$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- AssociationHandle.Disassociated - Class in org.apache.pekko.remote.transport
-
Deprecated.Message sent to the listener registered to an association
- AssociationHandle.Disassociated$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- AssociationHandle.DisassociateInfo - Interface in org.apache.pekko.remote.transport
-
Deprecated.Supertype of possible disassociation reasons
- AssociationHandle.HandleEvent - Interface in org.apache.pekko.remote.transport
-
Deprecated.Trait for events that the registered listener for an
pekko.remote.transport.AssociationHandlemight receive. - AssociationHandle.HandleEventListener - Interface in org.apache.pekko.remote.transport
-
Deprecated.An interface that needs to be implemented by the user of an
pekko.remote.transport.AssociationHandleto listen to association events. - AssociationHandle.InboundPayload - Class in org.apache.pekko.remote.transport
-
Deprecated.Message sent to the listener registered to an association (via the Promise returned by
pekko.remote.transport.AssociationHandle#readHandlerPromise) when an inbound payload arrives. - AssociationHandle.InboundPayload$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- AssociationHandle.Quarantined$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- AssociationHandle.Shutdown$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- AssociationHandle.Unknown$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- AssociationHandle$ - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AssociationHandle$() - Constructor for class org.apache.pekko.remote.transport.AssociationHandle$
-
Deprecated.
- associationListener() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- associationListener_$eq(Transport.AssociationEventListener) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- AssociationProblem - Interface in org.apache.pekko.remote
-
INTERNAL API
- AssociationRegistry - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AssociationRegistry() - Constructor for class org.apache.pekko.remote.transport.AssociationRegistry
-
Deprecated.
- AssociationRegistry() - Constructor for class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.
- AssociationRegistry$ - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- AssociationRegistry$() - Constructor for class org.apache.pekko.remote.transport.AssociationRegistry$
-
Deprecated.
- associationState() - Method in interface org.apache.pekko.remote.artery.OutboundContext
- AssociationState$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- AssociationState$() - Constructor for class org.apache.pekko.remote.artery.AssociationState$
- asSource() - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Stops automatic context propagation from here and converts this to a regular stream of a pair of (data, context).
- asSource() - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
-
Stops automatic context propagation from here and converts this to a regular stream of a pair of (data, context).
- asSourceWithContext(Function<Out, Ctx>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform this source whose element is
einto a source producing tuple(e, f(e)) - asSourceWithContext(Function1<Out, Ctx>) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Transform this source whose element is
einto a source producing tuple(e, f(e)) - asSubscriber() - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates a
Sourcethat is materialized as aSubscriber - asSubscriber() - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates a
Sourcethat is materialized as aSubscriber - asSubscriber() - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Creates a
Sourcethat is materialized as aSubscriber - asSubscriber() - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Creates a
Sourcethat is materialized as aSubscriber - async() - Method in interface org.apache.pekko.stream.Graph
-
Put an asynchronous boundary around this
Graph - async() - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Put an asynchronous boundary around this
Flow - async() - Method in class org.apache.pekko.stream.javadsl.Flow
-
Put an asynchronous boundary around this
Flow - async() - Method in class org.apache.pekko.stream.javadsl.Sink
-
Put an asynchronous boundary around this
Sink - async() - Method in class org.apache.pekko.stream.javadsl.Source
-
Put an asynchronous boundary around this
Source - async() - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Put an asynchronous boundary around this
SubFlow - async() - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Put an asynchronous boundary around this
SubSource - async() - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Put an asynchronous boundary around this
BidiFlow - async() - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Put an asynchronous boundary around this
Flow - async() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Put an asynchronous boundary around this
Flow. - async() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
-
Note that an async boundary around a runnable graph does not make sense
- async() - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Put an asynchronous boundary around this
Source - async() - Method in class org.apache.pekko.stream.scaladsl.Source
-
Put an asynchronous boundary around this
Source - async(String) - Method in interface org.apache.pekko.stream.Graph
-
Put an asynchronous boundary around this
Graph - async(String) - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Put an asynchronous boundary around this
Flow - async(String) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Put an asynchronous boundary around this
Flow - async(String) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Put an asynchronous boundary around this
Sink - async(String) - Method in class org.apache.pekko.stream.javadsl.Source
-
Put an asynchronous boundary around this
Source - async(String) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Put an asynchronous boundary around this
BidiFlow - async(String) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Put an asynchronous boundary around this
Flow - async(String) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
-
Note that an async boundary around a runnable graph does not make sense
- async(String) - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Put an asynchronous boundary around this
Graph - async(String) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Put an asynchronous boundary around this
Graph - async(String, int) - Method in interface org.apache.pekko.stream.Graph
-
Put an asynchronous boundary around this
Graph - async(String, int) - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Put an asynchronous boundary around this
Flow - async(String, int) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Put an asynchronous boundary around this
Flow - async(String, int) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Put an asynchronous boundary around this
Sink - async(String, int) - Method in class org.apache.pekko.stream.javadsl.Source
-
Put an asynchronous boundary around this
Source - async(String, int) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Put an asynchronous boundary around this
BidiFlow - async(String, int) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Put an asynchronous boundary around this
Flow - async(String, int) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
-
Note that an async boundary around a runnable graph does not make sense
- async(String, int) - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Put an asynchronous boundary around this
Graph - async(String, int) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Put an asynchronous boundary around this
Graph - ASYNC_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- asyncBoundary() - Static method in class org.apache.pekko.stream.Attributes
- asyncBoundary() - Method in class org.apache.pekko.stream.Attributes$
- AsyncBoundary$() - Constructor for class org.apache.pekko.stream.Attributes.AsyncBoundary$
- AsyncCallback<T> - Interface in org.apache.pekko.stream.stage
-
An asynchronous callback holder that is attached to a
GraphStageLogic. - asyncDeleteMessagesTo(String, long) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteJournal
-
Plugin API: asynchronously deletes all persistent messages up to
toSequenceNr(inclusive). - asyncDeleteMessagesTo(String, long) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- asyncDeleteMessagesTo(String, long) - Method in class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- asyncDeleteMessagesTo(String, long) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- asyncDeleteMessagesTo(String, long) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- AsyncDnsManager$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- AsyncDnsManager$() - Constructor for class org.apache.pekko.io.dns.internal.AsyncDnsManager$
- AsyncDnsResolver$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- AsyncDnsResolver$() - Constructor for class org.apache.pekko.io.dns.internal.AsyncDnsResolver$
- AsyncHandlerInvocation(Object, Function1<Object, BoxedUnit>) - Constructor for class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- AsyncHandlerInvocation$() - Constructor for class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation$
- asyncMode() - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
- asyncReadHighestSequenceNr(String, long) - Method in interface org.apache.pekko.persistence.journal.AsyncRecovery
-
Plugin API: asynchronously reads the highest stored sequence number for the given
persistenceId. - asyncReadHighestSequenceNr(String, long) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- asyncReadHighestSequenceNr(String, long) - Method in class org.apache.pekko.persistence.journal.japi.AsyncRecovery
- asyncReadHighestSequenceNr(String, long) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbRecovery
- asyncReadHighestSequenceNr(String, long) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- AsyncRecovery - Class in org.apache.pekko.persistence.journal.japi
-
Java API: asynchronous message replay and sequence number recovery interface.
- AsyncRecovery - Interface in org.apache.pekko.persistence.journal
-
Asynchronous message replay and sequence number recovery interface.
- AsyncRecovery() - Constructor for class org.apache.pekko.persistence.journal.japi.AsyncRecovery
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in interface org.apache.pekko.persistence.journal.AsyncRecovery
-
Plugin API: asynchronously replays persistent messages.
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in class org.apache.pekko.persistence.journal.japi.AsyncRecovery
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbRecovery
- asyncReplayMessages(String, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- asyncReplayTaggedMessages(String, long, long, long, Function1<LeveldbJournal.ReplayedTaggedMessage, BoxedUnit>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbRecovery
- AsyncReplayTimeoutException - Exception in org.apache.pekko.persistence.journal
-
Thrown if replay inactivity exceeds a specified timeout.
- AsyncReplayTimeoutException(String) - Constructor for exception org.apache.pekko.persistence.journal.AsyncReplayTimeoutException
- AsyncSerializer - Interface in org.apache.pekko.serialization
-
Serializer that supports async serialization.
- AsyncSerializerWithStringManifest - Class in org.apache.pekko.serialization
-
Scala API: Async serializer with string manifest that delegates synchronous calls to the asynchronous calls and blocks.
- AsyncSerializerWithStringManifest(ExtendedActorSystem) - Constructor for class org.apache.pekko.serialization.AsyncSerializerWithStringManifest
- AsyncSerializerWithStringManifestCS - Class in org.apache.pekko.serialization
-
Java API: Async serializer with string manifest that delegates synchronous calls to the asynchronous calls and blocks.
- AsyncSerializerWithStringManifestCS(ExtendedActorSystem) - Constructor for class org.apache.pekko.serialization.AsyncSerializerWithStringManifestCS
- AsyncWriteJournal - Class in org.apache.pekko.persistence.journal.japi
-
Java API: abstract journal, optimized for asynchronous, non-blocking writes.
- AsyncWriteJournal - Interface in org.apache.pekko.persistence.journal
-
Abstract journal, optimized for asynchronous, non-blocking writes.
- AsyncWriteJournal() - Constructor for class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- AsyncWriteJournal.Desequenced - Class in org.apache.pekko.persistence.journal
- AsyncWriteJournal.Desequenced$ - Class in org.apache.pekko.persistence.journal
- AsyncWriteJournal.Resequencer - Class in org.apache.pekko.persistence.journal
- AsyncWriteJournal$ - Class in org.apache.pekko.persistence.journal
-
INTERNAL API.
- AsyncWriteJournal$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteJournal$
- asyncWriteMessages(Seq<AtomicWrite>) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteJournal
-
Plugin API: asynchronously writes a batch (
Seq) of persistent messages to the journal. - asyncWriteMessages(Seq<AtomicWrite>) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- asyncWriteMessages(Seq<AtomicWrite>) - Method in class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- asyncWriteMessages(Seq<AtomicWrite>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- asyncWriteMessages(Seq<AtomicWrite>) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- AsyncWriteProxy - Interface in org.apache.pekko.persistence.journal
-
INTERNAL API.
- AsyncWriteProxy.InitTimeout$ - Class in org.apache.pekko.persistence.journal
- AsyncWriteProxy.SetStore - Class in org.apache.pekko.persistence.journal
- AsyncWriteProxy.SetStore$ - Class in org.apache.pekko.persistence.journal
- AsyncWriteProxy$ - Class in org.apache.pekko.persistence.journal
-
INTERNAL API.
- AsyncWriteProxy$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteProxy$
- AsyncWriteTarget - Class in org.apache.pekko.persistence.journal
-
INTERNAL API.
- AsyncWriteTarget() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget
- AsyncWriteTarget.DeleteMessagesTo - Class in org.apache.pekko.persistence.journal
- AsyncWriteTarget.DeleteMessagesTo$ - Class in org.apache.pekko.persistence.journal
- AsyncWriteTarget.ReplayFailure - Class in org.apache.pekko.persistence.journal
- AsyncWriteTarget.ReplayFailure$ - Class in org.apache.pekko.persistence.journal
- AsyncWriteTarget.ReplayMessages - Class in org.apache.pekko.persistence.journal
- AsyncWriteTarget.ReplayMessages$ - Class in org.apache.pekko.persistence.journal
- AsyncWriteTarget.ReplaySuccess - Class in org.apache.pekko.persistence.journal
- AsyncWriteTarget.ReplaySuccess$ - Class in org.apache.pekko.persistence.journal
- AsyncWriteTarget.WriteMessages - Class in org.apache.pekko.persistence.journal
- AsyncWriteTarget.WriteMessages$ - Class in org.apache.pekko.persistence.journal
- AsyncWriteTarget$ - Class in org.apache.pekko.persistence.journal
-
INTERNAL API.
- AsyncWriteTarget$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget$
- atFullThrottle() - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinPool
- atFullThrottle() - Method in interface org.apache.pekko.dispatch.LoadMetrics
- atLeastInUpState(Member) - Method in class org.apache.pekko.cluster.CrossDcHeartbeatingState$
- atLeastOnceDelivery() - Constructor for class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery
- atLeastOnceDelivery() - Method in class org.apache.pekko.persistence.PersistenceSettings
- AtLeastOnceDelivery - Interface in org.apache.pekko.persistence
-
Scala API: Mix-in this trait with your
PersistentActorto send messages with at-least-once delivery semantics to destinations. - AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot - Class in org.apache.pekko.persistence
-
Snapshot of current
AtLeastOnceDeliverystate. - AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot$ - Class in org.apache.pekko.persistence
- AtLeastOnceDelivery.Internal$ - Class in org.apache.pekko.persistence
-
INTERNAL API
- AtLeastOnceDelivery.Internal$.Delivery - Class in org.apache.pekko.persistence
- AtLeastOnceDelivery.Internal$.Delivery$ - Class in org.apache.pekko.persistence
- AtLeastOnceDelivery.Internal$.RedeliveryTick - Class in org.apache.pekko.persistence
- AtLeastOnceDelivery.Internal$.RedeliveryTick$ - Class in org.apache.pekko.persistence
- AtLeastOnceDelivery.MaxUnconfirmedMessagesExceededException - Exception in org.apache.pekko.persistence
- AtLeastOnceDelivery.UnconfirmedDelivery - Class in org.apache.pekko.persistence
-
Information about a message that has not been confirmed.
- AtLeastOnceDelivery.UnconfirmedDelivery$ - Class in org.apache.pekko.persistence
- AtLeastOnceDelivery.UnconfirmedWarning - Class in org.apache.pekko.persistence
- AtLeastOnceDelivery.UnconfirmedWarning$ - Class in org.apache.pekko.persistence
- atLeastOnceDelivery$() - Constructor for class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery$
- AtLeastOnceDelivery$ - Class in org.apache.pekko.persistence
- AtLeastOnceDelivery$() - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery$
- AtLeastOnceDeliveryLike - Interface in org.apache.pekko.persistence
- atLeastOnceDeliverySnapshot(MessageFormats.AtLeastOnceDeliverySnapshot) - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- AtLeastOnceDeliverySnapshot(long, Seq<AtLeastOnceDelivery.UnconfirmedDelivery>) - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- AtLeastOnceDeliverySnapshot$() - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot$
- atLeastOnceDeliverySnapshotBuilder(AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot) - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- AtLeastOnceDeliverySnapshotClass() - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- AtomicCancellable(Cancellable) - Constructor for class org.apache.pekko.actor.Scheduler.AtomicCancellable
- AtomicWrite - Class in org.apache.pekko.persistence
- AtomicWrite(Seq<PersistentRepr>) - Constructor for class org.apache.pekko.persistence.AtomicWrite
- AtomicWrite$ - Class in org.apache.pekko.persistence
- AtomicWrite$() - Constructor for class org.apache.pekko.persistence.AtomicWrite$
- AtomicWriteClass() - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- atop(Graph<BidiShape<O1, OO1, II2, I2>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Add the given BidiFlow as the next step in a bidirectional transformation pipeline.
- atop(BidiFlow<O1, OO1, II2, I2, Mat2>) - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Add the given BidiFlow as the next step in a bidirectional transformation pipeline.
- atop(BidiFlow<O1, OO1, II2, I2, Mat2>, Function2<Mat, Mat2, M>) - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Add the given BidiFlow as the next step in a bidirectional transformation 161
- atopMat(Graph<BidiShape<O1, OO1, II2, I2>, Mat2>, Function2<Mat, Mat2, M>) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Add the given BidiFlow as the next step in a bidirectional transformation pipeline.
- atStartup() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Override this method to do something when the whole test is starting up.
- attach(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
Attaches the specified actor instance to this dispatcher, which includes scheduling it to run for the first time (Create() is expected to have been enqueued by the ActorCell upon mailbox creation).
- attachChild(Props, boolean) - Method in interface org.apache.pekko.actor.dungeon.Children
- attachChild(Props, String, boolean) - Method in interface org.apache.pekko.actor.dungeon.Children
- attachConductor(TestConductorExt) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- attempt() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- attributeList() - Method in class org.apache.pekko.stream.Attributes
- attributes() - Method in interface org.apache.pekko.stream.snapshot.LogicSnapshot
- attributes() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.ProbeSink
- attributes() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.ProbeSource
- Attributes - Class in org.apache.pekko.stream
-
Holds attributes which can be used to alter
pekko.stream.scaladsl.Flow/pekko.stream.javadsl.Floworpekko.stream.scaladsl.GraphDSL/pekko.stream.javadsl.GraphDSLmaterialization. - Attributes(List<Attributes.Attribute>) - Constructor for class org.apache.pekko.stream.Attributes
- Attributes.AsyncBoundary$ - Class in org.apache.pekko.stream
- Attributes.Attribute - Interface in org.apache.pekko.stream
-
Note that more attributes for the
Materializerare defined inActorAttributes. - Attributes.CancellationStrategy - Class in org.apache.pekko.stream
-
Cancellation strategies provide a way to configure the behavior of a stage when
cancelStageis called. - Attributes.CancellationStrategy$ - Class in org.apache.pekko.stream
- Attributes.CancellationStrategy$.AfterDelay - Class in org.apache.pekko.stream
-
Strategy that allows to delay any action when
cancelStageis invoked. - Attributes.CancellationStrategy$.AfterDelay$ - Class in org.apache.pekko.stream
- Attributes.CancellationStrategy$.CompleteStage$ - Class in org.apache.pekko.stream
-
Strategy that treats
cancelStagethe same ascompleteStage, i.e. - Attributes.CancellationStrategy$.FailStage$ - Class in org.apache.pekko.stream
-
Strategy that treats
cancelStagethe same asfailStage, i.e. - Attributes.CancellationStrategy$.PropagateFailure$ - Class in org.apache.pekko.stream
-
Strategy that treats
cancelStagein different ways depending on the cause that was given to the cancellation. - Attributes.CancellationStrategy$.Strategy - Interface in org.apache.pekko.stream
- Attributes.InputBuffer - Class in org.apache.pekko.stream
-
Each asynchronous piece of a materialized stream topology is executed by one Actor that manages an input buffer for all inlets of its shape.
- Attributes.InputBuffer$ - Class in org.apache.pekko.stream
- Attributes.LogLevels - Class in org.apache.pekko.stream
- Attributes.LogLevels$ - Class in org.apache.pekko.stream
- Attributes.MandatoryAttribute - Interface in org.apache.pekko.stream
-
Attributes that are always present (is defined with default values by the materializer)
- Attributes.Name - Class in org.apache.pekko.stream
- Attributes.Name$ - Class in org.apache.pekko.stream
- Attributes.NestedMaterializationCancellationPolicy - Class in org.apache.pekko.stream
-
Nested materialization cancellation strategy provides a way to configure the cancellation behavior of stages that materialize a nested flow.
- Attributes.NestedMaterializationCancellationPolicy$ - Class in org.apache.pekko.stream
- Attributes.SourceLocation - Class in org.apache.pekko.stream
-
Attribute that contains the source location of for example a lambda passed to an operator, useful for example for debugging.
- Attributes.SourceLocation$ - Class in org.apache.pekko.stream
- Attributes$ - Class in org.apache.pekko.stream
-
Note that more attributes for the
Materializerare defined inActorAttributes. - Attributes$() - Constructor for class org.apache.pekko.stream.Attributes$
- augmentScheme(String) - Method in interface org.apache.pekko.remote.transport.SchemeAugmenter
-
Deprecated.
- augmentScheme(Address) - Method in interface org.apache.pekko.remote.transport.SchemeAugmenter
-
Deprecated.
- autoFusing() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.No longer has any effect. Since Akka 2.6.0.
- autopilot() - Method in class org.apache.pekko.testkit.TestActor
- AutoPilot() - Constructor for class org.apache.pekko.testkit.TestActor.AutoPilot
- autopilot_$eq(TestActor.AutoPilot) - Method in class org.apache.pekko.testkit.TestActor
- AutoReceivedMessage - Interface in org.apache.pekko.actor
-
INTERNAL API
- AutoReset$ - Class in org.apache.pekko.pattern
- AutoReset$() - Constructor for class org.apache.pekko.pattern.AutoReset$
- availableNodes() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- availableTokens() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- average() - Method in class org.apache.pekko.cluster.metrics.Metric
- await() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec.AwaitHelper
- await(ActorSystem) - Method in class org.apache.pekko.testkit.TestBarrier
- await(FiniteDuration, ActorSystem) - Method in class org.apache.pekko.testkit.TestBarrier
- awaitAssert(Duration, Duration, Supplier<A>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Evaluate the given assert every
intervaluntil it does not throw an exception. - awaitAssert(Duration, Duration, Creator<A>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Evaluate the given assert every
intervaluntil it does not throw an exception and return the result. - awaitAssert(Duration, Supplier<A>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Evaluate the given assert every
intervaluntil it does not throw an exception and return the result. - awaitAssert(Duration, Creator<A>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Evaluate the given assert every 100 milliseconds until it does not throw an exception and return the result.
- awaitAssert(Supplier<A>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Evaluate the given assert every
intervaluntil it does not throw an exception and return the result. - awaitAssert(Creator<A>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Evaluate the given assert every 100 milliseconds until it does not throw an exception and return the result.
- awaitAssert(Duration, Supplier<A>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.13.
- awaitAssert(Duration, Duration, Supplier<A>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.13.
- awaitAssert(Function0<A>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Evaluate the given assert every 100 ms until it does not throw an exception and return the result.
- awaitAssert(Function0<A>, Duration, Duration) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Evaluate the given assert every
intervaluntil it does not throw an exception and return the result. - awaitAssert(Function0<A>, FiniteDuration) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Evaluate the given assert every 100 ms until it does not throw an exception and return the result.
- awaitAssert(Function0<A>, FiniteDuration, FiniteDuration) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Evaluate the given assert every
intervaluntil it does not throw an exception and return the result. - awaitAssert$default$2() - Method in interface org.apache.pekko.testkit.TestKitBase
- awaitAssert$default$3() - Method in interface org.apache.pekko.testkit.TestKitBase
- awaitCond(Duration, Duration, String, Supplier<Object>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Await until the given condition evaluates to
trueor the timeout expires, whichever comes first. - awaitCond(Duration, Duration, Supplier<Object>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Await until the given condition evaluates to
trueor the timeout expires, whichever comes first. - awaitCond(Duration, Supplier<Object>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Await until the given condition evaluates to
trueor the timeout expires, whichever comes first. - awaitCond(Supplier<Object>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Await until the given condition evaluates to
trueor the timeout expires, whichever comes first. - awaitCond(Duration, Supplier<Object>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- awaitCond(Duration, Duration, String, Supplier<Object>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- awaitCond(Duration, Duration, Supplier<Object>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- awaitCond(Function0<Object>, Duration, Duration, boolean) - Static method in class org.apache.pekko.testkit.TestKit
-
Await until the given condition evaluates to
trueor the timeout expires, whichever comes first. - awaitCond(Function0<Object>, Duration, Duration, boolean) - Method in class org.apache.pekko.testkit.TestKit$
-
Await until the given condition evaluates to
trueor the timeout expires, whichever comes first. - awaitCond(Function0<Object>, Duration, Duration, String) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Await until the given condition evaluates to
trueor the timeout expires, whichever comes first. - awaitCond$default$2() - Method in interface org.apache.pekko.testkit.TestKitBase
- awaitCond$default$3() - Static method in class org.apache.pekko.testkit.TestKit
- awaitCond$default$3() - Method in class org.apache.pekko.testkit.TestKit$
- awaitCond$default$3() - Method in interface org.apache.pekko.testkit.TestKitBase
- awaitCond$default$4() - Static method in class org.apache.pekko.testkit.TestKit
- awaitCond$default$4() - Method in class org.apache.pekko.testkit.TestKit$
- awaitCond$default$4() - Method in interface org.apache.pekko.testkit.TestKitBase
- awaitDone(Duration) - Method in class org.apache.pekko.testkit.EventFilter
- awaitDurationMillis() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec
-
Override in order to customize timeouts used for expectMsg, in order to tune the awaits to your journal's perf
- awaitHelper(Awaitable<T>) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Enrich
.await()onto all Awaitables, using remaining duration from the innermost enclosingwithinblock or QueryTimeout. - AwaitHelper(Awaitable<T>) - Constructor for class org.apache.pekko.remote.testkit.MultiNodeSpec.AwaitHelper
- AwaitingPermit() - Static method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- AwaitingPermit() - Method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- AwaitingPermit() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc
- AwaitingPermit() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc$
- awaitTermination(long, TimeUnit) - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- AXFR() - Static method in class org.apache.pekko.io.dns.RecordType
- AXFR() - Method in class org.apache.pekko.io.dns.RecordType$
B
- backingQueue() - Method in interface org.apache.pekko.util.PriorityQueueStabilizer
- backingQueue() - Method in class org.apache.pekko.util.StablePriorityBlockingQueue
- backingQueue() - Method in class org.apache.pekko.util.StablePriorityQueue
- backlog() - Method in class org.apache.pekko.io.Tcp.Bind
- Backlog() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- backoff() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- backoff(int, int) - Method in class org.apache.pekko.routing.DefaultResizer
-
Computes a proposed negative (or zero) capacity delta using the configured
backoffThresholdandbackoffRate - Backoff - Class in org.apache.pekko.pattern
-
Deprecated.This API is superseded by the
BackoffOptsobject. - Backoff() - Constructor for class org.apache.pekko.pattern.Backoff
-
Deprecated.
- Backoff$ - Class in org.apache.pekko.pattern
-
Deprecated.This API is superseded by the
BackoffOptsobject. - Backoff$() - Constructor for class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- Backoff$() - Constructor for class org.apache.pekko.pattern.Backoff$
-
Deprecated.
- BackoffOnFailureOptions - Interface in org.apache.pekko.pattern
- BackoffOnFailureOptionsImpl<T> - Class in org.apache.pekko.pattern
- BackoffOnFailureOptionsImpl(Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, HandlingWhileStopped) - Constructor for class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- BackoffOnFailureOptionsImpl$ - Class in org.apache.pekko.pattern
- BackoffOnFailureOptionsImpl$() - Constructor for class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
- BackoffOnStopOptions - Interface in org.apache.pekko.pattern
- BackoffOnStopOptionsImpl<T> - Class in org.apache.pekko.pattern
- BackoffOnStopOptionsImpl(Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, HandlingWhileStopped, Option<Function1<Object, Object>>) - Constructor for class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- BackoffOnStopOptionsImpl$ - Class in org.apache.pekko.pattern
- BackoffOnStopOptionsImpl$() - Constructor for class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- BackoffOptions - Interface in org.apache.pekko.pattern
-
Deprecated.Use new API from BackoffOpts object instead. Since Akka 2.5.22.
- BackoffOptionsImpl - Class in org.apache.pekko.pattern
- BackoffOptionsImpl(BackoffType, Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, Option<Object>, Option<Function1<Object, Object>>) - Constructor for class org.apache.pekko.pattern.BackoffOptionsImpl
- BackoffOptionsImpl$ - Class in org.apache.pekko.pattern
- BackoffOptionsImpl$() - Constructor for class org.apache.pekko.pattern.BackoffOptionsImpl$
- BackoffOpts - Class in org.apache.pekko.pattern
-
Backoff options allow to specify a number of properties for backoff supervisors.
- BackoffOpts() - Constructor for class org.apache.pekko.pattern.BackoffOpts
- BackoffOpts$ - Class in org.apache.pekko.pattern
-
Backoff options allow to specify a number of properties for backoff supervisors.
- BackoffOpts$() - Constructor for class org.apache.pekko.pattern.BackoffOpts$
- BackoffPeriod() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- backoffRate() - Method in class org.apache.pekko.routing.DefaultResizer
- BACKOFFRATE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DefaultResizer
- backoffReset() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- BackoffReset - Interface in org.apache.pekko.pattern
- BackoffSupervisor - Class in org.apache.pekko.pattern
- BackoffSupervisor(Props, String, FiniteDuration, FiniteDuration, double) - Constructor for class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use `BackoffSupervisor.props` method instead. Since Akka 2.5.22.
- BackoffSupervisor(Props, String, FiniteDuration, FiniteDuration, double, SupervisorStrategy) - Constructor for class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use `BackoffSupervisor.props` method instead. Since Akka 2.5.22.
- BackoffSupervisor(Props, String, FiniteDuration, FiniteDuration, BackoffReset, double, SupervisorStrategy, Option<Object>) - Constructor for class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use `BackoffSupervisor.props` method instead. Since Akka 2.5.22.
- BackoffSupervisor(Props, String, FiniteDuration, FiniteDuration, BackoffReset, double, SupervisorStrategy, Option<Object>, Option<Function1<Object, Object>>) - Constructor for class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use `BackoffSupervisor.props` method instead. Since Akka 2.5.22.
- BackoffSupervisor.CurrentChild - Class in org.apache.pekko.pattern
-
Send this message to the
BackoffSupervisorand it will reply withBackoffSupervisor.CurrentChildcontaining theActorRefof the current child, if any. - BackoffSupervisor.CurrentChild$ - Class in org.apache.pekko.pattern
- BackoffSupervisor.GetCurrentChild$ - Class in org.apache.pekko.pattern
-
Send this message to the
BackoffSupervisorand it will reply withBackoffSupervisor.CurrentChildcontaining theActorRefof the current child, if any. - BackoffSupervisor.GetRestartCount$ - Class in org.apache.pekko.pattern
-
Send this message to the
BackoffSupervisorand it will reply withBackoffSupervisor.RestartCountcontaining the current restart count. - BackoffSupervisor.Reset$ - Class in org.apache.pekko.pattern
-
Send this message to the
BackoffSupervisorand it will reset the back-off. - BackoffSupervisor.ResetRestartCount$ - Class in org.apache.pekko.pattern
- BackoffSupervisor.RestartCount - Class in org.apache.pekko.pattern
- BackoffSupervisor.RestartCount$ - Class in org.apache.pekko.pattern
- BackoffSupervisor.StartChild$ - Class in org.apache.pekko.pattern
-
INTERNAL API
- BackoffSupervisor$ - Class in org.apache.pekko.pattern
- BackoffSupervisor$() - Constructor for class org.apache.pekko.pattern.BackoffSupervisor$
- BackoffSupervisorStrategy - Class in org.apache.pekko.actor.typed
-
Not for user extension
- BackoffSupervisorStrategy() - Constructor for class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
- backoffThreshold() - Method in class org.apache.pekko.routing.DefaultResizer
- BACKOFFTHRESHOLD_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DefaultResizer
- backoffType() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- BackoffType - Interface in org.apache.pekko.pattern
- backpressure() - Static method in class org.apache.pekko.stream.DelayOverflowStrategy
-
If the buffer is full when a new element is available this strategy backpressures the upstream publisher until space becomes available in the buffer.
- backpressure() - Method in class org.apache.pekko.stream.DelayOverflowStrategy$
-
If the buffer is full when a new element is available this strategy backpressures the upstream publisher until space becomes available in the buffer.
- backpressure() - Static method in class org.apache.pekko.stream.OverflowStrategy
-
If the buffer is full when a new element is available this strategy backpressures the upstream publisher until space becomes available in the buffer.
- backpressure() - Method in class org.apache.pekko.stream.OverflowStrategy$
-
If the buffer is full when a new element is available this strategy backpressures the upstream publisher until space becomes available in the buffer.
- Backpressure$() - Constructor for class org.apache.pekko.stream.OverflowStrategies.Backpressure$
- backpressureTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
If the time between the emission of an element and the following downstream demand exceeds the provided timeout, the stream is failed with a
BackpressureTimeoutException. - backpressureTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
If the time between the emission of an element and the following downstream demand exceeds the provided timeout, the stream is failed with a
BackpressureTimeoutException. - backpressureTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
If the time between the emission of an element and the following downstream demand exceeds the provided timeout, the stream is failed with a
BackpressureTimeoutException. - backpressureTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
If the time between the emission of an element and the following downstream demand exceeds the provided timeout, the stream is failed with a
BackpressureTimeoutException. - backpressureTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- backpressureTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- backpressureTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- backpressureTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- backpressureTimeout(FiniteDuration) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
If the time between the emission of an element and the following downstream demand exceeds the provided timeout, the stream is failed with a
BackpressureTimeoutException. - BackpressureTimeoutException - Exception in org.apache.pekko.stream
- BackpressureTimeoutException(String) - Constructor for exception org.apache.pekko.stream.BackpressureTimeoutException
- Balance - Class in org.apache.pekko.stream.javadsl
-
Fan-out the stream to several streams.
- Balance<T> - Class in org.apache.pekko.stream.scaladsl
-
Fan-out the stream to several streams.
- Balance() - Constructor for class org.apache.pekko.stream.javadsl.Balance
- Balance(int, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.Balance
-
Deprecated.Use the constructor which also specifies the `eagerCancel` parameter. Since Akka 2.5.12.
- Balance(int, boolean, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.Balance
- Balance$ - Class in org.apache.pekko.stream.javadsl
-
Fan-out the stream to several streams.
- Balance$ - Class in org.apache.pekko.stream.scaladsl
- Balance$() - Constructor for class org.apache.pekko.stream.javadsl.Balance$
- Balance$() - Constructor for class org.apache.pekko.stream.scaladsl.Balance$
- BalancingDispatcherConfigurator - Class in org.apache.pekko.dispatch
-
Configurator for creating
pekko.dispatch.BalancingDispatcher. - BalancingDispatcherConfigurator(Config, DispatcherPrerequisites) - Constructor for class org.apache.pekko.dispatch.BalancingDispatcherConfigurator
- BalancingDispatcherConfigurator$ - Class in org.apache.pekko.dispatch
-
INTERNAL API
- BalancingDispatcherConfigurator$() - Constructor for class org.apache.pekko.dispatch.BalancingDispatcherConfigurator$
- BalancingPool - Class in org.apache.pekko.routing
-
A router pool that will try to redistribute work from busy routees to idle routees.
- BalancingPool(int) - Constructor for class org.apache.pekko.routing.BalancingPool
-
Java API
- BalancingPool(int, SupervisorStrategy, String) - Constructor for class org.apache.pekko.routing.BalancingPool
- BalancingPool(Config) - Constructor for class org.apache.pekko.routing.BalancingPool
- BalancingPool$ - Class in org.apache.pekko.routing
- BalancingPool$() - Constructor for class org.apache.pekko.routing.BalancingPool$
- BalancingPoolDeploy - Class in org.apache.pekko.routing
-
INTERNAL API Can't be in the
BalancingPoolcompanion for binary compatibility reasons. - BalancingPoolDeploy() - Constructor for class org.apache.pekko.routing.BalancingPoolDeploy
- BalancingPoolDeploy$ - Class in org.apache.pekko.routing
-
INTERNAL API Can't be in the
BalancingPoolcompanion for binary compatibility reasons. - BalancingPoolDeploy$() - Constructor for class org.apache.pekko.routing.BalancingPoolDeploy$
- BalancingRoutingLogic$ - Class in org.apache.pekko.routing
-
INTERNAL API
- BalancingRoutingLogic$() - Constructor for class org.apache.pekko.routing.BalancingRoutingLogic$
- BARRIER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- BarrierCoordinator$ - Class in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- BarrierCoordinator$() - Constructor for class org.apache.pekko.remote.testconductor.BarrierCoordinator$
- BarrierResult$ - Class in org.apache.pekko.remote.testconductor
- BarrierResult$() - Constructor for class org.apache.pekko.remote.testconductor.BarrierResult$
- BarrierTimeout() - Static method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings
- BarrierTimeout() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
- base64(long, StringBuilder) - Static method in class org.apache.pekko.util.Helpers
- base64(long, StringBuilder) - Method in class org.apache.pekko.util.Helpers$
- base64$default$2() - Static method in class org.apache.pekko.util.Helpers
- base64$default$2() - Method in class org.apache.pekko.util.Helpers$
- base64chars() - Static method in class org.apache.pekko.util.Helpers
- base64chars() - Method in class org.apache.pekko.util.Helpers$
- BaseSerializer - Interface in org.apache.pekko.serialization
-
Base serializer trait with serialization identifiers configuration contract, when globally unique serialization identifier is configured in the
reference.conf. - BaseSerializer$ - Class in org.apache.pekko.serialization
- BaseSerializer$() - Constructor for class org.apache.pekko.serialization.BaseSerializer$
- batch() - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- batch() - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- batch(long, Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Allows a faster upstream to progress independently of a slower subscriber by aggregating elements into batches until the subscriber is ready to accept them.
- batch(long, Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Allows a faster upstream to progress independently of a slower subscriber by aggregating elements into batches until the subscriber is ready to accept them.
- batch(long, Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Allows a faster upstream to progress independently of a slower subscriber by aggregating elements into batches until the subscriber is ready to accept them.
- batch(long, Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Allows a faster upstream to progress independently of a slower subscriber by aggregating elements into batches until the subscriber is ready to accept them.
- batch(long, Function1<Out, S>, Function2<S, Out, S>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Allows a faster upstream to progress independently of a slower subscriber by aggregating elements into batches until the subscriber is ready to accept them.
- batchable(Runnable) - Method in interface org.apache.pekko.dispatch.BatchingExecutor
-
Override this to define which runnables will be batched.
- Batchable - Interface in org.apache.pekko.dispatch
-
INTERNAL API
- BatchAcceptLimit() - Method in class org.apache.pekko.io.TcpExt.Settings
- batchAtomicWrite(AtomicWrite) - Method in interface org.apache.pekko.persistence.Eventsourced
- BatchingExecutor - Interface in org.apache.pekko.dispatch
-
INTERNAL API
- batchSize() - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- batchWeighted(long, Function<Out, Long>, Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Allows a faster upstream to progress independently of a slower subscriber by aggregating elements into batches until the subscriber is ready to accept them.
- batchWeighted(long, Function<Out, Long>, Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Allows a faster upstream to progress independently of a slower subscriber by aggregating elements into batches until the subscriber is ready to accept them.
- batchWeighted(long, Function<Out, Long>, Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Allows a faster upstream to progress independently of a slower subscriber by aggregating elements into batches until the subscriber is ready to accept them.
- batchWeighted(long, Function<Out, Long>, Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Allows a faster upstream to progress independently of a slower subscriber by aggregating elements into batches until the subscriber is ready to accept them.
- batchWeighted(long, Function1<Out, Object>, Function1<Out, S>, Function2<S, Out, S>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Allows a faster upstream to progress independently of a slower subscriber by aggregating elements into batches until the subscriber is ready to accept them.
- be() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- be() - Method in class org.apache.pekko.persistence.PluginSpec
- become(AbstractActor.Receive) - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Changes the Actor's behavior to become the new 'Receive' handler.
- become(AbstractActor.Receive, boolean) - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Changes the Actor's behavior to become the new 'Receive' handler.
- become(Function1<Tuple2<ActorRef, Object>, BoxedUnit>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.StageActor
-
Special
becomeallowing to swap the behavior of this StageActorRef. - become(PartialFunction<Object, BoxedUnit>) - Method in interface org.apache.pekko.actor.ActorContext
-
Changes the Actor's behavior to become the new 'Receive' (PartialFunction[Any, Unit]) handler.
- become(PartialFunction<Object, BoxedUnit>, boolean) - Method in interface org.apache.pekko.actor.ActorContext
-
Changes the Actor's behavior to become the new 'Receive' (PartialFunction[Any, Unit]) handler.
- becomeIdentifying(Address) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- BecomingOldest() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- BecomingOldest$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest$
- BecomingOldestData(List<UniqueAddress>) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- BecomingOldestData$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData$
- Before$() - Constructor for class org.apache.pekko.cluster.ddata.VersionVector.Before$
- Before$() - Constructor for class org.apache.pekko.cluster.VectorClock.Before$
- beforeAll() - Method in class org.apache.pekko.persistence.PluginSpec
- beforeConnect(Socket) - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- beforeConnect(Socket) - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- beforeConnect(Socket) - Method in interface org.apache.pekko.io.Inet.SocketOption
-
Action to be taken for this option before calling connect()
- beforeDatagramBind(DatagramSocket) - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- beforeDatagramBind(DatagramSocket) - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- beforeDatagramBind(DatagramSocket) - Method in interface org.apache.pekko.io.Inet.SocketOption
-
Action to be taken for this option before bind() is called
- beforeDatagramBind(DatagramSocket) - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- beforeEach() - Method in class org.apache.pekko.persistence.journal.JournalSpec
- beforeEach() - Method in class org.apache.pekko.persistence.PluginSpec
- beforeEach() - Method in class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec
- BeforeInstance() - Static method in class org.apache.pekko.cluster.ddata.VersionVector
-
Java API: The
VersionVector.Beforeinstance - BeforeInstance() - Method in class org.apache.pekko.cluster.ddata.VersionVector$
-
Java API: The
VersionVector.Beforeinstance - beforePreStart() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
INTERNAL API
- beforeServerSocketBind(ServerSocket) - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- beforeServerSocketBind(ServerSocket) - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- beforeServerSocketBind(ServerSocket) - Method in interface org.apache.pekko.io.Inet.SocketOption
-
Action to be taken for this option before bind() is called
- beforeTestExecution(ExtensionContext) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJUnit5Extension
-
Get a reference to the field annotated with @JUnit5Testkit
JUnit5TestKit - BeginHandOff(String) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- BeginHandOff$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff$
- BeginHandOffAck(String) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- BeginHandOffAck$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck$
- behave() - Method in class org.apache.pekko.persistence.PluginSpec
- behavior() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- behavior() - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- behavior() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- behavior() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- behavior() - Method in class org.apache.pekko.actor.typed.Behavior.BehaviorDecorators
- behavior() - Method in class org.apache.pekko.actor.typed.internal.receptionist.LocalReceptionist$
- behavior() - Method in interface org.apache.pekko.actor.typed.internal.receptionist.ReceptionistBehaviorProvider
- behavior() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- behavior() - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist$
- behavior() - Method in class org.apache.pekko.cluster.typed.SingletonActor
- behavior(Object) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.ShardCommandActor
- behavior(Object) - Method in class org.apache.pekko.cluster.sharding.typed.internal.ShardCommandActor$
- behavior(ReplicatorSettings) - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator
-
The
Behaviorfor theReplicatoractor. - behavior(ReplicatorSettings) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator$
-
The
Behaviorfor theReplicatoractor. - behavior(ReplicatorSettings) - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator
-
The
Behaviorfor theReplicatoractor. - behavior(ReplicatorSettings) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator$
-
The
Behaviorfor theReplicatoractor. - behavior(ReplicatorSettings, ActorRef) - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator
-
The
Behaviorfor theReplicatoractor. - behavior(ReplicatorSettings, ActorRef) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator$
-
The
Behaviorfor theReplicatoractor. - behavior(ReplicatorSettings, ActorRef) - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator
-
The
Behaviorfor theReplicatoractor. - behavior(ReplicatorSettings, ActorRef) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator$
-
The
Behaviorfor theReplicatoractor. - behavior(ClusterSharding) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.ShardingState
- behavior(ClusterSharding) - Method in class org.apache.pekko.cluster.sharding.typed.internal.ShardingState$
- behavior(ClusterReceptionist.Setup, ClusterReceptionist.State) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist$
- Behavior<T> - Class in org.apache.pekko.actor.typed
-
The behavior of an actor defines how it reacts to the messages that it receives.
- Behavior(int) - Constructor for class org.apache.pekko.actor.typed.Behavior
- Behavior.BehaviorDecorators<Inner> - Class in org.apache.pekko.actor.typed
- Behavior.BehaviorDecorators$ - Class in org.apache.pekko.actor.typed
- Behavior$ - Class in org.apache.pekko.actor.typed
- Behavior$() - Constructor for class org.apache.pekko.actor.typed.Behavior$
- BehaviorBuilder<T> - Class in org.apache.pekko.actor.typed.javadsl
-
Immutable builder used for creating a
Behaviorby 'chaining' message and signal handlers. - BehaviorBuilder() - Constructor for class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
- BehaviorBuilder.Case$ - Class in org.apache.pekko.actor.typed.javadsl
- BehaviorBuilder$ - Class in org.apache.pekko.actor.typed.javadsl
- BehaviorBuilder$() - Constructor for class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder$
- BehaviorDecorators(Behavior<Inner>) - Constructor for class org.apache.pekko.actor.typed.Behavior.BehaviorDecorators
- BehaviorDecorators(Behavior<Inner>) - Static method in class org.apache.pekko.actor.typed.Behavior
- BehaviorDecorators(Behavior<Inner>) - Method in class org.apache.pekko.actor.typed.Behavior$
- BehaviorDecorators$() - Constructor for class org.apache.pekko.actor.typed.Behavior.BehaviorDecorators$
- BehaviorImpl - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- BehaviorImpl() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl
- BehaviorImpl.ContextAs<T> - Class in org.apache.pekko.actor.typed.internal
- BehaviorImpl.ContextAs$ - Class in org.apache.pekko.actor.typed.internal
- BehaviorImpl.DeferredBehavior<T> - Class in org.apache.pekko.actor.typed.internal
- BehaviorImpl.DeferredBehavior$ - Class in org.apache.pekko.actor.typed.internal
- BehaviorImpl.FailedBehavior - Class in org.apache.pekko.actor.typed.internal
- BehaviorImpl.ReceiveBehavior<T> - Class in org.apache.pekko.actor.typed.internal
- BehaviorImpl.ReceiveBehavior$ - Class in org.apache.pekko.actor.typed.internal
- BehaviorImpl.ReceiveMessageBehavior<T> - Class in org.apache.pekko.actor.typed.internal
-
Similar to
BehaviorImpl.ReceiveBehaviorhoweveronMessagedoes not accept context. - BehaviorImpl.ReceiveMessageBehavior$ - Class in org.apache.pekko.actor.typed.internal
- BehaviorImpl.SameBehavior$ - Class in org.apache.pekko.actor.typed.internal
- BehaviorImpl.UnhandledBehavior$ - Class in org.apache.pekko.actor.typed.internal
- BehaviorImpl$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- BehaviorImpl$() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- BehaviorInterceptor<Outer,Inner> - Class in org.apache.pekko.actor.typed
-
A behavior interceptor allows for intercepting message and signal reception and perform arbitrary logic - transform, filter, send to a side channel etc.
- BehaviorInterceptor(Class<Outer>) - Constructor for class org.apache.pekko.actor.typed.BehaviorInterceptor
- BehaviorInterceptor(ClassTag<Outer>) - Constructor for class org.apache.pekko.actor.typed.BehaviorInterceptor
-
Scala API: The
ClassTagforOuterensures that only messages of this class or a subclass thereof will be intercepted. - BehaviorInterceptor.PreStartTarget<T> - Interface in org.apache.pekko.actor.typed
-
Abstraction of passing the on further in the behavior stack in
BehaviorInterceptor.aroundStart(org.apache.pekko.actor.typed.TypedActorContext<Outer>, org.apache.pekko.actor.typed.BehaviorInterceptor.PreStartTarget<Inner>). - BehaviorInterceptor.ReceiveTarget<T> - Interface in org.apache.pekko.actor.typed
-
Abstraction of passing the message on further in the behavior stack in
BehaviorInterceptor.aroundReceive(org.apache.pekko.actor.typed.TypedActorContext<Outer>, Outer, org.apache.pekko.actor.typed.BehaviorInterceptor.ReceiveTarget<Inner>). - BehaviorInterceptor.SignalTarget<T> - Interface in org.apache.pekko.actor.typed
-
Abstraction of passing the signal on further in the behavior stack in
BehaviorInterceptor.aroundReceive(org.apache.pekko.actor.typed.TypedActorContext<Outer>, Outer, org.apache.pekko.actor.typed.BehaviorInterceptor.ReceiveTarget<Inner>). - BehaviorInterceptor$ - Class in org.apache.pekko.actor.typed
- BehaviorInterceptor$() - Constructor for class org.apache.pekko.actor.typed.BehaviorInterceptor$
- Behaviors - Class in org.apache.pekko.actor.typed.javadsl
-
Factories for
pekko.actor.typed.Behavior. - Behaviors - Class in org.apache.pekko.actor.typed.scaladsl
-
Factories for
pekko.actor.typed.Behavior. - Behaviors() - Constructor for class org.apache.pekko.actor.typed.javadsl.Behaviors
- Behaviors() - Constructor for class org.apache.pekko.actor.typed.scaladsl.Behaviors
- Behaviors.Receive<T> - Interface in org.apache.pekko.actor.typed.scaladsl
-
Behaviorthat exposes additional fluent DSL methods to further change the message or signal reception behavior. - Behaviors.Supervise<T> - Class in org.apache.pekko.actor.typed.javadsl
- Behaviors.Supervise<T> - Class in org.apache.pekko.actor.typed.scaladsl
- Behaviors.Supervise$ - Class in org.apache.pekko.actor.typed.scaladsl
- Behaviors$ - Class in org.apache.pekko.actor.typed.javadsl
-
Factories for
pekko.actor.typed.Behavior. - Behaviors$ - Class in org.apache.pekko.actor.typed.scaladsl
-
Factories for
pekko.actor.typed.Behavior. - Behaviors$() - Constructor for class org.apache.pekko.actor.typed.javadsl.Behaviors$
- Behaviors$() - Constructor for class org.apache.pekko.actor.typed.scaladsl.Behaviors$
- BehaviorSetup$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- BehaviorSetup$() - Constructor for class org.apache.pekko.persistence.typed.internal.BehaviorSetup$
- BehaviorSignalInterceptor<Inner> - Class in org.apache.pekko.actor.typed
-
A behavior interceptor allows for intercepting signals reception and perform arbitrary logic - transform, filter, send to a side channel etc.
- BehaviorSignalInterceptor() - Constructor for class org.apache.pekko.actor.typed.BehaviorSignalInterceptor
- BehaviorTags - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- BehaviorTags() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorTags
- BehaviorTags$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- BehaviorTags$() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorTags$
- BehaviorTestKit<T> - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Used for synchronous testing
pekko.actor.typed.Behaviors. - BehaviorTestKit<T> - Interface in org.apache.pekko.actor.testkit.typed.scaladsl
-
Used for synchronous testing
pekko.actor.typed.Behaviors. - BehaviorTestKit() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
- BehaviorTestKit$ - Class in org.apache.pekko.actor.testkit.typed.javadsl
- BehaviorTestKit$ - Class in org.apache.pekko.actor.testkit.typed.scaladsl
- BehaviorTestKit$() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit$
- BehaviorTestKit$() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit$
- BehaviorTestKitImpl$ - Class in org.apache.pekko.actor.testkit.typed.internal
- BehaviorTestKitImpl$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.BehaviorTestKitImpl$
- benchActor(int) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec
- BenchActor(String, ActorRef, int) - Constructor for class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- BidiFlow<I1,O1,I2,O2,Mat> - Class in org.apache.pekko.stream.javadsl
- BidiFlow<I1,O1,I2,O2,Mat> - Class in org.apache.pekko.stream.scaladsl
- BidiFlow(TraversalBuilder, BidiShape<I1, O1, I2, O2>) - Constructor for class org.apache.pekko.stream.scaladsl.BidiFlow
- BidiFlow(BidiFlow<I1, O1, I2, O2, Mat>) - Constructor for class org.apache.pekko.stream.javadsl.BidiFlow
- BidiFlow$ - Class in org.apache.pekko.stream.javadsl
- BidiFlow$ - Class in org.apache.pekko.stream.scaladsl
- BidiFlow$() - Constructor for class org.apache.pekko.stream.javadsl.BidiFlow$
- BidiFlow$() - Constructor for class org.apache.pekko.stream.scaladsl.BidiFlow$
- bidirectionalIdleTimeout(Duration) - Static method in class org.apache.pekko.stream.javadsl.BidiFlow
-
If the time between two processed elements *in any direction* exceed the provided timeout, the stream is failed with a
BackpressureTimeoutException. - bidirectionalIdleTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.BidiFlow$
-
If the time between two processed elements *in any direction* exceed the provided timeout, the stream is failed with a
BackpressureTimeoutException. - bidirectionalIdleTimeout(FiniteDuration) - Static method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- bidirectionalIdleTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.BidiFlow$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- bidirectionalIdleTimeout(FiniteDuration) - Static method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
If the time between two processed elements *in any direction* exceed the provided timeout, the stream is failed with a
org.apache.pekko.StreamIdleTimeoutException. - bidirectionalIdleTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow$
-
If the time between two processed elements *in any direction* exceed the provided timeout, the stream is failed with a
org.apache.pekko.StreamIdleTimeoutException. - BidiShape<In1,Out1,In2,Out2> - Class in org.apache.pekko.stream
-
A bidirectional flow of elements that consequently has two inputs and two outputs, arranged like this:
- BidiShape(FlowShape<In1, Out1>, FlowShape<In2, Out2>) - Constructor for class org.apache.pekko.stream.BidiShape
-
Java API for creating from a pair of unidirectional flows.
- BidiShape(Inlet<In1>, Outlet<Out1>, Inlet<In2>, Outlet<Out2>) - Constructor for class org.apache.pekko.stream.BidiShape
- BidiShape$ - Class in org.apache.pekko.stream
- BidiShape$() - Constructor for class org.apache.pekko.stream.BidiShape$
- binaryLeftPad(byte) - Method in class org.apache.pekko.remote.artery.ByteFlag$
- bind(String, int) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Creates a
Tcp.ServerBindingwithout specifying options. - bind(String, int, int, Iterable<Inet.SocketOption>, boolean, Optional<Duration>) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Creates a
Tcp.ServerBindinginstance which represents a prospective TCP server binding on the givenendpoint. - bind(String, int, int, Iterable<Inet.SocketOption>, boolean, Duration) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Deprecated.Use bind that takes a java.time.Duration parameter instead. Since Akka 2.6.0.
- bind(String, int, int, Iterable<Inet.SocketOption>, boolean, Duration) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Creates a
Tcp.ServerBindinginstance which represents a prospective TCP server binding on the givenendpoint. - bind(ActorRef, InetSocketAddress) - Static method in class org.apache.pekko.io.UdpMessage
-
Bind without specifying options.
- bind(ActorRef, InetSocketAddress) - Method in class org.apache.pekko.io.UdpMessage$
-
Bind without specifying options.
- bind(ActorRef, InetSocketAddress, int) - Static method in class org.apache.pekko.io.TcpMessage
-
Open a listening socket without specifying options.
- bind(ActorRef, InetSocketAddress, int) - Method in class org.apache.pekko.io.TcpMessage$
-
Open a listening socket without specifying options.
- bind(ActorRef, InetSocketAddress, int, Iterable<Inet.SocketOption>, boolean) - Static method in class org.apache.pekko.io.TcpMessage
-
The Bind message is send to the TCP manager actor, which is obtained via
TcpExt.getManager()in order to bind to a listening socket. - bind(ActorRef, InetSocketAddress, int, Iterable<Inet.SocketOption>, boolean) - Method in class org.apache.pekko.io.TcpMessage$
-
The Bind message is send to the TCP manager actor, which is obtained via
TcpExt.getManager()in order to bind to a listening socket. - bind(ActorRef, InetSocketAddress, Iterable<Inet.SocketOption>) - Static method in class org.apache.pekko.io.UdpMessage
-
Send this message to the
UdpExt.manager()in order to bind to the given local port (or an automatically assigned one if the port number is zero). - bind(ActorRef, InetSocketAddress, Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.io.UdpMessage$
-
Send this message to the
UdpExt.manager()in order to bind to the given local port (or an automatically assigned one if the port number is zero). - Bind(ActorRef, InetSocketAddress, int, Iterable<Inet.SocketOption>, boolean) - Constructor for class org.apache.pekko.io.Tcp.Bind
- Bind(ActorRef, InetSocketAddress, Iterable<Inet.SocketOption>) - Constructor for class org.apache.pekko.io.Udp.Bind
- Bind$() - Constructor for class org.apache.pekko.io.Tcp.Bind$
- Bind$() - Constructor for class org.apache.pekko.io.Udp.Bind$
- bind$default$3() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bind$default$4() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bind$default$5() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bind$default$6() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindAndHandle(Flow<ByteString, ByteString, ?>, String, int, int, Iterable<Inet.SocketOption>, boolean, Duration, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Creates a
Tcp.ServerBindinginstance which represents a prospective TCP server binding on the givenendpointhandling the incoming connections using the provided Flow. - bindAndHandle$default$4() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindAndHandle$default$5() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindAndHandle$default$6() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindAndHandle$default$7() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindAndHandleTls(Flow<ByteString, ByteString, ?>, String, int, SSLContext, TLSProtocol.NegotiateNewSession, int, Iterable<Inet.SocketOption>, Duration, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Deprecated.Use bindAndHandleWithTls that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- bindAndHandleTls$default$6() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindAndHandleTls$default$7() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindAndHandleTls$default$8() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindAndHandleWithTls(Flow<ByteString, ByteString, ?>, String, int, Function0<SSLEngine>, int, Seq<Inet.SocketOption>, Duration, Function1<SSLSession, Try<BoxedUnit>>, TLSClosing, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Creates a
Tcp.ServerBindinginstance which represents a prospective TCP server binding on the givenendpointall incoming and outgoing bytes are passed through TLS and handling the incoming connections using the provided Flow. - bindAndHandleWithTls(Flow<ByteString, ByteString, ?>, String, int, Function0<SSLEngine>, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Creates a
Tcp.ServerBindinginstance which represents a prospective TCP server binding on the givenendpointall incoming and outgoing bytes are passed through TLS and handling the incoming connections using the provided Flow. - BindFailedException - Exception in org.apache.pekko.stream
- BindFailedException() - Constructor for exception org.apache.pekko.stream.BindFailedException
- BindFailedException$ - Exception in org.apache.pekko.stream
-
Deprecated.BindFailedException object will never be thrown. Match on the class instead. Since Akka 2.4.19.
- BindFailedException$() - Constructor for exception org.apache.pekko.stream.BindFailedException$
-
Deprecated.
- BindHostname() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- BindPortSelector() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.WARNING: This should only be used by professionals. Since Akka 2.4.
- bindShutdownTimeout() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindTls(String, int, SSLContext, TLSProtocol.NegotiateNewSession) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Deprecated.Use bindWithTls that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- bindTls(String, int, SSLContext, TLSProtocol.NegotiateNewSession, int, Iterable<Inet.SocketOption>, boolean, Duration) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Deprecated.Use bindWithTls that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- bindTls(String, int, SSLContext, TLSProtocol.NegotiateNewSession, int, Iterable<Inet.SocketOption>, Duration) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Deprecated.Use bindWithTls that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- bindTls$default$5() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindTls$default$6() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindTls$default$7() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- bindWithTls(String, int, Supplier<SSLEngine>) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Creates a
Tcp.ServerBindinginstance which represents a prospective TCP server binding on the givenendpointwhere all incoming and outgoing bytes are passed through TLS. - bindWithTls(String, int, Supplier<SSLEngine>, int, Iterable<Inet.SocketOption>, Optional<Duration>, Function<SSLSession, Optional<Throwable>>, TLSClosing) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Creates a
Tcp.ServerBindinginstance which represents a prospective TCP server binding on the givenendpointwhere all incoming and outgoing bytes are passed through TLS. - bindWithTls(String, int, Function0<SSLEngine>) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Creates a
Tcp.ServerBindinginstance which represents a prospective TCP server binding on the givenendpointwhere all incoming and outgoing bytes are passed through TLS. - bindWithTls(String, int, Function0<SSLEngine>, int, Seq<Inet.SocketOption>, Duration, Function1<SSLSession, Try<BoxedUnit>>, TLSClosing) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Creates a
Tcp.ServerBindinginstance which represents a prospective TCP server binding on the givenendpointwhere all incoming and outgoing bytes are passed through TLS. - blackhole(RoleName, RoleName, ThrottlerTransportAdapter.Direction) - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Switch the Netty pipeline of the remote support into blackhole mode for sending and/or receiving: it will just drop all messages right before submitting them to the Socket or right after receiving them from the Socket.
- Blackhole$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.
- BlackholeActor() - Constructor for class org.apache.pekko.testkit.TestActors.BlackholeActor
- blackholeProps() - Static method in class org.apache.pekko.testkit.TestActors
- blackholeProps() - Method in class org.apache.pekko.testkit.TestActors$
- blackholeThrottleMode() - Static method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.Java API: get the ThrottleMode.Blackhole instance
- blackholeThrottleMode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
-
Java API: get the ThrottleMode.Blackhole instance
- blocking() - Static method in class org.apache.pekko.actor.typed.DispatcherSelector
-
Run the actor on the default blocking dispatcher that is configured under default-blocking-io-dispatcher
- blocking() - Method in class org.apache.pekko.actor.typed.DispatcherSelector$
-
Run the actor on the default blocking dispatcher that is configured under default-blocking-io-dispatcher
- blockingIoDispatcher() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.BlockingIoDispatcher' to read the concrete setting value. Since Akka 2.6.0.
- BooleanFunctionBridge() - Constructor for class org.apache.pekko.dispatch.japi.BooleanFunctionBridge
-
Deprecated.
- BootstrapSetup - Class in org.apache.pekko.actor
- BootstrapSetup() - Constructor for class org.apache.pekko.actor.BootstrapSetup
- BootstrapSetup$ - Class in org.apache.pekko.actor
- BootstrapSetup$() - Constructor for class org.apache.pekko.actor.BootstrapSetup$
- both() - Static method in class org.apache.pekko.stream.javadsl.Keep
- both() - Method in class org.apache.pekko.stream.javadsl.Keep$
- both() - Static method in class org.apache.pekko.stream.scaladsl.Keep
- both() - Method in class org.apache.pekko.stream.scaladsl.Keep$
- Both - org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
-
Both = 3; - Both_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
-
Both = 3; - Both$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.
- Both$() - Constructor for class org.apache.pekko.testkit.SocketUtil.Both$
- bothDirection() - Static method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.Java API: get the Direction.Both instance
- bothDirection() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
-
Java API: get the Direction.Both instance
- Bound(InetSocketAddress) - Constructor for class org.apache.pekko.io.Tcp.Bound
- Bound(InetSocketAddress) - Constructor for class org.apache.pekko.io.Udp.Bound
- Bound$() - Constructor for class org.apache.pekko.io.Tcp.Bound$
- Bound$() - Constructor for class org.apache.pekko.io.Udp.Bound$
- boundAddress() - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- boundAddress() - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- boundAddresses() - Method in class org.apache.pekko.remote.BoundAddressesExtension
-
Returns a mapping from a protocol to a set of bound addresses.
- BoundAddressesExtension - Class in org.apache.pekko.remote
- BoundAddressesExtension(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.BoundAddressesExtension
- BoundAddressesExtension$ - Class in org.apache.pekko.remote
-
Extension provides access to bound addresses.
- BoundAddressesExtension$() - Constructor for class org.apache.pekko.remote.BoundAddressesExtension$
- bounded(int) - Static method in class org.apache.pekko.actor.typed.MailboxSelector
-
A mailbox with a max capacity after which new messages are dropped (passed to deadletters).
- bounded(int) - Method in class org.apache.pekko.actor.typed.MailboxSelector$
-
A mailbox with a max capacity after which new messages are dropped (passed to deadletters).
- BoundedBlockingQueue<E> - Class in org.apache.pekko.util
-
BoundedBlockingQueue wraps any Queue and turns the result into a BlockingQueue with a limited capacity.
- BoundedBlockingQueue(int, Queue<E>) - Constructor for class org.apache.pekko.util.BoundedBlockingQueue
- BoundedCapacityPrefix() - Method in class org.apache.pekko.dispatch.Mailboxes$
- BoundedControlAwareMailbox - Class in org.apache.pekko.dispatch
-
BoundedControlAwareMailbox is a bounded MailboxType, that maintains two queues to allow messages that extend
pekko.dispatch.ControlMessageto be delivered with priority. - BoundedControlAwareMailbox(int, FiniteDuration) - Constructor for class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- BoundedControlAwareMailbox(ActorSystem.Settings, Config) - Constructor for class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- BoundedControlAwareMailbox.MessageQueue - Class in org.apache.pekko.dispatch
- BoundedControlAwareMailbox$ - Class in org.apache.pekko.dispatch
- BoundedControlAwareMailbox$() - Constructor for class org.apache.pekko.dispatch.BoundedControlAwareMailbox$
- BoundedControlAwareMessageQueueSemantics - Interface in org.apache.pekko.dispatch
- BoundedDequeBasedMailbox - Class in org.apache.pekko.dispatch
-
BoundedDequeBasedMailbox is an bounded MailboxType, backed by a Deque.
- BoundedDequeBasedMailbox(int, FiniteDuration) - Constructor for class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- BoundedDequeBasedMailbox(ActorSystem.Settings, Config) - Constructor for class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- BoundedDequeBasedMailbox.MessageQueue - Class in org.apache.pekko.dispatch
- BoundedDequeBasedMailbox$ - Class in org.apache.pekko.dispatch
- BoundedDequeBasedMailbox$() - Constructor for class org.apache.pekko.dispatch.BoundedDequeBasedMailbox$
- BoundedDequeBasedMessageQueue - Interface in org.apache.pekko.dispatch
-
BoundedMessageQueueSemantics adds bounded semantics to a DequeBasedMessageQueue, i.e.
- BoundedDequeBasedMessageQueueSemantics - Interface in org.apache.pekko.dispatch
- BoundedMailbox - Class in org.apache.pekko.dispatch
-
BoundedMailbox is the default bounded MailboxType used by Pekko Actors.
- BoundedMailbox(int, FiniteDuration) - Constructor for class org.apache.pekko.dispatch.BoundedMailbox
- BoundedMailbox(ActorSystem.Settings, Config) - Constructor for class org.apache.pekko.dispatch.BoundedMailbox
- BoundedMailbox.MessageQueue - Class in org.apache.pekko.dispatch
- BoundedMailbox$ - Class in org.apache.pekko.dispatch
- BoundedMailbox$() - Constructor for class org.apache.pekko.dispatch.BoundedMailbox$
- BoundedMailboxSelector(int, Props) - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- BoundedMailboxSelector$() - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector$
- BoundedMessageQueueSemantics - Interface in org.apache.pekko.dispatch
-
BoundedMessageQueueSemantics adds bounded semantics to a QueueBasedMessageQueue, i.e.
- BoundedNodeMessageQueue - Class in org.apache.pekko.dispatch
-
Lock-free bounded non-blocking multiple-producer single-consumer queue.
- BoundedNodeMessageQueue(int) - Constructor for class org.apache.pekko.dispatch.BoundedNodeMessageQueue
- BoundedPriorityMailbox - Class in org.apache.pekko.dispatch
-
BoundedPriorityMailbox is a bounded mailbox that allows for prioritization of its contents.
- BoundedPriorityMailbox(Comparator<Envelope>, int, Duration) - Constructor for class org.apache.pekko.dispatch.BoundedPriorityMailbox
- BoundedPriorityMailbox.MessageQueue - Class in org.apache.pekko.dispatch
- BoundedPriorityMailbox$ - Class in org.apache.pekko.dispatch
- BoundedPriorityMailbox$() - Constructor for class org.apache.pekko.dispatch.BoundedPriorityMailbox$
- BoundedQueueBasedMessageQueue - Interface in org.apache.pekko.dispatch
- BoundedSourceQueue<T> - Interface in org.apache.pekko.stream
-
A queue of the given size that gives immediate feedback whether an element could be enqueued or not.
- BoundedStablePriorityMailbox - Class in org.apache.pekko.dispatch
-
BoundedStablePriorityMailbox is a bounded mailbox that allows for prioritization of its contents.
- BoundedStablePriorityMailbox(Comparator<Envelope>, int, Duration) - Constructor for class org.apache.pekko.dispatch.BoundedStablePriorityMailbox
- BoundedStablePriorityMailbox.MessageQueue - Class in org.apache.pekko.dispatch
- BoundedStablePriorityMailbox$ - Class in org.apache.pekko.dispatch
- BoundedStablePriorityMailbox$() - Constructor for class org.apache.pekko.dispatch.BoundedStablePriorityMailbox$
- BoxedType - Class in org.apache.pekko.util
- BoxedType() - Constructor for class org.apache.pekko.util.BoxedType
- BoxedType$ - Class in org.apache.pekko.util
- BoxedType$() - Constructor for class org.apache.pekko.util.BoxedType$
- broadcast(boolean) - Static method in class org.apache.pekko.io.UdpSO
-
pekko.io.Inet.SocketOptionto set the SO_BROADCAST option - broadcast(boolean) - Method in class org.apache.pekko.io.UdpSO$
-
pekko.io.Inet.SocketOptionto set the SO_BROADCAST option - Broadcast - Class in org.apache.pekko.routing
-
Used to broadcast a message to all routees in a router; only the contained message will be forwarded, i.e.
- Broadcast - Class in org.apache.pekko.stream.javadsl
-
Fan-out the stream to several streams.
- Broadcast<T> - Class in org.apache.pekko.stream.scaladsl
-
Fan-out the stream to several streams emitting each incoming upstream element to all downstream consumers.
- Broadcast() - Constructor for class org.apache.pekko.stream.javadsl.Broadcast
- Broadcast(boolean) - Constructor for class org.apache.pekko.io.Udp.SO$.Broadcast
- Broadcast(int, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.Broadcast
- Broadcast(Object) - Constructor for class org.apache.pekko.routing.Broadcast
- Broadcast$ - Class in org.apache.pekko.routing
- Broadcast$ - Class in org.apache.pekko.stream.javadsl
-
Fan-out the stream to several streams.
- Broadcast$ - Class in org.apache.pekko.stream.scaladsl
- Broadcast$() - Constructor for class org.apache.pekko.io.Udp.SO$.Broadcast$
- Broadcast$() - Constructor for class org.apache.pekko.routing.Broadcast$
- Broadcast$() - Constructor for class org.apache.pekko.stream.javadsl.Broadcast$
- Broadcast$() - Constructor for class org.apache.pekko.stream.scaladsl.Broadcast$
- BroadcastGroup - Class in org.apache.pekko.routing
-
A router group that broadcasts a message to all its routees.
- BroadcastGroup(Config) - Constructor for class org.apache.pekko.routing.BroadcastGroup
- BroadcastGroup(Iterable<String>) - Constructor for class org.apache.pekko.routing.BroadcastGroup
-
Java API
- BroadcastGroup(Iterable<String>, String) - Constructor for class org.apache.pekko.routing.BroadcastGroup
- BroadcastGroup$ - Class in org.apache.pekko.routing
- BroadcastGroup$() - Constructor for class org.apache.pekko.routing.BroadcastGroup$
- BroadcastHub - Class in org.apache.pekko.stream.javadsl
-
A BroadcastHub is a special streaming hub that is able to broadcast streamed elements to a dynamic set of consumers.
- BroadcastHub() - Constructor for class org.apache.pekko.stream.javadsl.BroadcastHub
- BroadcastHub$ - Class in org.apache.pekko.stream.javadsl
-
A BroadcastHub is a special streaming hub that is able to broadcast streamed elements to a dynamic set of consumers.
- BroadcastHub$ - Class in org.apache.pekko.stream.scaladsl
-
A BroadcastHub is a special streaming hub that is able to broadcast streamed elements to a dynamic set of consumers.
- BroadcastHub$() - Constructor for class org.apache.pekko.stream.javadsl.BroadcastHub$
- BroadcastHub$() - Constructor for class org.apache.pekko.stream.scaladsl.BroadcastHub$
- BroadcastPool - Class in org.apache.pekko.routing
-
A router pool that broadcasts a message to all its routees.
- BroadcastPool(int) - Constructor for class org.apache.pekko.routing.BroadcastPool
-
Java API
- BroadcastPool(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Constructor for class org.apache.pekko.routing.BroadcastPool
- BroadcastPool(Config) - Constructor for class org.apache.pekko.routing.BroadcastPool
- BroadcastPool$ - Class in org.apache.pekko.routing
- BroadcastPool$() - Constructor for class org.apache.pekko.routing.BroadcastPool$
- BroadcastRoutingLogic - Class in org.apache.pekko.routing
-
Broadcasts a message to all its routees.
- BroadcastRoutingLogic() - Constructor for class org.apache.pekko.routing.BroadcastRoutingLogic
- BroadcastRoutingLogic$ - Class in org.apache.pekko.routing
- BroadcastRoutingLogic$() - Constructor for class org.apache.pekko.routing.BroadcastRoutingLogic$
- Bucket(Address, long, TreeMap<String, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder>) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- Bucket$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket$
- buckets() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- BUCKETS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- buf() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- buffer() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- buffer() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- buffer(int, OverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Adds a fixed size buffer in the flow that allows to store elements from a faster upstream until it becomes full.
- buffer(int, OverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Source
-
Adds a fixed size buffer in the flow that allows to store elements from a faster upstream until it becomes full.
- buffer(int, OverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Adds a fixed size buffer in the flow that allows to store elements from a faster upstream until it becomes full.
- buffer(int, OverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Adds a fixed size buffer in the flow that allows to store elements from a faster upstream until it becomes full.
- buffer(int, OverflowStrategy) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Adds a fixed size buffer in the flow that allows to store elements from a faster upstream until it becomes full.
- buffer(Object) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- buffer(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- buffer(Set<T>) - Method in interface org.apache.pekko.persistence.query.journal.leveldb.Buffer
- buffer(T) - Method in interface org.apache.pekko.persistence.query.journal.leveldb.Buffer
- buffer(T) - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.Puts a new message in the buffer.
- Buffer<T> - Interface in org.apache.pekko.persistence.query.journal.leveldb
-
INTERNAL API
- buffer_$eq(MessageBuffer) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- buffer_$eq(MessageBuffer) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- bufferCapacity() - Method in interface org.apache.pekko.stream.StreamRefSettings
-
Deprecated.Use attribute 'StreamRefAttributes.BufferCapacity' to read the concrete setting value. Since Akka 2.6.0.
- bufferCapacity(int) - Static method in class org.apache.pekko.stream.StreamRefAttributes
-
Specifies the size of the buffer on the receiving side that is eagerly filled even without demand.
- bufferCapacity(int) - Method in class org.apache.pekko.stream.StreamRefAttributes$
-
Specifies the size of the buffer on the receiving side that is eagerly filled even without demand.
- BufferCapacity(int) - Constructor for class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- BufferCapacity$() - Constructor for class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity$
- bufferedForEntitiesWithoutDemand() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- bufferEmpty() - Method in interface org.apache.pekko.persistence.query.journal.leveldb.Buffer
- bufferOr(String, Object, ActorRef, Function0<BoxedUnit>) - Method in interface org.apache.pekko.cluster.pubsub.PerGroupingBuffer
- BufferOverflowException - Exception in org.apache.pekko.stream
- BufferOverflowException(String) - Constructor for exception org.apache.pekko.stream.BufferOverflowException
- BufferOverflowException$ - Class in org.apache.pekko.stream
- BufferOverflowException$() - Constructor for class org.apache.pekko.stream.BufferOverflowException$
- bufferPool() - Method in class org.apache.pekko.io.TcpExt
- bufferPool() - Method in class org.apache.pekko.io.UdpConnectedExt
- BufferPool - Interface in org.apache.pekko.io
- bufferSize() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings
- bufferSize() - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- bufferSize() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- bufferSize() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- bufferSize() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings
- bufferSize() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- bufferSize() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- bufferSize() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- bufferSize() - Method in interface org.apache.pekko.persistence.query.journal.leveldb.Buffer
- BufferSize() - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- build() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- build() - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
-
Build a Behavior from the current state of the builder
- build() - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
- build() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- build() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- build() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- build() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- build() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- build() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- build() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- build() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- build() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- build() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- build() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- build() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- build() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- build() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- build() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- build() - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Build a
PartialFunctionfrom this builder. - build() - Method in class org.apache.pekko.japi.pf.FSMStopBuilder
-
Build a
PartialFunctionfrom this builder. - build() - Method in class org.apache.pekko.japi.pf.FSMTransitionHandlerBuilder
-
Build a
PartialFunctionfrom this builder. - build() - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Build a
PartialFunctionfrom this builder. - build() - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Build a
PartialFunctionfrom this builder. - build() - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStopBuilder
-
Deprecated.Build a
PartialFunctionfrom this builder. - build() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- build() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- build() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- build() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- build() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- build() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- build() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- build() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- build() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder
- build() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
-
Builds and returns a handler from the appended states.
- build() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder
- build() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
-
Builds and returns a handler from the appended states.
- build() - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder
- build() - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState
-
Builds and returns a handler from the appended states.
- build() - Method in class org.apache.pekko.persistence.typed.javadsl.SignalHandlerBuilder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- build() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- build() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder
- build() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
-
Builds and returns a handler from the appended states.
- build() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder
- build() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
-
Builds and returns a handler from the appended states.
- build() - Method in class org.apache.pekko.persistence.typed.state.javadsl.SignalHandlerBuilder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- build() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- build() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- build() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- build() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- build() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- build() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- build() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- build() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- build() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- build() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- build() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- build() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- build() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- build() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- build() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- build() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- build() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- build() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- build() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- build() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- build() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- build() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- build() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- builder() - Static method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder
- builder() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder$
- builder() - Static method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder
- builder() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder$
- builder() - Static method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder
- builder() - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder$
- builder() - Static method in class org.apache.pekko.persistence.typed.javadsl.SignalHandlerBuilder
- builder() - Method in class org.apache.pekko.persistence.typed.javadsl.SignalHandlerBuilder$
- builder() - Static method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder
- builder() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder$
- builder() - Static method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder
- builder() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder$
- builder() - Static method in class org.apache.pekko.persistence.typed.state.javadsl.SignalHandlerBuilder
- builder() - Method in class org.apache.pekko.persistence.typed.state.javadsl.SignalHandlerBuilder$
- builder() - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
-
Start building a
GraphDSL. - builder() - Method in class org.apache.pekko.stream.javadsl.GraphDSL$
-
Start building a
GraphDSL. - builder(Class<S>) - Static method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
- builder(Class<S>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState$
- builder(Class<S>) - Static method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
- builder(Class<S>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState$
- builder(Class<S>) - Static method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState
- builder(Class<S>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState$
- builder(Class<S>) - Static method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
- builder(Class<S>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState$
- builder(Class<S>) - Static method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
- builder(Class<S>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState$
- builder(Predicate<State>) - Static method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
- builder(Predicate<State>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState$
- builder(Predicate<State>) - Static method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
- builder(Predicate<State>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState$
- builder(Predicate<State>) - Static method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState
- builder(Predicate<State>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState$
- builder(Predicate<State>) - Static method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
- builder(Predicate<State>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState$
- builder(Predicate<State>) - Static method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
- builder(Predicate<State>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState$
- Builder(GraphDSL.Builder<Mat>) - Constructor for class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- buildHostnameVerifier(SSLConfigSettings) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- buildKeyManagerFactory(SSLConfigSettings) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- buildPartial() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- buildPartial() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- buildPartial() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- buildPartial() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- buildPartial() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- buildPartial() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- buildPartial() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- buildPartial() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- buildPartial() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- buildPartial() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- buildPartial() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- buildPartial() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- buildPartial() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- buildPartial() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- buildPartial() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- buildPartial() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- buildPartial() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- buildPartial() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- buildPartial() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- buildPartial() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- buildPartial() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- buildPartial() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- buildPartial() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- buildPartial() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- buildPartial() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- buildTrustManagerFactory(SSLConfigSettings) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- BuiltBehavior<T> - Class in org.apache.pekko.actor.typed.javadsl
-
The concrete behavior
- BuiltBehavior(BehaviorBuilder.Case<T, T>[], BehaviorBuilder.Case<T, Signal>[]) - Constructor for class org.apache.pekko.actor.typed.javadsl.BuiltBehavior
- BuiltReceive<T> - Class in org.apache.pekko.actor.typed.javadsl
-
Receive type for
AbstractBehavior - BuiltReceive(ReceiveBuilder.Case<T, T>[], ReceiveBuilder.Case<T, Signal>[]) - Constructor for class org.apache.pekko.actor.typed.javadsl.BuiltReceive
- BundleDelegatingClassLoader - Class in org.apache.pekko.osgi
- BundleDelegatingClassLoader(Bundle, ClassLoader) - Constructor for class org.apache.pekko.osgi.BundleDelegatingClassLoader
- BundleDelegatingClassLoader$ - Class in org.apache.pekko.osgi
- BundleDelegatingClassLoader$() - Constructor for class org.apache.pekko.osgi.BundleDelegatingClassLoader$
- bus() - Method in class org.apache.pekko.event.BusLogging
- bus() - Method in class org.apache.pekko.event.DiagnosticMarkerBusLoggingAdapter
- bus() - Method in class org.apache.pekko.event.Logging.InitializeLogger
- bus() - Method in class org.apache.pekko.event.MarkerLoggingAdapter
- bus() - Static method in class org.apache.pekko.event.NoMarkerLogging
- business() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- business() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- business() - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- BusLogging - Class in org.apache.pekko.event
-
pekko.event.LoggingAdapterthat publishespekko.event.Logging.LogEventto event stream. - BusLogging(LoggingBus, String, Class<?>) - Constructor for class org.apache.pekko.event.BusLogging
- BusLogging(LoggingBus, String, Class<?>, LoggingFilter) - Constructor for class org.apache.pekko.event.BusLogging
- byName(String) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreMode$
- byName(String) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreMode$
- ByPassConfigCompatCheck() - Method in class org.apache.pekko.cluster.ClusterSettings
- ByteArrayIterator() - Constructor for class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- ByteArrayIterator$() - Constructor for class org.apache.pekko.util.ByteIterator.ByteArrayIterator$
- ByteArraySerializer - Class in org.apache.pekko.serialization
-
This is a special Serializer that Serializes and deserializes byte arrays only, (just returns the byte array unchanged/uncopied)
- ByteArraySerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.serialization.ByteArraySerializer
- ByteBufferSerializer - Interface in org.apache.pekko.serialization
-
Serializer between an object and a
ByteBufferrepresenting that object. - ByteFlag$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- ByteFlag$() - Constructor for class org.apache.pekko.remote.artery.ByteFlag$
- ByteIterator - Class in org.apache.pekko.util
-
An iterator over a ByteString.
- ByteIterator() - Constructor for class org.apache.pekko.util.ByteIterator
- ByteIterator.ByteArrayIterator - Class in org.apache.pekko.util
- ByteIterator.ByteArrayIterator$ - Class in org.apache.pekko.util
- ByteIterator.MultiByteArrayIterator - Class in org.apache.pekko.util
- ByteIterator.MultiByteArrayIterator$ - Class in org.apache.pekko.util
- ByteIterator$ - Class in org.apache.pekko.util
- ByteIterator$() - Constructor for class org.apache.pekko.util.ByteIterator$
- bytes() - Method in class org.apache.pekko.pki.pem.PEMDecoder.DERData
- bytes() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- bytes() - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- bytes() - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- ByteString - Class in org.apache.pekko.util
-
A rope-like immutable data structure containing bytes.
- ByteString() - Constructor for class org.apache.pekko.util.ByteString
- ByteString.ByteString1 - Class in org.apache.pekko.util
-
An unfragmented ByteString.
- ByteString.ByteString1$ - Class in org.apache.pekko.util
-
INTERNAL API: ByteString backed by exactly one array, with start / end markers
- ByteString.ByteString1C - Class in org.apache.pekko.util
-
A compact (unsliced) and unfragmented ByteString, implementation of ByteString1C.
- ByteString.ByteString1C$ - Class in org.apache.pekko.util
- ByteString.ByteStrings - Class in org.apache.pekko.util
-
A ByteString with 2 or more fragments.
- ByteString.ByteStrings$ - Class in org.apache.pekko.util
- ByteString.Companion - Interface in org.apache.pekko.util
- ByteString.Companion$ - Class in org.apache.pekko.util
- ByteString$ - Class in org.apache.pekko.util
- ByteString$() - Constructor for class org.apache.pekko.util.ByteString$
- ByteString1() - Constructor for class org.apache.pekko.util.ByteString.ByteString1
- ByteString1$() - Constructor for class org.apache.pekko.util.ByteString.ByteString1$
- ByteString1C() - Constructor for class org.apache.pekko.util.ByteString.ByteString1C
- ByteString1C$() - Constructor for class org.apache.pekko.util.ByteString.ByteString1C$
- ByteStringBuilder - Class in org.apache.pekko.util
-
A mutable builder for efficiently creating a
ByteString. - ByteStringBuilder() - Constructor for class org.apache.pekko.util.ByteStringBuilder
- ByteStrings() - Constructor for class org.apache.pekko.util.ByteString.ByteStrings
- ByteStrings$() - Constructor for class org.apache.pekko.util.ByteString.ByteStrings$
- ByteStringSerializer - Class in org.apache.pekko.remote.serialization
-
Deprecated.Moved to org.apache.pekko.serialization.ByteStringSerializer in pekko-actor. Since Akka 2.6.0.
- ByteStringSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.serialization.ByteStringSerializer
-
Deprecated.
- ByteStringUtils - Class in org.apache.pekko.remote
-
INTERNAL API
- ByteStringUtils() - Constructor for class org.apache.pekko.remote.ByteStringUtils
- ByteStringUtils$ - Class in org.apache.pekko.remote
-
INTERNAL API
- ByteStringUtils$() - Constructor for class org.apache.pekko.remote.ByteStringUtils$
C
- c() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- c() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- c() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- c() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- cache() - Method in class org.apache.pekko.io.DnsExt
- cache() - Method in interface org.apache.pekko.io.DnsProvider
-
Deprecated.Cache implementation that can be accessed via Dns(system) to avoid asks to the resolver actors.
- cache() - Method in class org.apache.pekko.io.InetAddressDnsProvider
- cache_$eq(Map<Object, Set<Object>>) - Method in interface org.apache.pekko.event.SubchannelClassification
- cached(String) - Method in class org.apache.pekko.io.Dns
-
Deprecated.Use cached(DnsProtocol.Resolve). Since Akka 2.6.0.
- cached(String) - Method in class org.apache.pekko.io.SimpleDnsCache
-
Gets any IPv4 and IPv6 cached entries.
- cached(String, ActorSystem) - Method in class org.apache.pekko.io.Dns$
-
Deprecated.use cached(DnsProtocol.Resolve). Since Akka 2.6.0.
- cached(DnsProtocol.Resolve) - Method in class org.apache.pekko.io.Dns
- cached(DnsProtocol.Resolve) - Method in class org.apache.pekko.io.SimpleDnsCache
- cached(DnsProtocol.Resolve, ActorSystem) - Method in class org.apache.pekko.io.Dns$
-
Lookup if a DNS resolved is cached.
- CacheEntry$() - Constructor for class org.apache.pekko.io.SimpleDnsCache.CacheEntry$
- CachePolicy - Class in org.apache.pekko.io.dns
- CachePolicy() - Constructor for class org.apache.pekko.io.dns.CachePolicy
- CachePolicy.Forever$ - Class in org.apache.pekko.io.dns
- CachePolicy.Never$ - Class in org.apache.pekko.io.dns
- CachePolicy.Ttl - Class in org.apache.pekko.io.dns
- CachePolicy.Ttl$ - Class in org.apache.pekko.io.dns
- CachePolicy.Ttl$.TtlIsOrdered$ - Class in org.apache.pekko.io.dns
- CachePolicy$ - Class in org.apache.pekko.io.dns
- CachePolicy$() - Constructor for class org.apache.pekko.io.dns.CachePolicy$
- CachePolicy$CachePolicy - Interface in org.apache.pekko.io.dns
- CacheStatistics$ - Class in org.apache.pekko.remote.artery
- CacheStatistics$() - Constructor for class org.apache.pekko.remote.artery.CacheStatistics$
- cachingConfig() - Method in class org.apache.pekko.dispatch.Dispatchers
- CachingConfig$ - Class in org.apache.pekko.dispatch
-
INTERNAL API
- CachingConfig$() - Constructor for class org.apache.pekko.dispatch.CachingConfig$
- calculateAdjustment() - Static method in class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer
- calculateAdjustment() - Method in class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer$
- calculateDelay(int, FiniteDuration, FiniteDuration, double) - Static method in class org.apache.pekko.actor.typed.internal.RestartSupervisor
-
Calculates an exponential back off delay.
- calculateDelay(int, FiniteDuration, FiniteDuration, double) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor$
-
Calculates an exponential back off delay.
- calculateMajority(int, int, int) - Method in class org.apache.pekko.cluster.ddata.ReadWriteAggregator$
- callback() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- callback() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- CallbackBridge() - Constructor for class org.apache.pekko.dispatch.japi.CallbackBridge
-
Deprecated.
- callFails() - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Invoked when call fails
- CallingThreadDispatcher - Class in org.apache.pekko.testkit
-
Dispatcher which runs invocations on the current thread only.
- CallingThreadDispatcher(MessageDispatcherConfigurator) - Constructor for class org.apache.pekko.testkit.CallingThreadDispatcher
- CallingThreadDispatcher$ - Class in org.apache.pekko.testkit
- CallingThreadDispatcher$() - Constructor for class org.apache.pekko.testkit.CallingThreadDispatcher$
- CallingThreadDispatcherConfigurator - Class in org.apache.pekko.testkit
- CallingThreadDispatcherConfigurator(Config, DispatcherPrerequisites) - Constructor for class org.apache.pekko.testkit.CallingThreadDispatcherConfigurator
- CallingThreadDispatcherQueues$ - Class in org.apache.pekko.testkit
- CallingThreadDispatcherQueues$() - Constructor for class org.apache.pekko.testkit.CallingThreadDispatcherQueues$
- CallingThreadMailbox - Class in org.apache.pekko.testkit
- CallingThreadMailbox(Cell, MailboxType) - Constructor for class org.apache.pekko.testkit.CallingThreadMailbox
- callSucceeds() - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Invoked when call succeeds
- callThrough(Function0<Future<T>>) - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Shared implementation of call across all states.
- callThrough(Function0<Future<T>>, Function1<Try<T>, Object>) - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Shared implementation of call across all states.
- callWithCircuitBreaker(Callable<Future<T>>) - Method in class org.apache.pekko.pattern.CircuitBreaker
- callWithCircuitBreaker(Callable<Future<T>>, BiFunction<Optional<T>, Optional<Throwable>, Boolean>) - Method in class org.apache.pekko.pattern.CircuitBreaker
- callWithCircuitBreakerCS(Callable<CompletionStage<T>>) - Method in class org.apache.pekko.pattern.CircuitBreaker
- callWithCircuitBreakerCS(Callable<CompletionStage<T>>, BiFunction<Optional<T>, Optional<Throwable>, Boolean>) - Method in class org.apache.pekko.pattern.CircuitBreaker
- callWithSyncCircuitBreaker(Callable<T>) - Method in class org.apache.pekko.pattern.CircuitBreaker
- callWithSyncCircuitBreaker(Callable<T>, BiFunction<Optional<T>, Optional<Throwable>, Boolean>) - Method in class org.apache.pekko.pattern.CircuitBreaker
- canBeChecked() - Static method in class org.apache.pekko.persistence.TraitOrder
- canBeChecked() - Method in class org.apache.pekko.persistence.TraitOrder$
- cancel() - Method in interface org.apache.pekko.actor.Cancellable
-
Cancels this Cancellable and returns true if that was successful.
- cancel() - Method in class org.apache.pekko.actor.FSM.Timer
- cancel() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler.TaskHolder
- cancel() - Method in class org.apache.pekko.actor.Scheduler.AtomicCancellable
- cancel() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- cancel() - Method in interface org.apache.pekko.stream.javadsl.SinkQueueWithCancel
-
Cancels the stream.
- cancel() - Method in interface org.apache.pekko.stream.scaladsl.SinkQueueWithCancel
-
Cancels the stream.
- cancel() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- cancel() - Static method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode
-
When the timeout expires attach a Subscriber that will immediately cancel its subscription.
- cancel() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode$
-
When the timeout expires attach a Subscriber that will immediately cancel its subscription.
- cancel() - Method in interface org.apache.pekko.stream.SubscriptionWithCancelException
- cancel() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- cancel() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- cancel() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.Probe
- cancel(Object) - Method in class org.apache.pekko.actor.TimerScheduler
-
Cancel a timer with a given
key. - cancel(Object) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Cancel a timer with a given
key. - cancel(Object) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Cancel a timer with a given
key. - cancel(Throwable) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- cancel(Throwable) - Method in interface org.apache.pekko.stream.SubscriptionWithCancelException
- cancel(Throwable) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- cancel(Throwable) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.Probe
- cancel(Inlet<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Requests to stop receiving events from a given input port.
- cancel(Inlet<T>, Throwable) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Requests to stop receiving events from a given input port.
- cancelAll() - Method in class org.apache.pekko.actor.TimerScheduler
-
Cancel all timers.
- cancelAll() - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Cancel all timers.
- cancelAll() - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Cancel all timers.
- cancelAllTimers() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- cancelAllTimers() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
INTERNAL API
- cancelAndClose(Function0<BoxedUnit>) - Method in interface org.apache.pekko.io.ChannelRegistration
-
Explicitly cancel the registration and close the underlying channel.
- Cancellable - Interface in org.apache.pekko.actor
-
Signifies something that can be cancelled There is no strict guarantee that the implementation is thread-safe, but it should be good practice to make it so.
- Cancellable$ - Class in org.apache.pekko.actor
- Cancellable$() - Constructor for class org.apache.pekko.actor.Cancellable$
- CancellationStrategy(org.apache.pekko.stream.Attributes.CancellationStrategy.Strategy) - Constructor for class org.apache.pekko.stream.Attributes.CancellationStrategy
- CancellationStrategy$() - Constructor for class org.apache.pekko.stream.Attributes.CancellationStrategy$
- cancellationStrategyAfterDelay(FiniteDuration, org.apache.pekko.stream.Attributes.CancellationStrategy.Strategy) - Static method in class org.apache.pekko.stream.Attributes
-
Java API
- cancellationStrategyAfterDelay(FiniteDuration, org.apache.pekko.stream.Attributes.CancellationStrategy.Strategy) - Method in class org.apache.pekko.stream.Attributes$
-
Java API
- cancellationStrategyCompleteState() - Static method in class org.apache.pekko.stream.Attributes
-
Java API
- cancellationStrategyCompleteState() - Method in class org.apache.pekko.stream.Attributes$
-
Java API
- cancellationStrategyFailStage() - Static method in class org.apache.pekko.stream.Attributes
-
Java API
- cancellationStrategyFailStage() - Method in class org.apache.pekko.stream.Attributes$
-
Java API
- cancellationStrategyPropagateFailure() - Static method in class org.apache.pekko.stream.Attributes
-
Java API
- cancellationStrategyPropagateFailure() - Method in class org.apache.pekko.stream.Attributes$
-
Java API
- cancelled() - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat immediately cancels its upstream after materialization. - cancelled() - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat immediately cancels its upstream after materialization. - cancelled() - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat immediately cancels its upstream after materialization. - cancelled() - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat immediately cancels its upstream after materialization. - cancelReceiveTimeout() - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Cancel the sending of receive timeout notifications.
- cancelReceiveTimeout() - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Cancel the sending of receive timeout notifications.
- cancelReceiveTimeout() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Cancel the sending of receive timeout notifications.
- cancelReceiveTimeoutIfNeeded(Object) - Method in interface org.apache.pekko.actor.dungeon.ReceiveTimeout
- cancelReceiveTimeoutTask() - Method in interface org.apache.pekko.actor.dungeon.ReceiveTimeout
- cancelRedeliveryTask() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
- cancelStage(Throwable) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Automatically invokes
GraphStageLogic.<T>cancel(org.apache.pekko.stream.Inlet<T>)orGraphStageLogic.<T>complete(org.apache.pekko.stream.Outlet<T>)on all the input or output ports that have been called, then marks the stage as stopped. - CancelSubscription(Subscription, Throwable) - Constructor for class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- CancelSubscription$() - Constructor for class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription$
- CancelTermination$() - Constructor for class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
- cancelTimer() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- cancelTimer(Object) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Cancel timer, ensuring that the
TimerGraphStageLogic.onTimer(java.lang.Object)is not subsequently called. - cancelTimer(String) - Method in interface org.apache.pekko.actor.FSM
- cancelTimer(String) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- cancelTimer(String) - Method in class org.apache.pekko.testkit.TestFSMRef
-
Proxy for
pekko.actor.FSM#cancelTimer. - canEqual(Object) - Method in class org.apache.pekko.actor.ActorIdentity
- canEqual(Object) - Method in exception org.apache.pekko.actor.ActorKilledException
- canEqual(Object) - Method in exception org.apache.pekko.actor.ActorNotFound
- canEqual(Object) - Method in class org.apache.pekko.actor.Address
- canEqual(Object) - Method in class org.apache.pekko.actor.AllForOneStrategy
- canEqual(Object) - Static method in class org.apache.pekko.actor.ChildNameReserved
- canEqual(Object) - Method in class org.apache.pekko.actor.ChildNameReserved$
- canEqual(Object) - Method in class org.apache.pekko.actor.ChildRestartStats
- canEqual(Object) - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- canEqual(Object) - Method in class org.apache.pekko.actor.CoordinatedShutdown.ActorSystemTerminateReason$
- canEqual(Object) - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterDowningReason$
- canEqual(Object) - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
- canEqual(Object) - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterLeavingReason$
- canEqual(Object) - Method in class org.apache.pekko.actor.CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
- canEqual(Object) - Method in class org.apache.pekko.actor.CoordinatedShutdown.JvmExitReason$
- canEqual(Object) - Method in class org.apache.pekko.actor.CoordinatedShutdown.UnknownReason$
- canEqual(Object) - Method in class org.apache.pekko.actor.DeadLetter
- canEqual(Object) - Method in exception org.apache.pekko.actor.DeathPactException
- canEqual(Object) - Method in class org.apache.pekko.actor.Deploy
- canEqual(Object) - Method in class org.apache.pekko.actor.Dropped
- canEqual(Object) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- canEqual(Object) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- canEqual(Object) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- canEqual(Object) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Termination$
- canEqual(Object) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.UserRequest$
- canEqual(Object) - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.CurrentState
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.Event
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.Failure
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.FixedDelayMode$
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.FixedRateMode$
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.LogEntry
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.Normal$
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.Shutdown$
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.SingleMode$
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.State
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.StateTimeout$
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.StopEvent
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.Timer
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.Transition
- canEqual(Object) - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- canEqual(Object) - Method in class org.apache.pekko.actor.Identify
- canEqual(Object) - Method in exception org.apache.pekko.actor.IllegalActorStateException
- canEqual(Object) - Method in exception org.apache.pekko.actor.InvalidActorNameException
- canEqual(Object) - Method in exception org.apache.pekko.actor.InvalidMessageException
- canEqual(Object) - Static method in class org.apache.pekko.actor.Kill
- canEqual(Object) - Method in class org.apache.pekko.actor.Kill$
- canEqual(Object) - Static method in class org.apache.pekko.actor.LocalScope
- canEqual(Object) - Method in class org.apache.pekko.actor.LocalScope$
- canEqual(Object) - Static method in class org.apache.pekko.actor.Nobody
- canEqual(Object) - Method in class org.apache.pekko.actor.Nobody$
- canEqual(Object) - Static method in class org.apache.pekko.actor.NoScopeGiven
- canEqual(Object) - Method in class org.apache.pekko.actor.NoScopeGiven$
- canEqual(Object) - Method in class org.apache.pekko.actor.OneForOneStrategy
- canEqual(Object) - Static method in class org.apache.pekko.actor.PoisonPill
- canEqual(Object) - Method in class org.apache.pekko.actor.PoisonPill$
- canEqual(Object) - Method in exception org.apache.pekko.actor.PostRestartException
- canEqual(Object) - Method in exception org.apache.pekko.actor.PreRestartException
- canEqual(Object) - Method in class org.apache.pekko.actor.Props
- canEqual(Object) - Method in class org.apache.pekko.actor.ProviderSelection.Cluster$
- canEqual(Object) - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- canEqual(Object) - Method in class org.apache.pekko.actor.ProviderSelection.Local$
- canEqual(Object) - Method in class org.apache.pekko.actor.ProviderSelection.Remote$
- canEqual(Object) - Static method in class org.apache.pekko.actor.ReceiveTimeout
- canEqual(Object) - Method in class org.apache.pekko.actor.ReceiveTimeout$
- canEqual(Object) - Method in class org.apache.pekko.actor.RootActorPath
- canEqual(Object) - Method in exception org.apache.pekko.actor.SchedulerException
- canEqual(Object) - Static method in class org.apache.pekko.actor.SelectParent
- canEqual(Object) - Method in class org.apache.pekko.actor.SelectParent$
- canEqual(Object) - Method in class org.apache.pekko.actor.Status.Failure
- canEqual(Object) - Method in class org.apache.pekko.actor.Status.Success
- canEqual(Object) - Method in class org.apache.pekko.actor.SupervisorStrategy.Escalate$
- canEqual(Object) - Method in class org.apache.pekko.actor.SupervisorStrategy.Restart$
- canEqual(Object) - Method in class org.apache.pekko.actor.SupervisorStrategy.Resume$
- canEqual(Object) - Method in class org.apache.pekko.actor.SupervisorStrategy.Stop$
- canEqual(Object) - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- canEqual(Object) - Method in class org.apache.pekko.actor.SystemGuardian.RegisterTerminationHook$
- canEqual(Object) - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHook$
- canEqual(Object) - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHookDone$
- canEqual(Object) - Method in class org.apache.pekko.actor.Terminated
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.NoEffects$
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled$
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayMode$
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateMode$
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.SingleMode$
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Complete$
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Continue$
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.ContinueAndIgnore$
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.Ack$
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- canEqual(Object) - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- canEqual(Object) - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- canEqual(Object) - Method in exception org.apache.pekko.actor.typed.DeathPactException
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.ResendFirstUnconfirmed$
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior.Start$
- canEqual(Object) - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.NoMessage$
- canEqual(Object) - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.PoisonPill$
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- canEqual(Object) - Static method in class org.apache.pekko.actor.typed.PostStop
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.PostStop$
- canEqual(Object) - Static method in class org.apache.pekko.actor.typed.PreRestart
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.PreRestart$
- canEqual(Object) - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- canEqual(Object) - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.actor.TypedProps
- canEqual(Object) - Method in class org.apache.pekko.actor.UnhandledMessage
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick$
-
Deprecated.
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout$
-
Deprecated.
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterClients
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts$
-
Deprecated.
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat$
-
Deprecated.
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp$
-
Deprecated.
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping$
-
Deprecated.
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.ContactPoints
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.GetClusterClients
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.GetClusterClients$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.GetContactPoints
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.GetContactPoints$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.SubscribeClusterClients$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.SubscribeContactPoints$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- canEqual(Object) - Method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.ClusterShuttingDown$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsEvents$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsSnapshot$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- canEqual(Object) - Static method in class org.apache.pekko.cluster.ClusterScope
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterScope$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- canEqual(Object) - Method in class org.apache.pekko.cluster.ClusterUserAction.PrepareForShutdown$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAll$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAllCompleted$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Flag
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.FlagKey
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.GCounterKey
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.GSet
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.GSetKey
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.LWWMapKey
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.ORMapKey
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.ORSetKey
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.PNCounterKey
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- canEqual(Object) - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.FlushChanges$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIds$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetReplicaCount$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- canEqual(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- canEqual(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- canEqual(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- canEqual(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- canEqual(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- canEqual(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- canEqual(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- canEqual(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.FlushChanges$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.VersionVector.After$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.VersionVector.Before$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.VersionVector.Concurrent$
- canEqual(Object) - Method in class org.apache.pekko.cluster.ddata.VersionVector.Same$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingCompleted$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.GetClusterCoreRef$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipSpeedupTick$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipTick$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.IncompatibleConfig$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNode$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.LeaderActionsTick$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishStatsTick$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.ReapUnreachableTick$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.UncheckedConfig$
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- canEqual(Object) - Method in class org.apache.pekko.cluster.Invalid
- canEqual(Object) - Method in class org.apache.pekko.cluster.MemberStatus.Down$
- canEqual(Object) - Method in class org.apache.pekko.cluster.MemberStatus.Exiting$
- canEqual(Object) - Method in class org.apache.pekko.cluster.MemberStatus.Joining$
- canEqual(Object) - Method in class org.apache.pekko.cluster.MemberStatus.Leaving$
- canEqual(Object) - Method in class org.apache.pekko.cluster.MemberStatus.PreparingForShutdown$
- canEqual(Object) - Method in class org.apache.pekko.cluster.MemberStatus.ReadyForShutdown$
- canEqual(Object) - Method in class org.apache.pekko.cluster.MemberStatus.Removed$
- canEqual(Object) - Method in class org.apache.pekko.cluster.MemberStatus.Up$
- canEqual(Object) - Method in class org.apache.pekko.cluster.MemberStatus.WeaklyUp$
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- canEqual(Object) - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.CollectionStartMessage$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.CollectionStopMessage$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.EWMA
- canEqual(Object) - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.Metric
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- canEqual(Object) - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- canEqual(Object) - Method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count$
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics$
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- canEqual(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick$
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- canEqual(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune$
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- canEqual(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest$
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- canEqual(Object) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- canEqual(Object) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- canEqual(Object) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- canEqual(Object) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.NoPassivationStrategy$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocations$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.GetShards$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.GetEntities$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- canEqual(Object) - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- canEqual(Object) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- canEqual(Object) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- canEqual(Object) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized$
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- canEqual(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger$
- canEqual(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- canEqual(Object) - Method in class org.apache.pekko.cluster.typed.Down
- canEqual(Object) - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- canEqual(Object) - Method in class org.apache.pekko.cluster.typed.Join
- canEqual(Object) - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- canEqual(Object) - Method in class org.apache.pekko.cluster.typed.Leave
- canEqual(Object) - Method in class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
- canEqual(Object) - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- canEqual(Object) - Method in class org.apache.pekko.cluster.typed.SelfUp
- canEqual(Object) - Method in class org.apache.pekko.cluster.typed.Subscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- canEqual(Object) - Method in class org.apache.pekko.cluster.UniqueAddress
- canEqual(Object) - Static method in class org.apache.pekko.cluster.Valid
- canEqual(Object) - Method in class org.apache.pekko.cluster.Valid$
- canEqual(Object) - Method in class org.apache.pekko.cluster.VectorClock.After$
- canEqual(Object) - Method in class org.apache.pekko.cluster.VectorClock.Before$
- canEqual(Object) - Method in class org.apache.pekko.cluster.VectorClock
- canEqual(Object) - Method in class org.apache.pekko.cluster.VectorClock.Concurrent$
- canEqual(Object) - Method in class org.apache.pekko.cluster.VectorClock.Same$
- canEqual(Object) - Static method in class org.apache.pekko.discovery.Lookup
- canEqual(Object) - Method in class org.apache.pekko.discovery.Lookup$
- canEqual(Object) - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- canEqual(Object) - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- canEqual(Object) - Method in class org.apache.pekko.dispatch.BoundedMailbox
- canEqual(Object) - Method in class org.apache.pekko.dispatch.Envelope
- canEqual(Object) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- canEqual(Object) - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- canEqual(Object) - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- canEqual(Object) - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- canEqual(Object) - Method in class org.apache.pekko.dispatch.sysmsg.NoMessage$
- canEqual(Object) - Method in class org.apache.pekko.dispatch.TaskInvocation
- canEqual(Object) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- canEqual(Object) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- canEqual(Object) - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- canEqual(Object) - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- canEqual(Object) - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- canEqual(Object) - Static method in class org.apache.pekko.Done
- canEqual(Object) - Method in class org.apache.pekko.Done$
- canEqual(Object) - Method in class org.apache.pekko.event.Logging.Debug
- canEqual(Object) - Method in class org.apache.pekko.event.Logging.Error
- canEqual(Object) - Method in class org.apache.pekko.event.Logging.Info
- canEqual(Object) - Method in class org.apache.pekko.event.Logging.InitializeLogger
- canEqual(Object) - Method in class org.apache.pekko.event.Logging.LoggerInitialized$
- canEqual(Object) - Method in class org.apache.pekko.event.Logging.LogLevel
- canEqual(Object) - Method in class org.apache.pekko.event.Logging.Warning
- canEqual(Object) - Method in class org.apache.pekko.io.dns.AAAARecord
- canEqual(Object) - Method in class org.apache.pekko.io.dns.ARecord
- canEqual(Object) - Method in class org.apache.pekko.io.dns.CachePolicy.Forever$
- canEqual(Object) - Method in class org.apache.pekko.io.dns.CachePolicy.Never$
- canEqual(Object) - Method in class org.apache.pekko.io.dns.CNameRecord
- canEqual(Object) - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- canEqual(Object) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- canEqual(Object) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- canEqual(Object) - Method in class org.apache.pekko.io.dns.DnsProtocol.Srv$
- canEqual(Object) - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.EnhancedDoubleHashRandom$
- canEqual(Object) - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.SecureRandom$
- canEqual(Object) - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.ThreadLocalRandom$
- canEqual(Object) - Method in class org.apache.pekko.io.dns.RecordClass
- canEqual(Object) - Method in class org.apache.pekko.io.dns.RecordType
- canEqual(Object) - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.io.dns.SRVRecord
- canEqual(Object) - Method in class org.apache.pekko.io.dns.UnknownRecord
- canEqual(Object) - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- canEqual(Object) - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- canEqual(Object) - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- canEqual(Object) - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Abort$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Aborted$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Bind
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Bound
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Close$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Closed$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.CommandFailed
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.ConfirmedClose$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.ConfirmedClosed$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Connect
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Connected
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.NoAck
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.PeerClosed$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Received
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Register
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.ResumeReading$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.ResumeWriting$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.SuspendReading$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Unbind$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Unbound$
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.Write
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.WritePath
- canEqual(Object) - Method in class org.apache.pekko.io.Tcp.WritingResumed$
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.Bind
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.Bound
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.CommandFailed
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.NoAck
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.Received
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.ResumeReading$
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.Send
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.SimpleSender
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.SimpleSenderReady$
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.SuspendReading$
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.Unbind$
- canEqual(Object) - Method in class org.apache.pekko.io.Udp.Unbound$
- canEqual(Object) - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- canEqual(Object) - Method in class org.apache.pekko.io.UdpConnected.Connect
- canEqual(Object) - Method in class org.apache.pekko.io.UdpConnected.Connected$
- canEqual(Object) - Method in class org.apache.pekko.io.UdpConnected.Disconnect$
- canEqual(Object) - Method in class org.apache.pekko.io.UdpConnected.Disconnected$
- canEqual(Object) - Method in class org.apache.pekko.io.UdpConnected.NoAck
- canEqual(Object) - Method in class org.apache.pekko.io.UdpConnected.Received
- canEqual(Object) - Method in class org.apache.pekko.io.UdpConnected.ResumeReading$
- canEqual(Object) - Method in class org.apache.pekko.io.UdpConnected.Send
- canEqual(Object) - Method in class org.apache.pekko.io.UdpConnected.SuspendReading$
- canEqual(Object) - Method in exception org.apache.pekko.japi.JavaPartialFunction.NoMatch$
- canEqual(Object) - Method in class org.apache.pekko.japi.Option.Some
- canEqual(Object) - Method in class org.apache.pekko.japi.Pair
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple10
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple11
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple12
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple13
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple14
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple15
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple16
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple17
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple18
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple19
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple20
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple21
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple22
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple3
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple4
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple5
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple6
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple7
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple8
- canEqual(Object) - Method in class org.apache.pekko.japi.tuple.Tuple9
- canEqual(Object) - Static method in class org.apache.pekko.NotUsed
- canEqual(Object) - Method in class org.apache.pekko.NotUsed$
- canEqual(Object) - Static method in class org.apache.pekko.osgi.UnregisteringLogService
- canEqual(Object) - Method in class org.apache.pekko.osgi.UnregisteringLogService$
- canEqual(Object) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- canEqual(Object) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- canEqual(Object) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- canEqual(Object) - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- canEqual(Object) - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetCurrentChild$
- canEqual(Object) - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetRestartCount$
- canEqual(Object) - Method in class org.apache.pekko.pattern.BackoffSupervisor.Reset$
- canEqual(Object) - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- canEqual(Object) - Method in class org.apache.pekko.pattern.BackoffSupervisor.StartChild$
- canEqual(Object) - Static method in class org.apache.pekko.pattern.ForwardDeathLetters
- canEqual(Object) - Method in class org.apache.pekko.pattern.ForwardDeathLetters$
- canEqual(Object) - Static method in class org.apache.pekko.pattern.ManualReset
- canEqual(Object) - Method in class org.apache.pekko.pattern.ManualReset$
- canEqual(Object) - Static method in class org.apache.pekko.pattern.RestartImpliesFailure
- canEqual(Object) - Method in class org.apache.pekko.pattern.RestartImpliesFailure$
- canEqual(Object) - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- canEqual(Object) - Static method in class org.apache.pekko.pattern.StopImpliesFailure
- canEqual(Object) - Method in class org.apache.pekko.pattern.StopImpliesFailure$
- canEqual(Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- canEqual(Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- canEqual(Object) - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- canEqual(Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick$
- canEqual(Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- canEqual(Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- canEqual(Object) - Method in class org.apache.pekko.persistence.AtomicWrite
- canEqual(Object) - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- canEqual(Object) - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- canEqual(Object) - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- canEqual(Object) - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- canEqual(Object) - Method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
- canEqual(Object) - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- canEqual(Object) - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- canEqual(Object) - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Normal$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Shutdown$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateTimeout$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.InitTimeout$
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.EventsSeq
- canEqual(Object) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapters$
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.ResetCounter$
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- canEqual(Object) - Method in class org.apache.pekko.persistence.journal.Tagged
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesSuccessful$
- canEqual(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- canEqual(Object) - Method in class org.apache.pekko.persistence.query.EventEnvelope
- canEqual(Object) - Static method in class org.apache.pekko.persistence.query.NoOffset
- canEqual(Object) - Method in class org.apache.pekko.persistence.query.NoOffset$
- canEqual(Object) - Method in class org.apache.pekko.persistence.query.Sequence
- canEqual(Object) - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- canEqual(Object) - Method in class org.apache.pekko.persistence.query.TimestampOffset
- canEqual(Object) - Method in class org.apache.pekko.persistence.Recovery
- canEqual(Object) - Static method in class org.apache.pekko.persistence.RecoveryCompleted
- canEqual(Object) - Method in class org.apache.pekko.persistence.RecoveryCompleted$
- canEqual(Object) - Method in class org.apache.pekko.persistence.ReplyToStrategy
- canEqual(Object) - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- canEqual(Object) - Method in class org.apache.pekko.persistence.SelectedSnapshot
- canEqual(Object) - Method in class org.apache.pekko.persistence.serialization.Snapshot
- canEqual(Object) - Method in class org.apache.pekko.persistence.SnapshotMetadata
- canEqual(Object) - Method in class org.apache.pekko.persistence.SnapshotOffer
- canEqual(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- canEqual(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- canEqual(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- canEqual(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- canEqual(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- canEqual(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- canEqual(Object) - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- canEqual(Object) - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- canEqual(Object) - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- canEqual(Object) - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.ProcessingSuccess$
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- canEqual(Object) - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.ReadSeqNum$
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.Reject
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- canEqual(Object) - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- canEqual(Object) - Method in class org.apache.pekko.persistence.TestPayload
- canEqual(Object) - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- canEqual(Object) - Method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.EmptyEventSeq$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryPermitGranted$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.PersistNothing$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.Stash$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Drop$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Fail$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.internal.Stop
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.Stop$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.Unhandled$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.internal.UnstashAll
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.internal.UnstashAll$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.RecoveryCompleted$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.ReplicaId
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteSuccess$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryPermitGranted$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryTimeout$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertSuccess$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.Stash$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Drop$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Fail$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stop
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.Stop$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.Unhandled$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll$
- canEqual(Object) - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
- canEqual(Object) - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- canEqual(Object) - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- canEqual(Object) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- canEqual(Object) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- canEqual(Object) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- canEqual(Object) - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- canEqual(Object) - Static method in class org.apache.pekko.remote.artery.Flush
- canEqual(Object) - Method in class org.apache.pekko.remote.artery.Flush$
- canEqual(Object) - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- canEqual(Object) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- canEqual(Object) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- canEqual(Object) - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- canEqual(Object) - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- canEqual(Object) - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- canEqual(Object) - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.RemoteScope
- canEqual(Object) - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.RemotingListenEvent
- canEqual(Object) - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.RemotingShutdownEvent$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- canEqual(Object) - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- canEqual(Object) - Static method in class org.apache.pekko.remote.testconductor.Client
- canEqual(Object) - Method in class org.apache.pekko.remote.testconductor.Client$
- canEqual(Object) - Method in class org.apache.pekko.remote.testconductor.Done$
- canEqual(Object) - Method in class org.apache.pekko.remote.testconductor.RoleName
- canEqual(Object) - Static method in class org.apache.pekko.remote.testconductor.Server
- canEqual(Object) - Method in class org.apache.pekko.remote.testconductor.Server$
- canEqual(Object) - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Quarantined$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Shutdown$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Unknown$
-
Deprecated.
- canEqual(Object) - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Heartbeat$
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- canEqual(Object) - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- canEqual(Object) - Method in class org.apache.pekko.remote.UniqueAddress
- canEqual(Object) - Method in class org.apache.pekko.routing.ActorRefRoutee
- canEqual(Object) - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- canEqual(Object) - Method in class org.apache.pekko.routing.AddRoutee
- canEqual(Object) - Method in class org.apache.pekko.routing.AdjustPoolSize
- canEqual(Object) - Method in class org.apache.pekko.routing.BalancingPool
- canEqual(Object) - Method in class org.apache.pekko.routing.Broadcast
- canEqual(Object) - Method in class org.apache.pekko.routing.BroadcastGroup
- canEqual(Object) - Method in class org.apache.pekko.routing.BroadcastPool
- canEqual(Object) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- canEqual(Object) - Method in class org.apache.pekko.routing.ConsistentHashingPool
- canEqual(Object) - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- canEqual(Object) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- canEqual(Object) - Method in class org.apache.pekko.routing.Deafen
- canEqual(Object) - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- canEqual(Object) - Method in class org.apache.pekko.routing.DefaultResizer
- canEqual(Object) - Method in class org.apache.pekko.routing.DefaultResizer$
- canEqual(Object) - Static method in class org.apache.pekko.routing.FromConfig
- canEqual(Object) - Method in class org.apache.pekko.routing.FromConfig$
- canEqual(Object) - Static method in class org.apache.pekko.routing.GetRoutees
- canEqual(Object) - Method in class org.apache.pekko.routing.GetRoutees$
- canEqual(Object) - Method in class org.apache.pekko.routing.Listen
- canEqual(Object) - Static method in class org.apache.pekko.routing.NoRouter
- canEqual(Object) - Method in class org.apache.pekko.routing.NoRouter$
- canEqual(Object) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- canEqual(Object) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- canEqual(Object) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer$
- canEqual(Object) - Method in class org.apache.pekko.routing.RandomGroup
- canEqual(Object) - Method in class org.apache.pekko.routing.RandomPool
- canEqual(Object) - Method in class org.apache.pekko.routing.RemoveRoutee
- canEqual(Object) - Method in class org.apache.pekko.routing.RoundRobinGroup
- canEqual(Object) - Method in class org.apache.pekko.routing.RoundRobinPool
- canEqual(Object) - Method in class org.apache.pekko.routing.Routees
- canEqual(Object) - Method in class org.apache.pekko.routing.Router
- canEqual(Object) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- canEqual(Object) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- canEqual(Object) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- canEqual(Object) - Method in class org.apache.pekko.routing.SeveralRoutees
- canEqual(Object) - Method in class org.apache.pekko.routing.SmallestMailboxPool
- canEqual(Object) - Method in class org.apache.pekko.routing.TailChoppingGroup
- canEqual(Object) - Method in class org.apache.pekko.routing.TailChoppingPool
- canEqual(Object) - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- canEqual(Object) - Method in class org.apache.pekko.routing.WithListeners
- canEqual(Object) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- canEqual(Object) - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- canEqual(Object) - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- canEqual(Object) - Method in class org.apache.pekko.serialization.Serialization.Information
- canEqual(Object) - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- canEqual(Object) - Method in exception org.apache.pekko.stream.AbruptTerminationException
- canEqual(Object) - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- canEqual(Object) - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- canEqual(Object) - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- canEqual(Object) - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- canEqual(Object) - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- canEqual(Object) - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- canEqual(Object) - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- canEqual(Object) - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- canEqual(Object) - Method in class org.apache.pekko.stream.AmorphousShape
- canEqual(Object) - Method in class org.apache.pekko.stream.Attributes.AsyncBoundary$
- canEqual(Object) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- canEqual(Object) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- canEqual(Object) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.CompleteStage$
- canEqual(Object) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.FailStage$
- canEqual(Object) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.PropagateFailure$
- canEqual(Object) - Method in class org.apache.pekko.stream.Attributes
- canEqual(Object) - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- canEqual(Object) - Method in class org.apache.pekko.stream.Attributes.LogLevels
- canEqual(Object) - Method in class org.apache.pekko.stream.Attributes.Name
- canEqual(Object) - Method in class org.apache.pekko.stream.BidiShape
- canEqual(Object) - Static method in exception org.apache.pekko.stream.BindFailedException
- canEqual(Object) - Method in exception org.apache.pekko.stream.BindFailedException$
-
Deprecated.
- canEqual(Object) - Method in exception org.apache.pekko.stream.BufferOverflowException
- canEqual(Object) - Static method in class org.apache.pekko.stream.Client
- canEqual(Object) - Method in class org.apache.pekko.stream.Client$
- canEqual(Object) - Method in class org.apache.pekko.stream.CompletionStrategy.Draining$
- canEqual(Object) - Method in class org.apache.pekko.stream.CompletionStrategy.Immediately$
- canEqual(Object) - Method in class org.apache.pekko.stream.CompletionStrategy$
- canEqual(Object) - Static method in class org.apache.pekko.stream.EagerClose
- canEqual(Object) - Method in class org.apache.pekko.stream.EagerClose$
- canEqual(Object) - Method in class org.apache.pekko.stream.FanInShape.Name
- canEqual(Object) - Method in class org.apache.pekko.stream.FanInShape.Ports
- canEqual(Object) - Method in class org.apache.pekko.stream.FanOutShape.Name
- canEqual(Object) - Method in class org.apache.pekko.stream.FanOutShape.Ports
- canEqual(Object) - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- canEqual(Object) - Method in class org.apache.pekko.stream.FlowMonitorState.Finished$
- canEqual(Object) - Method in class org.apache.pekko.stream.FlowMonitorState.Initialized$
- canEqual(Object) - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- canEqual(Object) - Method in class org.apache.pekko.stream.FlowShape
- canEqual(Object) - Static method in class org.apache.pekko.stream.IgnoreBoth
- canEqual(Object) - Method in class org.apache.pekko.stream.IgnoreBoth$
- canEqual(Object) - Static method in class org.apache.pekko.stream.IgnoreCancel
- canEqual(Object) - Method in class org.apache.pekko.stream.IgnoreCancel$
- canEqual(Object) - Static method in class org.apache.pekko.stream.IgnoreComplete
- canEqual(Object) - Method in class org.apache.pekko.stream.IgnoreComplete$
- canEqual(Object) - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- canEqual(Object) - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- canEqual(Object) - Method in class org.apache.pekko.stream.IOResult
- canEqual(Object) - Method in class org.apache.pekko.stream.OverflowStrategies.EmitEarly$
- canEqual(Object) - Method in class org.apache.pekko.stream.QueueOfferResult.Dropped$
- canEqual(Object) - Method in class org.apache.pekko.stream.QueueOfferResult.Enqueued$
- canEqual(Object) - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- canEqual(Object) - Method in class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
- canEqual(Object) - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- canEqual(Object) - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- canEqual(Object) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- canEqual(Object) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- canEqual(Object) - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- canEqual(Object) - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- canEqual(Object) - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- canEqual(Object) - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- canEqual(Object) - Static method in class org.apache.pekko.stream.Server
- canEqual(Object) - Method in class org.apache.pekko.stream.Server$
- canEqual(Object) - Method in class org.apache.pekko.stream.SinkShape
- canEqual(Object) - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.Closed$
- canEqual(Object) - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPull$
- canEqual(Object) - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPush$
- canEqual(Object) - Method in class org.apache.pekko.stream.SourceShape
- canEqual(Object) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- canEqual(Object) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Initialized$
- canEqual(Object) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- canEqual(Object) - Method in exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
- canEqual(Object) - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- canEqual(Object) - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- canEqual(Object) - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- canEqual(Object) - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- canEqual(Object) - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- canEqual(Object) - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- canEqual(Object) - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- canEqual(Object) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
- canEqual(Object) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.NoopTermination$
- canEqual(Object) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.WarnTermination$
- canEqual(Object) - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.NoMoreElementsNeeded$
- canEqual(Object) - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.StageWasCompleted$
- canEqual(Object) - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Drain$
- canEqual(Object) - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Propagate$
- canEqual(Object) - Method in class org.apache.pekko.stream.Supervision.Restart$
- canEqual(Object) - Method in class org.apache.pekko.stream.Supervision.Resume$
- canEqual(Object) - Method in class org.apache.pekko.stream.Supervision.Stop$
- canEqual(Object) - Method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.DownstreamFinish$
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Pull$
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Push$
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.UpstreamFinish$
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnComplete$
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- canEqual(Object) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- canEqual(Object) - Method in class org.apache.pekko.stream.ThrottleMode.Enforcing$
- canEqual(Object) - Method in class org.apache.pekko.stream.ThrottleMode.Shaping$
- canEqual(Object) - Method in class org.apache.pekko.stream.TLSClientAuth.Need$
- canEqual(Object) - Method in class org.apache.pekko.stream.TLSClientAuth.None$
- canEqual(Object) - Method in class org.apache.pekko.stream.TLSClientAuth.Want$
- canEqual(Object) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- canEqual(Object) - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- canEqual(Object) - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- canEqual(Object) - Method in class org.apache.pekko.stream.TLSProtocol.SessionTruncated$
- canEqual(Object) - Method in class org.apache.pekko.testkit.CustomEventFilter
- canEqual(Object) - Method in class org.apache.pekko.testkit.DeadLettersFilter
- canEqual(Object) - Method in class org.apache.pekko.testkit.DebugFilter
- canEqual(Object) - Method in class org.apache.pekko.testkit.ErrorFilter
- canEqual(Object) - Method in class org.apache.pekko.testkit.InfoFilter
- canEqual(Object) - Method in class org.apache.pekko.testkit.SocketUtil.Both$
- canEqual(Object) - Method in class org.apache.pekko.testkit.SocketUtil.Tcp$
- canEqual(Object) - Method in class org.apache.pekko.testkit.SocketUtil.Udp$
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestActor.KeepRunning$
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestActor.NoAutoPilot$
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestActor.NullMessage$
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestActor.Spawn
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestActor.Watch
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestEvent.Mute
- canEqual(Object) - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- canEqual(Object) - Method in exception org.apache.pekko.testkit.TestException
- canEqual(Object) - Method in class org.apache.pekko.testkit.WarningFilter
- canEqual(Object) - Method in class org.apache.pekko.util.LineNumbers.NoSourceInfo$
- canEqual(Object) - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- canEqual(Object) - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- canEqual(Object) - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- canEqual(Object) - Method in class org.apache.pekko.util.Timeout
- canEqual$extension(ServiceRegistry, Object) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- canEqual$extension(Logging.LogLevel, Object) - Method in class org.apache.pekko.event.Logging.LogLevel$
- canEqual$extension(MessageFlags, Object) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- canonicalize(Behavior<T>, Behavior<T>, TypedActorContext<T>) - Static method in class org.apache.pekko.actor.typed.Behavior
-
Given a possibly special behavior (same or unhandled) and a “current” behavior (which defines the meaning of encountering a
samebehavior) this method computes the next behavior, suitable for passing a message or signal. - canonicalize(Behavior<T>, Behavior<T>, TypedActorContext<T>) - Method in class org.apache.pekko.actor.typed.Behavior$
-
Given a possibly special behavior (same or unhandled) and a “current” behavior (which defines the meaning of encountering a
samebehavior) this method computes the next behavior, suitable for passing a message or signal. - canonicalName() - Method in class org.apache.pekko.io.dns.CNameRecord
- CapabilityFlag - Class in org.apache.pekko.persistence
- CapabilityFlag() - Constructor for class org.apache.pekko.persistence.CapabilityFlag
- CapabilityFlag$ - Class in org.apache.pekko.persistence
- CapabilityFlag$() - Constructor for class org.apache.pekko.persistence.CapabilityFlag$
- CapabilityFlags - Interface in org.apache.pekko.persistence
- capacity() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- capacity() - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
What is the capacity of this buffer.
- capacity() - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
What is the capacity of this buffer.
- capacity() - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue
- capacity() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- capacity() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox.MessageQueue
- capacity() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- capacity() - Method in class org.apache.pekko.dispatch.BoundedMailbox
- capacity() - Method in class org.apache.pekko.dispatch.BoundedPriorityMailbox
- capacity() - Method in class org.apache.pekko.dispatch.BoundedStablePriorityMailbox
- capacity() - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- capacity() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- capacity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- capacity() - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- capacity(IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.DefaultResizer
-
Returns the overall desired change in resizer capacity.
- capacity(Set<NodeMetrics>) - Method in class org.apache.pekko.cluster.metrics.CapacityMetricsSelector
-
Remaining capacity for each node.
- capacity(Set<NodeMetrics>) - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- capacity(Set<NodeMetrics>) - Method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
- capacity(Set<NodeMetrics>) - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- capacity(Set<NodeMetrics>) - Method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
- capacity(Set<NodeMetrics>) - Static method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- capacity(Set<NodeMetrics>) - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelectorBase
- capacity(Set<NodeMetrics>) - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- capacity(Set<NodeMetrics>) - Method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
- CapacityMetricsSelector - Class in org.apache.pekko.cluster.metrics
-
A MetricsSelector producing weights from remaining capacity.
- CapacityMetricsSelector() - Constructor for class org.apache.pekko.cluster.metrics.CapacityMetricsSelector
- CapturedLogEvent - Class in org.apache.pekko.actor.testkit.typed
-
Representation of a Log Event issued by a
pekko.actor.typed.Behaviorwhen testing withpekko.actor.testkit.typed.scaladsl.BehaviorTestKitorpekko.actor.testkit.typed.javadsl.BehaviorTestKit. - CapturedLogEvent(Level, String) - Constructor for class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
-
Constructor for Java API
- CapturedLogEvent(Level, String, Throwable) - Constructor for class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
-
Constructor for Java API
- CapturedLogEvent(Level, String, Throwable, Marker) - Constructor for class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
-
Constructor for Java API
- CapturedLogEvent(Level, String, Optional<Throwable>, Optional<Marker>, Map<String, Object>) - Constructor for class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
-
Constructor for Java API
- CapturedLogEvent(Level, String, Marker) - Constructor for class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
-
Constructor for Java API
- CapturedLogEvent(Level, String, Option<Throwable>, Option<Marker>) - Constructor for class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- CapturedLogEvent$ - Class in org.apache.pekko.actor.testkit.typed
- CapturedLogEvent$() - Constructor for class org.apache.pekko.actor.testkit.typed.CapturedLogEvent$
- CapturingAppender$ - Class in org.apache.pekko.actor.testkit.typed.internal
-
INTERNAL API
- CapturingAppender$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.CapturingAppender$
- carbonCopy() - Method in class org.apache.pekko.stream.Inlet
- carbonCopy() - Method in class org.apache.pekko.stream.Outlet
- Case$() - Constructor for class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder.Case$
- Case$() - Constructor for class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder.Case$
- CaseStatement$ - Class in org.apache.pekko.japi.pf
- CaseStatement$() - Constructor for class org.apache.pekko.japi.pf.CaseStatement$
- cause() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- cause() - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- cause() - Method in class org.apache.pekko.actor.FSM.Failure
- cause() - Method in exception org.apache.pekko.actor.PostRestartException
- cause() - Method in exception org.apache.pekko.actor.PreRestartException
- cause() - Method in class org.apache.pekko.actor.Status.Failure
- cause() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- cause() - Method in class org.apache.pekko.actor.typed.ChildFailed
- cause() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.FailedBehavior
- cause() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- cause() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- cause() - Method in class org.apache.pekko.event.Logging.Error
- cause() - Method in class org.apache.pekko.event.Logging.Error2
- cause() - Method in class org.apache.pekko.event.Logging.Error3
- cause() - Method in interface org.apache.pekko.event.Logging.LogEventWithCause
- cause() - Method in class org.apache.pekko.event.Logging.Warning4
- cause() - Method in class org.apache.pekko.io.Tcp.CommandFailed
-
Optionally contains the cause why the command failed.
- cause() - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- cause() - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- cause() - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- cause() - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- cause() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- cause() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- cause() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- cause() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- cause() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- cause() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- cause() - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- cause() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- cause() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- cause() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- cause() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- cause() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- cause() - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- cause() - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- cause() - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- cause() - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- cause() - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- cause() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- cause() - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- cause() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- CAUSE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- CAUSE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Throwable
- CAUSE_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- CAUSEDATA_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- Cell - Interface in org.apache.pekko.actor
-
INTERNAL API
- CH() - Static method in class org.apache.pekko.io.dns.RecordClass
- CH() - Method in class org.apache.pekko.io.dns.RecordClass$
- chanceOfScalingDownWhenFull() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- change() - Method in class org.apache.pekko.routing.AdjustPoolSize
- changed() - Method in class org.apache.pekko.cluster.ddata.Replicator
- Changed(Key<A>, A) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Changed
- Changed(Key<A>, A) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- changed_$eq(Set<String>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- Changed$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Changed$
- Changed$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed$
- Changed$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Changed$
- ChangedManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- changes() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- changes(String, Offset) - Method in interface org.apache.pekko.persistence.query.javadsl.DurableStateStoreQuery
-
Get a source of the most recent changes made to objects of the given tag since the passed in offset.
- changes(String, Offset) - Method in interface org.apache.pekko.persistence.query.scaladsl.DurableStateStoreQuery
-
Get a source of the most recent changes made to objects of the given tag since the passed in offset.
- changes(String, Offset) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- changes(String, Offset) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- changes_$eq(Vector<Object>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- changesBySlices(String, int, int, Offset) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.DurableStateStoreBySliceQuery
-
Get a source of the most recent changes made to objects of the given slice range since the passed in offset.
- changesBySlices(String, int, int, Offset) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.DurableStateStoreBySliceQuery
-
Get a source of the most recent changes made to objects of the given slice range since the passed in offset.
- changesBySlices(String, int, int, Offset) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- changesBySlices(String, int, int, Offset) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- changeState(Eventsourced.State) - Method in interface org.apache.pekko.persistence.Eventsourced
- channel() - Method in interface org.apache.pekko.io.WithUdpSend
- channelFuture() - Method in interface org.apache.pekko.remote.testconductor.RemoteConnection
-
The channel future associated with this connection.
- channelGroup() - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- ChannelRegistration - Interface in org.apache.pekko.io
-
Implementations of this interface are sent as actor messages back to a channel actor as a result of it having called
registeron theChannelRegistry. - ChannelRegistry - Interface in org.apache.pekko.io
-
Interface behind which we hide our selector management logic from the connection actors
- check(Config, Config) - Method in class org.apache.pekko.cluster.JoinConfigCompatCheckCluster
- check(Config, Config) - Method in class org.apache.pekko.cluster.JoinConfigCompatChecker
-
Runs the Config check.
- check(Config, Config) - Method in class org.apache.pekko.cluster.sharding.JoinConfigCompatCheckSharding
- checkBefore(Class<?>, Class<?>, Class<?>) - Static method in class org.apache.pekko.persistence.TraitOrder
- checkBefore(Class<?>, Class<?>, Class<?>) - Method in class org.apache.pekko.persistence.TraitOrder$
- checkCreatorClosingOver(Class<?>) - Method in interface org.apache.pekko.actor.AbstractProps
- checkCurrentActorThread() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
-
INTERNAL API
- checkCurrentActorThread() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
INTERNAL API
- CheckDeadlines() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- CheckDeadlines$() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines$
-
Deprecated.
- checkDeadlinesTask() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- checkedApply(T) - Method in class org.apache.pekko.dispatch.Mapper
-
Override this method if you need to throw checked exceptions
- checkLease() - Method in class org.apache.pekko.coordination.lease.javadsl.Lease
-
Check if the owner still holds the lease.
- checkLease() - Method in class org.apache.pekko.coordination.lease.scaladsl.Lease
-
Check if the owner still holds the lease.
- checkMissingAndUnexpected(Seq<Object>, Seq<Object>, String, String) - Method in interface org.apache.pekko.testkit.TestKitBase
- checkName(String) - Method in interface org.apache.pekko.actor.dungeon.Children
- checkReceiveTimeout(boolean) - Method in interface org.apache.pekko.actor.dungeon.ReceiveTimeout
- checkReceiveTimeoutIfNeeded(Object, Tuple2<Duration, Cancellable>) - Method in interface org.apache.pekko.actor.dungeon.ReceiveTimeout
-
Called after `ActorCell.receiveMessage` or `ActorCell.autoReceiveMessage`.
- checkSameVersion(String, Seq<String>, boolean) - Method in class org.apache.pekko.util.ManifestInfo
-
Verify that the version is the same for all given artifacts.
- checkSameVersion(String, Seq<String>, boolean, boolean) - Method in class org.apache.pekko.util.ManifestInfo
-
Verify that the version is the same for all given artifacts.
- checkTime() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- checkWatchingSame(org.apache.pekko.actor.InternalActorRef, Option<Object>) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
-
Call only if it was checked before that `watching contains ref`
- child() - Method in class org.apache.pekko.actor.ChildRestartStats
- child() - Method in interface org.apache.pekko.pattern.HandleBackoff
- child(String) - Method in interface org.apache.pekko.actor.ActorContext
-
Get the child with the given name if it exists.
- child(String) - Method in interface org.apache.pekko.actor.ActorPath
-
Java API: Create a new child actor path.
- child(String) - Method in class org.apache.pekko.actor.ActorSystem
-
Java API: Create a new child actor path.
- child(String) - Method in interface org.apache.pekko.actor.dungeon.Children
- child(String) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
The named child Actor if it is alive.
- child_$eq(Option<ActorRef>) - Method in interface org.apache.pekko.pattern.HandleBackoff
- CHILD_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- CHILD_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- CHILD_NAME - org.apache.pekko.remote.ContainerFormats.PatternType
-
CHILD_NAME = 1; - CHILD_NAME_VALUE - Static variable in enum org.apache.pekko.remote.ContainerFormats.PatternType
-
CHILD_NAME = 1; - CHILD_PATTERN - org.apache.pekko.remote.ContainerFormats.PatternType
-
CHILD_PATTERN = 2; - CHILD_PATTERN_VALUE - Static variable in enum org.apache.pekko.remote.ContainerFormats.PatternType
-
CHILD_PATTERN = 2; - childActorOf(Props) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Spawns an actor as a child of this test actor with an auto-generated name and stopping supervisor strategy, returning the child's ActorRef.
- childActorOf(Props) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Spawns an actor as a child of this test actor with an auto-generated name and stopping supervisor strategy, returning the child's ActorRef.
- childActorOf(Props, String) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Spawns an actor as a child of this test actor with a stopping supervisor strategy, and returns the child's ActorRef.
- childActorOf(Props, String) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Spawns an actor as a child of this test actor with a stopping supervisor strategy, and returns the child's ActorRef.
- childActorOf(Props, String, SupervisorStrategy) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Spawns an actor as a child of this test actor, and returns the child's ActorRef.
- childActorOf(Props, String, SupervisorStrategy) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Spawns an actor as a child of this test actor, and returns the child's ActorRef.
- childActorOf(Props, SupervisorStrategy) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Spawns an actor as a child of this test actor with an auto-generated name, and returns the child's ActorRef.
- childActorOf(Props, SupervisorStrategy) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Spawns an actor as a child of this test actor with an auto-generated name, and returns the child's ActorRef.
- ChildActorPath - Class in org.apache.pekko.actor
- ChildFailed - Class in org.apache.pekko.actor.typed
-
Child has failed due an uncaught exception
- ChildFailed(ActorRef<Nothing$>, Throwable) - Constructor for class org.apache.pekko.actor.typed.ChildFailed
- ChildFailed$ - Class in org.apache.pekko.actor.typed
- ChildFailed$() - Constructor for class org.apache.pekko.actor.typed.ChildFailed$
- childInbox(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Get the child inbox for the child with the given name, or fail if there is no child with the given name spawned
- childInbox(String) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Get the child inbox for the child with the given name, or fail if there is no child with the given name spawned
- childInbox(ActorRef<U>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Get the child inbox for the child with the given name, or fail if there is no child with the given name spawned
- childInbox(ActorRef<U>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Get the child inbox for the child ActorRef, or fail if there is no such child.
- childName() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- childName() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- childName() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- childName() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- childName() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- childName() - Method in class org.apache.pekko.pattern.BackoffSupervisor
- childName() - Method in interface org.apache.pekko.pattern.HandleBackoff
- ChildNameReserved - Class in org.apache.pekko.actor
-
INTERNAL API
- ChildNameReserved() - Constructor for class org.apache.pekko.actor.ChildNameReserved
- ChildNameReserved$ - Class in org.apache.pekko.actor
-
INTERNAL API
- ChildNameReserved$() - Constructor for class org.apache.pekko.actor.ChildNameReserved$
- childProps() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- childProps() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- childProps() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- childProps() - Method in class org.apache.pekko.pattern.BackoffSupervisor
- childProps() - Method in interface org.apache.pekko.pattern.HandleBackoff
- children() - Method in interface org.apache.pekko.actor.ActorContext
-
Returns all supervised children; this method returns a view (i.e.
- children() - Method in interface org.apache.pekko.actor.dungeon.Children
- children() - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- children() - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- children() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- children() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- children() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
The list of child Actors created by this Actor during its lifetime that are still alive, in no particular order.
- Children - Interface in org.apache.pekko.actor.dungeon
- Children$ - Class in org.apache.pekko.actor.dungeon
- Children$() - Constructor for class org.apache.pekko.actor.dungeon.Children$
- ChildrenContainer - Interface in org.apache.pekko.actor.dungeon
-
INTERNAL API
- ChildrenContainer.ChildrenIterable - Class in org.apache.pekko.actor.dungeon
- ChildrenContainer.ChildRestartsIterable - Class in org.apache.pekko.actor.dungeon
- ChildrenContainer.Creation - Class in org.apache.pekko.actor.dungeon
- ChildrenContainer.Creation$ - Class in org.apache.pekko.actor.dungeon
- ChildrenContainer.EmptyChildrenContainer - Interface in org.apache.pekko.actor.dungeon
- ChildrenContainer.EmptyChildrenContainer$ - Class in org.apache.pekko.actor.dungeon
-
This is the empty container, shared among all leaf actors.
- ChildrenContainer.NormalChildrenContainer - Class in org.apache.pekko.actor.dungeon
-
Normal children container: we do have at least one child, but none of our children are currently terminating (which is the time period between calling context.stop(child) and processing the ChildTerminated() system message).
- ChildrenContainer.NormalChildrenContainer$ - Class in org.apache.pekko.actor.dungeon
- ChildrenContainer.Recreation - Class in org.apache.pekko.actor.dungeon
- ChildrenContainer.Recreation$ - Class in org.apache.pekko.actor.dungeon
- ChildrenContainer.SuspendReason - Interface in org.apache.pekko.actor.dungeon
- ChildrenContainer.TerminatedChildrenContainer$ - Class in org.apache.pekko.actor.dungeon
-
This is the empty container which is installed after the last child has terminated while stopping; it is necessary to distinguish from the normal empty state while calling handleChildTerminated() for the last time.
- ChildrenContainer.TerminatingChildrenContainer - Class in org.apache.pekko.actor.dungeon
-
Waiting state: there are outstanding termination requests (i.e.
- ChildrenContainer.TerminatingChildrenContainer$ - Class in org.apache.pekko.actor.dungeon
- ChildrenContainer.Termination$ - Class in org.apache.pekko.actor.dungeon
- ChildrenContainer.UserRequest$ - Class in org.apache.pekko.actor.dungeon
- ChildrenContainer.WaitingForChildren - Interface in org.apache.pekko.actor.dungeon
- ChildrenContainer$ - Class in org.apache.pekko.actor.dungeon
-
INTERNAL API
- ChildrenContainer$() - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer$
- ChildrenIterable(Map<?, ChildStats>) - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.ChildrenIterable
- childrenRefs() - Method in interface org.apache.pekko.actor.Cell
-
All children of this actor, including only reserved-names.
- childrenRefs() - Method in interface org.apache.pekko.actor.dungeon.Children
- ChildRestartsIterable(Map<?, ChildStats>) - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.ChildRestartsIterable
- ChildRestartStats - Class in org.apache.pekko.actor
-
ChildRestartStats is the statistics kept by every parent Actor for every child Actor and is used for SupervisorStrategies to know how to deal with problems that occur for the children.
- ChildRestartStats(ActorRef, int, long) - Constructor for class org.apache.pekko.actor.ChildRestartStats
- ChildRestartStats$ - Class in org.apache.pekko.actor
- ChildRestartStats$() - Constructor for class org.apache.pekko.actor.ChildRestartStats$
- ChildStats - Interface in org.apache.pekko.actor
-
INTERNAL API
- childTestKit(ActorRef<U>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Get the
pekko.actor.typed.Behaviortestkit for the given childpekko.actor.typed.ActorRef. - childTestKit(ActorRef<U>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Get the
pekko.actor.typed.Behaviortestkit for the given childpekko.actor.typed.ActorRef. - chooseUnit(long) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration
- chooseUnit$extension(PrettyDuration.PrettyPrintableDuration, long) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration$
- chunk() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- CHUNK_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- ChunkedMessage$ - Class in org.apache.pekko.actor.typed.delivery.internal
- ChunkedMessage$() - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ChunkedMessage$
- chunkLargeMessagesBytes() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
- CircuitBreaker - Class in org.apache.pekko.pattern
-
Provides circuit breaker functionality for stability when working with "dangerous" operations, e.g.
- CircuitBreaker(Scheduler, int, FiniteDuration, FiniteDuration, FiniteDuration, double, double, Set<String>, CircuitBreakerTelemetry, ExecutionContext) - Constructor for class org.apache.pekko.pattern.CircuitBreaker
- CircuitBreaker(Scheduler, int, FiniteDuration, FiniteDuration, FiniteDuration, double, double, ExecutionContext) - Constructor for class org.apache.pekko.pattern.CircuitBreaker
- CircuitBreaker(Scheduler, int, FiniteDuration, FiniteDuration, FiniteDuration, double, ExecutionContext) - Constructor for class org.apache.pekko.pattern.CircuitBreaker
- CircuitBreaker(Scheduler, int, FiniteDuration, FiniteDuration, ExecutionContext) - Constructor for class org.apache.pekko.pattern.CircuitBreaker
- CircuitBreaker(ExecutionContext, Scheduler, int, Duration, Duration) - Constructor for class org.apache.pekko.pattern.CircuitBreaker
- CircuitBreaker(ExecutionContext, Scheduler, int, FiniteDuration, FiniteDuration) - Constructor for class org.apache.pekko.pattern.CircuitBreaker
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- CircuitBreaker.State - Interface in org.apache.pekko.pattern
-
Internal state abstraction
- CircuitBreaker$ - Class in org.apache.pekko.pattern
-
Companion object providing factory methods for Circuit Breaker which runs callbacks in caller's thread
- CircuitBreaker$() - Constructor for class org.apache.pekko.pattern.CircuitBreaker$
- CircuitBreakerNoopTelemetry - Class in org.apache.pekko.pattern.internal
-
INTERNAL API
- CircuitBreakerNoopTelemetry() - Constructor for class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry
- CircuitBreakerNoopTelemetry$ - Class in org.apache.pekko.pattern.internal
-
INTERNAL API
- CircuitBreakerNoopTelemetry$() - Constructor for class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry$
- CircuitBreakerOpenException - Exception in org.apache.pekko.pattern
-
Exception thrown when Circuit Breaker is open.
- CircuitBreakerOpenException(FiniteDuration, String) - Constructor for exception org.apache.pekko.pattern.CircuitBreakerOpenException
- CircuitBreakerOpenException$ - Class in org.apache.pekko.pattern
- CircuitBreakerOpenException$() - Constructor for class org.apache.pekko.pattern.CircuitBreakerOpenException$
- CircuitBreakersRegistry - Class in org.apache.pekko.pattern
-
A CircuitBreakersPanel is a central point collecting all circuit breakers in Akka.
- CircuitBreakersRegistry(ExtendedActorSystem) - Constructor for class org.apache.pekko.pattern.CircuitBreakersRegistry
- CircuitBreakersRegistry$ - Class in org.apache.pekko.pattern
-
Companion object providing factory methods for Circuit Breaker which runs callbacks in caller's thread
- CircuitBreakersRegistry$() - Constructor for class org.apache.pekko.pattern.CircuitBreakersRegistry$
- CircuitBreakerTelemetry - Interface in org.apache.pekko.pattern.internal
-
Service Provider Interface (SPI) for collecting metrics from Circuit Breaker.
- CircuitBreakerTelemetryProvider - Class in org.apache.pekko.pattern.internal
-
INTERNAL API
- CircuitBreakerTelemetryProvider() - Constructor for class org.apache.pekko.pattern.internal.CircuitBreakerTelemetryProvider
- CircuitBreakerTelemetryProvider$ - Class in org.apache.pekko.pattern.internal
-
INTERNAL API
- CircuitBreakerTelemetryProvider$() - Constructor for class org.apache.pekko.pattern.internal.CircuitBreakerTelemetryProvider$
- classFor(Logging.LogLevel) - Static method in class org.apache.pekko.event.Logging
-
Returns the event class associated with the given LogLevel
- classFor(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging$
-
Returns the event class associated with the given LogLevel
- classicActorContext() - Method in interface org.apache.pekko.actor.ClassicActorContextProvider
-
INTERNAL API
- ClassicActorContextProvider - Interface in org.apache.pekko.actor
-
Glue API introduced to allow minimal user effort integration between classic and typed for example for streams.
- ClassicActorSystemProvider - Interface in org.apache.pekko.actor
-
Glue API introduced to allow minimal user effort integration between classic and typed for example for streams.
- classicSettings() - Method in class org.apache.pekko.actor.typed.Settings
- classicSystem() - Method in interface org.apache.pekko.actor.ClassicActorSystemProvider
-
Allows access to the classic
org.apache.pekko.actor.ActorSystemeven fororg.apache.pekko.actor.typed.ActorSystem[_]s. - classify(E) - Method in class org.apache.pekko.event.japi.LookupEventBus
-
Returns the Classifier associated with the given Event
- classify(E) - Method in class org.apache.pekko.event.japi.ManagedActorEventBus
-
Returns the Classifier associated with the given Event
- classify(E) - Method in class org.apache.pekko.event.japi.SubchannelEventBus
-
Returns the Classifier associated with the given Event
- classify(Object) - Method in class org.apache.pekko.event.EventStream
- classify(LookupClassification) - Method in interface org.apache.pekko.event.LookupClassification
-
Returns the Classifier associated with the given Event
- classify(ManagedActorClassification) - Method in interface org.apache.pekko.event.ManagedActorClassification
-
Returns the Classifier associated with the specified Event
- classify(SubchannelClassification) - Method in interface org.apache.pekko.event.SubchannelClassification
-
Returns the Classifier associated with the given Event
- classIsOnClasspath(String) - Method in class org.apache.pekko.actor.DynamicAccess
- classIsOnClasspath(String) - Method in class org.apache.pekko.actor.ReflectiveDynamicAccess
- classLoader() - Method in class org.apache.pekko.actor.BootstrapSetup
- classLoader() - Method in class org.apache.pekko.actor.DynamicAccess
-
This is the class loader to be used in those special cases where the other factory method are not applicable (e.g.
- classLoader() - Method in class org.apache.pekko.actor.ReflectiveDynamicAccess
- ClassLoaderObjectInputStream - Class in org.apache.pekko.util
-
ClassLoaderObjectInputStream tries to utilize the provided ClassLoader to load Classes and falls back to ObjectInputStreams resolver.
- ClassLoaderObjectInputStream(ClassLoader, InputStream) - Constructor for class org.apache.pekko.util.ClassLoaderObjectInputStream
- classManifest() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- ClassManifestCompressionAdvertisement$() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisement$
- ClassManifestCompressionAdvertisementAck$() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisementAck$
- ClassManifestCompressionTableVersionOffset() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- ClassManifestTagOffset() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- className() - Method in class org.apache.pekko.util.ByteString
- CLASSNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- CLASSNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Throwable
- classTag(Class<T>) - Static method in class org.apache.pekko.japi.Util
-
Returns a ClassTag describing the provided Class.
- classTag(Class<T>) - Method in class org.apache.pekko.japi.Util$
-
Returns a ClassTag describing the provided Class.
- clazz() - Method in class org.apache.pekko.actor.Props
- CLAZZ_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PropsData
- cleanup() - Method in class org.apache.pekko.dispatch.TaskInvocation
- cleanup() - Method in interface org.apache.pekko.io.PeriodicCacheCleanup
- cleanup() - Method in class org.apache.pekko.io.SimpleDnsCache
- cleanup(Set<String>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- cleanUp() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- cleanUp(ActorRef, MessageQueue) - Method in class org.apache.pekko.dispatch.BoundedNodeMessageQueue
- cleanUp(ActorRef, MessageQueue) - Method in interface org.apache.pekko.dispatch.MessageQueue
-
Called when the mailbox this queue belongs to is disposed of.
- cleanUp(ActorRef, MessageQueue) - Method in class org.apache.pekko.dispatch.NodeMessageQueue
- cleanUp(ActorRef, MessageQueue) - Method in interface org.apache.pekko.dispatch.QueueBasedMessageQueue
- Cleanup() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- Cleanup$() - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Cleanup$
- Cleanup$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup$
- cleanupDeltaEntries() - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- cleanupOverdueNotMemberAnyMore() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- cleanupPartialChunkedMessages() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
-
If not all chunked messages were stored before crash those partial chunked messages should not be resent.
- cleanupRemovedNode(UniqueAddress) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- CleanupTimer() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$
- cleanupUnusedAfter() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- cleanupUnusedAfter() - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- clear() - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
Removes all messages from the buffer.
- clear() - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
Removes all messages from the buffer.
- clear() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- clear() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- clear() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- clear() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- clear() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- clear() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- clear() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- clear() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- clear() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- clear() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- clear() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- clear() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- clear() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- clear() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- clear() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- clear() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- clear() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- clear() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- clear() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- clear() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- clear() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- clear() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- clear() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- clear() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
Clears the in-memory journal and snapshot storage and restarts the behavior.
- clear() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit
-
Clears the in-memory journal and snapshot storage and restarts the behavior.
- clear() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Removes all elements from the set, but keeps the history.
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- clear() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- clear() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- clear() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- clear() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- clear() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- clear() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- clear() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- clear() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- clear() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- clear() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- clear() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- clear() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- clear() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- clear() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- clear() - Static method in class org.apache.pekko.remote.transport.AssociationRegistry
-
Deprecated.
- clear() - Method in class org.apache.pekko.remote.transport.AssociationRegistry$
-
Deprecated.
- clear() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- clear() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- clear() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- clear() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- clear() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- clear() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- clear() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- clear() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- clear() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- clear() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- clear() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- clear() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- clear() - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- clear() - Method in class org.apache.pekko.util.ByteIterator
- clear() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- clear() - Method in class org.apache.pekko.util.ByteStringBuilder
- clear() - Method in class org.apache.pekko.util.Index
-
Removes all keys and all values
- clear(Cluster) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- clear(SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Removes all elements from the set, but keeps the history.
- clearAck() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required bool ack = 3; - clearAck() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required bool ack = 4; - clearAck() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .AcknowledgementInfo ack = 1; - clearAckReplyTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required .UniqueAddress ackReplyTo = 5; - clearActor() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
optional .ActorRef actor = 1; - clearActor() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required .ActorRef actor = 1; - clearActorRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
required string actorRef = 1; - clearActorRefElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
added in Akka 2.5.14
- clearActorRefElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
added in Akka 2.5.14
- clearAddr() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
optional .Address addr = 2; - clearAddr() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .AddressRequest addr = 5; - clearAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - clearAddress() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .Address address = 1; - clearAddress() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required .Address address = 1; - clearAddress() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required .Address address = 1; - clearAddress() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .Address address = 1; - clearAddress() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
-
required .UniqueAddress address = 1; - clearAddress() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required .Address address = 1; - clearAddress() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required .Address address = 2; - clearAddress() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Address address = 3; - clearAddressIndex() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
required int32 addressIndex = 1; - clearAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required int32 addressIndex = 1; - clearAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
required int32 addressIndex = 1; - clearAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required int32 addressIndex = 1; - clearAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
-
required int32 addressIndex = 1; - clearAddressTerminated() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required bool addressTerminated = 3; - clearAll() - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- clearAll() - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Clear all data from storage.
- clearAll() - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Clear all data from storage.
- clearAll() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ClearOps
-
Clear all data from the storage.
- clearAllAddresses() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - clearAllAddresses() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - clearAllAppVersions() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allAppVersions = 8; - clearAllButSelf() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required bool allButSelf = 2; - clearAllHashes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3; - clearAllHashes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2; - clearAllMetricNames() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2; - clearAllowLocalRoutees() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required bool allowLocalRoutees = 3; - clearAllPreservingSeqNumbers() - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- clearAllPreservingSeqNumbers() - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Clear all data in storage preserving sequence numbers.
- clearAllPreservingSeqNumbers() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ClearPreservingSeqNums
-
Clear all data in the storage preserving sequence numbers.
- clearAllRoles() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2; - clearAlpha() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
required double alpha = 2; - clearAncestor() - Method in interface org.apache.pekko.cluster.ddata.FastMerge
-
INTERNAL API: should be called from merge
- clearAppVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
optional string appVersion = 3; - clearAppVersionIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
optional int32 appVersionIndex = 5; - clearArgs() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
repeated bytes args = 4; - clearAsync() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required bool async = 2; - clearBackoffRate() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double backoffRate = 6; - clearBackoffThreshold() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double backoffThreshold = 5; - clearBarrier() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .EnterBarrier barrier = 2; - clearBuckets() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - clearByIdPreservingSeqNumbers(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Clear all data in storage for particular persistence id preserving sequence numbers.
- clearByIdPreservingSeqNumbers(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ClearPreservingSeqNums
-
Clear all data in the storage for particular persistence id preserving sequence numbers.
- clearByPersistenceId(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Clear all data from storage for particular persistence id.
- clearByPersistenceId(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Clear all data from storage for particular persistence id.
- clearByPersistenceId(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ClearOps
-
Clear all data from the storage for particular persistence id.
- clearCapturedLogs() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LogCapturing
-
May be called to explicitly clear the captured logs.
- clearCause() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required .Payload cause = 3; - clearCause() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional .Payload cause = 3; - clearCause() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
-
optional bytes cause = 1; - clearCauseData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .Payload causeData = 3; - clearChild() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required .ActorRef child = 1; - clearChild() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required .ActorRef child = 1; - clearChunk() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
required uint32 chunk = 1; - clearClassName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string className = 1; - clearClassName() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
required string className = 1; - clearClazz() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required string clazz = 3; - clearClusterConfig() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
-
optional string clusterConfig = 2; - clearCommandType() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
required .CommandType commandType = 1; - clearConcurrent() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required bool concurrent = 4; - clearConfig() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes config = 2; - clearConfigCheck() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .ConfigCheck configCheck = 2; - clearConfigManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string configManifest = 9; - clearConfigSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional int32 configSerializerId = 8; - clearConfirmed() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - clearConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
-
required int64 confirmedSeqNr = 1; - clearConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required int64 confirmedSeqNr = 1; - clearConsistency() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required sint32 consistency = 2; - clearConsistencyAdditional() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional int32 consistencyAdditional = 6; - clearConsistencyMinCap() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional int32 consistencyMinCap = 5; - clearConsumerControllerRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
-
required string consumerControllerRef = 1; - clearContactPoints() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1; - clearContent() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - clearCookie() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
optional string cookie = 3; - clearCorrelationId() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
required .Payload correlationId = 1; - clearCreatedTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
optional int64 createdTimestamp = 3; - clearCreationTime() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
optional sint64 creationTime = 3; - clearCreationTime() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
optional int64 creationTime = 3; - clearCumulativeAck() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
required fixed64 cumulativeAck = 1; - clearCurrentActorThread() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
-
INTERNAL API
- clearCurrentActorThread() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
INTERNAL API
- clearCurrentConfig() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
-
optional string currentConfig = 1; - clearCurrentDeliveryId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
required int64 currentDeliveryId = 1; - clearCurrentSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
required int64 currentSeqNr = 1; - clearData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - clearData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - clearData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - clearData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - clearData() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required bytes data = 3; - clearData() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required bytes data = 3; - clearData() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required .PersistentPayload data = 2; - clearDecrements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - clearDeleted() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
not used in new records from Akka 2.4
- clearDeliveryId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required int64 deliveryId = 1; - clearDelta() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
-
required bytes delta = 1; - clearDeltaVersions() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - clearDeploy() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .DeployData deploy = 2; - clearDeploy() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required .DeployData deploy = 2; - clearDestination() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required string destination = 2; - clearDigest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required bytes digest = 2; - clearDirection() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Direction direction = 2; - clearDispatcher() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string dispatcher = 5; - clearDone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional string done = 4; - clearDots() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - clearDots() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - clearDwNotificationData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - clearedList() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator$
- clearElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1; - clearEnabled() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
-
required bool enabled = 1; - clearEnclosedMessage() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
required bytes enclosedMessage = 1; - clearEnclosedMessage() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
required bytes enclosedMessage = 1; - clearEnclosedMessage() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
required bytes enclosedMessage = 1; - clearEnclosedMessage() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
required bytes enclosedMessage = 1; - clearEnclosedMessage() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
required bytes enclosedMessage = 1; - clearEntities() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1; - clearEntityCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required int32 entityCount = 2; - clearEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
-
repeated string entityId = 1; - clearEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
-
repeated string entityId = 1; - clearEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
-
required string entityId = 1; - clearEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
-
required string entityId = 1; - clearEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
-
required string entityId = 1; - clearEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string entityId = 1; - clearEntityId() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required string entityId = 1; - clearEntityIds() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
repeated string entityIds = 2; - clearEntityIds() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
repeated string entityIds = 2; - clearEntityType() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string entity_type = 2; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - clearEntries() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - clearEntries() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - clearEntries() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - clearEntryData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - clearEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - clearEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - clearEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - clearEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - clearEnvelope() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .RemoteEnvelope envelope = 2; - clearErrorMessage() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
-
required string errorMessage = 1; - clearEvent() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload event = 8; - clearEwma() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
optional .NodeMetrics.EWMA ewma = 3; - clearExistenceConfirmed() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required bool existenceConfirmed = 2; - clearExitValue() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional int32 exitValue = 7; - clearExpectedAcks() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
-
optional int32 expectedAcks = 1; - clearFailed() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- clearFailed() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated string failed = 2; - clearFailed() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated string failed = 2; - clearFailedData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .FailedData failedData = 6; - clearFailure() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
required .FailType failure = 1; - clearFailure() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .InjectFailure failure = 3; - clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- clearFileName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string fileName = 3; - clearFirst() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required bool first = 3; - clearFirstChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
optional bool firstChunk = 6; - clearFirstChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
optional bool firstChunk = 7; - clearFlag(ByteFlag) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- clearFrom() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .Address from = 1; - clearFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress from = 1; - clearFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .UniqueAddress from = 1; - clearFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
required .Address from = 1; - clearFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
required .UniqueAddress from = 1; - clearFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .UniqueAddress from = 1; - clearFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required .UniqueAddress from = 1; - clearFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required .UniqueAddress from = 1; - clearFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .UniqueAddress from = 1; - clearFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress from = 1; - clearFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required .UniqueAddress from = 2; - clearFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - clearFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - clearFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - clearFromSeqNr() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required int64 fromSeqNr = 3; - clearFromSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
-
required int64 fromSeqNr = 1; - clearFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
optional sfixed64 fromSystemUid = 4; - clearFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
optional sfixed64 fromSystemUid = 5; - clearGeneric() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .GenericRoutingPool generic = 1; - clearGeneric() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .GenericRoutingPool generic = 1; - clearGossip() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .MetricsGossip gossip = 2; - clearGossip() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .Gossip gossip = 2; - clearHandshakeInfo() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - clearHashIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
required int32 hashIndex = 1; - clearHasManifest() - 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
- clearHello() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .Hello hello = 1; - clearHighestConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
required int64 highestConfirmedSeqNr = 2; - clearHomes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - clearHost() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string host = 3; - clearHostname() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required string hostname = 1; - clearHostname() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string hostname = 2; - clearHostname() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string hostname = 2; - clearHostname() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string hostname = 2; - clearHostname() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string hostname = 3; - clearHostname() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string hostname = 3; - clearHostname() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string hostname = 2; - clearIncrements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - clearIndexStorage() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.HasStorage
- clearInstruction() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional .PekkoControlMessage instruction = 2; - clearIntElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint32 intElements = 2 [packed = true]; - clearIntElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint32 intElements = 4 [packed = true]; - clearIntElements() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint32 intElements = 5 [packed = true]; - clearInterval() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration interval = 3; - clearIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional sint32 intKey = 3; - clearIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional sint32 intKey = 3; - clearIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional sint32 intKey = 3; - clearIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional sint32 intKey = 3; - clearIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional sint32 intKey = 3; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required string key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required string key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
required string key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required string key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - clearKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required string key = 1; - clearKey() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required string key = 1; - clearKey() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
-
optional string key = 1; - clearKey() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
-
required string key = 1; - clearKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - clearKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - clearKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - clearKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - clearKeys() - 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
- clearLastChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
optional bool lastChunk = 7; - clearLastChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
optional bool lastChunk = 8; - clearLineNumber() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required int32 lineNumber = 4; - clearLocal() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
required .Payload local = 1; - clearLocalAffinity() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required bool localAffinity = 2; - clearLog() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Clear the log entries
- clearLog() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Clear the log entries
- clearLog() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Clears the activity log.
- clearLogsAfterEachTest() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LogCapturing
-
If true, the logs will be cleared after each test.
- clearLongElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint64 longElements = 3 [packed = true]; - clearLongElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint64 longElements = 5 [packed = true]; - clearLongElements() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint64 longElements = 6 [packed = true]; - clearLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional sint64 longKey = 4; - clearLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional sint64 longKey = 4; - clearLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional sint64 longKey = 4; - clearLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional sint64 longKey = 4; - clearLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional sint64 longKey = 4; - clearLowerBound() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 lowerBound = 1; - clearManifest() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required string manifest = 2; - clearManifest() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required string manifest = 2; - clearManifest() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string manifest = 12; - clearManifests() - 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
- clearMarker() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
optional bool marker = 2; - clearMatcher() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
-
optional string matcher = 2; - clearMaxInstancesPerNode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required uint32 maxInstancesPerNode = 2; - clearMdc() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- clearMdc() - Static method in class org.apache.pekko.actor.typed.internal.ActorMdc
- clearMdc() - Method in class org.apache.pekko.actor.typed.internal.ActorMdc$
- clearMdc() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
INTERNAL API
- clearMDC() - Method in interface org.apache.pekko.event.DiagnosticLoggingAdapter
-
Clear all entries in the MDC
- clearMembers() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - clearMessage() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required .Payload message = 2; - clearMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
-
required .Payload message = 1; - clearMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required .Payload message = 5; - clearMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required .Payload message = 6; - clearMessage() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required bytes message = 1; - clearMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required string message = 2; - clearMessage() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional string message = 2; - clearMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string message = 1; - clearMessage() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .SerializedMessage message = 2; - clearMessage() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
required bytes message = 1; - clearMessageId() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
-
required .Payload messageId = 1; - clearMessageManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
optional bytes messageManifest = 4; - clearMessageManifest() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
optional bytes messageManifest = 4; - clearMessageManifest() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
optional bytes messageManifest = 3; - clearMessageManifest() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
optional bytes messageManifest = 4; - clearMessageManifest() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
optional bytes messageManifest = 4; - clearMessageManifest() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
optional bytes messageManifest = 3; - clearMessageManifest() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
optional bytes messageManifest = 3; - clearMessagesPerResize() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 messagesPerResize = 7; - clearMetadata() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload metadata = 9; - clearMetadata() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload metadata = 15; - clearMetadata() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - clearMethodName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string methodName = 2; - clearMetrics() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - clearMetricsSelector() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- clearNacks() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
repeated fixed64 nacks = 2; - clearName() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required string name = 1; - clearName() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required string name = 1; - clearNameIndex() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required int32 nameIndex = 1; - clearNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - clearNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - clearNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - clearNode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
required .UniqueAddress node = 1; - clearNode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
required string node = 1; - clearNode() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
-
required .AddressData node = 1; - clearNodeMetrics() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - clearNodes() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - clearNrOfInstances() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
required uint32 nrOfInstances = 2; - clearNrOfInstances() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
required uint32 nrOfInstances = 1; - clearNumber() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required .NodeMetrics.Number number = 2; - clearObserverReachability() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - clearObsoleteTime() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
optional sint64 obsoleteTime = 5; - clearOffset() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset = 6; - clearOffsetManifest() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset_manifest = 7; - clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- clearOp() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required .BarrierOp op = 2; - clearOperation() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORMapDeltaOp operation = 1; - clearOperation() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1; - clearOperation() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSetDeltaOp operation = 1; - ClearOps - Interface in org.apache.pekko.persistence.testkit.scaladsl
- clearOrigin() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required .AddressData origin = 1; - clearOriginalClassName() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalClassName = 3; - clearOriginalMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalMessage = 2; - clearOriginDc() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required string originDc = 1; - clearOriginRef() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
-
required .ActorRef originRef = 1; - clearOriginReplica() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required string originReplica = 1; - clearOriginSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required int64 originSequenceNr = 2; - clearOriginUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required uint64 originUid = 2; - clearOtherElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - clearOtherElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - clearOtherElements() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - clearOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - clearOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - clearOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - clearOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - clearOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - clearOverview() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .GossipOverview overview = 5; - clearOwner() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required .Address owner = 1; - clearOwnerAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - clearPath() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required string path = 1; - clearPath() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required string path = 1; - clearPath() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
-
required string path = 1; - clearPath() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
-
required string path = 1; - clearPath() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required string path = 3; - clearPath() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
required string path = 1; - clearPath() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
-
required string path = 1; - clearPattern() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - clearPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required .Payload payload = 3; - clearPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required .Payload payload = 3; - clearPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required .Payload payload = 3; - clearPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
required .Payload payload = 1; - clearPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required .PersistentPayload payload = 3; - clearPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - clearPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload payload = 1; - clearPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
required bytes payload = 2; - clearPayload() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .Payload payload = 3; - clearPayload() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional bytes payload = 1; - clearPayload() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required .Payload payload = 2; - clearPayloadManifest() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
optional bytes payloadManifest = 3; - clearPerformed() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required bool performed = 3; - clearPersistenceId() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string persistence_id = 1; - clearPersistenceId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string persistenceId = 3; - clearPersistenceId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional string persistenceId = 1; - clearPool() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .Pool pool = 1; - clearPort() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required uint32 port = 2; - clearPort() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required uint32 port = 3; - clearPort() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required uint32 port = 3; - clearPort() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required uint32 port = 3; - clearPort() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required uint32 port = 4; - clearPort() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required uint32 port = 4; - clearPort() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required int32 port = 4; - clearPort() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required uint32 port = 3; - ClearPreservingSeqNums - Interface in org.apache.pekko.persistence.testkit.scaladsl
- clearPressureThreshold() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 pressureThreshold = 3; - clearProducerControllerRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerControllerRef = 5; - clearProducerId() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerId = 1; - clearProps() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .PropsData props = 1; - clearProtocol() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
optional string protocol = 4; - clearProtocol() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
optional string protocol = 4; - clearProtocol() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
optional string protocol = 4; - clearProtocol() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string protocol = 1; - clearProtocol() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string protocol = 1; - clearProtocol() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string protocol = 1; - clearProtocol() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
optional string protocol = 4; - clearPruning() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - clearPruning() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - clearQualifier() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required string qualifier = 2; - clearQualifier() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required string qualifier = 2; - clearQualifiers() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
-
repeated string qualifiers = 1; - clearRampupRate() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double rampupRate = 4; - clearRateMBit() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional float rateMBit = 6; - clearRecipient() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .ActorRefData recipient = 1; - clearRef() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required string ref = 2; - clearRef() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required string ref = 2; - clearRef() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
optional string ref = 3; - clearRef() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
-
required string ref = 1; - clearRef() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
optional .ActorRef ref = 2; - clearRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string region = 2; - clearRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string region = 2; - clearRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
required string region = 1; - clearRegionProxies() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3; - clearRegionRef() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string regionRef = 2; - clearRegions() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2; - clearRegions() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - clearRemovedAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - clearReplicaId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional string replicaId = 1; - clearReplicaId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
-
required string replicaId = 1; - clearReply() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
no reply if not set
- clearReply() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required bool reply = 3; - clearReplyToStatus() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
optional bool replyToStatus = 2; - clearRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - clearRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - clearRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - clearRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - clearRequestUpToSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required int64 requestUpToSeqNr = 2; - clearResizer() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional .Payload resizer = 1; - clearResizer() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional .Payload resizer = 4; - clearRoles() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2; - clearRolesIndexes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
repeated int32 rolesIndexes = 4 [packed = true]; - clearRouterConfig() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes routerConfig = 3; - clearRouterConfigManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string routerConfigManifest = 11; - clearRouterConfigSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional int32 routerConfigSerializerId = 10; - clearRouterDispatcher() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- clearRouterDispatcher() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional string routerDispatcher = 2; - clearRouterDispatcher() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional string routerDispatcher = 2; - clearScope() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes scope = 4; - clearScopeManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string scopeManifest = 7; - clearScopeSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
- clearSeen() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - clearSeen() - 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
- clearSeenDigest() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
optional bytes seenDigest = 4; - clearSeenPerReplica() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - clearSelectors() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - clearSendBack() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
required bool sendBack = 1; - clearSender() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string sender = 11; - clearSender() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional .ActorRefData sender = 4; - clearSeq() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional fixed64 seq = 5; - clearSeqNo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required uint64 seqNo = 1; - clearSeqNo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required uint64 seqNo = 4; - clearSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required int64 seqNr = 1; - clearSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required int64 seqNr = 1; - clearSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required int64 seqNr = 2; - clearSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
-
required int64 seqNr = 1; - clearSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
-
required int64 seqNr = 1; - clearSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required int64 seqNr = 1; - clearSequenceNr() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
optional int64 sequenceNr = 2; - clearSequenceNr() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
optional int64 sequenceNr = 2; - clearSequenceNr() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int64 sequence_nr = 4; - clearSequenceNr() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional int64 sequenceNr = 2; - clearSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional int64 sequenceNr = 2; - clearSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
-
required int64 sequenceNr = 2; - clearSerialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional bytes serialized = 4; - clearSerializedGossip() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required bytes serializedGossip = 3; - clearSerializerId() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
required int32 serializerId = 2; - clearSerializerId() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required uint32 serializerId = 1; - clearSerializerId() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required uint32 serializerId = 1; - clearSerializerId() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
required int32 serializerId = 2; - clearSerializerId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
required int32 serializerId = 1; - clearSerializerId() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required int32 serializerId = 2; - clearSerializerId() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
required int32 serializerId = 2; - clearSerializerId() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
required int32 serializerId = 2; - clearSerializerId() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
required int32 serializerId = 2; - clearSerializerId() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
required int32 serializerId = 2; - clearSerializerIds() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
newer wire protocol: serializer id for each arg
- clearSettings() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .ClusterRouterPoolSettings settings = 2; - clearShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string shard = 1; - clearShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string shard = 1; - clearShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
repeated string shard = 2; - clearShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
-
required string shard = 1; - clearShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required string shard = 1; - clearShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string shardId = 1; - clearShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
required string shardId = 1; - clearShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
repeated string shardId = 1; - clearShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
required string shardId = 1; - clearShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string shardId = 2; - clearShards() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - clearShards() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - clearSlice() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int32 slice = 3; - clearStackTrace() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - clearStash() - Method in interface org.apache.pekko.actor.StashSupport
-
INTERNAL API.
- clearState() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - clearStateIdentifier() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required string stateIdentifier = 1; - clearStateIdentifier() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
required string stateIdentifier = 1; - clearStats() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - clearStats() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .ShardRegionStats stats = 2; - clearStats() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - clearStatus() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required .MemberStatus status = 3; - clearStatus() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required .ReachabilityStatus status = 3; - clearStringElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1; - clearStringElements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3; - clearStringElements() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated string stringElements = 4; - clearStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional string stringKey = 1; - clearStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional string stringKey = 1; - clearStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional string stringKey = 1; - clearStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional string stringKey = 1; - clearStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional string stringKey = 1; - clearSubjectReachability() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - clearSuperviseData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .SuperviseData superviseData = 5; - clearSupervisor() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .ActorRefData supervisor = 4; - clearSupportResend() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required bool supportResend = 3; - clearSystem() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string system = 1; - clearSystem() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string system = 1; - clearSystem() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string system = 1; - clearSystem() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string system = 2; - clearSystem() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string system = 2; - clearSystem() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string system = 2; - clearSystem() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string system = 1; - clearSystemUid() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
required uint64 systemUid = 2; - clearTableVersion() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required uint32 tableVersion = 3; - clearTags() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
repeated string tags = 12; - clearTargetRef() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
-
required .ActorRef targetRef = 1; - clearTargetRef() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
-
required .ActorRef targetRef = 1; - clearTimeout() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required uint32 timeout = 3; - clearTimeout() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
not used in new records from Akka 2.4.5
- clearTimeout() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
optional int64 timeout = 3; - clearTimeoutNanos() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
-
required int64 timeoutNanos = 1; - clearTimeoutNanos() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
optional int64 timeoutNanos = 3; - clearTimeoutNanos() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
optional int64 timeoutNanos = 3; - clearTimestamp() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required sint64 timestamp = 1; - clearTimestamp() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
required int64 timestamp = 2; - clearTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
-
required int64 timestamp = 2; - clearTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
the timestamp could be removed but left for test data compatibility
- clearTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
required int64 timestamp = 2; - clearTimestamp() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required int64 timestamp = 2; - clearTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required int64 timestamp = 3; - clearTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required int64 timestamp = 4; - clearTimestamp() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int64 timestamp = 5; - clearTimestamp() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional sint64 timestamp = 14; - clearTimestamp() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional int64 timestamp = 4; - clearTo() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress to = 2; - clearTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .Address to = 2; - clearTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress to = 2; - clearTombstones() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - clearTopic() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required string topic = 1; - clearToSeqNr() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
if not set then same as fromSequenceNr
- clearToSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
optional sfixed64 toSystemUid = 3; - clearToSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
optional sfixed64 toSystemUid = 4; - clearTotalInstances() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required uint32 totalInstances = 1; - clearTotChunks() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
required uint32 totChunks = 2; - clearType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
required .NodeMetrics.NumberType type = 1; - clearType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
-
required .ConfigCheck.Type type = 1; - clearType() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
-
required .PatternType type = 1; - clearType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
required .SystemMessage.Type type = 1; - clearUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required sfixed32 uid = 2; - clearUid() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required uint32 uid = 2; - clearUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
-
required uint64 uid = 1; - clearUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required uint64 uid = 2; - clearUid() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
-
required uint64 uid = 1; - clearUid() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required uint64 uid = 2; - clearUid() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required fixed64 uid = 2; - clearUid2() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
64 bit uids but with backward wire compatibility
- clearUid2() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
64 bit uids but with backward wire compatibility
- clearUnallocatedShards() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4; - clearUnconfirmed() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - clearUnconfirmedDeliveries() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - clearUnderlying() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - clearUnderlying() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - clearUnderlying() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSet underlying = 2; - clearUnit() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
-
required .TimeUnit unit = 2; - clearUpNumber() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required int32 upNumber = 2; - clearUpperBound() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 upperBound = 2; - clearUsePoolDispatcher() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
required bool usePoolDispatcher = 4; - clearUsePoolDispatcher() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
required bool usePoolDispatcher = 3; - clearUseRole() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
optional string useRole = 4; - clearUseRoles() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
repeated string useRoles = 5; - clearValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required bytes value = 2; - clearValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - clearValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - clearValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - clearValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - clearValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - clearValue() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
required double value = 1; - clearValue() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
-
optional int32 value = 2; - clearValue() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
-
required bytes value = 1; - clearValue() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
-
optional .Payload value = 1; - clearValue() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
-
required int64 value = 1; - clearValue32() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional uint32 value32 = 2; - clearValue64() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional uint64 value64 = 3; - clearValues() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated uint32 values = 5; - clearVersion() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required int64 version = 2; - clearVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .VectorClock version = 6; - clearVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .VectorClock version = 3; - clearVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
required int64 version = 4; - clearVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required int64 version = 4; - clearVersion() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required int64 version = 2; - clearVersion() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required int64 version = 2; - clearVersion() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
required .VersionVector version = 1; - clearVersion() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
-
required int64 version = 2; - clearVersion() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required uint32 version = 2; - clearVersions() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - clearVersions() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - clearVersionVector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required .VersionVector versionVector = 3; - clearVersionVector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional .VersionVector versionVector = 2; - clearViaTimeout() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required bool viaTimeout = 4; - clearVvector() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - clearVvector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required .VersionVector vvector = 2; - clearWatchData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .WatchData watchData = 2; - clearWatchee() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watchee = 1; - clearWatcher() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watcher = 2; - clearWildcardFanOut() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
optional for pre 2.3.4 compatibility
- clearWithin() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .FiniteDuration within = 2; - clearWithin() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration within = 2; - clearWithValueDeltas() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
optional bool withValueDeltas = 3; - clearWriterUuid() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string writerUuid = 13; - clearZeroTag() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required sint32 zeroTag = 3; - client() - Method in interface org.apache.pekko.remote.testconductor.Player
- client() - Static method in class org.apache.pekko.stream.TLSRole
-
Java API: obtain the
Clientsingleton value. - client() - Method in class org.apache.pekko.stream.TLSRole$
-
Java API: obtain the
Clientsingleton value. - Client - Class in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- Client - Class in org.apache.pekko.stream
-
The client is usually the side that consumes the service provided by its interlocutor.
- Client() - Constructor for class org.apache.pekko.remote.testconductor.Client
- Client() - Constructor for class org.apache.pekko.stream.Client
- Client$ - Class in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- Client$ - Class in org.apache.pekko.stream
- Client$() - Constructor for class org.apache.pekko.remote.testconductor.Client$
- Client$() - Constructor for class org.apache.pekko.stream.Client$
- clientAuth() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- clientFor(String) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation
-
Scala API
- ClientFSM$ - Class in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- ClientFSM$() - Constructor for class org.apache.pekko.remote.testconductor.ClientFSM$
- clientInteractions() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- clientInteractions_$eq(HashMap<ActorRef, DeadlineFailureDetector>) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- ClientOp - Interface in org.apache.pekko.remote.testconductor
- ClientReconnects() - Static method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings
- ClientReconnects() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
- ClientResponseTunnel(ActorRef, FiniteDuration) - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ClientResponseTunnel
-
Deprecated.
- ClientSocketWorkerPoolSize() - Static method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings
- ClientSocketWorkerPoolSize() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
- ClientSocketWorkerPoolSize() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- clientsPublished() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- clientsPublished_$eq(HashSet<ActorRef>) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- ClientTimeoutException - Exception in org.apache.pekko.cluster.sharding.external
- ClientTimeoutException(String) - Constructor for exception org.apache.pekko.cluster.sharding.external.ClientTimeoutException
- clock() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
-
Clock implementation is replaceable (for testing); the implementation must return a monotonically increasing series of Long nanoseconds.
- clock() - Method in class org.apache.pekko.io.SimpleDnsCache
- Clock() - Constructor for class org.apache.pekko.remote.FailureDetector.Clock
- clockTask() - Method in class org.apache.pekko.cluster.ddata.Replicator
- ClockTick() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- ClockTick$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick$
- clone() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- clone() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- clone() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- clone() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- clone() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- clone() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- clone() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- clone() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- clone() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- clone() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- clone() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- clone() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- clone() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- clone() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- clone() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- clone() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- clone() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- clone() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- clone() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- clone() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- clone() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- clone() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- clone() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- clone() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- clone() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- clone() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- clone() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- clone() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- clone() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- clone() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- clone() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- clone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- clone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- clone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- clone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- clone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- clone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- clone() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- clone() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- clone() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- clone() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- clone() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- clone() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- clone() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- clone() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- clone() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- clone() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- clone() - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- clone() - Method in class org.apache.pekko.util.ByteIterator
- clone() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- close() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
- close() - Method in class org.apache.pekko.cluster.metrics.JmxMetricsCollector
- close() - Method in class org.apache.pekko.cluster.metrics.SigarMetricsCollector
-
Releases any native resources associated with this instance.
- close() - Static method in class org.apache.pekko.io.TcpMessage
-
A normal close operation will first flush pending writes and then close the socket.
- close() - Method in class org.apache.pekko.io.TcpMessage$
-
A normal close operation will first flush pending writes and then close the socket.
- close() - Method in class org.apache.pekko.remote.artery.aeron.AeronErrorLog
- close(long) - Method in interface org.apache.pekko.remote.artery.compress.InboundCompressions
-
Remove compression and cancel advertisement scheduling for a specific origin
- close(long) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- close(long) - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- close(SigarProxy) - Method in class org.apache.pekko.cluster.metrics.SigarProvider$
-
Release underlying sigar proxy resources.
- Close$() - Constructor for class org.apache.pekko.io.Tcp.Close$
- closed() - Static method in class org.apache.pekko.stream.QueueOfferResult
-
Java API: The
QueueClosedsingleton instance - closed() - Method in class org.apache.pekko.stream.QueueOfferResult$
-
Java API: The
QueueClosedsingleton instance - Closed() - Method in class org.apache.pekko.dispatch.Mailbox$
- Closed$() - Constructor for class org.apache.pekko.io.Tcp.Closed$
- Closed$() - Constructor for class org.apache.pekko.stream.snapshot.ConnectionSnapshot.Closed$
- ClosedShape - Class in org.apache.pekko.stream
-
This
Shapeis used for graphs that have neither open inputs nor open outputs. - ClosedShape() - Constructor for class org.apache.pekko.stream.ClosedShape
- ClosedShape$ - Class in org.apache.pekko.stream
- ClosedShape$() - Constructor for class org.apache.pekko.stream.ClosedShape$
- cluster() - Static method in class org.apache.pekko.actor.ProviderSelection
- cluster() - Method in class org.apache.pekko.actor.ProviderSelection$
- cluster() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- cluster() - Method in class org.apache.pekko.cluster.ddata.Replicator
- cluster() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- cluster() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- cluster() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- cluster() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- cluster() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- cluster() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- Cluster - Class in org.apache.pekko.cluster
-
This module is responsible cluster membership information.
- Cluster - Class in org.apache.pekko.cluster.typed
-
This class is not intended for user extension other than for test purposes (e.g.
- Cluster() - Constructor for class org.apache.pekko.cluster.typed.Cluster
- Cluster(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.Cluster
- Cluster.ClusterLogger$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- Cluster$ - Class in org.apache.pekko.cluster
-
Cluster Extension Id and factory for creating Cluster extension.
- Cluster$ - Class in org.apache.pekko.cluster.typed
-
Pekko Typed Cluster API entry point
- Cluster$() - Constructor for class org.apache.pekko.actor.ProviderSelection.Cluster$
- Cluster$() - Constructor for class org.apache.pekko.cluster.Cluster$
- Cluster$() - Constructor for class org.apache.pekko.cluster.typed.Cluster$
- clusterClient() - Method in interface org.apache.pekko.cluster.client.ClusterClientInteraction
- clusterClient() - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- clusterClient() - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- ClusterClient - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterClient(ClusterClientSettings) - Constructor for class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- ClusterClient.Internal$ - Class in org.apache.pekko.cluster.client
-
Deprecated.INTERNAL API
- ClusterClient.Internal$.HeartbeatTick - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterClient.Internal$.HeartbeatTick$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterClient.Internal$.ReconnectTimeout - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterClient.Internal$.ReconnectTimeout$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterClient.Internal$.RefreshContactsTick - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterClient.Internal$.RefreshContactsTick$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterClient.Publish - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterClient.Publish$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterClient.Send - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterClient.Send$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterClient.SendToAll - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterClient.SendToAll$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterClient$ - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterClient$() - Constructor for class org.apache.pekko.cluster.client.ClusterClient$
-
Deprecated.
- ClusterClientInteraction - Interface in org.apache.pekko.cluster.client
-
Declares a super type for all events emitted by the
ClusterReceptionist. - ClusterClientMessage - Interface in org.apache.pekko.cluster.client
-
Marker trait for remote messages with special serializer.
- ClusterClientMessages - Class in org.apache.pekko.cluster.client.protobuf.msg
- ClusterClientMessages.Contacts - Class in org.apache.pekko.cluster.client.protobuf.msg
-
Protobuf type
Contacts - ClusterClientMessages.Contacts.Builder - Class in org.apache.pekko.cluster.client.protobuf.msg
-
Protobuf type
Contacts - ClusterClientMessages.ContactsOrBuilder - Interface in org.apache.pekko.cluster.client.protobuf.msg
- ClusterClientReceptionist - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterClientReceptionist(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.
- ClusterClientReceptionist$ - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterClientReceptionist$() - Constructor for class org.apache.pekko.cluster.client.ClusterClientReceptionist$
-
Deprecated.
- clusterClients() - Method in class org.apache.pekko.cluster.client.ClusterClients
- ClusterClients - Class in org.apache.pekko.cluster.client
-
The reply to
GetClusterClients. - ClusterClients(Set<ActorRef>) - Constructor for class org.apache.pekko.cluster.client.ClusterClients
- ClusterClients$ - Class in org.apache.pekko.cluster.client
- ClusterClients$() - Constructor for class org.apache.pekko.cluster.client.ClusterClients$
- ClusterClientSettings - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterClientSettings(Set<ActorPath>, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, int) - Constructor for class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.For binary/source compatibility
- ClusterClientSettings(Set<ActorPath>, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, int, Option<FiniteDuration>) - Constructor for class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- ClusterClientSettings$ - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterClientSettings$() - Constructor for class org.apache.pekko.cluster.client.ClusterClientSettings$
-
Deprecated.
- ClusterClientUnreachable - Class in org.apache.pekko.cluster.client
-
Emitted to the Pekko event stream when a cluster client was previously connected but then not seen for some time.
- ClusterClientUnreachable(ActorRef) - Constructor for class org.apache.pekko.cluster.client.ClusterClientUnreachable
- ClusterClientUnreachable$ - Class in org.apache.pekko.cluster.client
- ClusterClientUnreachable$() - Constructor for class org.apache.pekko.cluster.client.ClusterClientUnreachable$
- ClusterClientUp - Class in org.apache.pekko.cluster.client
-
Emitted to the Pekko event stream when a cluster client has interacted with a receptionist.
- ClusterClientUp(ActorRef) - Constructor for class org.apache.pekko.cluster.client.ClusterClientUp
- ClusterClientUp$ - Class in org.apache.pekko.cluster.client
- ClusterClientUp$() - Constructor for class org.apache.pekko.cluster.client.ClusterClientUp$
- ClusterCommand - Interface in org.apache.pekko.cluster.typed
-
Not intended for user extension.
- clusterConfig() - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- CLUSTERCONFIG_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- ClusterCore() - Static method in class org.apache.pekko.cluster.ClusterLogClass
- ClusterCore() - Method in class org.apache.pekko.cluster.ClusterLogClass$
- ClusterCoreDaemon$ - Class in org.apache.pekko.cluster
-
INTERNAL API.
- ClusterCoreDaemon$() - Constructor for class org.apache.pekko.cluster.ClusterCoreDaemon$
- clusterDowningReason() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- clusterDowningReason() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- ClusterDowningReason$() - Constructor for class org.apache.pekko.actor.CoordinatedShutdown.ClusterDowningReason$
- ClusterEvent - Class in org.apache.pekko.cluster
-
Domain events published to the event bus.
- ClusterEvent() - Constructor for class org.apache.pekko.cluster.ClusterEvent
- ClusterEvent.ClusterDomainEvent - Interface in org.apache.pekko.cluster
-
Marker interface for cluster domain events.
- ClusterEvent.ClusterShuttingDown$ - Class in org.apache.pekko.cluster
-
This event is published when the cluster node is shutting down, before the final
ClusterEvent.MemberRemovedevents are published. - ClusterEvent.CurrentClusterState - Class in org.apache.pekko.cluster
- ClusterEvent.CurrentClusterState$ - Class in org.apache.pekko.cluster
- ClusterEvent.CurrentInternalStats$ - Class in org.apache.pekko.cluster
- ClusterEvent.DataCenterReachabilityEvent - Interface in org.apache.pekko.cluster
-
Marker interface to facilitate subscription of both
ClusterEvent.UnreachableDataCenterandClusterEvent.ReachableDataCenter. - ClusterEvent.InitialStateAsEvents$ - Class in org.apache.pekko.cluster
-
When using this subscription mode the events corresponding to the current state will be sent to the subscriber to mimic what you would have seen if you were listening to the events when they occurred in the past.
- ClusterEvent.InitialStateAsSnapshot$ - Class in org.apache.pekko.cluster
-
When using this subscription mode a snapshot of
pekko.cluster.ClusterEvent.CurrentClusterStatewill be sent to the subscriber as the first message. - ClusterEvent.LeaderChanged - Class in org.apache.pekko.cluster
-
Leader of the cluster data center of this node changed.
- ClusterEvent.LeaderChanged$ - Class in org.apache.pekko.cluster
- ClusterEvent.MemberDowned - Class in org.apache.pekko.cluster
-
Member status changed to
MemberStatus.Downand will be removed when all members have seen theDownstatus. - ClusterEvent.MemberDowned$ - Class in org.apache.pekko.cluster
- ClusterEvent.MemberEvent - Interface in org.apache.pekko.cluster
-
Marker interface for membership events.
- ClusterEvent.MemberExited - Class in org.apache.pekko.cluster
-
Member status changed to
MemberStatus.Exitingand will be removed when all members have seen theExitingstatus. - ClusterEvent.MemberExited$ - Class in org.apache.pekko.cluster
- ClusterEvent.MemberJoined - Class in org.apache.pekko.cluster
-
Member status changed to Joining.
- ClusterEvent.MemberJoined$ - Class in org.apache.pekko.cluster
- ClusterEvent.MemberLeft - Class in org.apache.pekko.cluster
-
Member status changed to Leaving.
- ClusterEvent.MemberLeft$ - Class in org.apache.pekko.cluster
- ClusterEvent.MemberPreparingForShutdown - Class in org.apache.pekko.cluster
- ClusterEvent.MemberPreparingForShutdown$ - Class in org.apache.pekko.cluster
- ClusterEvent.MemberReadyForShutdown - Class in org.apache.pekko.cluster
- ClusterEvent.MemberReadyForShutdown$ - Class in org.apache.pekko.cluster
- ClusterEvent.MemberRemoved - Class in org.apache.pekko.cluster
-
Member completely removed from the cluster.
- ClusterEvent.MemberRemoved$ - Class in org.apache.pekko.cluster
- ClusterEvent.MemberTombstonesChanged$ - Class in org.apache.pekko.cluster
- ClusterEvent.MemberUp - Class in org.apache.pekko.cluster
-
Member status changed to Up.
- ClusterEvent.MemberUp$ - Class in org.apache.pekko.cluster
- ClusterEvent.MemberWeaklyUp - Class in org.apache.pekko.cluster
-
Member status changed to WeaklyUp.
- ClusterEvent.MemberWeaklyUp$ - Class in org.apache.pekko.cluster
- ClusterEvent.ReachabilityChanged$ - Class in org.apache.pekko.cluster
- ClusterEvent.ReachabilityEvent - Interface in org.apache.pekko.cluster
-
Marker interface to facilitate subscription of both
ClusterEvent.UnreachableMemberandClusterEvent.ReachableMember. - ClusterEvent.ReachableDataCenter - Class in org.apache.pekko.cluster
-
A data center is considered reachable when all members from the data center are reachable
- ClusterEvent.ReachableDataCenter$ - Class in org.apache.pekko.cluster
- ClusterEvent.ReachableMember - Class in org.apache.pekko.cluster
-
A member is considered as reachable by the failure detector after having been unreachable.
- ClusterEvent.ReachableMember$ - Class in org.apache.pekko.cluster
- ClusterEvent.RoleLeaderChanged - Class in org.apache.pekko.cluster
-
First member (leader) of the members within a role set (in the same data center as this node, if data centers are used) changed.
- ClusterEvent.RoleLeaderChanged$ - Class in org.apache.pekko.cluster
- ClusterEvent.SeenChanged$ - Class in org.apache.pekko.cluster
- ClusterEvent.SubscriptionInitialStateMode - Class in org.apache.pekko.cluster
- ClusterEvent.UnreachableDataCenter - Class in org.apache.pekko.cluster
-
A data center is considered as unreachable when any members from the data center are unreachable
- ClusterEvent.UnreachableDataCenter$ - Class in org.apache.pekko.cluster
- ClusterEvent.UnreachableMember - Class in org.apache.pekko.cluster
-
A member is considered as unreachable by the failure detector.
- ClusterEvent.UnreachableMember$ - Class in org.apache.pekko.cluster
- ClusterEvent$ - Class in org.apache.pekko.cluster
-
Domain events published to the event bus.
- ClusterEvent$() - Constructor for class org.apache.pekko.cluster.ClusterEvent$
- ClusterGossip() - Static method in class org.apache.pekko.cluster.ClusterLogClass
- ClusterGossip() - Method in class org.apache.pekko.cluster.ClusterLogClass$
- ClusterHeartbeat() - Static method in class org.apache.pekko.cluster.ClusterLogClass
- ClusterHeartbeat() - Method in class org.apache.pekko.cluster.ClusterLogClass$
- ClusterHeartbeatReceiver$ - Class in org.apache.pekko.cluster
-
INTERNAL API: Utilities to obtain ClusterHeartbeatReceiver paths
- ClusterHeartbeatReceiver$() - Constructor for class org.apache.pekko.cluster.ClusterHeartbeatReceiver$
- ClusterHeartbeatSender$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- ClusterHeartbeatSender$() - Constructor for class org.apache.pekko.cluster.ClusterHeartbeatSender$
- ClusterHeartbeatSenderState$ - Class in org.apache.pekko.cluster
- ClusterHeartbeatSenderState$() - Constructor for class org.apache.pekko.cluster.ClusterHeartbeatSenderState$
- clusterJoinUnsuccessfulReason() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- clusterJoinUnsuccessfulReason() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- ClusterJoinUnsuccessfulReason$() - Constructor for class org.apache.pekko.actor.CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
- clusterLeavingReason() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- clusterLeavingReason() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- ClusterLeavingReason$() - Constructor for class org.apache.pekko.actor.CoordinatedShutdown.ClusterLeavingReason$
- ClusterLogClass - Class in org.apache.pekko.cluster
-
INTERNAL API
- ClusterLogClass() - Constructor for class org.apache.pekko.cluster.ClusterLogClass
- ClusterLogClass$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- ClusterLogClass$() - Constructor for class org.apache.pekko.cluster.ClusterLogClass$
- ClusterLogger$() - Constructor for class org.apache.pekko.cluster.Cluster.ClusterLogger$
- ClusterLogMarker - Class in org.apache.pekko.cluster
-
This is public with the purpose to document the used markers and properties of log events.
- ClusterLogMarker() - Constructor for class org.apache.pekko.cluster.ClusterLogMarker
- ClusterLogMarker.Properties$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- ClusterLogMarker$ - Class in org.apache.pekko.cluster
-
This is public with the purpose to document the used markers and properties of log events.
- ClusterLogMarker$() - Constructor for class org.apache.pekko.cluster.ClusterLogMarker$
- ClusterMessage - Interface in org.apache.pekko.cluster
-
Base trait for all cluster messages.
- ClusterMessages - Class in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages - Class in org.apache.pekko.cluster.typed.internal.protobuf
- ClusterMessages.Address - Class in org.apache.pekko.cluster.protobuf.msg
-
Defines a remote address.
- ClusterMessages.Address.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Defines a remote address.
- ClusterMessages.AddressOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.ClusterRouterPool - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
ClusterRouterPool - ClusterMessages.ClusterRouterPool.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
ClusterRouterPool - ClusterMessages.ClusterRouterPoolOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.ClusterRouterPoolSettings - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
ClusterRouterPoolSettings - ClusterMessages.ClusterRouterPoolSettings.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
ClusterRouterPoolSettings - ClusterMessages.ClusterRouterPoolSettingsOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.ConfigCheck - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
ConfigCheck - ClusterMessages.ConfigCheck.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
ConfigCheck - ClusterMessages.ConfigCheck.Type - Enum in org.apache.pekko.cluster.protobuf.msg
-
Protobuf enum
ConfigCheck.Type - ClusterMessages.ConfigCheckOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.Empty - Class in org.apache.pekko.cluster.protobuf.msg
-
An empty message
- ClusterMessages.Empty.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
An empty message
- ClusterMessages.EmptyOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.Gossip - Class in org.apache.pekko.cluster.protobuf.msg
-
Gossip
- ClusterMessages.Gossip.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Gossip
- ClusterMessages.GossipEnvelope - Class in org.apache.pekko.cluster.protobuf.msg
-
Gossip Envelope
- ClusterMessages.GossipEnvelope.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Gossip Envelope
- ClusterMessages.GossipEnvelopeOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.GossipOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.GossipOverview - Class in org.apache.pekko.cluster.protobuf.msg
-
Gossip Overview
- ClusterMessages.GossipOverview.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Gossip Overview
- ClusterMessages.GossipOverviewOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.GossipStatus - Class in org.apache.pekko.cluster.protobuf.msg
-
Gossip Status
- ClusterMessages.GossipStatus.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Gossip Status
- ClusterMessages.GossipStatusOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.Heartbeat - Class in org.apache.pekko.cluster.protobuf.msg
-
Prior to version 2.5.24 Heartbeat sends an Address Version 2.5.24 can deserialize this message but does not send it.
- ClusterMessages.Heartbeat.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Prior to version 2.5.24 Heartbeat sends an Address Version 2.5.24 can deserialize this message but does not send it.
- ClusterMessages.HeartbeatOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.HeartBeatResponse - Class in org.apache.pekko.cluster.protobuf.msg
-
Prior to version 2.5.24 HeartbeatRsp Sends an UniqueAddress Version 2.5.24 can deserialize this message but does not send it.
- ClusterMessages.HeartBeatResponse.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Prior to version 2.5.24 HeartbeatRsp Sends an UniqueAddress Version 2.5.24 can deserialize this message but does not send it.
- ClusterMessages.HeartBeatResponseOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.InitJoin - Class in org.apache.pekko.cluster.protobuf.msg
-
InitJoin
- ClusterMessages.InitJoin.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
InitJoin
- ClusterMessages.InitJoinAck - Class in org.apache.pekko.cluster.protobuf.msg
-
InitJoinAck
- ClusterMessages.InitJoinAck.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
InitJoinAck
- ClusterMessages.InitJoinAckOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.InitJoinOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.Join - Class in org.apache.pekko.cluster.protobuf.msg
-
Join
- ClusterMessages.Join.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Join
- ClusterMessages.JoinOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.Member - Class in org.apache.pekko.cluster.protobuf.msg
-
Member
- ClusterMessages.Member.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Member
- ClusterMessages.MemberOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.MemberStatus - Enum in org.apache.pekko.cluster.protobuf.msg
-
Member Status
- ClusterMessages.ObserverReachability - Class in org.apache.pekko.cluster.protobuf.msg
-
Reachability
- ClusterMessages.ObserverReachability.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Reachability
- ClusterMessages.ObserverReachabilityOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.Pool - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
Pool - ClusterMessages.Pool.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
Pool - ClusterMessages.PoolOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.PubSubMessagePublished - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
Protobuf type
org.apache.pekko.cluster.typed.PubSubMessagePublished - ClusterMessages.PubSubMessagePublished.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
Protobuf type
org.apache.pekko.cluster.typed.PubSubMessagePublished - ClusterMessages.PubSubMessagePublishedOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- ClusterMessages.ReachabilityStatus - Enum in org.apache.pekko.cluster.protobuf.msg
-
Reachability status
- ClusterMessages.ReceptionistEntry - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
Protobuf type
org.apache.pekko.cluster.typed.ReceptionistEntry - ClusterMessages.ReceptionistEntry.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
Protobuf type
org.apache.pekko.cluster.typed.ReceptionistEntry - ClusterMessages.ReceptionistEntryOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- ClusterMessages.SubjectReachability - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
SubjectReachability - ClusterMessages.SubjectReachability.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
SubjectReachability - ClusterMessages.SubjectReachabilityOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.Tombstone - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
Tombstone - ClusterMessages.Tombstone.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
Tombstone - ClusterMessages.TombstoneOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.UniqueAddress - Class in org.apache.pekko.cluster.protobuf.msg
-
Defines a remote address with uid.
- ClusterMessages.UniqueAddress.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Defines a remote address with uid.
- ClusterMessages.UniqueAddressOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.VectorClock - Class in org.apache.pekko.cluster.protobuf.msg
-
Vector Clock
- ClusterMessages.VectorClock.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Vector Clock
- ClusterMessages.VectorClock.Version - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
VectorClock.Version - ClusterMessages.VectorClock.Version.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Protobuf type
VectorClock.Version - ClusterMessages.VectorClock.VersionOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.VectorClockOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessages.Welcome - Class in org.apache.pekko.cluster.protobuf.msg
-
Welcome, reply to Join
- ClusterMessages.Welcome.Builder - Class in org.apache.pekko.cluster.protobuf.msg
-
Welcome, reply to Join
- ClusterMessages.WelcomeOrBuilder - Interface in org.apache.pekko.cluster.protobuf.msg
- ClusterMessageSerializer - Class in org.apache.pekko.cluster.protobuf
-
Protobuf serializer of cluster messages.
- ClusterMessageSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- ClusterMessageSerializer$ - Class in org.apache.pekko.cluster.protobuf
-
INTERNAL API
- ClusterMessageSerializer$() - Constructor for class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- ClusterMetricsChanged - Class in org.apache.pekko.cluster.metrics
-
Current snapshot of cluster node metrics.
- ClusterMetricsChanged(Set<NodeMetrics>) - Constructor for class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- ClusterMetricsChanged$ - Class in org.apache.pekko.cluster.metrics
- ClusterMetricsChanged$() - Constructor for class org.apache.pekko.cluster.metrics.ClusterMetricsChanged$
- ClusterMetricsCollector$ - Class in org.apache.pekko.cluster.metrics
-
INTERNAL API.
- ClusterMetricsCollector$() - Constructor for class org.apache.pekko.cluster.metrics.ClusterMetricsCollector$
- ClusterMetricsEvent - Interface in org.apache.pekko.cluster.metrics
-
Local cluster metrics extension events.
- ClusterMetricsExtension - Class in org.apache.pekko.cluster.metrics
-
Cluster metrics extension.
- ClusterMetricsExtension(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
- ClusterMetricsExtension$ - Class in org.apache.pekko.cluster.metrics
-
Cluster metrics extension provider.
- ClusterMetricsExtension$() - Constructor for class org.apache.pekko.cluster.metrics.ClusterMetricsExtension$
- ClusterMetricsMessage - Interface in org.apache.pekko.cluster.metrics
-
INTERNAL API.
- ClusterMetricsMessages - Class in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsMessages.AdaptiveLoadBalancingPool - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf type
AdaptiveLoadBalancingPool - ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf type
AdaptiveLoadBalancingPool - ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder - Interface in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsMessages.Address - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Defines a remote address.
- ClusterMetricsMessages.Address.Builder - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Defines a remote address.
- ClusterMetricsMessages.AddressOrBuilder - Interface in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsMessages.MetricsGossip - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Metrics Gossip
- ClusterMetricsMessages.MetricsGossip.Builder - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Metrics Gossip
- ClusterMetricsMessages.MetricsGossipEnvelope - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Metrics Gossip Envelope
- ClusterMetricsMessages.MetricsGossipEnvelope.Builder - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Metrics Gossip Envelope
- ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder - Interface in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsMessages.MetricsGossipOrBuilder - Interface in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsMessages.MetricsSelector - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
couldn't figure out how to import Payload
- ClusterMetricsMessages.MetricsSelector.Builder - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
couldn't figure out how to import Payload
- ClusterMetricsMessages.MetricsSelectorOrBuilder - Interface in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsMessages.MixMetricsSelector - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf type
MixMetricsSelector - ClusterMetricsMessages.MixMetricsSelector.Builder - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf type
MixMetricsSelector - ClusterMetricsMessages.MixMetricsSelectorOrBuilder - Interface in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsMessages.NodeMetrics - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Node Metrics
- ClusterMetricsMessages.NodeMetrics.Builder - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Node Metrics
- ClusterMetricsMessages.NodeMetrics.EWMA - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf type
NodeMetrics.EWMA - ClusterMetricsMessages.NodeMetrics.EWMA.Builder - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf type
NodeMetrics.EWMA - ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder - Interface in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsMessages.NodeMetrics.Metric - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf type
NodeMetrics.Metric - ClusterMetricsMessages.NodeMetrics.Metric.Builder - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf type
NodeMetrics.Metric - ClusterMetricsMessages.NodeMetrics.MetricOrBuilder - Interface in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsMessages.NodeMetrics.Number - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf type
NodeMetrics.Number - ClusterMetricsMessages.NodeMetrics.Number.Builder - Class in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf type
NodeMetrics.Number - ClusterMetricsMessages.NodeMetrics.NumberOrBuilder - Interface in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsMessages.NodeMetrics.NumberType - Enum in org.apache.pekko.cluster.metrics.protobuf.msg
-
Protobuf enum
NodeMetrics.NumberType - ClusterMetricsMessages.NodeMetricsOrBuilder - Interface in org.apache.pekko.cluster.metrics.protobuf.msg
- ClusterMetricsSettings - Class in org.apache.pekko.cluster.metrics
-
Metrics extension settings.
- ClusterMetricsSettings(Config) - Constructor for class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- ClusterMetricsSettings$ - Class in org.apache.pekko.cluster.metrics
- ClusterMetricsSettings$() - Constructor for class org.apache.pekko.cluster.metrics.ClusterMetricsSettings$
- ClusterMetricsStrategy - Class in org.apache.pekko.cluster.metrics
-
Default
ClusterMetricsSupervisorstrategy: A configurablepekko.actor.OneForOneStrategywith restart-on-throwable decider. - ClusterMetricsStrategy(Config) - Constructor for class org.apache.pekko.cluster.metrics.ClusterMetricsStrategy
- ClusterMetricsStrategy$ - Class in org.apache.pekko.cluster.metrics
-
Provide custom metrics strategy resources.
- ClusterMetricsStrategy$() - Constructor for class org.apache.pekko.cluster.metrics.ClusterMetricsStrategy$
- ClusterNodeMBean - Interface in org.apache.pekko.cluster
-
Interface for the cluster JMX MBean.
- ClusterReadView$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- ClusterReadView$() - Constructor for class org.apache.pekko.cluster.ClusterReadView$
- clusterReceive() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- ClusterReceptionist - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterReceptionist(ActorRef, ClusterReceptionistSettings) - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- ClusterReceptionist.Internal$ - Class in org.apache.pekko.cluster.client
-
Deprecated.INTERNAL API
- ClusterReceptionist.Internal$.CheckDeadlines - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.CheckDeadlines$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.ClientResponseTunnel - Class in org.apache.pekko.cluster.client
-
Deprecated.Replies are tunneled via this actor, child of the receptionist, to avoid inbound connections from other cluster nodes to the client.
- ClusterReceptionist.Internal$.Contacts - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.Contacts$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.GetContacts - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.GetContacts$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.Heartbeat - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.Heartbeat$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.HeartbeatRsp - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.HeartbeatRsp$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.Ping - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.Ping$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.ReceptionistShutdown - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist.Internal$.ReceptionistShutdown$ - Class in org.apache.pekko.cluster.client
-
Deprecated.
- ClusterReceptionist$ - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterReceptionist$ - Class in org.apache.pekko.cluster.typed.internal.receptionist
-
INTERNAL API
- ClusterReceptionist$() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist$
-
Deprecated.
- ClusterReceptionist$() - Constructor for class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist$
- ClusterReceptionistProtocol - Class in org.apache.pekko.cluster.typed.internal.receptionist
-
INTERNAL API
- ClusterReceptionistProtocol() - Constructor for class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionistProtocol
- ClusterReceptionistProtocol$ - Class in org.apache.pekko.cluster.typed.internal.receptionist
-
INTERNAL API
- ClusterReceptionistProtocol$() - Constructor for class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionistProtocol$
- ClusterReceptionistSettings - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterReceptionistSettings(Option<String>, int, FiniteDuration) - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- ClusterReceptionistSettings(Option<String>, int, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration) - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- ClusterReceptionistSettings$ - Class in org.apache.pekko.cluster.client
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- ClusterReceptionistSettings$ - Class in org.apache.pekko.cluster.typed.internal.receptionist
-
Internal API
- ClusterReceptionistSettings$() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionistSettings$
-
Deprecated.
- ClusterReceptionistSettings$() - Constructor for class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionistSettings$
- ClusterRemoteWatcher$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- ClusterRemoteWatcher$() - Constructor for class org.apache.pekko.cluster.ClusterRemoteWatcher$
- ClusterRouterActor - Interface in org.apache.pekko.cluster.routing
-
INTERNAL API The router actor, subscribes to cluster events and adjusts the routees.
- ClusterRouterConfigBase - Interface in org.apache.pekko.cluster.routing
-
INTERNAL API
- ClusterRouterGroup - Class in org.apache.pekko.cluster.routing
-
pekko.routing.RouterConfigimplementation for deployment on cluster nodes. - ClusterRouterGroup(Group, ClusterRouterGroupSettings) - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterGroup
- ClusterRouterGroup$ - Class in org.apache.pekko.cluster.routing
- ClusterRouterGroup$() - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterGroup$
- ClusterRouterGroupSettings - Class in org.apache.pekko.cluster.routing
-
totalInstancesof cluster router must be > 0 - ClusterRouterGroupSettings(int, Iterable<String>, boolean, String) - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
-
Deprecated.useRole has been replaced with useRoles. Since Akka 2.5.4.
- ClusterRouterGroupSettings(int, Iterable<String>, boolean, Set<String>) - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
-
Java API
- ClusterRouterGroupSettings(int, Seq<String>, boolean, Set<String>) - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- ClusterRouterGroupSettings(int, Seq<String>, boolean, Option<String>) - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
-
Deprecated.useRole has been replaced with useRoles. Since Akka 2.5.4.
- ClusterRouterGroupSettings$ - Class in org.apache.pekko.cluster.routing
- ClusterRouterGroupSettings$() - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings$
- ClusterRouterPool - Class in org.apache.pekko.cluster.routing
-
pekko.routing.RouterConfigimplementation for deployment on cluster nodes. - ClusterRouterPool(Pool, ClusterRouterPoolSettings) - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterPool
- ClusterRouterPool$ - Class in org.apache.pekko.cluster.routing
- ClusterRouterPool$() - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterPool$
- ClusterRouterPoolManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- ClusterRouterPoolManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- ClusterRouterPoolSettings - Class in org.apache.pekko.cluster.routing
-
totalInstancesof cluster router must be > 0maxInstancesPerNodeof cluster router must be > 0maxInstancesPerNodeof cluster router must be 1 when routeesPath is defined - ClusterRouterPoolSettings(int, int, boolean, String) - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
-
Deprecated.useRole has been replaced with useRoles. Since Akka 2.5.4.
- ClusterRouterPoolSettings(int, int, boolean, Set<String>) - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
-
Java API
- ClusterRouterPoolSettings(int, int, boolean, Set<String>) - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- ClusterRouterPoolSettings(int, int, boolean, Option<String>) - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
-
Deprecated.useRole has been replaced with useRoles. Since Akka 2.5.4.
- ClusterRouterPoolSettings$ - Class in org.apache.pekko.cluster.routing
- ClusterRouterPoolSettings$() - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings$
- ClusterRouterSettingsBase - Interface in org.apache.pekko.cluster.routing
-
INTERNAL API
- ClusterRouterSettingsBase$ - Class in org.apache.pekko.cluster.routing
-
INTERNAL API
- ClusterRouterSettingsBase$() - Constructor for class org.apache.pekko.cluster.routing.ClusterRouterSettingsBase$
- ClusterScope - Class in org.apache.pekko.cluster
- ClusterScope() - Constructor for class org.apache.pekko.cluster.ClusterScope
- ClusterScope$ - Class in org.apache.pekko.cluster
-
Cluster aware scope of a
pekko.actor.Deploy - ClusterScope$() - Constructor for class org.apache.pekko.cluster.ClusterScope$
- ClusterSettings - Class in org.apache.pekko.cluster
- ClusterSettings(Config, String) - Constructor for class org.apache.pekko.cluster.ClusterSettings
- ClusterSettings.CrossDcFailureDetectorSettings - Class in org.apache.pekko.cluster
- ClusterSettings.Debug$ - Class in org.apache.pekko.cluster
- ClusterSettings.MultiDataCenter$ - Class in org.apache.pekko.cluster
- ClusterSettings$ - Class in org.apache.pekko.cluster
- ClusterSettings$() - Constructor for class org.apache.pekko.cluster.ClusterSettings$
- ClusterSetup - Class in org.apache.pekko.cluster.typed
-
Can be used in
pekko.actor.setup.ActorSystemSetupwhen starting thepekko.actor.typed.ActorSystemto replace the default implementation of theClusterextension. - ClusterSetup(Function<ActorSystem<?>, Cluster>) - Constructor for class org.apache.pekko.cluster.typed.ClusterSetup
- ClusterSetup$ - Class in org.apache.pekko.cluster.typed
- ClusterSetup$() - Constructor for class org.apache.pekko.cluster.typed.ClusterSetup$
- ClusterSharding - Class in org.apache.pekko.cluster.sharding
- ClusterSharding - Class in org.apache.pekko.cluster.sharding.typed.javadsl
-
This extension provides sharding functionality of actors in a cluster.
- ClusterSharding - Interface in org.apache.pekko.cluster.sharding.typed.scaladsl
-
This extension provides sharding functionality of actors in a cluster.
- ClusterSharding() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding
- ClusterSharding(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.sharding.ClusterSharding
- ClusterSharding.Passivate<M> - Class in org.apache.pekko.cluster.sharding.typed.javadsl
-
The entity can request passivation by sending the
ClusterSharding.Passivatemessage to theActorRef[ShardCommand]that was passed in to the factory method when creating the entity. - ClusterSharding.Passivate<M> - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
-
The entity can request passivation by sending the
ClusterSharding.Passivatemessage to theActorRef[ShardCommand]that was passed in to the factory method when creating the entity. - ClusterSharding.Passivate$ - Class in org.apache.pekko.cluster.sharding.typed.javadsl
- ClusterSharding.Passivate$ - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
- ClusterSharding.ShardCommand - Interface in org.apache.pekko.cluster.sharding.typed.javadsl
-
When an entity is created an
ActorRef[ShardCommand]is passed to the factory method. - ClusterSharding.ShardCommand - Interface in org.apache.pekko.cluster.sharding.typed.scaladsl
-
When an entity is created an
ActorRef[ShardCommand]is passed to the factory method. - ClusterSharding$ - Class in org.apache.pekko.cluster.sharding
-
This extension provides sharding functionality of actors in a cluster.
- ClusterSharding$ - Class in org.apache.pekko.cluster.sharding.typed.javadsl
- ClusterSharding$ - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
- ClusterSharding$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterSharding$
- ClusterSharding$() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding$
- ClusterSharding$() - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding$
- ClusterShardingGuardian$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API.
- ClusterShardingGuardian$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingGuardian$
- ClusterShardingHealthCheck - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API (ctr)
- ClusterShardingHealthCheck(ActorSystem) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheck
- ClusterShardingHealthCheck$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingHealthCheck$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheck$
- ClusterShardingHealthCheckSettings - Class in org.apache.pekko.cluster.sharding
- ClusterShardingHealthCheckSettings(Set<String>, FiniteDuration) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheckSettings
- ClusterShardingHealthCheckSettings$ - Class in org.apache.pekko.cluster.sharding
-
Internal API
- ClusterShardingHealthCheckSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheckSettings$
- ClusterShardingMessages - Class in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ActorRefMessage - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ActorRefMessage - ClusterShardingMessages.ActorRefMessage.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ActorRefMessage - ClusterShardingMessages.ActorRefMessageOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.Address - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Defines a remote address.
- ClusterShardingMessages.Address.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Defines a remote address.
- ClusterShardingMessages.AddressOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ClusterShardingStats - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ClusterShardingStats - ClusterShardingMessages.ClusterShardingStats.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ClusterShardingStats - ClusterShardingMessages.ClusterShardingStatsEntry - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ClusterShardingStatsEntry - ClusterShardingMessages.ClusterShardingStatsEntry.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ClusterShardingStatsEntry - ClusterShardingMessages.ClusterShardingStatsEntryOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ClusterShardingStatsOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.CoordinatorState - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
CoordinatorState - ClusterShardingMessages.CoordinatorState.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
CoordinatorState - ClusterShardingMessages.CoordinatorState.ShardEntry - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
CoordinatorState.ShardEntry - ClusterShardingMessages.CoordinatorState.ShardEntry.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
CoordinatorState.ShardEntry - ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.CoordinatorStateOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.CurrentRegions - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
CurrentRegions - ClusterShardingMessages.CurrentRegions.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
CurrentRegions - ClusterShardingMessages.CurrentRegionsOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.CurrentShardRegionState - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
CurrentShardRegionState - ClusterShardingMessages.CurrentShardRegionState.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
CurrentShardRegionState - ClusterShardingMessages.CurrentShardRegionStateOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.CurrentShardState - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
CurrentShardState - ClusterShardingMessages.CurrentShardState.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
CurrentShardState - ClusterShardingMessages.CurrentShardStateOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.EntitiesStarted - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
EntitiesStarted - ClusterShardingMessages.EntitiesStarted.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
EntitiesStarted - ClusterShardingMessages.EntitiesStartedOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.EntitiesStopped - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
EntitiesStopped - ClusterShardingMessages.EntitiesStopped.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
EntitiesStopped - ClusterShardingMessages.EntitiesStoppedOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.EntityStarted - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
not written anymore but kept for backwards compatibility
- ClusterShardingMessages.EntityStarted.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
not written anymore but kept for backwards compatibility
- ClusterShardingMessages.EntityStartedOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.EntityState - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
EntityState - ClusterShardingMessages.EntityState.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
EntityState - ClusterShardingMessages.EntityStateOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.EntityStopped - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
not written anymore but kept for backwards compatibility
- ClusterShardingMessages.EntityStopped.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
not written anymore but kept for backwards compatibility
- ClusterShardingMessages.EntityStoppedOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.GetClusterShardingStats - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
GetClusterShardingStats - ClusterShardingMessages.GetClusterShardingStats.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
GetClusterShardingStats - ClusterShardingMessages.GetClusterShardingStatsOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.MapFieldEntry - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
MapFieldEntry - ClusterShardingMessages.MapFieldEntry.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
MapFieldEntry - ClusterShardingMessages.MapFieldEntryOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.RememberedShardState - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
RememberedShardState - ClusterShardingMessages.RememberedShardState.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
RememberedShardState - ClusterShardingMessages.RememberedShardStateOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ShardHome - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardHome - ClusterShardingMessages.ShardHome.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardHome - ClusterShardingMessages.ShardHomeAllocated - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardHomeAllocated - ClusterShardingMessages.ShardHomeAllocated.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardHomeAllocated - ClusterShardingMessages.ShardHomeAllocatedOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ShardHomeOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ShardHomes - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardHomes - ClusterShardingMessages.ShardHomes.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardHomes - ClusterShardingMessages.ShardHomesEntry - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
only used nested in ShardHomes
- ClusterShardingMessages.ShardHomesEntry.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
only used nested in ShardHomes
- ClusterShardingMessages.ShardHomesEntryOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ShardHomesOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ShardIdMessage - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardIdMessage - ClusterShardingMessages.ShardIdMessage.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardIdMessage - ClusterShardingMessages.ShardIdMessageOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ShardRegionStats - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardRegionStats - ClusterShardingMessages.ShardRegionStats.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardRegionStats - ClusterShardingMessages.ShardRegionStatsOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ShardState - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardState - ClusterShardingMessages.ShardState.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardState - ClusterShardingMessages.ShardStateOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.ShardStats - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardStats - ClusterShardingMessages.ShardStats.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
ShardStats - ClusterShardingMessages.ShardStatsOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.StartEntity - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
StartEntity - ClusterShardingMessages.StartEntity.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
StartEntity - ClusterShardingMessages.StartEntityAck - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
StartEntityAck - ClusterShardingMessages.StartEntityAck.Builder - Class in org.apache.pekko.cluster.sharding.protobuf.msg
-
Protobuf type
StartEntityAck - ClusterShardingMessages.StartEntityAckOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingMessages.StartEntityOrBuilder - Interface in org.apache.pekko.cluster.sharding.protobuf.msg
- ClusterShardingQuery - Interface in org.apache.pekko.cluster.sharding.typed
-
Protocol for querying sharding state e.g.
- ClusterShardingSerializable - Interface in org.apache.pekko.cluster.sharding
-
Marker trait for remote messages and persistent events/snapshots with special serializer.
- ClusterShardingSettings - Class in org.apache.pekko.cluster.sharding
-
param: role specifies that this entity type requires cluster nodes with a specific role.
- ClusterShardingSettings - Class in org.apache.pekko.cluster.sharding.typed
-
param: numberOfShards number of shards used by the default
HashCodeMessageExtractorparam: role Specifies that this entity type requires cluster nodes with a specific role. - ClusterShardingSettings(int, Option<String>, Option<String>, boolean, String, String, ClusterShardingSettings.PassivationStrategySettings, FiniteDuration, ClusterShardingSettings.StateStoreMode, ClusterShardingSettings.RememberEntitiesStoreMode, ClusterShardingSettings.TuningParameters, boolean, ClusterSingletonManagerSettings, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- ClusterShardingSettings(int, Option<String>, Option<String>, boolean, String, String, ClusterShardingSettings.PassivationStrategySettings, FiniteDuration, ClusterShardingSettings.StateStoreMode, ClusterShardingSettings.RememberEntitiesStoreMode, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Deprecated.Use constructor with coordinatorSingletonOverrideRole. Since Akka 2.6.20.
- ClusterShardingSettings(int, Option<String>, Option<String>, boolean, String, String, FiniteDuration, FiniteDuration, ClusterShardingSettings.StateStoreMode, ClusterShardingSettings.RememberEntitiesStoreMode, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Deprecated.Use constructor with leaseSettings. Since Akka 2.6.11.
- ClusterShardingSettings(int, Option<String>, Option<String>, boolean, String, String, FiniteDuration, FiniteDuration, ClusterShardingSettings.StateStoreMode, ClusterShardingSettings.RememberEntitiesStoreMode, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Deprecated.Use constructor with passivationStrategySettings. Since Akka 2.6.18.
- ClusterShardingSettings(int, Option<String>, Option<String>, boolean, String, String, FiniteDuration, FiniteDuration, ClusterShardingSettings.StateStoreMode, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Deprecated.Use constructor with rememberEntitiesStoreMode. Since Akka 2.6.6.
- ClusterShardingSettings(Option<String>, boolean, String, String, String, String, ClusterShardingSettings.PassivationStrategySettings, FiniteDuration, ClusterShardingSettings.TuningParameters, boolean, ClusterSingletonManagerSettings, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- ClusterShardingSettings(Option<String>, boolean, String, String, String, String, ClusterShardingSettings.PassivationStrategySettings, FiniteDuration, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Deprecated.Use the ClusterShardingSettings factory methods or the constructor including coordinatorSingletonOverrideRole instead. Since Akka 2.6.20.
- ClusterShardingSettings(Option<String>, boolean, String, String, String, String, FiniteDuration, FiniteDuration, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Deprecated.Use the ClusterShardingSettings factory methods or the constructor including passivationStrategySettings instead. Since Akka 2.6.18.
- ClusterShardingSettings(Option<String>, boolean, String, String, String, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Deprecated.Use the ClusterShardingSettings factory methods or the constructor including passivateIdleEntityAfter instead. Since Akka 2.5.18.
- ClusterShardingSettings(Option<String>, boolean, String, String, String, FiniteDuration, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Deprecated.Use the ClusterShardingSettings factory methods or the constructor including shardRegionQueryTimeout instead. Since Akka 2.5.21.
- ClusterShardingSettings(Option<String>, boolean, String, String, String, FiniteDuration, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Deprecated.Use the ClusterShardingSettings factory methods or the constructor including shardRegionQueryTimeout instead. Since Akka 2.6.0.
- ClusterShardingSettings(Option<String>, boolean, String, String, String, FiniteDuration, FiniteDuration, ClusterShardingSettings.TuningParameters, ClusterSingletonManagerSettings, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Deprecated.Use the ClusterShardingSettings factory methods or the constructor including rememberedEntitiesStore instead. Since Akka 2.6.7.
- ClusterShardingSettings.CompositePassivationStrategy$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ClusterShardingSettings.CompositePassivationStrategy$.AdmissionFilter - Interface in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.CompositePassivationStrategy$.AdmissionFilter$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.CompositePassivationStrategy$.AdmissionOptimizer - Interface in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.CompositePassivationStrategy$.AdmissionOptimizer$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.IdlePassivationStrategy$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ClusterShardingSettings.LeastFrequentlyUsedPassivationStrategy$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ClusterShardingSettings.LeastRecentlyUsedPassivationStrategy$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ClusterShardingSettings.MostRecentlyUsedPassivationStrategy$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.NoPassivationStrategy$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ClusterShardingSettings.PassivationStrategy - Interface in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ClusterShardingSettings.PassivationStrategy$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API Determine the passivation strategy to use from settings.
- ClusterShardingSettings.PassivationStrategySettings - Class in org.apache.pekko.cluster.sharding
-
API MAY CHANGE: Settings for passivation strategies may change after additional testing and feedback.
- ClusterShardingSettings.PassivationStrategySettings - Class in org.apache.pekko.cluster.sharding.typed
-
API MAY CHANGE: Settings for passivation strategies may change after additional testing and feedback.
- ClusterShardingSettings.PassivationStrategySettings$ - Class in org.apache.pekko.cluster.sharding
-
API MAY CHANGE: Settings for passivation strategies may change after additional testing and feedback.
- ClusterShardingSettings.PassivationStrategySettings$ - Class in org.apache.pekko.cluster.sharding.typed
-
API MAY CHANGE: Settings for passivation strategies may change after additional testing and feedback.
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings - Interface in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings - Interface in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings - Interface in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings - Interface in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.IdleSettings - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.IdleSettings - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.PolicySettings - Interface in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.PolicySettings - Interface in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.PassivationStrategySettings$.PolicySettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.PassivationStrategySettings$.PolicySettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.RememberEntitiesStoreMode - Interface in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.RememberEntitiesStoreMode$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.RememberEntitiesStoreModeDData$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.StateStoreMode - Interface in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.StateStoreMode$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.StateStoreModeDData$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.StateStoreModePersistence$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings.TuningParameters - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings.TuningParameters - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings$ - Class in org.apache.pekko.cluster.sharding
- ClusterShardingSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ClusterShardingSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings$
- ClusterShardingSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings$
- ClusterShardingSetup - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
-
Can be used in
pekko.actor.setup.ActorSystemSetupwhen starting thepekko.actor.typed.ActorSystemto replace the default implementation of theClusterShardingextension. - ClusterShardingSetup(Function<ActorSystem<?>, ClusterSharding>) - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterShardingSetup
- ClusterShardingSetup$ - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
- ClusterShardingSetup$() - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterShardingSetup$
- ClusterShuttingDown$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.ClusterShuttingDown$
- ClusterSingleton - Class in org.apache.pekko.cluster.typed
-
This class is not intended for user extension other than for test purposes (e.g.
- ClusterSingleton() - Constructor for class org.apache.pekko.cluster.typed.ClusterSingleton
- ClusterSingleton$ - Class in org.apache.pekko.cluster.typed
- ClusterSingleton$() - Constructor for class org.apache.pekko.cluster.typed.ClusterSingleton$
- ClusterSingletonImpl - Class in org.apache.pekko.cluster.typed
-
INTERNAL API:
- ClusterSingletonImpl() - Constructor for class org.apache.pekko.cluster.typed.ClusterSingletonImpl
- ClusterSingletonImpl$ - Class in org.apache.pekko.cluster.typed
-
INTERNAL API:
- ClusterSingletonImpl$() - Constructor for class org.apache.pekko.cluster.typed.ClusterSingletonImpl$
- ClusterSingletonManager - Class in org.apache.pekko.cluster.singleton
-
Manages singleton actor instance among all cluster nodes or a group of nodes tagged with a specific role.
- ClusterSingletonManager(Props, Object, ClusterSingletonManagerSettings) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- ClusterSingletonManager.Data - Interface in org.apache.pekko.cluster.singleton
-
INTERNAL API public due to the
with FSMtype parameters - ClusterSingletonManager.Internal$ - Class in org.apache.pekko.cluster.singleton
-
INTERNAL API
- ClusterSingletonManager.Internal$.AcquireLeaseFailure - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.AcquireLeaseFailure$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.AcquireLeaseResult - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.AcquireLeaseResult$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.AcquiringLease - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.AcquiringLease$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.AcquiringLeaseData - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.AcquiringLeaseData$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.BecomingOldest - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.BecomingOldest$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.BecomingOldestData - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.BecomingOldestData$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Cleanup - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Cleanup$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.DelayedMemberRemoved - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.DelayedMemberRemoved$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.End - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.End$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.EndData - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.EndData$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.HandingOver - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.HandingOver$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.HandingOverData - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.HandingOverData$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.HandOverDone - Class in org.apache.pekko.cluster.singleton
-
Confirmation by the previous oldest that the singleton actor has been terminated and the hand-over process is completed.
- ClusterSingletonManager.Internal$.HandOverDone$ - Class in org.apache.pekko.cluster.singleton
-
Confirmation by the previous oldest that the singleton actor has been terminated and the hand-over process is completed.
- ClusterSingletonManager.Internal$.HandOverInProgress - Class in org.apache.pekko.cluster.singleton
-
Confirmation by the previous oldest that the hand over process, shut down of the singleton actor, has started.
- ClusterSingletonManager.Internal$.HandOverInProgress$ - Class in org.apache.pekko.cluster.singleton
-
Confirmation by the previous oldest that the hand over process, shut down of the singleton actor, has started.
- ClusterSingletonManager.Internal$.HandOverRetry - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.HandOverRetry$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.HandOverToMe - Class in org.apache.pekko.cluster.singleton
-
Sent from new oldest to previous oldest to initiate the hand-over process.
- ClusterSingletonManager.Internal$.HandOverToMe$ - Class in org.apache.pekko.cluster.singleton
-
Sent from new oldest to previous oldest to initiate the hand-over process.
- ClusterSingletonManager.Internal$.LeaseLost - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.LeaseLost$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.LeaseRetry - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.LeaseRetry$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Oldest - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Oldest$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.OldestChangedBuffer - Class in org.apache.pekko.cluster.singleton
-
Notifications of member events that track oldest member are tunneled via this actor (child of ClusterSingletonManager) to be able to deliver one change at a time.
- ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$ - Class in org.apache.pekko.cluster.singleton
-
Request to deliver one more event.
- ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState - Class in org.apache.pekko.cluster.singleton
-
The first event, corresponding to CurrentClusterState.
- ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.OldestChangedBuffer$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.OldestData - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.OldestData$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.ReleaseLeaseFailure - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.ReleaseLeaseFailure$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.ReleaseLeaseResult - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.ReleaseLeaseResult$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.SelfExiting - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.SelfExiting$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Start - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Start$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.StartOldestChangedBuffer - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.StartOldestChangedBuffer$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Stopping - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Stopping$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.StoppingData - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.StoppingData$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.TakeOver - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.TakeOver$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.TakeOverFromMe - Class in org.apache.pekko.cluster.singleton
-
Sent from from previous oldest to new oldest to initiate the normal hand-over process.
- ClusterSingletonManager.Internal$.TakeOverFromMe$ - Class in org.apache.pekko.cluster.singleton
-
Sent from from previous oldest to new oldest to initiate the normal hand-over process.
- ClusterSingletonManager.Internal$.TakeOverRetry - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.TakeOverRetry$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Uninitialized - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Uninitialized$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.WasOldest - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.WasOldest$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.WasOldestData - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.WasOldestData$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Younger - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.Younger$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.YoungerData - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.Internal$.YoungerData$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager.State - Interface in org.apache.pekko.cluster.singleton
-
INTERNAL API public due to the
with FSMtype parameters - ClusterSingletonManager$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManager$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager$
- ClusterSingletonManagerIsStuck - Exception in org.apache.pekko.cluster.singleton
-
Thrown when a consistent state can't be determined within the defined retry limits.
- ClusterSingletonManagerIsStuck(String) - Constructor for exception org.apache.pekko.cluster.singleton.ClusterSingletonManagerIsStuck
- ClusterSingletonManagerSettings - Class in org.apache.pekko.cluster.singleton
-
param: singletonName The actor name of the child singleton actor.
- ClusterSingletonManagerSettings - Class in org.apache.pekko.cluster.typed
-
param: singletonName The actor name of the child singleton actor.
- ClusterSingletonManagerSettings(String, Option<String>, FiniteDuration, FiniteDuration) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- ClusterSingletonManagerSettings(String, Option<String>, FiniteDuration, FiniteDuration) - Constructor for class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
-
Deprecated.Use constructor with leaseSettings. Since Akka 2.6.15.
- ClusterSingletonManagerSettings(String, Option<String>, FiniteDuration, FiniteDuration, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- ClusterSingletonManagerSettings(String, Option<String>, FiniteDuration, FiniteDuration, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- ClusterSingletonManagerSettings$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonManagerSettings$ - Class in org.apache.pekko.cluster.typed
- ClusterSingletonManagerSettings$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings$
- ClusterSingletonManagerSettings$() - Constructor for class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings$
- ClusterSingletonMessage - Interface in org.apache.pekko.cluster.singleton
-
Marker trait for remote messages with special serializer.
- ClusterSingletonProxy - Class in org.apache.pekko.cluster.singleton
-
The
ClusterSingletonProxyworks together with thepekko.cluster.singleton.ClusterSingletonManagerto provide a distributed proxy to the singleton actor. - ClusterSingletonProxy(String, ClusterSingletonProxySettings) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- ClusterSingletonProxy$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonProxy$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonProxy$
- ClusterSingletonProxySettings - Class in org.apache.pekko.cluster.singleton
-
param: singletonName The actor name of the singleton actor that is started by the
ClusterSingletonManager. - ClusterSingletonProxySettings(String, Option<String>, FiniteDuration, int) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- ClusterSingletonProxySettings(String, Option<String>, Option<String>, FiniteDuration, int) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- ClusterSingletonProxySettings$ - Class in org.apache.pekko.cluster.singleton
- ClusterSingletonProxySettings$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings$
- ClusterSingletonSettings - Class in org.apache.pekko.cluster.typed
- ClusterSingletonSettings(Option<String>, Option<String>, FiniteDuration, FiniteDuration, FiniteDuration, int) - Constructor for class org.apache.pekko.cluster.typed.ClusterSingletonSettings
-
Deprecated.Use constructor with leaseSettings. Since Akka 2.6.15.
- ClusterSingletonSettings(Option<String>, Option<String>, FiniteDuration, FiniteDuration, FiniteDuration, int, Option<LeaseUsageSettings>) - Constructor for class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- ClusterSingletonSettings$ - Class in org.apache.pekko.cluster.typed
- ClusterSingletonSettings$() - Constructor for class org.apache.pekko.cluster.typed.ClusterSingletonSettings$
- ClusterSingletonSetup - Class in org.apache.pekko.cluster.typed
-
Can be used in
pekko.actor.setup.ActorSystemSetupwhen starting thepekko.actor.typed.ActorSystemto replace the default implementation of theClusterSingletonextension. - ClusterSingletonSetup(Function<ActorSystem<?>, ClusterSingleton>) - Constructor for class org.apache.pekko.cluster.typed.ClusterSingletonSetup
- ClusterSingletonSetup$ - Class in org.apache.pekko.cluster.typed
- ClusterSingletonSetup$() - Constructor for class org.apache.pekko.cluster.typed.ClusterSingletonSetup$
- ClusterStateSubscription - Interface in org.apache.pekko.cluster.typed
-
Messages for subscribing to changes in the cluster state
- ClusterUserAction - Class in org.apache.pekko.cluster
-
INTERNAL API Cluster commands sent by the USER via
pekko.cluster.Clusterextension or JMX. - ClusterUserAction() - Constructor for class org.apache.pekko.cluster.ClusterUserAction
- ClusterUserAction.Down - Class in org.apache.pekko.cluster
-
Command to mark node as temporary down.
- ClusterUserAction.Down$ - Class in org.apache.pekko.cluster
- ClusterUserAction.JoinTo - Class in org.apache.pekko.cluster
-
Command to initiate join another node (represented by
address). - ClusterUserAction.JoinTo$ - Class in org.apache.pekko.cluster
- ClusterUserAction.Leave - Class in org.apache.pekko.cluster
-
Command to leave the cluster.
- ClusterUserAction.Leave$ - Class in org.apache.pekko.cluster
- ClusterUserAction.PrepareForShutdown$ - Class in org.apache.pekko.cluster
-
Command to mark all nodes as shutting down
- ClusterUserAction$ - Class in org.apache.pekko.cluster
-
INTERNAL API Cluster commands sent by the USER via
pekko.cluster.Clusterextension or JMX. - ClusterUserAction$() - Constructor for class org.apache.pekko.cluster.ClusterUserAction$
- cmd() - Method in class org.apache.pekko.io.Tcp.CommandFailed
- cmd() - Method in class org.apache.pekko.io.Udp.CommandFailed
- cmd() - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- Cmd(String, int) - Constructor for class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- Cmd$() - Constructor for class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd$
- cmp() - Method in class org.apache.pekko.dispatch.BoundedPriorityMailbox
- cmp() - Method in class org.apache.pekko.dispatch.BoundedStablePriorityMailbox
- cmp() - Method in class org.apache.pekko.dispatch.UnboundedPriorityMailbox
- cmp() - Method in class org.apache.pekko.dispatch.UnboundedStablePriorityMailbox
- cmp() - Method in class org.apache.pekko.util.PriorityQueueStabilizer.WrappedElementComparator
- CNAME() - Static method in class org.apache.pekko.io.dns.RecordType
-
the canonical name for an alias
- CNAME() - Method in class org.apache.pekko.io.dns.RecordType$
-
the canonical name for an alias
- CNameRecord - Class in org.apache.pekko.io.dns
- CNameRecord(String, CachePolicy.Ttl, String) - Constructor for class org.apache.pekko.io.dns.CNameRecord
- CNameRecord$ - Class in org.apache.pekko.io.dns
- CNameRecord$() - Constructor for class org.apache.pekko.io.dns.CNameRecord$
- coalesceWrites() - Method in class org.apache.pekko.stream.IOSettings
- code() - Method in class org.apache.pekko.io.dns.RecordClass
- code() - Method in class org.apache.pekko.io.dns.RecordType
- collect(Collector<In, ?, U>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Creates a sink which materializes into a
CompletionStagewhich will be completed with a result of the JavaCollectortransformation and reduction operations. - collect(Collector<In, ?, U>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Creates a sink which materializes into a
CompletionStagewhich will be completed with a result of the JavaCollectortransformation and reduction operations. - collect(PartialFunction<Out, Out2>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.collect. - collect(PartialFunction<Out, Out2>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.collect. - collect(PartialFunction<Out, Out2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.collect. - collect(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step.
- collect(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step.
- collect(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step.
- collect(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step.
- collect(PartialFunction<Out, T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step.
- collectChangedKeys(ServiceRegistry, ServiceRegistry) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- collectDelta(Map<Address, Object>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- collectFirst(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this stream by applying the given partial function to the first element on which the function is defined as it pass through this processing step, and cancel the upstream publisher after the first element is emitted.
- collectFirst(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform this stream by applying the given partial function to the first element on which the function is defined as it pass through this processing step, and cancel the upstream publisher after the first element is emitted.
- collectFirst(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform this stream by applying the given partial function to the first element on which the function is defined as it pass through this processing step, and cancel the upstream publisher after the first element is emitted.
- collectFirst(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform this stream by applying the given partial function to the first element on which the function is defined as it pass through this processing step, and cancel the upstream publisher after the first element is emitted.
- collectFirst(PartialFunction<Out, T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform this stream by applying the given partial function to the first element on which the function is defined as it pass through this processing step, and cancel the upstream publisher after the first element is emitted.
- collection(Factory<T, That>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat keeps on collecting incoming elements until upstream terminates. - collection(Factory<T, That>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat keeps on collecting incoming elements until upstream terminates. - CollectionControlMessage - Class in org.apache.pekko.cluster.metrics
-
Runtime collection management commands.
- CollectionControlMessage() - Constructor for class org.apache.pekko.cluster.metrics.CollectionControlMessage
- Collections - Class in org.apache.pekko.util
-
INTERNAL API
- Collections() - Constructor for class org.apache.pekko.util.Collections
- Collections.EmptyImmutableSeq$ - Class in org.apache.pekko.util
- Collections.PartialImmutableValuesIterable<From,To> - Class in org.apache.pekko.util
- Collections$ - Class in org.apache.pekko.util
-
INTERNAL API
- Collections$() - Constructor for class org.apache.pekko.util.Collections$
- CollectionStartMessage - Class in org.apache.pekko.cluster.metrics
-
Command for
ClusterMetricsSupervisorto start metrics collection. - CollectionStartMessage() - Constructor for class org.apache.pekko.cluster.metrics.CollectionStartMessage
- CollectionStartMessage$ - Class in org.apache.pekko.cluster.metrics
-
Command for
ClusterMetricsSupervisorto start metrics collection. - CollectionStartMessage$() - Constructor for class org.apache.pekko.cluster.metrics.CollectionStartMessage$
- CollectionStopMessage - Class in org.apache.pekko.cluster.metrics
-
Command for
ClusterMetricsSupervisorto stop metrics collection. - CollectionStopMessage() - Constructor for class org.apache.pekko.cluster.metrics.CollectionStopMessage
- CollectionStopMessage$ - Class in org.apache.pekko.cluster.metrics
-
Command for
ClusterMetricsSupervisorto stop metrics collection. - CollectionStopMessage$() - Constructor for class org.apache.pekko.cluster.metrics.CollectionStopMessage$
- CollectionUtil - Class in org.apache.pekko.stream.javadsl
-
INTERNAL API
- CollectionUtil() - Constructor for class org.apache.pekko.stream.javadsl.CollectionUtil
- CollectionUtil$ - Class in org.apache.pekko.stream.javadsl
-
INTERNAL API
- CollectionUtil$() - Constructor for class org.apache.pekko.stream.javadsl.CollectionUtil$
- CollectorEnabled() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- CollectorFallback() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- CollectorGossipInterval() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- CollectorMovingAverageHalfLife() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- CollectorProvider() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- CollectorSampleInterval() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- collectPropagations() - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- collectRemovedNodes() - Method in class org.apache.pekko.cluster.ddata.Replicator
- collectType(Class<T>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this stream by testing the type of each of the elements on which the element is an instance of the provided type as they pass through this processing step.
- collectType(Class<T>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform this stream by testing the type of each of the elements on which the element is an instance of the provided type as they pass through this processing step.
- collectType(Class<T>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform this stream by testing the type of each of the elements on which the element is an instance of the provided type as they pass through this processing step.
- collectType(Class<T>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step, and cancel the upstream publisher after the partial function is not applied.
- collectType(ClassTag<T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform this stream by testing the type of each of the elements on which the element is an instance of the provided type as they pass through this processing step.
- collectWhile(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step, and cancel the upstream publisher after the partial function is not applied.
- collectWhile(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step, and cancel the upstream publisher after the partial function is not applied.
- collectWhile(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step, and cancel the upstream publisher after the partial function is not applied.
- collectWhile(PartialFunction<Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step.
- collectWhile(PartialFunction<Out, T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform this stream by applying the given partial function to each of the elements on which the function is defined as they pass through this processing step, and cancel the upstream publisher after the partial function is not applied.
- com.typesafe.sslconfig.pekko - package com.typesafe.sslconfig.pekko
- com.typesafe.sslconfig.pekko.util - package com.typesafe.sslconfig.pekko.util
- combine(List<? extends Graph<SinkShape<U>, M>>, Function<Integer, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Combine several sinks with fan-out strategy like
BroadcastorBalanceand returnsSink. - combine(List<? extends Graph<SinkShape<U>, M>>, Function<Integer, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Combine several sinks with fan-out strategy like
BroadcastorBalanceand returnsSink. - combine(List<? extends Graph<SourceShape<T>, M>>, Function<Integer, Graph<UniformFanInShape<T, U>, NotUsed>>) - Static method in class org.apache.pekko.stream.javadsl.Source
- combine(List<? extends Graph<SourceShape<T>, M>>, Function<Integer, Graph<UniformFanInShape<T, U>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Source$
- combine(Sink<U, ?>, Sink<U, ?>, List<Sink<U, ?>>, Function<Integer, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Combine several sinks with fan-out strategy like
BroadcastorBalanceand returnsSink. - combine(Sink<U, ?>, Sink<U, ?>, List<Sink<U, ?>>, Function<Integer, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Combine several sinks with fan-out strategy like
BroadcastorBalanceand returnsSink. - combine(Source<T, ?>, Source<T, ?>, List<Source<T, ?>>, Function<Integer, ? extends Graph<UniformFanInShape<T, U>, NotUsed>>) - Static method in class org.apache.pekko.stream.javadsl.Source
- combine(Source<T, ?>, Source<T, ?>, List<Source<T, ?>>, Function<Integer, ? extends Graph<UniformFanInShape<T, U>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Source$
- combine(Sink<U, ?>, Sink<U, ?>, Seq<Sink<U, ?>>, Function1<Object, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Combine several sinks with fan-out strategy like
BroadcastorBalanceand returnsSink. - combine(Sink<U, ?>, Sink<U, ?>, Seq<Sink<U, ?>>, Function1<Object, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Combine several sinks with fan-out strategy like
BroadcastorBalanceand returnsSink. - combine(Source<T, ?>, Source<T, ?>, Seq<Source<T, ?>>, Function1<Object, Graph<UniformFanInShape<T, U>, NotUsed>>) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Deprecated.Use `Source.combine` on companion object instead. Since Akka 2.5.5.
- combine(Source<T, ?>, Source<T, ?>, Seq<Source<T, ?>>, Function1<Object, Graph<UniformFanInShape<T, U>, NotUsed>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
- combine(Seq<Graph<SinkShape<U>, M>>, Function1<Object, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Combine several sinks with fan-out strategy like
BroadcastorBalanceand returnsSink. - combine(Seq<Graph<SinkShape<U>, M>>, Function1<Object, Graph<UniformFanOutShape<T, U>, NotUsed>>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Combine several sinks with fan-out strategy like
BroadcastorBalanceand returnsSink. - combine(Seq<Graph<SourceShape<T>, M>>, Function1<Object, Graph<UniformFanInShape<T, U>, NotUsed>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
- CombinedReadEventAdapter$() - Constructor for class org.apache.pekko.persistence.journal.EventAdapters.CombinedReadEventAdapter$
- combineKeyLength(byte, int) - Method in class org.apache.pekko.remote.artery.RemoteInstruments$
- combineMat(Sink<U, M1>, Sink<U, M2>, Function<Integer, Graph<UniformFanOutShape<T, U>, NotUsed>>, Function2<M1, M2, M>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Combine two sinks with fan-out strategy like
BroadcastorBalanceand returnsSinkwith 2 outlets. - combineMat(Sink<U, M1>, Sink<U, M2>, Function<Integer, Graph<UniformFanOutShape<T, U>, NotUsed>>, Function2<M1, M2, M>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Combine two sinks with fan-out strategy like
BroadcastorBalanceand returnsSinkwith 2 outlets. - combineMat(Source<T, M1>, Source<T, M2>, Function<Integer, ? extends Graph<UniformFanInShape<T, U>, NotUsed>>, Function2<M1, M2, M>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Combines two sources with fan-in strategy like
MergeorConcatand returnsSourcewith a materialized value. - combineMat(Source<T, M1>, Source<T, M2>, Function<Integer, ? extends Graph<UniformFanInShape<T, U>, NotUsed>>, Function2<M1, M2, M>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Combines two sources with fan-in strategy like
MergeorConcatand returnsSourcewith a materialized value. - combineMat(Sink<U, M1>, Sink<U, M2>, Function1<Object, Graph<UniformFanOutShape<T, U>, NotUsed>>, Function2<M1, M2, M>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Combine two sinks with fan-out strategy like
BroadcastorBalanceand returnsSinkwith 2 outlets. - combineMat(Sink<U, M1>, Sink<U, M2>, Function1<Object, Graph<UniformFanOutShape<T, U>, NotUsed>>, Function2<M1, M2, M>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Combine two sinks with fan-out strategy like
BroadcastorBalanceand returnsSinkwith 2 outlets. - combineMat(Source<T, M1>, Source<T, M2>, Function1<Object, Graph<UniformFanInShape<T, U>, NotUsed>>, Function2<M1, M2, M>) - Static method in class org.apache.pekko.stream.scaladsl.Source
- combineMat(Source<T, M1>, Source<T, M2>, Function1<Object, Graph<UniformFanInShape<T, U>, NotUsed>>, Function2<M1, M2, M>) - Method in class org.apache.pekko.stream.scaladsl.Source$
- command() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResult
-
The command that was run.
- command() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.CommandResult
-
The command that was run.
- command(Function1<Command, Effect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior.CommandHandler$
-
Convenience for simple commands that don't need the state and context.
- command(Function1<Command, Effect<State>>) - Method in class org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior.CommandHandler$
-
Convenience for simple commands that don't need the state and context.
- Command() - Constructor for class org.apache.pekko.actor.typed.receptionist.Receptionist.Command
- CommandAckTimeout() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- CommandFailed(Tcp.Command) - Constructor for class org.apache.pekko.io.Tcp.CommandFailed
- CommandFailed(Udp.Command) - Constructor for class org.apache.pekko.io.Udp.CommandFailed
- CommandFailed(UdpConnected.Command) - Constructor for class org.apache.pekko.io.UdpConnected.CommandFailed
- CommandFailed$() - Constructor for class org.apache.pekko.io.Tcp.CommandFailed$
- CommandFailed$() - Constructor for class org.apache.pekko.io.Udp.CommandFailed$
- CommandFailed$() - Constructor for class org.apache.pekko.io.UdpConnected.CommandFailed$
- commandHandler() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Implement by handling incoming commands and return an
Effect()to persist or signal other effects of the command handling such as stopping the behavior or others. - commandHandler() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehaviorWithEnforcedReplies
-
Implement by handling incoming commands and return an
Effect()to persist or signal other effects of the command handling such as stopping the behavior or others. - commandHandler() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
-
Implement by handling incoming commands and return an
Effect()to persist or signal other effects of the command handling such as stopping the behavior or others. - commandHandler() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehaviorWithEnforcedReplies
-
Implement by handling incoming commands and return an
Effect()to persist or signal other effects of the command handling such as stopping the behavior or others. - CommandHandler<Command,Event,State> - Interface in org.apache.pekko.persistence.typed.javadsl
-
FunctionalInterface for reacting on commands
- CommandHandler<Command,State> - Interface in org.apache.pekko.persistence.typed.state.javadsl
-
FunctionalInterface for reacting on commands
- CommandHandler$() - Constructor for class org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior.CommandHandler$
- CommandHandler$() - Constructor for class org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior.CommandHandler$
- CommandHandlerBuilder<Command,Event,State> - Class in org.apache.pekko.persistence.typed.javadsl
- CommandHandlerBuilder<Command,State> - Class in org.apache.pekko.persistence.typed.state.javadsl
- CommandHandlerBuilder() - Constructor for class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder
- CommandHandlerBuilder() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder
- CommandHandlerBuilder$ - Class in org.apache.pekko.persistence.typed.javadsl
- CommandHandlerBuilder$ - Class in org.apache.pekko.persistence.typed.state.javadsl
- CommandHandlerBuilder$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder$
- CommandHandlerBuilder$() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder$
- CommandHandlerBuilderByState<Command,Event,S extends State,State> - Class in org.apache.pekko.persistence.typed.javadsl
- CommandHandlerBuilderByState<Command,S extends State,State> - Class in org.apache.pekko.persistence.typed.state.javadsl
- CommandHandlerBuilderByState$ - Class in org.apache.pekko.persistence.typed.javadsl
- CommandHandlerBuilderByState$ - Class in org.apache.pekko.persistence.typed.state.javadsl
- CommandHandlerBuilderByState$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState$
- CommandHandlerBuilderByState$() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState$
- CommandHandlerWithReply<Command,Event,State> - Interface in org.apache.pekko.persistence.typed.javadsl
-
FunctionalInterface for reacting on commands
- CommandHandlerWithReply<Command,State> - Interface in org.apache.pekko.persistence.typed.state.javadsl
-
FunctionalInterface for reacting on commands
- CommandHandlerWithReplyBuilder<Command,Event,State> - Class in org.apache.pekko.persistence.typed.javadsl
- CommandHandlerWithReplyBuilder<Command,State> - Class in org.apache.pekko.persistence.typed.state.javadsl
- CommandHandlerWithReplyBuilder() - Constructor for class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder
- CommandHandlerWithReplyBuilder() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder
- CommandHandlerWithReplyBuilder$ - Class in org.apache.pekko.persistence.typed.javadsl
- CommandHandlerWithReplyBuilder$ - Class in org.apache.pekko.persistence.typed.state.javadsl
- CommandHandlerWithReplyBuilder$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder$
- CommandHandlerWithReplyBuilder$() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder$
- CommandHandlerWithReplyBuilderByState<Command,Event,S extends State,State> - Class in org.apache.pekko.persistence.typed.javadsl
- CommandHandlerWithReplyBuilderByState<Command,S extends State,State> - Class in org.apache.pekko.persistence.typed.state.javadsl
- CommandHandlerWithReplyBuilderByState$ - Class in org.apache.pekko.persistence.typed.javadsl
- CommandHandlerWithReplyBuilderByState$ - Class in org.apache.pekko.persistence.typed.state.javadsl
- CommandHandlerWithReplyBuilderByState$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState$
- CommandHandlerWithReplyBuilderByState$() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState$
- CommandOp - Interface in org.apache.pekko.remote.testconductor
- CommandResult(EventSourcedBehaviorTestKit.CommandResult<Command, Event, State>) - Constructor for class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResult
- CommandResultWithReply(EventSourcedBehaviorTestKit.CommandResultWithReply<Command, Event, State, Reply>) - Constructor for class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResultWithReply
- COMMANDTYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- committed() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- commonConfig(Config) - Method in class org.apache.pekko.remote.testkit.MultiNodeConfig
-
Register a common base config for all test participants, if so desired.
- CommonHandlers - Interface in org.apache.pekko.remote.transport.netty
-
INTERNAL API
- commonJournalConfig(ReplicationId, Set<ReplicaId>, String, Function<ReplicationContext, EventSourcedBehavior<Command, Event, State>>) - Static method in class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcing
-
Initialize a replicated event sourced behavior where all entity replicas are share the same journal configuration.
- commonJournalConfig(ReplicationId, Set<ReplicaId>, String, Function<ReplicationContext, EventSourcedBehavior<Command, Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcing$
-
Initialize a replicated event sourced behavior where all entity replicas are share the same journal configuration.
- commonJournalConfig(ReplicationId, Set<ReplicaId>, String, Function1<ReplicationContext, EventSourcedBehavior<Command, Event, State>>) - Static method in class org.apache.pekko.persistence.typed.scaladsl.ReplicatedEventSourcing
-
Initialize a replicated event sourced behavior where all entity replicas are stored in the same journal.
- commonJournalConfig(ReplicationId, Set<ReplicaId>, String, Function1<ReplicationContext, EventSourcedBehavior<Command, Event, State>>) - Method in class org.apache.pekko.persistence.typed.scaladsl.ReplicatedEventSourcing$
-
Initialize a replicated event sourced behavior where all entity replicas are stored in the same journal.
- CommonTestKitOps<S,P> - Interface in org.apache.pekko.persistence.testkit.scaladsl
- compact() - Method in class org.apache.pekko.util.ByteString.ByteString1
- compact() - Method in class org.apache.pekko.util.ByteString.ByteStrings
- compact() - Method in class org.apache.pekko.util.ByteString
-
Create a new ByteString with all contents compacted into a single, full byte array.
- compact() - Method in class org.apache.pekko.util.CompactByteString
- CompactByteString - Class in org.apache.pekko.util
-
A compact ByteString.
- CompactByteString() - Constructor for class org.apache.pekko.util.CompactByteString
- CompactByteString$ - Class in org.apache.pekko.util
- CompactByteString$() - Constructor for class org.apache.pekko.util.CompactByteString$
- compactionInterval(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement
- compactionIntervals() - Method in interface org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement
- compactionIntervals() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- compactionIntervals() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- compactionLimit(String, long) - Method in interface org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement
- compactionSegment(String, long) - Method in interface org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement
- CompactionSegmentManagement - Interface in org.apache.pekko.persistence.journal.leveldb
-
INTERNAL API.
- CompactionSegmentManagement$ - Class in org.apache.pekko.persistence.journal.leveldb
- CompactionSegmentManagement$() - Constructor for class org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement$
- Companion$() - Constructor for class org.apache.pekko.util.ByteString.Companion$
- comparator() - Static method in class org.apache.pekko.util.UUIDComparator
- comparator() - Method in class org.apache.pekko.util.UUIDComparator$
- compare(A, A) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.KeyComparator
- compare(UUID, UUID) - Method in class org.apache.pekko.util.UUIDComparator
- compare(ReplicatorMessages.OtherMessage, ReplicatorMessages.OtherMessage) - Static method in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
- compare(ReplicatorMessages.OtherMessage, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator$
- compare(UniqueAddress) - Method in class org.apache.pekko.cluster.UniqueAddress
- compare(Envelope, Envelope) - Method in class org.apache.pekko.dispatch.PriorityGenerator
- compare(CachePolicy.Ttl, CachePolicy.Ttl) - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl$.TtlIsOrdered$
- compare(Sequence) - Method in class org.apache.pekko.persistence.query.Sequence
- compare(TimeBasedUUID) - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- compare(SeqNo) - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- compare(UniqueAddress) - Method in class org.apache.pekko.remote.UniqueAddress
- compare(ByteString, ByteString) - Method in class org.apache.pekko.util.ByteString.ByteStrings$
- compare(PriorityQueueStabilizer.WrappedElement<E>, PriorityQueueStabilizer.WrappedElement<E>) - Method in class org.apache.pekko.util.PriorityQueueStabilizer.WrappedElementComparator
- compareBy2ndValue() - Method in class org.apache.pekko.remote.artery.compress.CompressionTable$
- CompareBy2ndValue() - Method in class org.apache.pekko.remote.artery.compress.CompressionTable$
- compareClassifiers(C, C) - Method in class org.apache.pekko.event.japi.ScanningEventBus
-
Provides a total ordering of Classifiers (think java.util.Comparator.compare)
- compareClassifiers(ScanningClassification, ScanningClassification) - Method in interface org.apache.pekko.event.ScanningClassification
-
Provides a total ordering of Classifiers (think java.util.Comparator.compare)
- compareIdentityHash(Object, Object) - Static method in class org.apache.pekko.util.Helpers
- compareIdentityHash(Object, Object) - Method in class org.apache.pekko.util.Helpers$
- compareSubscribers(ActorRef, ActorRef) - Method in interface org.apache.pekko.event.ActorEventBus
- compareSubscribers(LookupClassification, LookupClassification) - Method in interface org.apache.pekko.event.LookupClassification
-
Provides a total ordering of Subscribers (think java.util.Comparator.compare)
- compareSubscribers(ScanningClassification, ScanningClassification) - Method in interface org.apache.pekko.event.ScanningClassification
-
Provides a total ordering of Subscribers (think java.util.Comparator.compare)
- compareSubscribers(S, S) - Method in class org.apache.pekko.event.japi.LookupEventBus
-
Provides a total ordering of Subscribers (think java.util.Comparator.compare)
- compareSubscribers(S, S) - Method in class org.apache.pekko.event.japi.ScanningEventBus
-
Provides a total ordering of Subscribers (think java.util.Comparator.compare)
- compareTo(ActorPath) - Method in class org.apache.pekko.actor.ChildActorPath
- compareTo(ActorPath) - Method in class org.apache.pekko.actor.RootActorPath
- compareTo(ActorRef) - Method in class org.apache.pekko.actor.ActorRef
-
Comparison takes path and the unique id of the actor cell into account.
- compareTo(ActorRef) - Static method in class org.apache.pekko.actor.Nobody
- compareTo(ActorRef<?>) - Method in interface org.apache.pekko.actor.typed.internal.ActorRefImpl
-
Comparison takes path and the unique id of the actor cell into account.
- compareTo(VersionVector) - Method in class org.apache.pekko.cluster.ddata.VersionVector
-
Compare two version vectors.
- compareTo(VectorClock) - Method in class org.apache.pekko.cluster.VectorClock
-
Compare two vector clocks.
- compareTo(ManifestInfo.Version) - Method in class org.apache.pekko.util.ManifestInfo.Version
- compareTo(Version) - Method in class org.apache.pekko.util.Version
- CompatibleConfig - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
-
CompatibleConfig = 3; - CompatibleConfig(Config) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- CompatibleConfig_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
-
CompatibleConfig = 3; - CompatibleConfig$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig$
- compile() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- compile() - Method in class org.apache.pekko.persistence.PluginSpec
- complete() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes
-
Complete fishing and return this message
- complete() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes$
-
Complete fishing and return this message
- complete() - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.FishingOutcomes
-
Complete fishing and return all messages up until this
- complete() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.FishingOutcomes$
-
Complete fishing and return all messages up until this
- complete() - Method in interface org.apache.pekko.stream.BoundedSourceQueue
-
Completes the stream normally.
- complete() - Method in interface org.apache.pekko.stream.javadsl.SourceQueueWithComplete
-
Completes the stream normally.
- complete() - Method in interface org.apache.pekko.stream.scaladsl.SourceQueueWithComplete
-
Completes the stream normally.
- complete() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet
-
Complete this output port.
- complete() - Method in class org.apache.pekko.testkit.DebugFilter
- complete() - Method in class org.apache.pekko.testkit.ErrorFilter
- complete() - Method in class org.apache.pekko.testkit.EventFilter
- complete() - Method in class org.apache.pekko.testkit.InfoFilter
- complete() - Method in class org.apache.pekko.testkit.WarningFilter
- complete(Outlet<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Signals that there will be no more elements emitted on the given port.
- Complete$() - Constructor for class org.apache.pekko.actor.testkit.typed.FishingOutcome.Complete$
- CompletedSubscription(Subscriber<T>) - Constructor for class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- CompletedSubscription$() - Constructor for class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription$
- completeHandshake(UniqueAddress) - Method in interface org.apache.pekko.remote.artery.InboundContext
- completeStage() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$
-
Java API
- completeStage() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Automatically invokes
GraphStageLogic.<T>cancel(org.apache.pekko.stream.Inlet<T>)orGraphStageLogic.<T>complete(org.apache.pekko.stream.Outlet<T>)on all the input or output ports that have been called, then marks the operator as stopped. - CompleteStage$() - Constructor for class org.apache.pekko.stream.Attributes.CancellationStrategy$.CompleteStage$
- completionStage(CompletionStage<T>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Emits a single value when the given
CompletionStageis successfully completed and then completes the stream. - completionStage(CompletionStage<T>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Emits a single value when the given
CompletionStageis successfully completed and then completes the stream. - completionStage(CompletionStage<T>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Emits a single value when the given
CompletionStageis successfully completed and then completes the stream. - completionStage(CompletionStage<T>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Emits a single value when the given
CompletionStageis successfully completed and then completes the stream. - completionStageFlow(CompletionStage<Flow<I, O, M>>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Turn a
CompletionStageinto a flow that will consume the values of the source when the future completes successfully. - completionStageFlow(CompletionStage<Flow<I, O, M>>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Turn a
CompletionStageinto a flow that will consume the values of the source when the future completes successfully. - CompletionStageOps(CompletionStage<T>) - Constructor for class org.apache.pekko.util.FutureConverters.CompletionStageOps
- CompletionStageOps(CompletionStage<T>) - Static method in class org.apache.pekko.util.FutureConverters
- CompletionStageOps(CompletionStage<T>) - Method in class org.apache.pekko.util.FutureConverters$
- CompletionStageOps$() - Constructor for class org.apache.pekko.util.FutureConverters.CompletionStageOps$
- completionStageSink(CompletionStage<Sink<T, M>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Turn a
Future[Sink]into a Sink that will consume the values of the source when the future completes successfully. - completionStageSink(CompletionStage<Sink<T, M>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Turn a
Future[Sink]into a Sink that will consume the values of the source when the future completes successfully. - completionStageSource(CompletionStage<Source<T, M>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Turn a
CompletionStage[Source]into a source that will emit the values of the source when the future completes successfully. - completionStageSource(CompletionStage<Source<T, M>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Turn a
CompletionStage[Source]into a source that will emit the values of the source when the future completes successfully. - CompletionStrategy - Interface in org.apache.pekko.stream
- CompletionStrategy.Draining$ - Class in org.apache.pekko.stream
-
INTERNAL API
- CompletionStrategy.Immediately$ - Class in org.apache.pekko.stream
-
INTERNAL API
- CompletionStrategy$ - Class in org.apache.pekko.stream
- CompletionStrategy$() - Constructor for class org.apache.pekko.stream.CompletionStrategy$
- completionTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
If the completion of the stream does not happen until the provided timeout, the stream is failed with a
CompletionTimeoutException. - completionTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
If the completion of the stream does not happen until the provided timeout, the stream is failed with a
CompletionTimeoutException. - completionTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
If the completion of the stream does not happen until the provided timeout, the stream is failed with a
CompletionTimeoutException. - completionTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
If the completion of the stream does not happen until the provided timeout, the stream is failed with a
CompletionTimeoutException. - completionTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- completionTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- completionTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- completionTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- completionTimeout(FiniteDuration) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
If the completion of the stream does not happen until the provided timeout, the stream is failed with a
CompletionTimeoutException. - CompletionTimeoutException - Exception in org.apache.pekko.stream
- CompletionTimeoutException(String) - Constructor for exception org.apache.pekko.stream.CompletionTimeoutException
- CompositeEffect$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- CompositeEffect$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- CompositeEffect$() - Constructor for class org.apache.pekko.persistence.typed.internal.CompositeEffect$
- CompositeEffect$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.CompositeEffect$
- CompositePassivationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$
- CompoundWrite(Tcp.SimpleWriteCommand, Tcp.WriteCommand) - Constructor for class org.apache.pekko.io.Tcp.CompoundWrite
- CompoundWrite$() - Constructor for class org.apache.pekko.io.Tcp.CompoundWrite$
- compress(MessageLite) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- compress(MessageLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- compress(MessageLite) - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- Compression - Class in org.apache.pekko.serialization.jackson
- Compression - Class in org.apache.pekko.stream.javadsl
- Compression - Class in org.apache.pekko.stream.scaladsl
- Compression() - Constructor for class org.apache.pekko.serialization.jackson.Compression
- Compression() - Constructor for class org.apache.pekko.stream.javadsl.Compression
- Compression() - Constructor for class org.apache.pekko.stream.scaladsl.Compression
- Compression.Algoritm - Interface in org.apache.pekko.serialization.jackson
- Compression.GZip - Class in org.apache.pekko.serialization.jackson
- Compression.GZip$ - Class in org.apache.pekko.serialization.jackson
- Compression.LZ4 - Class in org.apache.pekko.serialization.jackson
- Compression.LZ4$ - Class in org.apache.pekko.serialization.jackson
- Compression.Off$ - Class in org.apache.pekko.serialization.jackson
- Compression$ - Class in org.apache.pekko.serialization.jackson
- Compression$ - Class in org.apache.pekko.stream.javadsl
- Compression$ - Class in org.apache.pekko.stream.scaladsl
- Compression$() - Constructor for class org.apache.pekko.serialization.jackson.Compression$
- Compression$() - Constructor for class org.apache.pekko.stream.javadsl.Compression$
- Compression$() - Constructor for class org.apache.pekko.stream.scaladsl.Compression$
- compressionActorRefAdvertisement(long) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- compressionActorRefAdvertisement(long) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- compressionActorRefAdvertisement(long) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- compressionClassManifestAdvertisement(long) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- compressionClassManifestAdvertisement(long) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- compressionClassManifestAdvertisement(long) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- CompressionProtocol - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionProtocol() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol
- CompressionProtocol.ActorRefCompressionAdvertisement$ - Class in org.apache.pekko.remote.artery.compress
- CompressionProtocol.ActorRefCompressionAdvertisementAck$ - Class in org.apache.pekko.remote.artery.compress
- CompressionProtocol.ClassManifestCompressionAdvertisement$ - Class in org.apache.pekko.remote.artery.compress
- CompressionProtocol.ClassManifestCompressionAdvertisementAck$ - Class in org.apache.pekko.remote.artery.compress
- CompressionProtocol.CompressionAckMessage - Interface in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.CompressionAdvertisement<T> - Interface in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.CompressionMessage - Interface in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$ - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$.Event - Interface in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$.HeavyHitterDetected - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$.HeavyHitterDetected$ - Class in org.apache.pekko.remote.artery.compress
- CompressionProtocol.Events$.ReceivedActorRefCompressionTable - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$.ReceivedActorRefCompressionTable$ - Class in org.apache.pekko.remote.artery.compress
- CompressionProtocol.Events$.ReceivedClassManifestCompressionTable - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionProtocol.Events$.ReceivedClassManifestCompressionTable$ - Class in org.apache.pekko.remote.artery.compress
- CompressionProtocol$ - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionProtocol$() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol$
- CompressionTable$ - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- CompressionTable$() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionTable$
- concat(ConfigValidation) - Method in interface org.apache.pekko.cluster.ConfigValidation
- concat(ConfigValidation) - Static method in class org.apache.pekko.cluster.Valid
- concat(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
- concat(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Concatenate this
Sourcewith the given one, meaning that once current is exhausted and all result elements have been generated, the given source elements will be produced. - concat(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- concat(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- concat(Graph<SourceShape<U>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- concat(ByteString) - Method in class org.apache.pekko.util.ByteString
-
Java API: efficiently concatenate another ByteString.
- Concat - Class in org.apache.pekko.stream.javadsl
-
Takes two streams and outputs an output stream formed from the two input streams by consuming one stream first emitting all of its elements, then consuming the second stream emitting all of its elements.
- Concat<T> - Class in org.apache.pekko.stream.scaladsl
-
Takes multiple streams and outputs one stream formed from the input streams by first emitting all of the elements from the first stream and then emitting all of the elements from the second stream, etc.
- Concat() - Constructor for class org.apache.pekko.stream.javadsl.Concat
- Concat(int) - Constructor for class org.apache.pekko.stream.scaladsl.Concat
- Concat$ - Class in org.apache.pekko.stream.javadsl
-
Takes two streams and outputs an output stream formed from the two input streams by consuming one stream first emitting all of its elements, then consuming the second stream emitting all of its elements.
- Concat$ - Class in org.apache.pekko.stream.scaladsl
- Concat$() - Constructor for class org.apache.pekko.stream.javadsl.Concat$
- Concat$() - Constructor for class org.apache.pekko.stream.scaladsl.Concat$
- concatAllLazy(Graph<SourceShape<Out>, ?>...) - Method in class org.apache.pekko.stream.javadsl.Flow
- concatAllLazy(Graph<SourceShape<Out>, ?>...) - Method in class org.apache.pekko.stream.javadsl.Source
-
Concatenate the given
Sources to this one, meaning that once this Flow’s input is exhausted and all result elements have been generated, the Source’s elements will be produced. - concatAllLazy(Graph<SourceShape<Out>, ?>...) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- concatAllLazy(Graph<SourceShape<Out>, ?>...) - Method in class org.apache.pekko.stream.javadsl.SubSource
- concatAllLazy(Seq<Graph<SourceShape<Out>, ?>>) - Method in class org.apache.pekko.stream.javadsl.Flow
- concatAllLazy(Seq<Graph<SourceShape<Out>, ?>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Concatenate the given
Sources to this one, meaning that once this Flow’s input is exhausted and all result elements have been generated, the Source’s elements will be produced. - concatAllLazy(Seq<Graph<SourceShape<Out>, ?>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- concatAllLazy(Seq<Graph<SourceShape<Out>, ?>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- concatAllLazy(Seq<Graph<SourceShape<U>, ?>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- concatGraph(Graph<SourceShape<U>, Mat2>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- concatLazy(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
- concatLazy(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Source
- concatLazy(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- concatLazy(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- concatLazy(Graph<SourceShape<U>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- concatLazyMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- concatLazyMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
- concatLazyMat(Graph<SourceShape<U>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- concatMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- concatMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Concatenate this
Sourcewith the given one, meaning that once current is exhausted and all result elements have been generated, the given source elements will be produced. - concatMat(Graph<SourceShape<U>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- concatSubstreams() - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Flatten the sub-flows back into the super-flow by concatenating them.
- concatSubstreams() - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Flatten the sub-flows back into the super-source by concatenating them.
- concatSubstreams() - Method in interface org.apache.pekko.stream.scaladsl.SubFlow
-
Flatten the sub-flows back into the super-flow by concatenating them.
- concurrent() - Method in interface org.apache.pekko.persistence.typed.javadsl.ReplicationContext
-
Must only be called from the event handler
- concurrent() - Method in interface org.apache.pekko.persistence.typed.scaladsl.ReplicationContext
-
Must only be called from the event handler
- CONCURRENT_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- Concurrent$() - Constructor for class org.apache.pekko.cluster.ddata.VersionVector.Concurrent$
- Concurrent$() - Constructor for class org.apache.pekko.cluster.VectorClock.Concurrent$
- ConcurrentAsyncCallbackState - Class in org.apache.pekko.stream.stage
-
INTERNAL API
- ConcurrentAsyncCallbackState() - Constructor for class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState
- ConcurrentAsyncCallbackState.Event<E> - Class in org.apache.pekko.stream.stage
- ConcurrentAsyncCallbackState.Event$ - Class in org.apache.pekko.stream.stage
- ConcurrentAsyncCallbackState.Initialized$ - Class in org.apache.pekko.stream.stage
- ConcurrentAsyncCallbackState.Pending<E> - Class in org.apache.pekko.stream.stage
- ConcurrentAsyncCallbackState.Pending$ - Class in org.apache.pekko.stream.stage
- ConcurrentAsyncCallbackState.State<E> - Interface in org.apache.pekko.stream.stage
- ConcurrentAsyncCallbackState$ - Class in org.apache.pekko.stream.stage
-
INTERNAL API
- ConcurrentAsyncCallbackState$() - Constructor for class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState$
- ConcurrentInstance() - Static method in class org.apache.pekko.cluster.ddata.VersionVector
-
Java API: The
VersionVector.Concurrentinstance - ConcurrentInstance() - Method in class org.apache.pekko.cluster.ddata.VersionVector$
-
Java API: The
VersionVector.Concurrentinstance - ConcurrentMultiMap<K,V> - Class in org.apache.pekko.util
-
An implementation of a ConcurrentMultiMap Adds/remove is serialized over the specified key Reads are fully concurrent <-- el-cheapo
- ConcurrentMultiMap(int, Comparator<V>) - Constructor for class org.apache.pekko.util.ConcurrentMultiMap
- conditionalTerminateInput(Function0<Object>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Input handler that terminates the state upon receiving completion if the given condition holds at that time.
- ConditionalTerminateInput(Function0<Object>) - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.ConditionalTerminateInput
- conditionalTerminateOutput(Function0<Object>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Output handler that terminates the state upon receiving completion if the given condition holds at that time.
- ConditionalTerminateOutput(Function0<Object>) - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.ConditionalTerminateOutput
- Conductor - Interface in org.apache.pekko.remote.testconductor
-
The conductor is the one orchestrating the test: it governs the
pekko.remote.testconductor.Controller’s port to which allpekko.remote.testconductor.Players connect, it issues commands to theirorg.apache.pekko.remote.testconductor.NetworkFailureInjectorand provides support for barriers using thepekko.remote.testconductor.BarrierCoordinator. - confidence() - Method in class org.apache.pekko.remote.artery.compress.CountMinSketch
- config() - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- config() - Method in class org.apache.pekko.actor.ActorSystem.Settings
-
The backing Config of this ActorSystem's Settings
- config() - Method in class org.apache.pekko.actor.BootstrapSetup
- config() - Method in class org.apache.pekko.actor.Deploy
- config() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ManualTime
-
Config that needs to be in place for the actor system to use the manual
- config() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ManualTime$
-
Config that needs to be in place for the actor system to use the manual
- config() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- config() - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ManualTime
-
Config needed to use the
ExplicitlyTriggeredScheduler - config() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ManualTime$
-
Config needed to use the
ExplicitlyTriggeredScheduler - config() - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
- config() - Method in class org.apache.pekko.actor.typed.Settings
- config() - Method in class org.apache.pekko.cluster.ClusterSettings
- config() - Method in class org.apache.pekko.cluster.ClusterSettings.CrossDcFailureDetectorSettings
- config() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- config() - Method in class org.apache.pekko.dispatch.MessageDispatcherConfigurator
- config() - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- config() - Static method in class org.apache.pekko.persistence.journal.JournalSpec
- config() - Method in class org.apache.pekko.persistence.journal.JournalSpec$
- config() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- config() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- config() - Method in class org.apache.pekko.persistence.PluginSpec
- config() - Static method in class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec
- config() - Method in class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec$
- config() - Static method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
The configuration to be included in the configuration of the
ActorSystem. - config() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit$
-
The configuration to be included in the configuration of the
ActorSystem. - config() - Static method in class org.apache.pekko.persistence.testkit.PersistenceTestKitDurableStateStorePlugin
- config() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitDurableStateStorePlugin$
- config() - Static method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- config() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin$
- config() - Static method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- config() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin$
- config() - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit$
-
The configuration to be included in the configuration of the
ActorSystem. - config() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- config() - Method in class org.apache.pekko.remote.artery.tcp.ssl.RotatingKeysSSLEngineProvider
- config() - Method in class org.apache.pekko.remote.RemoteSettings
- config() - Static method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings
- config() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
- config() - Method in class org.apache.pekko.serialization.Serialization.Settings
- config() - Method in class org.apache.pekko.testkit.TestKitSettings
- CONFIG_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- configCheck() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- CONFIGCHECK_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- ConfigCheckUnsupportedByJoiningNode$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$
- ConfigCompatCheckers() - Method in class org.apache.pekko.cluster.ClusterSettings
- configForBinding(String, Config) - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
-
The configuration for a given
bindingName. - configForBinding(String, Config) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider$
-
The configuration for a given
bindingName. - CONFIGMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- ConfigName() - Method in class org.apache.pekko.persistence.serialization.SnapshotAutoMigration$
- configOfJoiningNode() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- ConfigOps$() - Constructor for class org.apache.pekko.util.Helpers.ConfigOps$
- configPath() - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit.Settings$
- configPath() - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit.Settings$
- CONFIGSERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- ConfigServicesParser - Class in org.apache.pekko.discovery.config
-
INTERNAL API
- ConfigServicesParser() - Constructor for class org.apache.pekko.discovery.config.ConfigServicesParser
- ConfigServicesParser$ - Class in org.apache.pekko.discovery.config
-
INTERNAL API
- ConfigServicesParser$() - Constructor for class org.apache.pekko.discovery.config.ConfigServicesParser$
- ConfigSSLEngineProvider - Class in org.apache.pekko.remote.artery.tcp
-
Config in pekko.remote.artery.ssl.config-ssl-engine
- ConfigSSLEngineProvider - Class in org.apache.pekko.remote.transport.netty
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- ConfigSSLEngineProvider(Config, MarkerLoggingAdapter) - Constructor for class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- ConfigSSLEngineProvider(ActorSystem) - Constructor for class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- ConfigSSLEngineProvider(ActorSystem) - Constructor for class org.apache.pekko.remote.transport.netty.ConfigSSLEngineProvider
-
Deprecated.
- ConfigSSLEngineProvider(MarkerLoggingAdapter, SSLSettings) - Constructor for class org.apache.pekko.remote.transport.netty.ConfigSSLEngineProvider
-
Deprecated.
- configToEnableJavaSerializationForTest() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbJournal$
-
Configuration to enable
TestJavaSerializerinpekko-testkitfor for the messages used bySharedLeveldbJournal. - ConfigurationException - Exception in org.apache.pekko
-
This exception is thrown when Apache Pekko detects a problem with the provided configuration
- ConfigurationException(String) - Constructor for exception org.apache.pekko.ConfigurationException
- ConfigurationException(String, Throwable) - Constructor for exception org.apache.pekko.ConfigurationException
- configurator() - Method in class org.apache.pekko.dispatch.MessageDispatcher
- configure(SSLEngine, SSLContext) - Method in class com.typesafe.sslconfig.pekko.DefaultSSLEngineConfigurator
-
Deprecated.
- configure(SSLEngine, SSLContext) - Method in interface com.typesafe.sslconfig.pekko.SSLEngineConfigurator
-
Deprecated.
- configure(BundleContext, ActorSystem) - Method in class org.apache.pekko.osgi.ActorSystemActivator
-
Implement this method to add your own actors to the ActorSystem.
- configure(Seq<Option<Function1<ThreadPoolConfigBuilder, ThreadPoolConfigBuilder>>>) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- configureCipherSuites(String[], SSLConfigSettings) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- configureDispatcher(Props) - Method in class org.apache.pekko.remote.RemoteSettings
- configureExecutor() - Method in class org.apache.pekko.dispatch.MessageDispatcherConfigurator
- configureNextPortIfFixed(Config) - Static method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- configureNextPortIfFixed(Config) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec$
- configureProtocols(String[], SSLConfigSettings) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- ConfigUtil - Class in org.apache.pekko.cluster
- ConfigUtil() - Constructor for class org.apache.pekko.cluster.ConfigUtil
- ConfigUtil$ - Class in org.apache.pekko.cluster
- ConfigUtil$() - Constructor for class org.apache.pekko.cluster.ConfigUtil$
- ConfigValidation - Interface in org.apache.pekko.cluster
- ConfigVersion() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- confirmActorRefCompressionAdvertisement(long, byte) - Method in interface org.apache.pekko.remote.artery.compress.InboundCompressions
- confirmActorRefCompressionAdvertisement(long, byte) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- confirmActorRefCompressionAdvertisement(long, byte) - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- confirmationQualifier() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- confirmationQualifier() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- confirmClassManifestCompressionAdvertisement(long, byte) - Method in interface org.apache.pekko.remote.artery.compress.InboundCompressions
- confirmClassManifestCompressionAdvertisement(long, byte) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- confirmClassManifestCompressionAdvertisement(long, byte) - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- confirmDelivery(long) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
Call this method when a message has been confirmed by the destination, or to abort re-sending.
- confirmed() - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
-
Java API: the singleton instance of the Confirmed message.
- confirmed() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
-
Java API: the singleton instance of the Confirmed message.
- confirmed(long, String, long) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- CONFIRMED_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- Confirmed$() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
- Confirmed$() - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Confirmed$
- ConfirmedClientOp - Interface in org.apache.pekko.remote.testconductor
- confirmedClose() - Static method in class org.apache.pekko.io.TcpMessage
-
A confirmed close operation will flush pending writes and half-close the connection, waiting for the peer to close the other half.
- confirmedClose() - Method in class org.apache.pekko.io.TcpMessage$
-
A confirmed close operation will flush pending writes and half-close the connection, waiting for the peer to close the other half.
- ConfirmedClose$() - Constructor for class org.apache.pekko.io.Tcp.ConfirmedClose$
- ConfirmedClosed$() - Constructor for class org.apache.pekko.io.Tcp.ConfirmedClosed$
- confirmedSeqNr() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- confirmedSeqNr() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- confirmedSeqNr() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- confirmedSeqNr() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- CONFIRMEDSEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- CONFIRMEDSEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- confirmTo() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery
- conflate(Function2<Out, Out, Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Allows a faster upstream to progress independently of a slower subscriber by conflating elements into a summary until the subscriber is ready to accept them.
- conflate(Function2<Out, Out, Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Allows a faster upstream to progress independently of a slower subscriber by conflating elements into a summary until the subscriber is ready to accept them.
- conflate(Function2<Out, Out, Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Allows a faster upstream to progress independently of a slower subscriber by conflating elements into a summary until the subscriber is ready to accept them.
- conflate(Function2<Out, Out, Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Allows a faster upstream to progress independently of a slower subscriber by conflating elements into a summary until the subscriber is ready to accept them.
- conflate(Function2<O2, O2, O2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Allows a faster upstream to progress independently of a slower subscriber by conflating elements into a summary until the subscriber is ready to accept them.
- conflateWithSeed(Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Allows a faster upstream to progress independently of a slower subscriber by conflating elements into a summary until the subscriber is ready to accept them.
- conflateWithSeed(Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Allows a faster upstream to progress independently of a slower subscriber by conflating elements into a summary until the subscriber is ready to accept them.
- conflateWithSeed(Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Allows a faster upstream to progress independently of a slower subscriber by conflating elements into a summary until the subscriber is ready to accept them.
- conflateWithSeed(Function<Out, S>, Function2<S, Out, S>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Allows a faster upstream to progress independently of a slower subscriber by conflating elements into a summary until the subscriber is ready to accept them.
- conflateWithSeed(Function1<Out, S>, Function2<S, Out, S>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Allows a faster upstream to progress independently of a slower subscriber by conflating elements into a summary until the subscriber is ready to accept them.
- connect(InetSocketAddress) - Static method in class org.apache.pekko.io.TcpMessage
-
Connect to the given
remoteAddresswithout binding to a local address and without specifying options. - connect(InetSocketAddress) - Method in class org.apache.pekko.io.TcpMessage$
-
Connect to the given
remoteAddresswithout binding to a local address and without specifying options. - connect(InetSocketAddress, InetSocketAddress, Iterable<Inet.SocketOption>, Duration, boolean) - Static method in class org.apache.pekko.io.TcpMessage
-
The Connect message is sent to the TCP manager actor, which is obtained via
TcpExt.getManager(). - connect(InetSocketAddress, InetSocketAddress, Iterable<Inet.SocketOption>, Duration, boolean) - Method in class org.apache.pekko.io.TcpMessage$
-
The Connect message is sent to the TCP manager actor, which is obtained via
TcpExt.getManager(). - connect(InetSocketAddress, InetSocketAddress, Iterable<Inet.SocketOption>, FiniteDuration, boolean) - Static method in class org.apache.pekko.io.TcpMessage
-
The Connect message is sent to the TCP manager actor, which is obtained via
TcpExt.getManager(). - connect(InetSocketAddress, InetSocketAddress, Iterable<Inet.SocketOption>, FiniteDuration, boolean) - Method in class org.apache.pekko.io.TcpMessage$
-
The Connect message is sent to the TCP manager actor, which is obtained via
TcpExt.getManager(). - connect(ActorRef, InetSocketAddress) - Static method in class org.apache.pekko.io.UdpConnectedMessage
-
Connect without specifying the
localAddressoroptions. - connect(ActorRef, InetSocketAddress) - Method in class org.apache.pekko.io.UdpConnectedMessage$
-
Connect without specifying the
localAddressoroptions. - connect(ActorRef, InetSocketAddress, Iterable<Inet.SocketOption>) - Static method in class org.apache.pekko.io.UdpConnectedMessage
-
Connect without specifying the
localAddress. - connect(ActorRef, InetSocketAddress, Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.io.UdpConnectedMessage$
-
Connect without specifying the
localAddress. - connect(ActorRef, InetSocketAddress, InetSocketAddress, Iterable<Inet.SocketOption>) - Static method in class org.apache.pekko.io.UdpConnectedMessage
-
Send this message to the
UdpExt.manager()in order to bind to a local port (optionally with the chosenlocalAddress) and create a UDP socket which is restricted to sending to and receiving from the givenremoteAddress. - connect(ActorRef, InetSocketAddress, InetSocketAddress, Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.io.UdpConnectedMessage$
-
Send this message to the
UdpExt.manager()in order to bind to a local port (optionally with the chosenlocalAddress) and create a UDP socket which is restricted to sending to and receiving from the givenremoteAddress. - connect(Address, Option<Object>) - Static method in class org.apache.pekko.remote.RemoteLogMarker
-
Marker "pekkoConnect" of log event when outbound connection is attempted.
- connect(Address, Option<Object>) - Method in class org.apache.pekko.remote.RemoteLogMarker$
-
Marker "pekkoConnect" of log event when outbound connection is attempted.
- Connect(InetSocketAddress, Option<InetSocketAddress>, Iterable<Inet.SocketOption>, Option<FiniteDuration>, boolean) - Constructor for class org.apache.pekko.io.Tcp.Connect
- Connect(ActorRef, InetSocketAddress, Option<InetSocketAddress>, Iterable<Inet.SocketOption>) - Constructor for class org.apache.pekko.io.UdpConnected.Connect
- Connect$() - Constructor for class org.apache.pekko.io.Tcp.Connect$
- Connect$() - Constructor for class org.apache.pekko.io.UdpConnected.Connect$
- Connected(InetSocketAddress, InetSocketAddress) - Constructor for class org.apache.pekko.io.Tcp.Connected
- Connected$() - Constructor for class org.apache.pekko.io.Tcp.Connected$
- Connected$() - Constructor for class org.apache.pekko.io.UdpConnected.Connected$
- ConnectionException - Exception in org.apache.pekko.stream
- ConnectionException(String) - Constructor for exception org.apache.pekko.stream.ConnectionException
- connections() - Method in interface org.apache.pekko.stream.snapshot.RunningInterpreter
-
Each connection between logics in the interpreter
- ConnectionSnapshot - Interface in org.apache.pekko.stream.snapshot
-
Not for user extension
- ConnectionSnapshot.Closed$ - Class in org.apache.pekko.stream.snapshot
- ConnectionSnapshot.ConnectionState - Interface in org.apache.pekko.stream.snapshot
- ConnectionSnapshot.ShouldPull$ - Class in org.apache.pekko.stream.snapshot
- ConnectionSnapshot.ShouldPush$ - Class in org.apache.pekko.stream.snapshot
- ConnectionSnapshot$ - Class in org.apache.pekko.stream.snapshot
- ConnectionSnapshot$() - Constructor for class org.apache.pekko.stream.snapshot.ConnectionSnapshot$
- ConnectionSnapshotImpl$ - Class in org.apache.pekko.stream.snapshot
- ConnectionSnapshotImpl$() - Constructor for class org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl$
- ConnectionTimeout() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- ConnectTimeout() - Static method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings
- ConnectTimeout() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
- connectTimeoutExpired(Option<FiniteDuration>) - Method in class org.apache.pekko.io.TcpOutgoingConnection$
- consistency() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- consistency() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- consistency() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- consistency() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- consistency() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- consistency() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- CONSISTENCY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- CONSISTENCYADDITIONAL_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- CONSISTENCYMINCAP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- consistentHash() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- ConsistentHash<T> - Class in org.apache.pekko.routing
-
Consistent Hashing node ring implementation.
- ConsistentHash() - Constructor for class org.apache.pekko.routing.ConsistentHash
- consistentHash_$eq(ConsistentHash<Address>) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- ConsistentHash$ - Class in org.apache.pekko.routing
- ConsistentHash$() - Constructor for class org.apache.pekko.routing.ConsistentHash$
- ConsistentHashableEnvelope(Object, Object) - Constructor for class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- ConsistentHashableEnvelope$() - Constructor for class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope$
- ConsistentHashingGroup - Class in org.apache.pekko.routing
-
A router group that uses consistent hashing to select a routee based on the sent message.
- ConsistentHashingGroup(Config) - Constructor for class org.apache.pekko.routing.ConsistentHashingGroup
- ConsistentHashingGroup(Iterable<String>) - Constructor for class org.apache.pekko.routing.ConsistentHashingGroup
-
Java API
- ConsistentHashingGroup(Iterable<String>, int, PartialFunction<Object, Object>, String) - Constructor for class org.apache.pekko.routing.ConsistentHashingGroup
- ConsistentHashingGroup$ - Class in org.apache.pekko.routing
- ConsistentHashingGroup$() - Constructor for class org.apache.pekko.routing.ConsistentHashingGroup$
- ConsistentHashingLogic(int, Function1<T, String>, Address) - Constructor for class org.apache.pekko.actor.typed.internal.routing.RoutingLogics.ConsistentHashingLogic
- ConsistentHashingPool - Class in org.apache.pekko.routing
-
A router pool that uses consistent hashing to select a routee based on the sent message.
- ConsistentHashingPool(int) - Constructor for class org.apache.pekko.routing.ConsistentHashingPool
-
Java API
- ConsistentHashingPool(int, Option<Resizer>, int, PartialFunction<Object, Object>, SupervisorStrategy, String, boolean) - Constructor for class org.apache.pekko.routing.ConsistentHashingPool
- ConsistentHashingPool(Config) - Constructor for class org.apache.pekko.routing.ConsistentHashingPool
- ConsistentHashingPool$ - Class in org.apache.pekko.routing
- ConsistentHashingPool$() - Constructor for class org.apache.pekko.routing.ConsistentHashingPool$
- ConsistentHashingRouter - Class in org.apache.pekko.routing
- ConsistentHashingRouter() - Constructor for class org.apache.pekko.routing.ConsistentHashingRouter
- ConsistentHashingRouter.ConsistentHashable - Interface in org.apache.pekko.routing
-
If you don't define the
hashMappingwhen constructing thepekko.routing.ConsistentHashingRouterthe messages need to implement this interface to define what data to use for the consistent hash key. - ConsistentHashingRouter.ConsistentHashableEnvelope - Class in org.apache.pekko.routing
-
If you don't define the
hashMappingwhen constructing thepekko.routing.ConsistentHashingRouterand messages can't implementpekko.routing.ConsistentHashingRouter.ConsistentHashablethemselves they can we wrapped by this envelope instead. - ConsistentHashingRouter.ConsistentHashableEnvelope$ - Class in org.apache.pekko.routing
- ConsistentHashingRouter.ConsistentHashMapper - Interface in org.apache.pekko.routing
-
JAVA API Mapping from message to the data to use for the consistent hash key.
- ConsistentHashingRouter.emptyConsistentHashMapping$ - Class in org.apache.pekko.routing
- ConsistentHashingRouter$ - Class in org.apache.pekko.routing
- ConsistentHashingRouter$() - Constructor for class org.apache.pekko.routing.ConsistentHashingRouter$
- ConsistentHashingRoutingLogic - Class in org.apache.pekko.routing
- ConsistentHashingRoutingLogic(ActorSystem) - Constructor for class org.apache.pekko.routing.ConsistentHashingRoutingLogic
-
Java API
- ConsistentHashingRoutingLogic(ActorSystem, int, PartialFunction<Object, Object>) - Constructor for class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- ConsistentHashingRoutingLogic$ - Class in org.apache.pekko.routing
- ConsistentHashingRoutingLogic$() - Constructor for class org.apache.pekko.routing.ConsistentHashingRoutingLogic$
- consistentHashKey() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- consistentHashKey() - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- consistentHashKey() - Method in interface org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashable
- consistentHashKey() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- ConsistentRoutee$ - Class in org.apache.pekko.routing
- ConsistentRoutee$() - Constructor for class org.apache.pekko.routing.ConsistentRoutee$
- ConstantFun - Class in org.apache.pekko.util
-
INTERNAL API
- ConstantFun() - Constructor for class org.apache.pekko.util.ConstantFun
- ConstantFun$ - Class in org.apache.pekko.util
-
INTERNAL API
- ConstantFun$() - Constructor for class org.apache.pekko.util.ConstantFun$
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape10
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape11
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape12
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape13
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape14
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape15
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape16
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape17
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape18
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape19
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape1N
-
Deprecated.
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape2
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape20
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape21
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape22
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape3
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape4
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape5
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape6
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape7
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape8
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.FanInShape9
- construct(FanInShape.Init<O>) - Method in class org.apache.pekko.stream.UniformFanInShape
- construct(FanInShape.Init<T>) - Method in class org.apache.pekko.stream.scaladsl.MergePreferred.MergePreferredShape
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape10
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape11
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape12
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape13
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape14
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape15
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape16
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape17
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape18
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape19
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape2
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape20
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape21
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape22
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape3
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape4
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape5
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape6
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape7
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape8
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.FanOutShape9
- construct(FanOutShape.Init<I>) - Method in class org.apache.pekko.stream.UniformFanOutShape
- constructAssociate(HandshakeInfo) - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
- constructAssociate(HandshakeInfo) - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- constructAssociate(HandshakeInfo) - Method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- constructDisassociate(AssociationHandle.DisassociateInfo) - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
- constructDisassociate(AssociationHandle.DisassociateInfo) - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- constructDisassociate(AssociationHandle.DisassociateInfo) - Method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- constructHeartbeat() - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
- constructHeartbeat() - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- constructHeartbeat() - Method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- constructMessage(Address, ActorRef, WireFormats.SerializedMessage, <any>, Option<SeqNo>, Option<Ack>) - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
- constructMessage(Address, ActorRef, WireFormats.SerializedMessage, <any>, Option<SeqNo>, Option<Ack>) - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- constructMessage(Address, ActorRef, WireFormats.SerializedMessage, <any>, Option<SeqNo>, Option<Ack>) - Method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- constructMessage$default$5() - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
- constructMessage$default$5() - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- constructMessage$default$5() - Method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- constructMessage$default$6() - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
- constructMessage$default$6() - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- constructMessage$default$6() - Method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- constructPayload(ByteString) - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
- constructPayload(ByteString) - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- constructPayload(ByteString) - Method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- constructPureAck(Ack) - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
- constructPureAck(Ack) - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- constructPureAck(Ack) - Method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- consumerChangedProducer(String) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- consumerChangedProducer(String) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- consumerChangedProducer(String) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- consumerController() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- ConsumerController - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController
- ConsumerController.Command<A> - Interface in org.apache.pekko.actor.typed.delivery
- ConsumerController.Confirmed - Interface in org.apache.pekko.actor.typed.delivery
- ConsumerController.Confirmed$ - Class in org.apache.pekko.actor.typed.delivery
-
When the message has been processed the consumer is supposed to send
Confirmedback to theConsumerControllervia theconfirmToin theConsumerController.Deliverymessage. - ConsumerController.DeliverThenStop<A> - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController.DeliverThenStop$ - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController.Delivery<A> - Class in org.apache.pekko.actor.typed.delivery
-
Received messages from the producer are wrapped in
Deliverywhen sent to the consumer. - ConsumerController.Delivery$ - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController.RegisterToProducerController<A> - Class in org.apache.pekko.actor.typed.delivery
-
Register the
ConsumerControllerto the givenproducerController. - ConsumerController.RegisterToProducerController$ - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController.SequencedMessage<A> - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController.SequencedMessage$ - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController.Settings - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController.Settings$ - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController.Start<A> - Class in org.apache.pekko.actor.typed.delivery
-
Initial message from the consumer actor.
- ConsumerController.Start$ - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController$ - Class in org.apache.pekko.actor.typed.delivery
- ConsumerController$() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController$
- ConsumerControllerImpl<A> - Class in org.apache.pekko.actor.typed.delivery.internal
- ConsumerControllerImpl() - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ConsumerControllerImpl
- ConsumerControllerImpl.InternalCommand - Interface in org.apache.pekko.actor.typed.delivery.internal
- ConsumerControllerImpl.UnsealedInternalCommand - Interface in org.apache.pekko.actor.typed.delivery.internal
-
For commands defined in public ConsumerController
- ConsumerControllerImpl$ - Class in org.apache.pekko.actor.typed.delivery.internal
-
INTERNAL API
- ConsumerControllerImpl$() - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ConsumerControllerImpl$
- CONSUMERCONTROLLERREF_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- consumerControllerSettings() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings
- consumerCreated(ActorPath) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- consumerCreated(ActorPath) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- consumerCreated(ActorPath) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- consumerDuplicate(String, long, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- consumerDuplicate(String, long, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- consumerDuplicate(String, long, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- consumerIdByIdx(int) - Method in interface org.apache.pekko.stream.javadsl.PartitionHub.ConsumerInfo
-
Obtain consumer identifier by index
- consumerMissing(String, long, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- consumerMissing(String, long, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- consumerMissing(String, long, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- consumerReceived(String, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- consumerReceived(String, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- consumerReceived(String, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- consumerReceivedPreviousInProgress(String, long, int) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- consumerReceivedPreviousInProgress(String, long, int) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- consumerReceivedPreviousInProgress(String, long, int) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- consumerReceivedResend(long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- consumerReceivedResend(long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- consumerReceivedResend(long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- consumerSentRequest(String, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- consumerSentRequest(String, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- consumerSentRequest(String, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- consumerStarted(ActorPath) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- consumerStarted(ActorPath) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- consumerStarted(ActorPath) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- consumerStashFull(String, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- consumerStashFull(String, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- consumerStashFull(String, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- contactPaths() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- contactPaths_$eq(HashSet<ActorPath>) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- contactPathsPublished() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- contactPathsPublished_$eq(HashSet<ActorPath>) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- contactPoint() - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- contactPoint() - Method in interface org.apache.pekko.cluster.client.ContactPointChange
- contactPoint() - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- ContactPointAdded - Class in org.apache.pekko.cluster.client
-
Emitted to a subscriber when contact points have been received by the ClusterClient and a new one has been added.
- ContactPointAdded(ActorPath) - Constructor for class org.apache.pekko.cluster.client.ContactPointAdded
- ContactPointAdded$ - Class in org.apache.pekko.cluster.client
- ContactPointAdded$() - Constructor for class org.apache.pekko.cluster.client.ContactPointAdded$
- ContactPointChange - Interface in org.apache.pekko.cluster.client
-
Declares a super type for all events emitted by the
ClusterClientin relation to contact points being added or removed. - contactPointMessages() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- ContactPointRemoved - Class in org.apache.pekko.cluster.client
-
Emitted to a subscriber when contact points have been received by the ClusterClient and a new one has been added.
- ContactPointRemoved(ActorPath) - Constructor for class org.apache.pekko.cluster.client.ContactPointRemoved
- ContactPointRemoved$ - Class in org.apache.pekko.cluster.client
- ContactPointRemoved$() - Constructor for class org.apache.pekko.cluster.client.ContactPointRemoved$
- contactPoints() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- contactPoints() - Method in class org.apache.pekko.cluster.client.ContactPoints
- ContactPoints - Class in org.apache.pekko.cluster.client
-
The reply to
GetContactPoints. - ContactPoints(Set<ActorPath>) - Constructor for class org.apache.pekko.cluster.client.ContactPoints
- CONTACTPOINTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- ContactPoints$ - Class in org.apache.pekko.cluster.client
- ContactPoints$() - Constructor for class org.apache.pekko.cluster.client.ContactPoints$
- contacts() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- Contacts(IndexedSeq<String>) - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- contacts_$eq(HashSet<ActorSelection>) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- Contacts$() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts$
-
Deprecated.
- contain() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- contain() - Method in class org.apache.pekko.persistence.PluginSpec
- ContainerFormats - Class in org.apache.pekko.remote
- ContainerFormats.ActorIdentity - Class in org.apache.pekko.remote
-
Protobuf type
ActorIdentity - ContainerFormats.ActorIdentity.Builder - Class in org.apache.pekko.remote
-
Protobuf type
ActorIdentity - ContainerFormats.ActorIdentityOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.ActorInitializationException - Class in org.apache.pekko.remote
-
Protobuf type
ActorInitializationException - ContainerFormats.ActorInitializationException.Builder - Class in org.apache.pekko.remote
-
Protobuf type
ActorInitializationException - ContainerFormats.ActorInitializationExceptionOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.ActorRef - Class in org.apache.pekko.remote
-
Protobuf type
ActorRef - ContainerFormats.ActorRef.Builder - Class in org.apache.pekko.remote
-
Protobuf type
ActorRef - ContainerFormats.ActorRefOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.Identify - Class in org.apache.pekko.remote
-
Protobuf type
Identify - ContainerFormats.Identify.Builder - Class in org.apache.pekko.remote
-
Protobuf type
Identify - ContainerFormats.IdentifyOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.Option - Class in org.apache.pekko.remote
-
Protobuf type
Option - ContainerFormats.Option.Builder - Class in org.apache.pekko.remote
-
Protobuf type
Option - ContainerFormats.OptionOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.PatternType - Enum in org.apache.pekko.remote
-
Protobuf enum
PatternType - ContainerFormats.Payload - Class in org.apache.pekko.remote
-
Protobuf type
Payload - ContainerFormats.Payload.Builder - Class in org.apache.pekko.remote
-
Protobuf type
Payload - ContainerFormats.PayloadOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.Selection - Class in org.apache.pekko.remote
-
Protobuf type
Selection - ContainerFormats.Selection.Builder - Class in org.apache.pekko.remote
-
Protobuf type
Selection - ContainerFormats.SelectionEnvelope - Class in org.apache.pekko.remote
-
Protobuf type
SelectionEnvelope - ContainerFormats.SelectionEnvelope.Builder - Class in org.apache.pekko.remote
-
Protobuf type
SelectionEnvelope - ContainerFormats.SelectionEnvelopeOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.SelectionOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.StackTraceElement - Class in org.apache.pekko.remote
-
Protobuf type
StackTraceElement - ContainerFormats.StackTraceElement.Builder - Class in org.apache.pekko.remote
-
Protobuf type
StackTraceElement - ContainerFormats.StackTraceElementOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.StatusReplyErrorMessage - Class in org.apache.pekko.remote
-
ReplyWith pattern message(s)
- ContainerFormats.StatusReplyErrorMessage.Builder - Class in org.apache.pekko.remote
-
ReplyWith pattern message(s)
- ContainerFormats.StatusReplyErrorMessageOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.Throwable - Class in org.apache.pekko.remote
-
Protobuf type
Throwable - ContainerFormats.Throwable.Builder - Class in org.apache.pekko.remote
-
Protobuf type
Throwable - ContainerFormats.ThrowableNotSerializable - Class in org.apache.pekko.remote
-
Protobuf type
ThrowableNotSerializable - ContainerFormats.ThrowableNotSerializable.Builder - Class in org.apache.pekko.remote
-
Protobuf type
ThrowableNotSerializable - ContainerFormats.ThrowableNotSerializableOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.ThrowableOrBuilder - Interface in org.apache.pekko.remote
- ContainerFormats.WatcherHeartbeatResponse - Class in org.apache.pekko.remote
-
Protobuf type
WatcherHeartbeatResponse - ContainerFormats.WatcherHeartbeatResponse.Builder - Class in org.apache.pekko.remote
-
Protobuf type
WatcherHeartbeatResponse - ContainerFormats.WatcherHeartbeatResponseOrBuilder - Interface in org.apache.pekko.remote
- contains(A) - Method in class org.apache.pekko.cluster.ddata.GSet
- contains(A) - Method in class org.apache.pekko.cluster.ddata.LWWMap
- contains(A) - Method in class org.apache.pekko.cluster.ddata.ORMap
- contains(A) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- contains(A) - Method in class org.apache.pekko.cluster.ddata.ORSet
- contains(A) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- contains(A) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
- contains(I) - Method in class org.apache.pekko.util.MessageBufferMap
-
Check if the buffer map contains an id.
- contains(Object) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- contains(Attributes.Attribute) - Method in class org.apache.pekko.stream.Attributes
-
Test whether the given attribute is contained within this attributes list.
- contains(U) - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
Tests whether this
StashBuffercontains a given message. - contains(U) - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
Tests whether this
StashBuffercontains a given message. - contains$extension(OptionVal<A>, B) - Method in class org.apache.pekko.util.OptionVal$
- containsAll(Collection<?>) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- content() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- CONTENT_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- context() - Method in class org.apache.pekko.actor.AbstractActor
- context() - Method in class org.apache.pekko.actor.AbstractFSM
- context() - Method in interface org.apache.pekko.actor.Actor
-
Scala API: Stores the context for this actor, including self, and sender.
- context() - Method in interface org.apache.pekko.actor.StashSupport
- context() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
- context() - Method in class org.apache.pekko.actor.typed.scaladsl.AbstractBehavior
- context() - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.Returns the ActorContext (for a TypedActor) when inside a method call in a TypedActor.
- context() - Method in class org.apache.pekko.actor.TypedActor$
-
Deprecated.Returns the ActorContext (for a TypedActor) when inside a method call in a TypedActor.
- context() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- context() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- context() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ClientResponseTunnel
-
Deprecated.
- context() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- context() - Method in class org.apache.pekko.cluster.ddata.Replicator
- context() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- context() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- context() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- context() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- context() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- context() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- context() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- context() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- context() - Method in class org.apache.pekko.event.DeadLetterListener
- context() - Method in class org.apache.pekko.event.jul.JavaLogger
-
Deprecated.
- context() - Method in class org.apache.pekko.event.Logging.DefaultLogger
- context() - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- context() - Method in class org.apache.pekko.io.InetAddressDnsResolver
- context() - Method in class org.apache.pekko.io.SimpleDnsManager
- context() - Method in class org.apache.pekko.Main.Terminator
-
Deprecated.
- context() - Method in class org.apache.pekko.osgi.OsgiActorSystemFactory
- context() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- context() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Resequencer
- context() - Method in class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- context() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- context() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- context() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- context() - Method in class org.apache.pekko.persistence.journal.ReplayMediator
- context() - Method in class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- context() - Method in class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- context() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- context() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- context() - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
- context() - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
- context() - Method in class org.apache.pekko.remote.testconductor.Player.Waiter
- context() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- context() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- context() - Method in class org.apache.pekko.testkit.TestActor
- context() - Method in class org.apache.pekko.testkit.TestActors.BlackholeActor
- context() - Method in class org.apache.pekko.testkit.TestActors.EchoActor
- context() - Method in class org.apache.pekko.testkit.TestActors.ForwardActor
- ContextAs(TypedActorContext<T>) - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.ContextAs
- ContextAs(TypedActorContext<T>) - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- ContextAs(TypedActorContext<T>) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- ContextAs$() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.ContextAs$
- contextClassLoader() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- contextStack() - Method in class org.apache.pekko.actor.ActorCell$
- ContextualTypedActorFactory - Class in org.apache.pekko.actor
-
ContextualTypedActorFactory allows TypedActors to create children, effectively forming the same Actor Supervision Hierarchies as normal Actors can.
- ContextualTypedActorFactory(TypedActorExtension, ActorContext) - Constructor for class org.apache.pekko.actor.ContextualTypedActorFactory
- ContextualTypedActorFactory$ - Class in org.apache.pekko.actor
- ContextualTypedActorFactory$() - Constructor for class org.apache.pekko.actor.ContextualTypedActorFactory$
- Continue$() - Constructor for class org.apache.pekko.actor.testkit.typed.FishingOutcome.Continue$
- continueAndCollect() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes
-
Consume this message and continue with the next
- continueAndCollect() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes$
-
Consume this message and continue with the next
- continueAndIgnore() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes
-
Consume this message and continue with the next
- continueAndIgnore() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes$
-
Consume this message and continue with the next
- continueAndIgnore() - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.FishingOutcomes
-
Consume this message, but do not collect it into the result, and continue with the next message
- continueAndIgnore() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.FishingOutcomes$
-
Consume this message, but do not collect it into the result, and continue with the next message
- ContinueAndIgnore$() - Constructor for class org.apache.pekko.actor.testkit.typed.FishingOutcome.ContinueAndIgnore$
- continueGetShardHome(String, ActorRef, ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- continueRebalance(Set<String>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- contramap(Function<In2, In>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this Flow by applying a function to each *incoming* upstream element before it is passed to the
Flow - contramap(Function<In2, In>) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Transform this Sink by applying a function to each *incoming* upstream element before it is passed to the
Sink - contramap(Function1<In2, In>) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Transform this Flow by applying a function to each *incoming* upstream element before it is passed to the
Flow - contramap(Function1<In2, In>) - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Transform this Sink by applying a function to each *incoming* upstream element before it is passed to the
Sink - ControlAwareMessageQueueSemantics - Interface in org.apache.pekko.dispatch
-
ControlAwareMessageQueue handles messages that extend
pekko.dispatch.ControlMessagewith priority. - controller() - Method in interface org.apache.pekko.remote.testconductor.Conductor
- Controller$ - Class in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- Controller$() - Constructor for class org.apache.pekko.remote.testconductor.Controller$
- ControlMessage - Interface in org.apache.pekko.dispatch
-
Messages that extend this trait will be handled with priority by control aware mailboxes.
- ControlMessage - Interface in org.apache.pekko.remote.artery
-
INTERNAL API Marker trait for control messages that can be sent via the system message sub-channel but don't need full reliable delivery.
- controlQueue() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox.MessageQueue
- controlQueue() - Method in interface org.apache.pekko.dispatch.ControlAwareMessageQueueSemantics
- controlQueue() - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox.MessageQueue
- ControlQueueIndex() - Method in class org.apache.pekko.remote.artery.Association$
- ControlStreamId() - Method in class org.apache.pekko.remote.artery.ArteryTransport$
- controlSubject() - Method in interface org.apache.pekko.remote.artery.OutboundContext
-
An outbound operator can listen to control messages via this observer subject.
- convergenceSkipUnreachableWithMemberStatus() - Method in class org.apache.pekko.cluster.MembershipState$
- convertJavaFailureFnToScala(BiFunction<Optional<T>, Optional<Throwable>, Boolean>) - Static method in class org.apache.pekko.pattern.CircuitBreaker
- convertJavaFailureFnToScala(BiFunction<Optional<T>, Optional<Throwable>, Boolean>) - Method in class org.apache.pekko.pattern.CircuitBreaker$
- convertLevel(Level) - Static method in class org.apache.pekko.actor.testkit.typed.internal.LogbackUtil
- convertLevel(Level) - Method in class org.apache.pekko.actor.testkit.typed.internal.LogbackUtil$
- convertNumber(Object) - Static method in class org.apache.pekko.cluster.metrics.Metric
- convertNumber(Object) - Method in interface org.apache.pekko.cluster.metrics.MetricNumericConverter
-
May involve rounding or truncation.
- convertRefToSink(SinkRef<T>) - Method in class org.apache.pekko.stream.SinkRef$
-
Implicitly converts a
SinkRefto ascaladsl.Sink. - convertRefToSource(SourceRef<T>) - Method in class org.apache.pekko.stream.SourceRef$
-
Implicitly converts a SourceRef to a Source.
- convertSettings(Function<SSLConfigSettings, SSLConfigSettings>) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.Returns a new
PekkoSSLConfiginstance with the settings changed by the given function. - convertToStringMayWrapper(String) - Method in interface org.apache.pekko.persistence.scalatest.MayVerb
-
Implicitly converts an object of type
Stringto aStringMayWrapper, to enablemaymethods to be invokable on that object. - cookie() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- COOKIE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- CoordinatedShutdown - Class in org.apache.pekko.actor
- CoordinatedShutdown.ActorSystemTerminateReason$ - Class in org.apache.pekko.actor
- CoordinatedShutdown.ClusterDowningReason$ - Class in org.apache.pekko.actor
- CoordinatedShutdown.ClusterJoinUnsuccessfulReason$ - Class in org.apache.pekko.actor
- CoordinatedShutdown.ClusterLeavingReason$ - Class in org.apache.pekko.actor
- CoordinatedShutdown.IncompatibleConfigurationDetectedReason$ - Class in org.apache.pekko.actor
- CoordinatedShutdown.JvmExitReason$ - Class in org.apache.pekko.actor
- CoordinatedShutdown.Phase$ - Class in org.apache.pekko.actor
- CoordinatedShutdown.PhaseDefinition - Interface in org.apache.pekko.actor
- CoordinatedShutdown.Reason - Interface in org.apache.pekko.actor
-
Reason for the shutdown, which can be used by tasks in case they need to do different things depending on what caused the shutdown.
- CoordinatedShutdown.UnknownReason$ - Class in org.apache.pekko.actor
- CoordinatedShutdown$ - Class in org.apache.pekko.actor
- CoordinatedShutdown$() - Constructor for class org.apache.pekko.actor.CoordinatedShutdown$
- CoordinatedShutdownLeave$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- CoordinatedShutdownLeave$() - Constructor for class org.apache.pekko.cluster.CoordinatedShutdownLeave$
- CoordinatedShutdownRunByActorSystemTerminate() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- CoordinatedShutdownTerminateActorSystem() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- CoordinatedShutdownTerminationWatcher$ - Class in org.apache.pekko.actor
-
INTERNAL API
- CoordinatedShutdownTerminationWatcher$() - Constructor for class org.apache.pekko.actor.CoordinatedShutdownTerminationWatcher$
- coordinator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- coordinatorFailureBackoff() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- coordinatorFailureBackoff() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- coordinatorSingletonOverrideRole() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- coordinatorSingletonOverrideRole() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- coordinatorSingletonSettings() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- coordinatorSingletonSettings() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- coordinatorStateReadMajorityPlus() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- coordinatorStateReadMajorityPlus() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- coordinatorStateWriteMajorityPlus() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- coordinatorStateWriteMajorityPlus() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- coordinatorStoreProps() - Method in interface org.apache.pekko.cluster.sharding.internal.RememberEntitiesProvider
-
Called once per started shard coordinator to create the remember entities coordinator store.
- coordShutdown() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- copy() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- copy() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- copy() - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- copy() - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- copy() - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- copy() - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- copy() - Method in interface org.apache.pekko.remote.artery.OutboundEnvelope
- copy() - Method in exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
- copy() - Method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- copy(boolean) - Method in class org.apache.pekko.cluster.ddata.Flag
- copy(boolean) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- copy(boolean) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- copy(boolean) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- copy(boolean) - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- copy(boolean) - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- copy(boolean) - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- copy(boolean) - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- copy(boolean) - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- copy(boolean) - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- copy(boolean) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- copy(boolean) - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- copy(boolean) - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- copy(boolean, boolean) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- copy(boolean, boolean) - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- copy(boolean, int, int, Duration, Function0<BlockingQueue<Runnable>>, RejectedExecutionHandler) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- copy(boolean, Option<ActorRef>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- copy(double, double) - Method in class org.apache.pekko.cluster.metrics.EWMA
- copy(double, double, double, double) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- copy(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- copy(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- copy(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- copy(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- copy(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- copy(int) - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- copy(int) - Method in class org.apache.pekko.event.Logging.LogLevel
- copy(int) - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- copy(int) - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- copy(int) - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- copy(int) - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- copy(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- copy(int) - Method in class org.apache.pekko.routing.AdjustPoolSize
- copy(int) - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- copy(int) - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- copy(int) - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- copy(int) - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- copy(int) - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- copy(int, double, int, int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- copy(int, double, long, int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- copy(int, int) - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- copy(int, int, boolean, Option<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
-
Deprecated.Use copy with useRoles instead. Since Akka 2.5.4.
- copy(int, int, double, Duration, int, double, double, Duration, double, double) - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy(int, int, int, double, double, double, int) - Method in class org.apache.pekko.routing.DefaultResizer
- copy(int, Duration) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- copy(int, Duration) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- copy(int, Cancellable) - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- copy(int, SupervisorStrategy, String) - Method in class org.apache.pekko.routing.BalancingPool
- copy(int, RestartSupervisor<?, ? extends Throwable>) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- copy(int, Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- copy(int, IndexedSeq<T>, IndexedSeq<T>, SeqNo) - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- copy(int, Seq<String>, boolean, Option<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
-
Deprecated.Use constructor with useRoles instead. Since Akka 2.5.4.
- copy(int, Duration, boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Method in class org.apache.pekko.actor.AllForOneStrategy
- copy(int, Duration, boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Method in class org.apache.pekko.actor.OneForOneStrategy
- copy(int, FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- copy(int, FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- copy(int, FiniteDuration) - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- copy(int, FiniteDuration) - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- copy(int, FiniteDuration) - Method in class org.apache.pekko.dispatch.BoundedMailbox
- copy(int, Option<Resizer>, int, PartialFunction<Object, Object>, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.ConsistentHashingPool
- copy(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.BroadcastPool
- copy(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.RandomPool
- copy(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.RoundRobinPool
- copy(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.SmallestMailboxPool
- copy(int, Option<Resizer>, FiniteDuration, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- copy(int, Option<Resizer>, FiniteDuration, FiniteDuration, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.routing.TailChoppingPool
- copy(long) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- copy(long) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- copy(long) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- copy(long) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- copy(long) - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- copy(long) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- copy(long) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- copy(long) - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- copy(long) - Method in class org.apache.pekko.persistence.query.Sequence
- copy(long) - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- copy(long) - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- copy(long) - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- copy(long) - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- copy(long) - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- copy(long, long) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- copy(long, long, boolean, boolean) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- copy(long, long, long, long) - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- copy(long, long, long, String, ActorRef) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- copy(long, long, String) - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- copy(long, long, Map<String, Tuple2<Object, Object>>, IndexedSeq<DurableProducerQueue.MessageSent<A>>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- copy(long, String, long) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- copy(long, String, long, Option<A>, String, long) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- copy(long, Throwable) - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- copy(long, ActorPath, Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- copy(long, ReplicaId) - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- copy(long, Seq<AtLeastOnceDelivery.UnconfirmedDelivery>) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- copy(long, Option<ActorRef>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- copy(long, Try<Done>) - Method in class org.apache.pekko.stream.IOResult
- copy(short, String) - Method in class org.apache.pekko.io.dns.RecordClass
- copy(short, String) - Method in class org.apache.pekko.io.dns.RecordType
- copy(A) - Method in class org.apache.pekko.japi.Option.Some
- copy(A, B) - Method in class org.apache.pekko.japi.Pair
- copy(A, ActorRef<Object>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- copy(A, ActorRef<Done>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- copy(C) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- copy(C) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- copy(Config) - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- copy(Config) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- copy(Config) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- copy(E) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- copy(E, Promise<Done>) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- copy(I) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- copy(Class<?>, int) - Method in class org.apache.pekko.testkit.DeadLettersFilter
- copy(Class<?>, Option<String>, Either<String, Regex>, boolean, int) - Method in class org.apache.pekko.testkit.ErrorFilter
- copy(Class<A>, Function1<A, T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- copy(Object) - Method in class org.apache.pekko.actor.FSM.Failure
- copy(Object) - Method in class org.apache.pekko.actor.Identify
- copy(Object) - Method in class org.apache.pekko.actor.Status.Success
- copy(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- copy(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- copy(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- copy(Object) - Method in class org.apache.pekko.io.Tcp.NoAck
- copy(Object) - Method in class org.apache.pekko.io.Udp.NoAck
- copy(Object) - Method in class org.apache.pekko.io.UdpConnected.NoAck
- copy(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- copy(Object) - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- copy(Object) - Method in class org.apache.pekko.persistence.ReplyToStrategy
- copy(Object) - Method in class org.apache.pekko.persistence.serialization.Snapshot
- copy(Object) - Method in class org.apache.pekko.routing.Broadcast
- copy(Object, int) - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- copy(Object, int, boolean) - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- copy(Object, int, long) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- copy(Object, long, ActorRef, ActorRef) - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- copy(Object, D) - Method in class org.apache.pekko.actor.FSM.Event
- copy(Object, D) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- copy(Object, Object) - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- copy(Object, Object, ActorRef) - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- copy(Object, String, ActorRef, ActorRef) - Method in class org.apache.pekko.actor.Dropped
- copy(Object, String, Option<ReplicatedEventMetadata>) - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- copy(Object, Throwable) - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- copy(Object, ActorRef) - Method in class org.apache.pekko.dispatch.Envelope
- copy(Object, ActorRef) - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- copy(Object, ActorRef, ActorRef) - Method in class org.apache.pekko.actor.DeadLetter
- copy(Object, ActorRef, ActorRef) - Method in class org.apache.pekko.actor.UnhandledMessage
- copy(Object, Set<String>) - Method in class org.apache.pekko.persistence.journal.Tagged
- copy(Object, Function1<Object, BoxedUnit>) - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- copy(Object, Function1<Object, BoxedUnit>) - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- copy(Object, Option<ActorRef>) - Method in class org.apache.pekko.actor.ActorIdentity
- copy(Object, U, FiniteDuration, org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode, boolean, Function0<BoxedUnit>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- copy(Method, Object[]) - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- copy(Runnable) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- copy(Runnable) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- copy(String) - Method in exception org.apache.pekko.actor.ActorKilledException
- copy(String) - Method in exception org.apache.pekko.actor.IllegalActorStateException
- copy(String) - Method in exception org.apache.pekko.actor.InvalidActorNameException
- copy(String) - Method in exception org.apache.pekko.actor.InvalidMessageException
- copy(String) - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- copy(String) - Method in exception org.apache.pekko.actor.SchedulerException
- copy(String) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- copy(String) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- copy(String) - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- copy(String) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- copy(String) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- copy(String) - Method in class org.apache.pekko.cluster.ddata.FlagKey
- copy(String) - Method in class org.apache.pekko.cluster.ddata.GCounterKey
- copy(String) - Method in class org.apache.pekko.cluster.ddata.GSetKey
- copy(String) - Method in class org.apache.pekko.cluster.ddata.LWWMapKey
- copy(String) - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- copy(String) - Method in class org.apache.pekko.cluster.ddata.ORMapKey
- copy(String) - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- copy(String) - Method in class org.apache.pekko.cluster.ddata.ORSetKey
- copy(String) - Method in class org.apache.pekko.cluster.ddata.PNCounterKey
- copy(String) - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- copy(String) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- copy(String) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- copy(String) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- copy(String) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- copy(String) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- copy(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- copy(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- copy(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- copy(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- copy(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- copy(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- copy(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- copy(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- copy(String) - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- copy(String) - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- copy(String) - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- copy(String) - Method in class org.apache.pekko.persistence.typed.ReplicaId
- copy(String) - Method in class org.apache.pekko.remote.testconductor.RoleName
- copy(String) - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- copy(String) - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- copy(String) - Method in class org.apache.pekko.stream.Attributes.Name
- copy(String) - Method in exception org.apache.pekko.stream.BufferOverflowException
- copy(String) - Method in class org.apache.pekko.stream.FanInShape.Name
- copy(String) - Method in class org.apache.pekko.stream.FanOutShape.Name
- copy(String) - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- copy(String) - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- copy(String) - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- copy(String) - Method in exception org.apache.pekko.testkit.TestException
- copy(String) - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- copy(String) - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- copy(String, boolean, Option<ClassLoader>, Thread.UncaughtExceptionHandler, AtomicLong) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- copy(String, int) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- copy(String, int, int) - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- copy(String, long) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- copy(String, long) - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- copy(String, long, long) - Method in class org.apache.pekko.persistence.SnapshotMetadata
- copy(String, long, long, long) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- copy(String, long, long, ActorRef<A>, ActorRef<ProducerController.MessageWithConfirmation<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- copy(String, long, long, Tcp.Event) - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- copy(String, long, Object, boolean, boolean, ActorRef<ProducerControllerImpl.InternalCommand>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- copy(String, long, ActorRef) - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- copy(String, A, ActorRef<Done>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- copy(String, Config, RouterConfig, Scope, String, String) - Method in class org.apache.pekko.actor.Deploy
- copy(String, D, Option<FiniteDuration>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- copy(String, Class<?>, Object) - Method in class org.apache.pekko.event.Logging.Debug
- copy(String, Class<?>, Object) - Method in class org.apache.pekko.event.Logging.Info
- copy(String, Class<?>, Object) - Method in class org.apache.pekko.event.Logging.Warning
- copy(String, Number, Option<EWMA>) - Method in class org.apache.pekko.cluster.metrics.Metric
- copy(String, Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- copy(String, Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- copy(String, Object, boolean) - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- copy(String, Object, boolean) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- copy(String, Object, boolean) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- copy(String, Object, boolean) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- copy(String, Object, FSM.TimerMode, int, Object, ActorContext) - Method in class org.apache.pekko.actor.FSM.Timer
- copy(String, Object, PersistentFSM.TimerMode, int, Object, ActorContext) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- copy(String, StackTraceElement[]) - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- copy(String, String) - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- copy(String, String, Option<String>, Option<Object>) - Method in class org.apache.pekko.actor.Address
- copy(String, Throwable) - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- copy(String, M) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- copy(String, ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- copy(String, ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- copy(String, Behavior<T>, ActorRef<ActorRef<T>>, Props) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- copy(String, Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- copy(String, Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- copy(String, DurableStore.DurableDataEnvelope, Option<DurableStore.StoreReply>) - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- copy(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- copy(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, Option<UniqueAddress>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- copy(String, CachePolicy.Ttl, int, int, int, String) - Method in class org.apache.pekko.io.dns.SRVRecord
- copy(String, CachePolicy.Ttl, short, short, ByteString) - Method in class org.apache.pekko.io.dns.UnknownRecord
- copy(String, CachePolicy.Ttl, String) - Method in class org.apache.pekko.io.dns.CNameRecord
- copy(String, CachePolicy.Ttl, Inet6Address) - Method in class org.apache.pekko.io.dns.AAAARecord
- copy(String, CachePolicy.Ttl, InetAddress) - Method in class org.apache.pekko.io.dns.ARecord
- copy(String, DnsProtocol.RequestType) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- copy(String, SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- copy(String, SnapshotSelectionCriteria, long) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- copy(String, Seq<Inet4Address>, Seq<Inet6Address>) - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- copy(String, Seq<ResourceRecord>, Seq<ResourceRecord>) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- copy(String, Option<String>, ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- copy(String, Option<String>, ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- copy(String, Option<Address>) - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- copy(String, Option<UniqueAddress>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- copy(String, Option<FiniteDuration>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- copy(Throwable) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- copy(Throwable) - Method in class org.apache.pekko.actor.Status.Failure
- copy(Throwable) - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- copy(Throwable) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- copy(Throwable) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- copy(Throwable) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- copy(Throwable) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- copy(Throwable) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- copy(Throwable) - Method in class org.apache.pekko.persistence.testkit.Reject
- copy(Throwable) - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- copy(Throwable) - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- copy(Throwable) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- copy(Throwable) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- copy(Throwable) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- copy(Throwable) - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- copy(Throwable) - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- copy(Throwable) - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- copy(Throwable) - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- copy(Throwable) - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- copy(Throwable) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- copy(Throwable) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- copy(Throwable, int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- copy(Throwable, long) - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- copy(Throwable, String, Class<?>, Object) - Method in class org.apache.pekko.event.Logging.Error
- copy(Throwable, Address, Address, boolean, Logging.LogLevel) - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- copy(InetSocketAddress) - Method in class org.apache.pekko.io.Tcp.Bound
- copy(InetSocketAddress) - Method in class org.apache.pekko.io.Udp.Bound
- copy(InetSocketAddress, InetSocketAddress) - Method in class org.apache.pekko.io.Tcp.Connected
- copy(InetSocketAddress, InetSocketAddress) - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- copy(InetSocketAddress, InetSocketAddress, Flow<ByteString, ByteString, NotUsed>) - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- copy(InetSocketAddress, Function0<Future<BoxedUnit>>, Future<Done>) - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- copy(InetSocketAddress, Option<InetSocketAddress>, Iterable<Inet.SocketOption>, Option<FiniteDuration>, boolean) - Method in class org.apache.pekko.io.Tcp.Connect
- copy(Path, long, long, Tcp.Event) - Method in class org.apache.pekko.io.Tcp.WritePath
- copy(Duration) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- copy(Duration) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- copy(Duration, int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- copy(Duration, int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- copy(Instant, Instant, Map<String, Object>) - Method in class org.apache.pekko.persistence.query.TimestampOffset
- copy(LocalDateTime, int) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- copy(Optional<A>, long) - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- copy(UUID) - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- copy(SSLSession, ByteString) - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- copy(ActorPath) - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- copy(ActorPath) - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- copy(ActorPath, Object, long, int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- copy(ActorRef) - Method in exception org.apache.pekko.actor.DeathPactException
- copy(ActorRef) - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- copy(ActorRef) - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- copy(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- copy(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- copy(ActorRef) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- copy(ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- copy(ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- copy(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- copy(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- copy(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- copy(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- copy(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- copy(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- copy(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- copy(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- copy(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- copy(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- copy(ActorRef) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- copy(ActorRef) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- copy(ActorRef) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- copy(ActorRef) - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- copy(ActorRef) - Method in class org.apache.pekko.persistence.TestPayload
- copy(ActorRef) - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- copy(ActorRef) - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- copy(ActorRef) - Method in class org.apache.pekko.routing.ActorRefRoutee
- copy(ActorRef) - Method in class org.apache.pekko.routing.Deafen
- copy(ActorRef) - Method in class org.apache.pekko.routing.Listen
- copy(ActorRef) - Method in exception org.apache.pekko.stream.AbruptTerminationException
- copy(ActorRef) - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- copy(ActorRef) - Method in class org.apache.pekko.testkit.TestActor.Watch
- copy(ActorRef, boolean, boolean) - Method in class org.apache.pekko.actor.Terminated
- copy(ActorRef, boolean, boolean) - Method in class org.apache.pekko.io.Tcp.Register
- copy(ActorRef, int, long) - Method in class org.apache.pekko.actor.ChildRestartStats
- copy(ActorRef, Throwable, Throwable) - Method in exception org.apache.pekko.actor.PostRestartException
- copy(ActorRef, Throwable, Throwable, Option<Object>) - Method in exception org.apache.pekko.actor.PreRestartException
- copy(ActorRef, InetSocketAddress, int, Iterable<Inet.SocketOption>, boolean) - Method in class org.apache.pekko.io.Tcp.Bind
- copy(ActorRef, InetSocketAddress, Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.io.Udp.Bind
- copy(ActorRef, InetSocketAddress, Option<InetSocketAddress>, Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.io.UdpConnected.Connect
- copy(ActorRef, ActorRef, String) - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- copy(ActorRef, ClusterEvent.SubscriptionInitialStateMode, Set<Class<?>>) - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- copy(ActorRef, S) - Method in class org.apache.pekko.actor.FSM.CurrentState
- copy(ActorRef, Option<Class<?>>) - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- copy(ActorRef, Option<ActorRef>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- copy(ActorRef, S, S) - Method in class org.apache.pekko.actor.FSM.Transition
- copy(ActorRef, S, Option<FiniteDuration>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- copy(ActorRef, S, S, Option<FiniteDuration>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- copy(ActorSelection) - Method in exception org.apache.pekko.actor.ActorNotFound
- copy(ActorSelection) - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- copy(ActorSystem, int, PartialFunction<Object, Object>) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- copy(ActorSystem, MetricsSelector) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- copy(Address) - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- copy(Address) - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- copy(Address) - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- copy(Address) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- copy(Address) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- copy(Address) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- copy(Address) - Method in class org.apache.pekko.cluster.typed.Down
- copy(Address) - Method in class org.apache.pekko.cluster.typed.Join
- copy(Address) - Method in class org.apache.pekko.cluster.typed.Leave
- copy(Address) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- copy(Address) - Method in class org.apache.pekko.remote.RemoteScope
- copy(Address) - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- copy(Address) - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- copy(Address) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- copy(Address, int) - Method in class org.apache.pekko.cluster.UniqueAddress
-
Deprecated.Use Long UID constructor instead. Since Akka 2.4.11.
- copy(Address, int, Option<String>) - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- copy(Address, long) - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- copy(Address, long) - Method in class org.apache.pekko.remote.UniqueAddress
- copy(Address, long, long, long, Option<Object>) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- copy(Address, long, Set<Metric>) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- copy(Address, long, TreeMap<String, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- copy(Address, long, Option<Object>, Option<Object>, Option<Object>, int) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- copy(Address, String) - Method in class org.apache.pekko.actor.RootActorPath
- copy(Address, ActorSystem) - Method in class org.apache.pekko.serialization.Serialization.Information
- copy(Address, Address) - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- copy(Address, Address) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- copy(Address, Address) - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- copy(Address, Address, boolean) - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- copy(Address, Address, boolean) - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- copy(Address, Address, TestTransport, boolean) - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- copy(Address, Address, ByteString) - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- copy(Address, InternalClusterAction.ConfigCheck) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- copy(Address, AssociationHandle.DisassociateInfo) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- copy(Address, ThrottlerTransportAdapter.Direction, ThrottlerTransportAdapter.ThrottleMode) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- copy(Address, Future<Transport.AssociationEventListener>) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- copy(Address, Promise<AssociationHandle>) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- copy(DeadLetterSuppression, ActorRef, ActorRef) - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- copy(Deploy, Class<?>, Seq<Object>) - Method in class org.apache.pekko.actor.Props
- copy(ExtendedActorSystem) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- copy(FSM.Reason, S, D) - Method in class org.apache.pekko.actor.FSM.StopEvent
- copy(org.apache.pekko.actor.InternalActorRef, Address, WireFormats.SerializedMessage, <any>, Option<SeqNo>) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- copy(Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, HandlingWhileStopped) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- copy(Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, HandlingWhileStopped, Option<Function1<Object, Object>>) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- copy(Props, Option<String>, Option<SupervisorStrategy>) - Method in class org.apache.pekko.testkit.TestActor.Spawn
- copy(Scheduler, FiniteDuration, FiniteDuration, ExecutionContext) - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- copy(ActorRef<A>, Class<A>) - Method in class org.apache.pekko.cluster.typed.Subscribe
- copy(ActorRef<A>, ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- copy(ActorRef<E>) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- copy(ActorRef<E>, ClassTag<E>) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- copy(ActorRef<M>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- copy(ActorRef<M>) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- copy(ActorRef<ActorTestKitGuardian.Ack$>) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- copy(ActorRef<ConsumerController.Command<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- copy(ActorRef<ConsumerController.Delivery<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- copy(ActorRef<DurableProducerQueue.State<A>>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- copy(ActorRef<ProducerController.Command<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- copy(ActorRef<ProducerController.RequestNext<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- copy(ActorRef<WorkPullingProducerController.RequestNext<A>>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- copy(ActorRef<WorkPullingProducerController.WorkerStats>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- copy(ActorRef<ClusterEvent.CurrentClusterState>) - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- copy(ActorRef<Replicator.ReplicaCount>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- copy(ActorRef<Replicator.ReplicaCount>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- copy(ActorRef<ShardingProducerController.RequestNext<A>>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- copy(ActorRef<ShardingEnvelope<A>>, ActorRef<ShardingProducerController.MessageWithConfirmation<A>>, Set<String>, Map<String, Object>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- copy(ActorRef<Nothing$>) - Method in exception org.apache.pekko.actor.typed.DeathPactException
- copy(ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- copy(ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- copy(ActorRef<T>) - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- copy(ActorRef<T>, ActorRef<ActorTestKitGuardian.Ack$>) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- copy(ActorRef<U>, T) - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- copy(Behavior<T>, String, Props, ActorRef<ActorRef<T>>) - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- copy(Behavior<T>, ActorRef<ActorRef<T>>, Props) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- copy(DurableProducerQueue.MessageSent<A>, ActorRef<DurableProducerQueue.StoreMessageSentAck>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- copy(RestartSupervisor<?, ? extends Throwable>) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- copy(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- copy(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- copy(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- copy(ServiceKey<T>, ActorRef<Receptionist.Listing>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- copy(ServiceKey<T>, ActorRef<Receptionist.Listing>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- copy(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- copy(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- copy(ServiceKey<T>, ActorRef<T>, Option<ActorRef<Receptionist.Deregistered>>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- copy(ServiceKey<T>, ActorRef<T>, Option<ActorRef<Receptionist.Registered>>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- copy(ServiceKey<T>, Set<ActorRef<T>>, Set<ActorRef<T>>, boolean) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- copy(TypedActorExtension, ActorContext) - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- copy(ClusterEvent.ClusterDomainEvent) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- copy(ClusterEvent.CurrentClusterState) - Method in class org.apache.pekko.cluster.typed.SelfUp
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- copy(Key<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- copy(Key<A>, A) - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- copy(Key<A>, A) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- copy(Key<A>, A) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- copy(Key<A>, String, Throwable) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- copy(Key<A>, String, Throwable, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- copy(Key<A>, ActorRef) - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- copy(Key<A>, ActorRef) - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- copy(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- copy(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- copy(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- copy(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- copy(Key<A>, Replicator.ReadConsistency, ActorRef<Replicator.GetResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- copy(Key<A>, Replicator.ReadConsistency, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- copy(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.DeleteResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- copy(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.UpdateResponse<A>>, Function1<Option<A>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- copy(Key<A>, Replicator.WriteConsistency, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- copy(Key<A>, Replicator.WriteConsistency, Option<Object>, Function1<Option<A>, A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- copy(Key<A>, Replicator.ReadConsistency, ActorRef<Replicator.GetResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- copy(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.DeleteResponse<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- copy(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.UpdateResponse<A>>, Function1<Option<A>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- copy(Key<A>, Option<Object>) - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- copy(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- copy(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- copy(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- copy(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- copy(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- copy(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- copy(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- copy(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- copy(Key<A>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- copy(Key<A>, Option<Object>, A) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- copy(ReplicatedData, Map<UniqueAddress, PruningState>, VersionVector) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- copy(org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, long, long) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- copy(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- copy(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- copy(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- copy(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- copy(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- copy(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- copy(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- copy(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- copy(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- copy(Member) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- copy(Member) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- copy(Member, MemberStatus) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- copy(MembershipState) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- copy(MemberStatus) - Method in class org.apache.pekko.cluster.Member
- copy(MemberStatus) - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- copy(ClusterMetricsSettings) - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- copy(MetricsSelector, int, SupervisorStrategy, String, boolean) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- copy(MetricsSelector, Iterable<String>, String) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- copy(DistributedPubSubMediator.Subscribe) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- copy(DistributedPubSubMediator.SubscribeAck, ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- copy(DistributedPubSubMediator.Unsubscribe) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- copy(DistributedPubSubMediator.UnsubscribeAck, ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- copy(EntityTypeKey<?>, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.CurrentShardRegionState>) - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- copy(EntityTypeKey<?>, FiniteDuration, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>) - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- copy(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- copy(UniqueAddress) - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- copy(UniqueAddress, boolean, Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.Delta>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- copy(UniqueAddress, long) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- copy(UniqueAddress, Gossip) - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- copy(UniqueAddress, Set<String>, Version) - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- copy(UniqueAddress, Set<Address>) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- copy(ThreadPoolConfig) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- copy(EventStream, Runnable, Function0<BoxedUnit>) - Method in class org.apache.pekko.dispatch.TaskInvocation
- copy(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Method in class org.apache.pekko.stream.Attributes.LogLevels
- copy(LoggingBus) - Method in class org.apache.pekko.event.Logging.InitializeLogger
- copy(Tcp.Command) - Method in class org.apache.pekko.io.Tcp.CommandFailed
- copy(Tcp.SimpleWriteCommand, Tcp.WriteCommand) - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- copy(Udp.Command) - Method in class org.apache.pekko.io.Udp.CommandFailed
- copy(UdpConnected.Command) - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- copy(BackoffType, Props, String, FiniteDuration, FiniteDuration, double, Option<BackoffReset>, OneForOneStrategy, Option<Object>, Option<Function1<Object, Object>>) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy(PersistentFSM.Reason, S, D) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- copy(JournalProtocol.Response) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- copy(PersistentRepr) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- copy(PersistentRepr, int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- copy(PersistentRepr, Throwable, int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- copy(PersistentRepr, Throwable, int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- copy(Offset, String, long, Object) - Method in class org.apache.pekko.persistence.query.EventEnvelope
- copy(SnapshotMetadata) - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- copy(SnapshotMetadata) - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- copy(SnapshotMetadata) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- copy(SnapshotMetadata, Object) - Method in class org.apache.pekko.persistence.SelectedSnapshot
- copy(SnapshotMetadata, Object) - Method in class org.apache.pekko.persistence.SnapshotOffer
- copy(SnapshotMetadata, Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- copy(SnapshotMetadata, Throwable) - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- copy(SnapshotMetadata, Throwable) - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- copy(SnapshotProtocol.Response) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- copy(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- copy(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- copy(SnapshotSelectionCriteria, long, long) - Method in class org.apache.pekko.persistence.Recovery
- copy(SnapshotSelectionCriteria, Throwable) - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- copy(SnapshotSelectionCriteria, Option<Object>) - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- copy(GetObjectResult<S>) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- copy(SnapshotMeta) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- copy(SnapshotMeta, Object) - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- copy(DeletionTarget) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- copy(DeletionTarget, Throwable) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- copy(ReplicatedEvent<E>, ActorRef<ReplicatedEventAck$>) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- copy(SnapshotMetadata) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- copy(SnapshotMetadata) - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- copy(SnapshotMetadata, Throwable) - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- copy(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- copy(SeqNo, SeqNo, SortedSet<T>, Ordering<T>) - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- copy(SeqNo, Set<SeqNo>) - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- copy(AssociationHandle) - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- copy(AssociationHandle.DisassociateInfo) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- copy(AssociationHandle.DisassociateInfo) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- copy(AssociationHandle.DisassociateInfo) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- copy(HandshakeInfo) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- copy(Transport.AssociationEventListener) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- copy(UniqueAddress) - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- copy(UniqueAddress, String) - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- copy(UniqueAddress, String) - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- copy(UniqueAddress, CompressionTable<String>) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- copy(UniqueAddress, CompressionTable<ActorRef>) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- copy(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- copy(Group, ClusterRouterGroupSettings) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- copy(Pool, ClusterRouterPoolSettings) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- copy(Pool, Iterable<Address>) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- copy(Routee) - Method in class org.apache.pekko.routing.AddRoutee
- copy(Routee) - Method in class org.apache.pekko.routing.RemoveRoutee
- copy(RoutingLogic, IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.Router
- copy(org.apache.pekko.stream.Attributes.CancellationStrategy.Strategy) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- copy(TraversalBuilder) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- copy(Inlet<I>, Outlet<O>) - Method in class org.apache.pekko.stream.FlowShape
- copy(Inlet<I>, Seq<Outlet<?>>) - Method in class org.apache.pekko.stream.FanOutShape.Ports
- copy(Inlet<In1>, Outlet<Out1>, Inlet<In2>, Outlet<Out2>) - Method in class org.apache.pekko.stream.BidiShape
- copy(Inlet<T>) - Method in class org.apache.pekko.stream.SinkShape
- copy(IOResult, Throwable) - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- copy(Outlet<O>, Seq<Inlet<?>>) - Method in class org.apache.pekko.stream.FanInShape.Ports
- copy(Outlet<T>) - Method in class org.apache.pekko.stream.SourceShape
- copy(GraphStageMessages.StageMessage, Throwable) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- copy(TestActor.AutoPilot) - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- copy(ByteString) - Method in class org.apache.pekko.io.Tcp.Received
- copy(ByteString) - Method in class org.apache.pekko.io.UdpConnected.Received
- copy(ByteString) - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- copy(ByteString) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- copy(ByteString) - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- copy(ByteString, Object) - Method in class org.apache.pekko.io.UdpConnected.Send
- copy(ByteString, InetSocketAddress) - Method in class org.apache.pekko.io.Udp.Received
- copy(ByteString, InetSocketAddress, Udp.Event) - Method in class org.apache.pekko.io.Udp.Send
- copy(ByteString, Tcp.Event) - Method in class org.apache.pekko.io.Tcp.Write
- copy(Subscriber<? super I>, TestProbe) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- copy(Subscriber<T>) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- copy(Subscriber<T>, Throwable) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- copy(Subscription) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- copy(Subscription) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- copy(Subscription, long) - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- copy(Subscription, Throwable) - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- copy(Level, String, String, String, long, Option<Marker>, Option<Throwable>, Map<String, String>) - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- copy(Level, String, Option<Throwable>, Option<Marker>) - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- copy(Logger, String, String, String, String, boolean) - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- copy(IndexedSeq<String>) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- copy(IndexedSeq<Address>) - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- copy(IndexedSeq<CapacityMetricsSelector>) - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- copy(IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.Routees
- copy(IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.SeveralRoutees
- copy(Iterable<String>, int, PartialFunction<Object, Object>, String) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- copy(Iterable<String>, String) - Method in class org.apache.pekko.routing.BroadcastGroup
- copy(Iterable<String>, String) - Method in class org.apache.pekko.routing.RandomGroup
- copy(Iterable<String>, String) - Method in class org.apache.pekko.routing.RoundRobinGroup
- copy(Iterable<String>, FiniteDuration, String) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- copy(Iterable<String>, FiniteDuration, FiniteDuration, String) - Method in class org.apache.pekko.routing.TailChoppingGroup
- copy(Iterable<org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- copy(Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.io.Udp.SimpleSender
- copy(List<UniqueAddress>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- copy(List<UniqueAddress>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- copy(List<UniqueAddress>, boolean) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- copy(List<Attributes.Attribute>) - Method in class org.apache.pekko.stream.Attributes
- copy(List<ConcurrentAsyncCallbackState.Event<E>>) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- copy(Map<String, ActorRef>, Map<ActorRef, Vector<String>>, Set<ActorRef>, Set<String>, boolean) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- copy(Map<String, DurableStore.DurableDataEnvelope>) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- copy(Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>, boolean, Option<Object>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- copy(Map<String, ByteString>, int, int, Option<Object>, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- copy(Map<ActorRef, Seq<String>>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- copy(Map<Address, Object>, boolean) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- copy(Seq<E>) - Method in class org.apache.pekko.persistence.journal.EventsSeq
- copy(Seq<Class<?>>, Function0<T>, String, Deploy, Option<Timeout>, Option<ClassLoader>) - Method in class org.apache.pekko.actor.TypedProps
- copy(Seq<Object>) - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- copy(Seq<Object>) - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- copy(Seq<String>) - Method in class org.apache.pekko.cluster.Invalid
- copy(Seq<Address>) - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- copy(Seq<AtLeastOnceDelivery.UnconfirmedDelivery>) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- copy(Seq<AtomicWrite>) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- copy(Seq<PersistentEnvelope>, ActorRef, int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- copy(Seq<PersistentRepr>) - Method in class org.apache.pekko.persistence.AtomicWrite
- copy(Seq<Inlet<?>>, Seq<Outlet<?>>) - Method in class org.apache.pekko.stream.AmorphousShape
- copy(Seq<EventFilter>) - Method in class org.apache.pekko.testkit.TestEvent.Mute
- copy(Seq<EventFilter>) - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- copy(Set<A>) - Method in class org.apache.pekko.cluster.ddata.GSet
- copy(Set<String>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- copy(Set<String>) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- copy(Set<String>) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- copy(Set<String>, Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- copy(Set<String>, Seq<B>, int, FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- copy(Set<String>, Set<String>) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- copy(Set<String>, Set<String>) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- copy(Set<ActorPath>) - Method in class org.apache.pekko.cluster.client.ContactPoints
- copy(Set<ActorRef>) - Method in class org.apache.pekko.cluster.client.ClusterClients
- copy(Set<Address>) - Method in class org.apache.pekko.remote.RemotingListenEvent
- copy(Set<NodeMetrics>) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- copy(SortedSet<Member>, Set<Member>, Set<Address>, Option<Address>, Map<String, Option<Address>>) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- copy(TreeMap<String, Object>) - Method in class org.apache.pekko.cluster.VectorClock
- copy(TreeMap<String, ChildStats>, Set<ActorRef>, ChildrenContainer.SuspendReason) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- copy(TreeMap<UniqueAddress, Object>) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- copy(FiniteDuration) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- copy(FiniteDuration) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- copy(FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- copy(FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- copy(FiniteDuration) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- copy(FiniteDuration) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- copy(FiniteDuration) - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- copy(FiniteDuration) - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- copy(FiniteDuration) - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- copy(FiniteDuration) - Method in class org.apache.pekko.util.Timeout
- copy(FiniteDuration, int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- copy(FiniteDuration, int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- copy(FiniteDuration, int, int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- copy(FiniteDuration, int, int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- copy(FiniteDuration, ActorRef<U>, U) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- copy(FiniteDuration, org.apache.pekko.stream.Attributes.CancellationStrategy.Strategy) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- copy(FiniteDuration, StreamSubscriptionTimeoutTerminationMode) - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- copy(FiniteDuration, T) - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- copy(Function1<Throwable, Supervision.Directive>) - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- copy(Function1<ActorRef, BoxedUnit>) - Method in class org.apache.pekko.routing.WithListeners
- copy(BigInt) - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- copy(BigInt) - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- copy(Option<A>, long) - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- copy(Option<String>, Either<String, Regex>, boolean, int) - Method in class org.apache.pekko.testkit.DebugFilter
- copy(Option<String>, Either<String, Regex>, boolean, int) - Method in class org.apache.pekko.testkit.InfoFilter
- copy(Option<String>, Either<String, Regex>, boolean, int) - Method in class org.apache.pekko.testkit.WarningFilter
- copy(Option<Throwable>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- copy(Option<ActorRef>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- copy(Option<ActorRef>) - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- copy(Option<ActorRef>, Option<UniqueAddress>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- copy(Option<Address>) - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- copy(Option<org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- copy(Option<UniqueAddress>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- copy(Option<SelectedSnapshot>, long) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- copy(Option<OptimalSizeExploringResizer.UnderUtilizationStreak>, long, int, long) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- copy(Option<Seq<String>>, Option<Seq<String>>, Option<TLSClientAuth>, Option<SSLParameters>) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- copy(Option<PartialFunction<Object, Object>>) - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- copy(PartialFunction<Logging.LogEvent, Object>, int) - Method in class org.apache.pekko.testkit.CustomEventFilter
- copy(Try<org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId.Removals>) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- copy(S, D, Object) - Method in class org.apache.pekko.actor.FSM.LogEntry
- copy(S, D, Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- copy(S, D, Option<FiniteDuration>, Option<FSM.Reason>, List<Object>) - Method in class org.apache.pekko.actor.FSM.SilentState
- copy(S, D, Option<FiniteDuration>, Option<FSM.Reason>, List<Object>) - Method in class org.apache.pekko.actor.FSM.State
- copy(S, D, Option<FiniteDuration>, Option<PersistentFSM.Reason>, List<Object>, Seq<E>, Function1<D, BoxedUnit>, boolean) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- copy(T1, T2, T3) - Method in class org.apache.pekko.japi.tuple.Tuple3
- copy(T1, T2, T3, T4) - Method in class org.apache.pekko.japi.tuple.Tuple4
- copy(T1, T2, T3, T4, T5) - Method in class org.apache.pekko.japi.tuple.Tuple5
- copy(T1, T2, T3, T4, T5, T6) - Method in class org.apache.pekko.japi.tuple.Tuple6
- copy(T1, T2, T3, T4, T5, T6, T7) - Method in class org.apache.pekko.japi.tuple.Tuple7
- copy(T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.apache.pekko.japi.tuple.Tuple8
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.apache.pekko.japi.tuple.Tuple9
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy(U) - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- copy$default$1() - Method in class org.apache.pekko.actor.ActorIdentity
- copy$default$1() - Method in exception org.apache.pekko.actor.ActorKilledException
- copy$default$1() - Method in exception org.apache.pekko.actor.ActorNotFound
- copy$default$1() - Method in class org.apache.pekko.actor.Address
- copy$default$1() - Method in class org.apache.pekko.actor.AllForOneStrategy
- copy$default$1() - Method in class org.apache.pekko.actor.ChildRestartStats
- copy$default$1() - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- copy$default$1() - Method in class org.apache.pekko.actor.DeadLetter
- copy$default$1() - Method in exception org.apache.pekko.actor.DeathPactException
- copy$default$1() - Method in class org.apache.pekko.actor.Deploy
- copy$default$1() - Method in class org.apache.pekko.actor.Dropped
- copy$default$1() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- copy$default$1() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- copy$default$1() - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.CurrentState
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.Event
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.Failure
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.LogEntry
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.SilentState
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.State
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.StopEvent
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.Timer
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.Transition
- copy$default$1() - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- copy$default$1() - Method in class org.apache.pekko.actor.Identify
- copy$default$1() - Method in exception org.apache.pekko.actor.IllegalActorStateException
- copy$default$1() - Method in exception org.apache.pekko.actor.InvalidActorNameException
- copy$default$1() - Method in exception org.apache.pekko.actor.InvalidMessageException
- copy$default$1() - Method in class org.apache.pekko.actor.OneForOneStrategy
- copy$default$1() - Method in exception org.apache.pekko.actor.PostRestartException
- copy$default$1() - Method in exception org.apache.pekko.actor.PreRestartException
- copy$default$1() - Method in class org.apache.pekko.actor.Props
- copy$default$1() - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- copy$default$1() - Method in class org.apache.pekko.actor.RootActorPath
- copy$default$1() - Method in exception org.apache.pekko.actor.SchedulerException
- copy$default$1() - Method in class org.apache.pekko.actor.Status.Failure
- copy$default$1() - Method in class org.apache.pekko.actor.Status.Success
- copy$default$1() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- copy$default$1() - Method in class org.apache.pekko.actor.Terminated
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- copy$default$1() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- copy$default$1() - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- copy$default$1() - Method in exception org.apache.pekko.actor.typed.DeathPactException
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- copy$default$1() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- copy$default$1() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- copy$default$1() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- copy$default$1() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- copy$default$1() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- copy$default$1() - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- copy$default$1() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- copy$default$1() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.actor.TypedProps
- copy$default$1() - Method in class org.apache.pekko.actor.UnhandledMessage
- copy$default$1() - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.cluster.client.ClusterClients
- copy$default$1() - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- copy$default$1() - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- copy$default$1() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- copy$default$1() - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- copy$default$1() - Method in class org.apache.pekko.cluster.client.ContactPoints
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- copy$default$1() - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Flag
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.FlagKey
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.GCounterKey
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.GSetKey
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.LWWMapKey
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.ORMapKey
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.ORSetKey
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.PNCounterKey
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- copy$default$1() - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- copy$default$1() - Method in class org.apache.pekko.cluster.Invalid
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.EWMA
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.Metric
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- copy$default$1() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- copy$default$1() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- copy$default$1() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- copy$default$1() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- copy$default$1() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- copy$default$1() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- copy$default$1() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- copy$default$1() - Method in class org.apache.pekko.cluster.typed.Down
- copy$default$1() - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- copy$default$1() - Method in class org.apache.pekko.cluster.typed.Join
- copy$default$1() - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- copy$default$1() - Method in class org.apache.pekko.cluster.typed.Leave
- copy$default$1() - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- copy$default$1() - Method in class org.apache.pekko.cluster.typed.SelfUp
- copy$default$1() - Method in class org.apache.pekko.cluster.typed.Subscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- copy$default$1() - Method in class org.apache.pekko.cluster.UniqueAddress
- copy$default$1() - Method in class org.apache.pekko.cluster.VectorClock
- copy$default$1() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- copy$default$1() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- copy$default$1() - Method in class org.apache.pekko.dispatch.BoundedMailbox
- copy$default$1() - Method in class org.apache.pekko.dispatch.Envelope
- copy$default$1() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- copy$default$1() - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- copy$default$1() - Method in class org.apache.pekko.dispatch.TaskInvocation
- copy$default$1() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- copy$default$1() - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- copy$default$1() - Method in class org.apache.pekko.event.Logging.Debug
- copy$default$1() - Method in class org.apache.pekko.event.Logging.Error
- copy$default$1() - Method in class org.apache.pekko.event.Logging.Info
- copy$default$1() - Method in class org.apache.pekko.event.Logging.InitializeLogger
- copy$default$1() - Method in class org.apache.pekko.event.Logging.LogLevel
- copy$default$1() - Method in class org.apache.pekko.event.Logging.Warning
- copy$default$1() - Method in class org.apache.pekko.io.dns.AAAARecord
- copy$default$1() - Method in class org.apache.pekko.io.dns.ARecord
- copy$default$1() - Method in class org.apache.pekko.io.dns.CNameRecord
- copy$default$1() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- copy$default$1() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- copy$default$1() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- copy$default$1() - Method in class org.apache.pekko.io.dns.RecordClass
- copy$default$1() - Method in class org.apache.pekko.io.dns.RecordType
- copy$default$1() - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.io.dns.SRVRecord
- copy$default$1() - Method in class org.apache.pekko.io.dns.UnknownRecord
- copy$default$1() - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- copy$default$1() - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- copy$default$1() - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- copy$default$1() - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.Bind
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.Bound
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.CommandFailed
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.Connect
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.Connected
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.NoAck
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.Received
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.Register
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.Write
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.io.Tcp.WritePath
- copy$default$1() - Method in class org.apache.pekko.io.Udp.Bind
- copy$default$1() - Method in class org.apache.pekko.io.Udp.Bound
- copy$default$1() - Method in class org.apache.pekko.io.Udp.CommandFailed
- copy$default$1() - Method in class org.apache.pekko.io.Udp.NoAck
- copy$default$1() - Method in class org.apache.pekko.io.Udp.Received
- copy$default$1() - Method in class org.apache.pekko.io.Udp.Send
- copy$default$1() - Method in class org.apache.pekko.io.Udp.SimpleSender
- copy$default$1() - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- copy$default$1() - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- copy$default$1() - Method in class org.apache.pekko.io.UdpConnected.Connect
- copy$default$1() - Method in class org.apache.pekko.io.UdpConnected.NoAck
- copy$default$1() - Method in class org.apache.pekko.io.UdpConnected.Received
- copy$default$1() - Method in class org.apache.pekko.io.UdpConnected.Send
- copy$default$1() - Method in class org.apache.pekko.japi.Option.Some
- copy$default$1() - Method in class org.apache.pekko.japi.Pair
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple3
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple4
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple5
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple6
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple7
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple8
- copy$default$1() - Method in class org.apache.pekko.japi.tuple.Tuple9
- copy$default$1() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- copy$default$1() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- copy$default$1() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy$default$1() - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- copy$default$1() - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- copy$default$1() - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- copy$default$1() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- copy$default$1() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- copy$default$1() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- copy$default$1() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- copy$default$1() - Method in class org.apache.pekko.persistence.AtomicWrite
- copy$default$1() - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- copy$default$1() - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- copy$default$1() - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- copy$default$1() - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- copy$default$1() - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- copy$default$1() - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.EventsSeq
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- copy$default$1() - Method in class org.apache.pekko.persistence.journal.Tagged
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- copy$default$1() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- copy$default$1() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- copy$default$1() - Method in class org.apache.pekko.persistence.query.Sequence
- copy$default$1() - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- copy$default$1() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- copy$default$1() - Method in class org.apache.pekko.persistence.Recovery
- copy$default$1() - Method in class org.apache.pekko.persistence.ReplyToStrategy
- copy$default$1() - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- copy$default$1() - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.SelectedSnapshot
- copy$default$1() - Method in class org.apache.pekko.persistence.serialization.Snapshot
- copy$default$1() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- copy$default$1() - Method in class org.apache.pekko.persistence.SnapshotOffer
- copy$default$1() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- copy$default$1() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- copy$default$1() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- copy$default$1() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- copy$default$1() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- copy$default$1() - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- copy$default$1() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- copy$default$1() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- copy$default$1() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.Reject
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- copy$default$1() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- copy$default$1() - Method in class org.apache.pekko.persistence.TestPayload
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.ReplicaId
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- copy$default$1() - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- copy$default$1() - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- copy$default$1() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- copy$default$1() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- copy$default$1() - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- copy$default$1() - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- copy$default$1() - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- copy$default$1() - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- copy$default$1() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.RemoteScope
- copy$default$1() - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.RemotingListenEvent
- copy$default$1() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- copy$default$1() - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.testconductor.RoleName
- copy$default$1() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- copy$default$1() - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- copy$default$1() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- copy$default$1() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- copy$default$1() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- copy$default$1() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- copy$default$1() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- copy$default$1() - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- copy$default$1() - Method in class org.apache.pekko.remote.UniqueAddress
- copy$default$1() - Method in class org.apache.pekko.routing.ActorRefRoutee
- copy$default$1() - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- copy$default$1() - Method in class org.apache.pekko.routing.AddRoutee
- copy$default$1() - Method in class org.apache.pekko.routing.AdjustPoolSize
- copy$default$1() - Method in class org.apache.pekko.routing.BalancingPool
- copy$default$1() - Method in class org.apache.pekko.routing.Broadcast
- copy$default$1() - Method in class org.apache.pekko.routing.BroadcastGroup
- copy$default$1() - Method in class org.apache.pekko.routing.BroadcastPool
- copy$default$1() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- copy$default$1() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- copy$default$1() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- copy$default$1() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- copy$default$1() - Method in class org.apache.pekko.routing.Deafen
- copy$default$1() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy$default$1() - Method in class org.apache.pekko.routing.DefaultResizer
- copy$default$1() - Method in class org.apache.pekko.routing.Listen
- copy$default$1() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- copy$default$1() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- copy$default$1() - Method in class org.apache.pekko.routing.RandomGroup
- copy$default$1() - Method in class org.apache.pekko.routing.RandomPool
- copy$default$1() - Method in class org.apache.pekko.routing.RemoveRoutee
- copy$default$1() - Method in class org.apache.pekko.routing.RoundRobinGroup
- copy$default$1() - Method in class org.apache.pekko.routing.RoundRobinPool
- copy$default$1() - Method in class org.apache.pekko.routing.Routees
- copy$default$1() - Method in class org.apache.pekko.routing.Router
- copy$default$1() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- copy$default$1() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- copy$default$1() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- copy$default$1() - Method in class org.apache.pekko.routing.SeveralRoutees
- copy$default$1() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- copy$default$1() - Method in class org.apache.pekko.routing.TailChoppingGroup
- copy$default$1() - Method in class org.apache.pekko.routing.TailChoppingPool
- copy$default$1() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- copy$default$1() - Method in class org.apache.pekko.routing.WithListeners
- copy$default$1() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- copy$default$1() - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- copy$default$1() - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- copy$default$1() - Method in class org.apache.pekko.serialization.Serialization.Information
- copy$default$1() - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- copy$default$1() - Method in exception org.apache.pekko.stream.AbruptTerminationException
- copy$default$1() - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- copy$default$1() - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- copy$default$1() - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- copy$default$1() - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- copy$default$1() - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- copy$default$1() - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- copy$default$1() - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- copy$default$1() - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- copy$default$1() - Method in class org.apache.pekko.stream.AmorphousShape
- copy$default$1() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- copy$default$1() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- copy$default$1() - Method in class org.apache.pekko.stream.Attributes
- copy$default$1() - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- copy$default$1() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- copy$default$1() - Method in class org.apache.pekko.stream.Attributes.Name
- copy$default$1() - Method in class org.apache.pekko.stream.BidiShape
- copy$default$1() - Method in exception org.apache.pekko.stream.BufferOverflowException
- copy$default$1() - Method in class org.apache.pekko.stream.FanInShape.Name
- copy$default$1() - Method in class org.apache.pekko.stream.FanInShape.Ports
- copy$default$1() - Method in class org.apache.pekko.stream.FanOutShape.Name
- copy$default$1() - Method in class org.apache.pekko.stream.FanOutShape.Ports
- copy$default$1() - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- copy$default$1() - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- copy$default$1() - Method in class org.apache.pekko.stream.FlowShape
- copy$default$1() - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- copy$default$1() - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- copy$default$1() - Method in class org.apache.pekko.stream.IOResult
- copy$default$1() - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- copy$default$1() - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- copy$default$1() - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- copy$default$1() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- copy$default$1() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- copy$default$1() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- copy$default$1() - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- copy$default$1() - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- copy$default$1() - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- copy$default$1() - Method in class org.apache.pekko.stream.SinkShape
- copy$default$1() - Method in class org.apache.pekko.stream.SourceShape
- copy$default$1() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- copy$default$1() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- copy$default$1() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- copy$default$1() - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- copy$default$1() - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- copy$default$1() - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- copy$default$1() - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- copy$default$1() - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- copy$default$1() - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- copy$default$1() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- copy$default$1() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- copy$default$1() - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- copy$default$1() - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- copy$default$1() - Method in class org.apache.pekko.testkit.CustomEventFilter
- copy$default$1() - Method in class org.apache.pekko.testkit.DeadLettersFilter
- copy$default$1() - Method in class org.apache.pekko.testkit.DebugFilter
- copy$default$1() - Method in class org.apache.pekko.testkit.ErrorFilter
- copy$default$1() - Method in class org.apache.pekko.testkit.InfoFilter
- copy$default$1() - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- copy$default$1() - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- copy$default$1() - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- copy$default$1() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- copy$default$1() - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- copy$default$1() - Method in class org.apache.pekko.testkit.TestActor.Watch
- copy$default$1() - Method in class org.apache.pekko.testkit.TestEvent.Mute
- copy$default$1() - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- copy$default$1() - Method in exception org.apache.pekko.testkit.TestException
- copy$default$1() - Method in class org.apache.pekko.testkit.WarningFilter
- copy$default$1() - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- copy$default$1() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- copy$default$1() - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- copy$default$1() - Method in class org.apache.pekko.util.Timeout
- copy$default$1$extension(ServiceRegistry) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- copy$default$1$extension(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- copy$default$1$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$10() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$10() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy$default$10() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$11() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$12() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$13() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$13() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$13() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$13() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$13() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$13() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$13() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$13() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$13() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$13() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$14() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$14() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$14() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$14() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$14() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$14() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$14() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$14() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$14() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$15() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$15() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$15() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$15() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$15() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$15() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$15() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$15() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$16() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$16() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$16() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$16() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$16() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$16() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$16() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$17() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$17() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$17() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$17() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$17() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$17() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$18() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$18() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$18() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$18() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$18() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$19() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$19() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$19() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$19() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$2() - Method in class org.apache.pekko.actor.ActorIdentity
- copy$default$2() - Method in class org.apache.pekko.actor.Address
- copy$default$2() - Method in class org.apache.pekko.actor.AllForOneStrategy
- copy$default$2() - Method in class org.apache.pekko.actor.ChildRestartStats
- copy$default$2() - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- copy$default$2() - Method in class org.apache.pekko.actor.DeadLetter
- copy$default$2() - Method in class org.apache.pekko.actor.Deploy
- copy$default$2() - Method in class org.apache.pekko.actor.Dropped
- copy$default$2() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- copy$default$2() - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- copy$default$2() - Method in class org.apache.pekko.actor.FSM.CurrentState
- copy$default$2() - Method in class org.apache.pekko.actor.FSM.Event
- copy$default$2() - Method in class org.apache.pekko.actor.FSM.LogEntry
- copy$default$2() - Method in class org.apache.pekko.actor.FSM.SilentState
- copy$default$2() - Method in class org.apache.pekko.actor.FSM.State
- copy$default$2() - Method in class org.apache.pekko.actor.FSM.StopEvent
- copy$default$2() - Method in class org.apache.pekko.actor.FSM.Timer
- copy$default$2() - Method in class org.apache.pekko.actor.FSM.Transition
- copy$default$2() - Method in class org.apache.pekko.actor.OneForOneStrategy
- copy$default$2() - Method in exception org.apache.pekko.actor.PostRestartException
- copy$default$2() - Method in exception org.apache.pekko.actor.PreRestartException
- copy$default$2() - Method in class org.apache.pekko.actor.Props
- copy$default$2() - Method in class org.apache.pekko.actor.RootActorPath
- copy$default$2() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- copy$default$2() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- copy$default$2() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- copy$default$2() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- copy$default$2() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- copy$default$2() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- copy$default$2() - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- copy$default$2() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- copy$default$2() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- copy$default$2() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- copy$default$2() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- copy$default$2() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- copy$default$2() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- copy$default$2() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- copy$default$2() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- copy$default$2() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- copy$default$2() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- copy$default$2() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- copy$default$2() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- copy$default$2() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- copy$default$2() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- copy$default$2() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- copy$default$2() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.actor.TypedProps
- copy$default$2() - Method in class org.apache.pekko.actor.UnhandledMessage
- copy$default$2() - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- copy$default$2() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- copy$default$2() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- copy$default$2() - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- copy$default$2() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- copy$default$2() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- copy$default$2() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- copy$default$2() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- copy$default$2() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- copy$default$2() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- copy$default$2() - Method in class org.apache.pekko.cluster.metrics.EWMA
- copy$default$2() - Method in class org.apache.pekko.cluster.metrics.Metric
- copy$default$2() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- copy$default$2() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- copy$default$2() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- copy$default$2() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- copy$default$2() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- copy$default$2() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- copy$default$2() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- copy$default$2() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- copy$default$2() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- copy$default$2() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- copy$default$2() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- copy$default$2() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- copy$default$2() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- copy$default$2() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- copy$default$2() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- copy$default$2() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- copy$default$2() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- copy$default$2() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- copy$default$2() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- copy$default$2() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- copy$default$2() - Method in class org.apache.pekko.cluster.typed.Subscribe
- copy$default$2() - Method in class org.apache.pekko.cluster.UniqueAddress
- copy$default$2() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- copy$default$2() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- copy$default$2() - Method in class org.apache.pekko.dispatch.BoundedMailbox
- copy$default$2() - Method in class org.apache.pekko.dispatch.Envelope
- copy$default$2() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- copy$default$2() - Method in class org.apache.pekko.dispatch.TaskInvocation
- copy$default$2() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- copy$default$2() - Method in class org.apache.pekko.event.Logging.Debug
- copy$default$2() - Method in class org.apache.pekko.event.Logging.Error
- copy$default$2() - Method in class org.apache.pekko.event.Logging.Info
- copy$default$2() - Method in class org.apache.pekko.event.Logging.Warning
- copy$default$2() - Method in class org.apache.pekko.io.dns.AAAARecord
- copy$default$2() - Method in class org.apache.pekko.io.dns.ARecord
- copy$default$2() - Method in class org.apache.pekko.io.dns.CNameRecord
- copy$default$2() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- copy$default$2() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- copy$default$2() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- copy$default$2() - Method in class org.apache.pekko.io.dns.RecordClass
- copy$default$2() - Method in class org.apache.pekko.io.dns.RecordType
- copy$default$2() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.io.dns.SRVRecord
- copy$default$2() - Method in class org.apache.pekko.io.dns.UnknownRecord
- copy$default$2() - Method in class org.apache.pekko.io.Tcp.Bind
- copy$default$2() - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- copy$default$2() - Method in class org.apache.pekko.io.Tcp.Connect
- copy$default$2() - Method in class org.apache.pekko.io.Tcp.Connected
- copy$default$2() - Method in class org.apache.pekko.io.Tcp.Register
- copy$default$2() - Method in class org.apache.pekko.io.Tcp.Write
- copy$default$2() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.io.Tcp.WritePath
- copy$default$2() - Method in class org.apache.pekko.io.Udp.Bind
- copy$default$2() - Method in class org.apache.pekko.io.Udp.Received
- copy$default$2() - Method in class org.apache.pekko.io.Udp.Send
- copy$default$2() - Method in class org.apache.pekko.io.UdpConnected.Connect
- copy$default$2() - Method in class org.apache.pekko.io.UdpConnected.Send
- copy$default$2() - Method in class org.apache.pekko.japi.Pair
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple3
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple4
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple5
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple6
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple7
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple8
- copy$default$2() - Method in class org.apache.pekko.japi.tuple.Tuple9
- copy$default$2() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- copy$default$2() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- copy$default$2() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy$default$2() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- copy$default$2() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- copy$default$2() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- copy$default$2() - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- copy$default$2() - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- copy$default$2() - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- copy$default$2() - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- copy$default$2() - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- copy$default$2() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- copy$default$2() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- copy$default$2() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- copy$default$2() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- copy$default$2() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- copy$default$2() - Method in class org.apache.pekko.persistence.journal.Tagged
- copy$default$2() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- copy$default$2() - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- copy$default$2() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- copy$default$2() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- copy$default$2() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- copy$default$2() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- copy$default$2() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- copy$default$2() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- copy$default$2() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- copy$default$2() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- copy$default$2() - Method in class org.apache.pekko.persistence.Recovery
- copy$default$2() - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- copy$default$2() - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- copy$default$2() - Method in class org.apache.pekko.persistence.SelectedSnapshot
- copy$default$2() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- copy$default$2() - Method in class org.apache.pekko.persistence.SnapshotOffer
- copy$default$2() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- copy$default$2() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- copy$default$2() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- copy$default$2() - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- copy$default$2() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- copy$default$2() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- copy$default$2() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- copy$default$2() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- copy$default$2() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- copy$default$2() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- copy$default$2() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- copy$default$2() - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- copy$default$2() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- copy$default$2() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- copy$default$2() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- copy$default$2() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- copy$default$2() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- copy$default$2() - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- copy$default$2() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- copy$default$2() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- copy$default$2() - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- copy$default$2() - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- copy$default$2() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- copy$default$2() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- copy$default$2() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- copy$default$2() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- copy$default$2() - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.remote.UniqueAddress
- copy$default$2() - Method in class org.apache.pekko.routing.BalancingPool
- copy$default$2() - Method in class org.apache.pekko.routing.BroadcastGroup
- copy$default$2() - Method in class org.apache.pekko.routing.BroadcastPool
- copy$default$2() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- copy$default$2() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- copy$default$2() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- copy$default$2() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- copy$default$2() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy$default$2() - Method in class org.apache.pekko.routing.DefaultResizer
- copy$default$2() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- copy$default$2() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- copy$default$2() - Method in class org.apache.pekko.routing.RandomGroup
- copy$default$2() - Method in class org.apache.pekko.routing.RandomPool
- copy$default$2() - Method in class org.apache.pekko.routing.RoundRobinGroup
- copy$default$2() - Method in class org.apache.pekko.routing.RoundRobinPool
- copy$default$2() - Method in class org.apache.pekko.routing.Router
- copy$default$2() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- copy$default$2() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- copy$default$2() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- copy$default$2() - Method in class org.apache.pekko.routing.TailChoppingGroup
- copy$default$2() - Method in class org.apache.pekko.routing.TailChoppingPool
- copy$default$2() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- copy$default$2() - Method in class org.apache.pekko.serialization.Serialization.Information
- copy$default$2() - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- copy$default$2() - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- copy$default$2() - Method in class org.apache.pekko.stream.AmorphousShape
- copy$default$2() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- copy$default$2() - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- copy$default$2() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- copy$default$2() - Method in class org.apache.pekko.stream.BidiShape
- copy$default$2() - Method in class org.apache.pekko.stream.FanInShape.Ports
- copy$default$2() - Method in class org.apache.pekko.stream.FanOutShape.Ports
- copy$default$2() - Method in class org.apache.pekko.stream.FlowShape
- copy$default$2() - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- copy$default$2() - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- copy$default$2() - Method in class org.apache.pekko.stream.IOResult
- copy$default$2() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- copy$default$2() - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- copy$default$2() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- copy$default$2() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- copy$default$2() - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- copy$default$2() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- copy$default$2() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- copy$default$2() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- copy$default$2() - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- copy$default$2() - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- copy$default$2() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- copy$default$2() - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- copy$default$2() - Method in class org.apache.pekko.testkit.DebugFilter
- copy$default$2() - Method in class org.apache.pekko.testkit.ErrorFilter
- copy$default$2() - Method in class org.apache.pekko.testkit.InfoFilter
- copy$default$2() - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- copy$default$2() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- copy$default$2() - Method in class org.apache.pekko.testkit.WarningFilter
- copy$default$2() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- copy$default$20() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$20() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$20() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$21() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$21() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$22() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$3() - Method in class org.apache.pekko.actor.Address
- copy$default$3() - Method in class org.apache.pekko.actor.AllForOneStrategy
- copy$default$3() - Method in class org.apache.pekko.actor.ChildRestartStats
- copy$default$3() - Method in class org.apache.pekko.actor.DeadLetter
- copy$default$3() - Method in class org.apache.pekko.actor.Deploy
- copy$default$3() - Method in class org.apache.pekko.actor.Dropped
- copy$default$3() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- copy$default$3() - Method in class org.apache.pekko.actor.FSM.LogEntry
- copy$default$3() - Method in class org.apache.pekko.actor.FSM.SilentState
- copy$default$3() - Method in class org.apache.pekko.actor.FSM.State
- copy$default$3() - Method in class org.apache.pekko.actor.FSM.StopEvent
- copy$default$3() - Method in class org.apache.pekko.actor.FSM.Timer
- copy$default$3() - Method in class org.apache.pekko.actor.FSM.Transition
- copy$default$3() - Method in class org.apache.pekko.actor.OneForOneStrategy
- copy$default$3() - Method in exception org.apache.pekko.actor.PostRestartException
- copy$default$3() - Method in exception org.apache.pekko.actor.PreRestartException
- copy$default$3() - Method in class org.apache.pekko.actor.Props
- copy$default$3() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- copy$default$3() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- copy$default$3() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- copy$default$3() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- copy$default$3() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- copy$default$3() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- copy$default$3() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- copy$default$3() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- copy$default$3() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- copy$default$3() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- copy$default$3() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- copy$default$3() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- copy$default$3() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- copy$default$3() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- copy$default$3() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- copy$default$3() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- copy$default$3() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- copy$default$3() - Method in class org.apache.pekko.actor.TypedProps
- copy$default$3() - Method in class org.apache.pekko.actor.UnhandledMessage
- copy$default$3() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- copy$default$3() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- copy$default$3() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- copy$default$3() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- copy$default$3() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- copy$default$3() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- copy$default$3() - Method in class org.apache.pekko.cluster.metrics.Metric
- copy$default$3() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- copy$default$3() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- copy$default$3() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- copy$default$3() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- copy$default$3() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- copy$default$3() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- copy$default$3() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- copy$default$3() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- copy$default$3() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- copy$default$3() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- copy$default$3() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- copy$default$3() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- copy$default$3() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- copy$default$3() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- copy$default$3() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- copy$default$3() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- copy$default$3() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- copy$default$3() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- copy$default$3() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- copy$default$3() - Method in class org.apache.pekko.dispatch.TaskInvocation
- copy$default$3() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- copy$default$3() - Method in class org.apache.pekko.event.Logging.Debug
- copy$default$3() - Method in class org.apache.pekko.event.Logging.Error
- copy$default$3() - Method in class org.apache.pekko.event.Logging.Info
- copy$default$3() - Method in class org.apache.pekko.event.Logging.Warning
- copy$default$3() - Method in class org.apache.pekko.io.dns.AAAARecord
- copy$default$3() - Method in class org.apache.pekko.io.dns.ARecord
- copy$default$3() - Method in class org.apache.pekko.io.dns.CNameRecord
- copy$default$3() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- copy$default$3() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.io.dns.SRVRecord
- copy$default$3() - Method in class org.apache.pekko.io.dns.UnknownRecord
- copy$default$3() - Method in class org.apache.pekko.io.Tcp.Bind
- copy$default$3() - Method in class org.apache.pekko.io.Tcp.Connect
- copy$default$3() - Method in class org.apache.pekko.io.Tcp.Register
- copy$default$3() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.io.Tcp.WritePath
- copy$default$3() - Method in class org.apache.pekko.io.Udp.Bind
- copy$default$3() - Method in class org.apache.pekko.io.Udp.Send
- copy$default$3() - Method in class org.apache.pekko.io.UdpConnected.Connect
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple3
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple4
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple5
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple6
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple7
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple8
- copy$default$3() - Method in class org.apache.pekko.japi.tuple.Tuple9
- copy$default$3() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- copy$default$3() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- copy$default$3() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy$default$3() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- copy$default$3() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- copy$default$3() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- copy$default$3() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- copy$default$3() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- copy$default$3() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- copy$default$3() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- copy$default$3() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- copy$default$3() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- copy$default$3() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- copy$default$3() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- copy$default$3() - Method in class org.apache.pekko.persistence.Recovery
- copy$default$3() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- copy$default$3() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- copy$default$3() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- copy$default$3() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- copy$default$3() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- copy$default$3() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- copy$default$3() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- copy$default$3() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- copy$default$3() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- copy$default$3() - Method in class org.apache.pekko.routing.BalancingPool
- copy$default$3() - Method in class org.apache.pekko.routing.BroadcastPool
- copy$default$3() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- copy$default$3() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- copy$default$3() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- copy$default$3() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy$default$3() - Method in class org.apache.pekko.routing.DefaultResizer
- copy$default$3() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- copy$default$3() - Method in class org.apache.pekko.routing.RandomPool
- copy$default$3() - Method in class org.apache.pekko.routing.RoundRobinPool
- copy$default$3() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- copy$default$3() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- copy$default$3() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- copy$default$3() - Method in class org.apache.pekko.routing.TailChoppingGroup
- copy$default$3() - Method in class org.apache.pekko.routing.TailChoppingPool
- copy$default$3() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- copy$default$3() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- copy$default$3() - Method in class org.apache.pekko.stream.BidiShape
- copy$default$3() - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- copy$default$3() - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- copy$default$3() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- copy$default$3() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- copy$default$3() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- copy$default$3() - Method in class org.apache.pekko.testkit.DebugFilter
- copy$default$3() - Method in class org.apache.pekko.testkit.ErrorFilter
- copy$default$3() - Method in class org.apache.pekko.testkit.InfoFilter
- copy$default$3() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- copy$default$3() - Method in class org.apache.pekko.testkit.WarningFilter
- copy$default$3() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- copy$default$4() - Method in class org.apache.pekko.actor.Address
- copy$default$4() - Method in class org.apache.pekko.actor.Deploy
- copy$default$4() - Method in class org.apache.pekko.actor.Dropped
- copy$default$4() - Method in class org.apache.pekko.actor.FSM.SilentState
- copy$default$4() - Method in class org.apache.pekko.actor.FSM.State
- copy$default$4() - Method in class org.apache.pekko.actor.FSM.Timer
- copy$default$4() - Method in exception org.apache.pekko.actor.PreRestartException
- copy$default$4() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- copy$default$4() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- copy$default$4() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- copy$default$4() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- copy$default$4() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- copy$default$4() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- copy$default$4() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- copy$default$4() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- copy$default$4() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- copy$default$4() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- copy$default$4() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- copy$default$4() - Method in class org.apache.pekko.actor.TypedProps
- copy$default$4() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- copy$default$4() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- copy$default$4() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- copy$default$4() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- copy$default$4() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- copy$default$4() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- copy$default$4() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- copy$default$4() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- copy$default$4() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- copy$default$4() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- copy$default$4() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- copy$default$4() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- copy$default$4() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- copy$default$4() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- copy$default$4() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- copy$default$4() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- copy$default$4() - Method in class org.apache.pekko.event.Logging.Error
- copy$default$4() - Method in class org.apache.pekko.io.dns.SRVRecord
- copy$default$4() - Method in class org.apache.pekko.io.dns.UnknownRecord
- copy$default$4() - Method in class org.apache.pekko.io.Tcp.Bind
- copy$default$4() - Method in class org.apache.pekko.io.Tcp.Connect
- copy$default$4() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- copy$default$4() - Method in class org.apache.pekko.io.Tcp.WritePath
- copy$default$4() - Method in class org.apache.pekko.io.UdpConnected.Connect
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple4
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple5
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple6
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple7
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple8
- copy$default$4() - Method in class org.apache.pekko.japi.tuple.Tuple9
- copy$default$4() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- copy$default$4() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- copy$default$4() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy$default$4() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- copy$default$4() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- copy$default$4() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- copy$default$4() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- copy$default$4() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- copy$default$4() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- copy$default$4() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- copy$default$4() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- copy$default$4() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- copy$default$4() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- copy$default$4() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- copy$default$4() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- copy$default$4() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- copy$default$4() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- copy$default$4() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- copy$default$4() - Method in class org.apache.pekko.routing.BroadcastPool
- copy$default$4() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- copy$default$4() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- copy$default$4() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy$default$4() - Method in class org.apache.pekko.routing.DefaultResizer
- copy$default$4() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- copy$default$4() - Method in class org.apache.pekko.routing.RandomPool
- copy$default$4() - Method in class org.apache.pekko.routing.RoundRobinPool
- copy$default$4() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- copy$default$4() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- copy$default$4() - Method in class org.apache.pekko.routing.TailChoppingGroup
- copy$default$4() - Method in class org.apache.pekko.routing.TailChoppingPool
- copy$default$4() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- copy$default$4() - Method in class org.apache.pekko.stream.BidiShape
- copy$default$4() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- copy$default$4() - Method in class org.apache.pekko.testkit.ErrorFilter
- copy$default$5() - Method in class org.apache.pekko.actor.Deploy
- copy$default$5() - Method in class org.apache.pekko.actor.FSM.SilentState
- copy$default$5() - Method in class org.apache.pekko.actor.FSM.State
- copy$default$5() - Method in class org.apache.pekko.actor.FSM.Timer
- copy$default$5() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- copy$default$5() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- copy$default$5() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- copy$default$5() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- copy$default$5() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- copy$default$5() - Method in class org.apache.pekko.actor.TypedProps
- copy$default$5() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- copy$default$5() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- copy$default$5() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- copy$default$5() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- copy$default$5() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- copy$default$5() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- copy$default$5() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- copy$default$5() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- copy$default$5() - Method in class org.apache.pekko.io.dns.SRVRecord
- copy$default$5() - Method in class org.apache.pekko.io.dns.UnknownRecord
- copy$default$5() - Method in class org.apache.pekko.io.Tcp.Bind
- copy$default$5() - Method in class org.apache.pekko.io.Tcp.Connect
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple5
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple6
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple7
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple8
- copy$default$5() - Method in class org.apache.pekko.japi.tuple.Tuple9
- copy$default$5() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- copy$default$5() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- copy$default$5() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy$default$5() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- copy$default$5() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- copy$default$5() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- copy$default$5() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- copy$default$5() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- copy$default$5() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- copy$default$5() - Method in class org.apache.pekko.routing.BroadcastPool
- copy$default$5() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- copy$default$5() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy$default$5() - Method in class org.apache.pekko.routing.DefaultResizer
- copy$default$5() - Method in class org.apache.pekko.routing.RandomPool
- copy$default$5() - Method in class org.apache.pekko.routing.RoundRobinPool
- copy$default$5() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- copy$default$5() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- copy$default$5() - Method in class org.apache.pekko.routing.TailChoppingPool
- copy$default$6() - Method in class org.apache.pekko.actor.Deploy
- copy$default$6() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- copy$default$6() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- copy$default$6() - Method in class org.apache.pekko.actor.TypedProps
- copy$default$6() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- copy$default$6() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- copy$default$6() - Method in class org.apache.pekko.io.dns.SRVRecord
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple6
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple7
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple8
- copy$default$6() - Method in class org.apache.pekko.japi.tuple.Tuple9
- copy$default$6() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- copy$default$6() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- copy$default$6() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy$default$6() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- copy$default$6() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- copy$default$6() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- copy$default$6() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy$default$6() - Method in class org.apache.pekko.routing.DefaultResizer
- copy$default$6() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- copy$default$6() - Method in class org.apache.pekko.routing.TailChoppingPool
- copy$default$7() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple7
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple8
- copy$default$7() - Method in class org.apache.pekko.japi.tuple.Tuple9
- copy$default$7() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- copy$default$7() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- copy$default$7() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy$default$7() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- copy$default$7() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- copy$default$7() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy$default$7() - Method in class org.apache.pekko.routing.DefaultResizer
- copy$default$7() - Method in class org.apache.pekko.routing.TailChoppingPool
- copy$default$8() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple8
- copy$default$8() - Method in class org.apache.pekko.japi.tuple.Tuple9
- copy$default$8() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- copy$default$8() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- copy$default$8() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy$default$8() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple10
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple11
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple12
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple13
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple14
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple15
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple16
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple17
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple18
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple19
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple20
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple21
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple22
- copy$default$9() - Method in class org.apache.pekko.japi.tuple.Tuple9
- copy$default$9() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- copy$default$9() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- copy$default$9() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- copy$extension(ServiceRegistry, ORMultiMap<ServiceKey<?>, ClusterReceptionist.Entry>) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- copy$extension(Logging.LogLevel, int) - Method in class org.apache.pekko.event.Logging.LogLevel$
- copy$extension(MessageFlags, short) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- copyForLane(int) - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- copyToArray(Object) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- copyToArray(Object, int) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- copyToArray(Object, int) - Method in class org.apache.pekko.util.ByteString
- copyToArray(Object, int, int) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- copyToArray(Object, int, int) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- copyToArray(Object, int, int) - Method in class org.apache.pekko.util.ByteString.ByteString1
- copyToArray(Object, int, int) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- copyToArray(Object, int, int) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- copyToArray(Object, int, int) - Method in class org.apache.pekko.util.ByteString
- copyToBuffer(ByteBuffer) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- copyToBuffer(ByteBuffer) - Method in class org.apache.pekko.util.ByteIterator
-
For performance sensitive code, call take() directly on ByteString (it's optimised there)
- copyToBuffer(ByteBuffer) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
-
For performance sensitive code, call copyToBuffer() directly on ByteString (it's optimised there)
- copyToBuffer(ByteBuffer) - Method in class org.apache.pekko.util.ByteString.ByteString1
- copyToBuffer(ByteBuffer) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- copyToBuffer(ByteBuffer) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- copyToBuffer(ByteBuffer) - Method in class org.apache.pekko.util.ByteString
-
Copy as many bytes as possible to a ByteBuffer, starting from it's current position.
- copyUp(int) - Method in class org.apache.pekko.cluster.Member
- copyUSAsciiStrToBytes(String, byte[]) - Static method in class org.apache.pekko.util.Unsafe
- corePoolSize() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- correlationId() - Method in class org.apache.pekko.actor.ActorIdentity
- CORRELATIONID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- count - Variable in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue.Node
- count() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- count() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- count() - Method in class org.apache.pekko.dispatch.AbstractNodeQueue
-
This method returns an upper bound on the queue size at the time it starts executing.
- count() - Method in class org.apache.pekko.event.DeadLetterListener
- count() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- count() - Method in class org.apache.pekko.io.Tcp.WritePath
- count() - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- count() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- count() - Method in exception org.apache.pekko.stream.IOOperationIncompleteException
- count() - Method in class org.apache.pekko.stream.IOResult
- Count() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count
- count_$eq(int) - Method in class org.apache.pekko.event.DeadLetterListener
- Count$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count$
- countDown() - Method in class org.apache.pekko.testkit.TestLatch
- counter() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Timestamp$
- counter() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- counter() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- Counter - Class in org.apache.pekko.persistence.typed.crdt
- Counter(BigInt) - Constructor for class org.apache.pekko.persistence.typed.crdt.Counter
- counter_$eq(int) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- Counter.Updated - Class in org.apache.pekko.persistence.typed.crdt
- Counter.Updated$ - Class in org.apache.pekko.persistence.typed.crdt
- Counter$ - Class in org.apache.pekko.persistence.typed.crdt
- Counter$() - Constructor for class org.apache.pekko.persistence.typed.crdt.Counter$
- counter$access$4() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- counterBits() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- counterBits() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- counterBits() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- counterFromBytes(byte[]) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- counterKey(int) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- counterToBytes(long) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- CountMinSketch - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API: Count-Min Sketch datastructure.
- CountMinSketch(int, int, int) - Constructor for class org.apache.pekko.remote.artery.compress.CountMinSketch
- CountNextNCond(int, Function0<ProcessingResult>, Function0<ProcessingResult>, Function2<String, U, Object>, Function0<BoxedUnit>) - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.CountNextNCond
- CountSubscribers(String) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- CountSubscribers$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers$
- CoupledTerminationFlow - Class in org.apache.pekko.stream.javadsl
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- CoupledTerminationFlow - Class in org.apache.pekko.stream.scaladsl
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- CoupledTerminationFlow() - Constructor for class org.apache.pekko.stream.javadsl.CoupledTerminationFlow
- CoupledTerminationFlow() - Constructor for class org.apache.pekko.stream.scaladsl.CoupledTerminationFlow
- CoupledTerminationFlow$ - Class in org.apache.pekko.stream.javadsl
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- CoupledTerminationFlow$ - Class in org.apache.pekko.stream.scaladsl
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- CoupledTerminationFlow$() - Constructor for class org.apache.pekko.stream.javadsl.CoupledTerminationFlow$
- CoupledTerminationFlow$() - Constructor for class org.apache.pekko.stream.scaladsl.CoupledTerminationFlow$
- Cpu(Address, long, Option<Object>, Option<Object>, Option<Object>, int) - Constructor for class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- Cpu$() - Constructor for class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu$
- cpuCombined() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- cpuCombined(CpuPerc) - Method in class org.apache.pekko.cluster.metrics.SigarMetricsCollector
-
(SIGAR) Returns the combined CPU sum of User + Sys + Nice + Wait, in percentage.
- CpuCombined() - Static method in class org.apache.pekko.cluster.metrics.StandardMetrics
-
Sum of User + Sys + Nice + Wait.
- CpuCombined() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics$
-
Sum of User + Sys + Nice + Wait.
- cpuIdle(CpuPerc) - Method in class org.apache.pekko.cluster.metrics.SigarMetricsCollector
-
(SIGAR) Returns the idle CPU time.
- CpuIdle() - Static method in class org.apache.pekko.cluster.metrics.StandardMetrics
-
Amount of CPU time left after combined and stolen are removed.
- CpuIdle() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics$
-
Amount of CPU time left after combined and stolen are removed.
- CpuMetricsSelector - Class in org.apache.pekko.cluster.metrics
-
MetricsSelector that uses the combined CPU time metrics and stolen CPU time metrics.
- CpuMetricsSelector() - Constructor for class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- CpuMetricsSelector$ - Class in org.apache.pekko.cluster.metrics
-
MetricsSelector that uses the combined CPU time metrics and stolen CPU time metrics.
- CpuMetricsSelector$() - Constructor for class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
- cpuStolen() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- cpuStolen(CpuPerc) - Method in class org.apache.pekko.cluster.metrics.SigarMetricsCollector
-
(SIGAR) Returns the stolen CPU time.
- CpuStolen() - Static method in class org.apache.pekko.cluster.metrics.StandardMetrics
-
The amount of CPU 'stolen' from this virtual machine by the hypervisor for other tasks (such as running another virtual machine).
- CpuStolen() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics$
-
The amount of CPU 'stolen' from this virtual machine by the hypervisor for other tasks (such as running another virtual machine).
- create() - Static method in class org.apache.pekko.actor.ActorSystem
-
Creates a new ActorSystem with the name "default", obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- create() - Method in class org.apache.pekko.actor.ActorSystem$
-
Creates a new ActorSystem with the name "default", obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- create() - Static method in class org.apache.pekko.actor.BootstrapSetup
-
Java API: Construct a bootstrap settings with default values.
- create() - Method in class org.apache.pekko.actor.BootstrapSetup$
-
Java API: Construct a bootstrap settings with default values.
- create() - Method in class org.apache.pekko.actor.DefaultSupervisorStrategy
- create() - Method in class org.apache.pekko.actor.StoppingSupervisorStrategy
- create() - Method in interface org.apache.pekko.actor.SupervisorStrategyConfigurator
- create() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Create a testkit named from the ActorTestKit class.
- create() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Create a testkit named from the ActorTestKit class.
- create() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox
- create() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox$
- create() - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
-
Java API
- create() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
-
Java API
- create() - Static method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
- create() - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder$
- create() - Static method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
-
Create a new mutable receive builder
- create() - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder$
-
Create a new mutable receive builder
- create() - Static method in class org.apache.pekko.actor.typed.LogOptions
-
Java API: Create a new log options.
- create() - Method in class org.apache.pekko.actor.typed.LogOptions$
-
Java API: Create a new log options.
- create() - Static method in class org.apache.pekko.actor.typed.SpawnProtocol
-
Java API: returns a behavior that can be commanded to spawn arbitrary children.
- create() - Method in class org.apache.pekko.actor.typed.SpawnProtocol$
-
Java API: returns a behavior that can be commanded to spawn arbitrary children.
- create() - Static method in class org.apache.pekko.cluster.ddata.Flag
-
Java API:
Flagthat is initialized tofalse. - create() - Method in class org.apache.pekko.cluster.ddata.Flag$
-
Java API:
Flagthat is initialized tofalse. - create() - Static method in class org.apache.pekko.cluster.ddata.GCounter
-
Java API
- create() - Method in class org.apache.pekko.cluster.ddata.GCounter$
-
Java API
- create() - Static method in class org.apache.pekko.cluster.ddata.GSet
-
Java API
- create() - Method in class org.apache.pekko.cluster.ddata.GSet$
-
Java API
- create() - Static method in class org.apache.pekko.cluster.ddata.LWWMap
-
Java API
- create() - Method in class org.apache.pekko.cluster.ddata.LWWMap$
-
Java API
- create() - Static method in class org.apache.pekko.cluster.ddata.ORMap
-
Java API
- create() - Method in class org.apache.pekko.cluster.ddata.ORMap$
-
Java API
- create() - Static method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Java API
- create() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap$
-
Java API
- create() - Static method in class org.apache.pekko.cluster.ddata.ORSet
-
Java API
- create() - Method in class org.apache.pekko.cluster.ddata.ORSet$
-
Java API
- create() - Static method in class org.apache.pekko.cluster.ddata.PNCounter
-
Java API
- create() - Method in class org.apache.pekko.cluster.ddata.PNCounter$
-
Java API
- create() - Static method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Java API
- create() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap$
-
Java API
- create() - Static method in class org.apache.pekko.cluster.ddata.VersionVector
-
Java API
- create() - Method in class org.apache.pekko.cluster.ddata.VersionVector$
-
Java API
- create() - Method in interface org.apache.pekko.dispatch.affinity.QueueSelectorFactory
- create() - Method in interface org.apache.pekko.dispatch.affinity.RejectionHandlerFactory
- create() - Method in class org.apache.pekko.io.Inet.DatagramChannelCreator
-
Open and return new DatagramChannel.
- create() - Method in interface org.apache.pekko.japi.Creator
-
This method must return a different instance upon every call.
- create() - Method in interface org.apache.pekko.japi.function.Creator
-
This method must return a different instance upon every call.
- create() - Static method in class org.apache.pekko.japi.pf.PFBuilder
-
Create a new
PFBuilder. - create() - Static method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Return a new
ReceiveBuilderwith no case statements. - create() - Method in class org.apache.pekko.persistence.PersistentRepr$
-
Java API, Plugin API.
- create() - Static method in class org.apache.pekko.persistence.Recovery
-
Java API
- create() - Method in class org.apache.pekko.persistence.Recovery$
-
Java API
- create() - Static method in class org.apache.pekko.persistence.testkit.Reject
- create() - Method in class org.apache.pekko.persistence.testkit.Reject$
- create() - Static method in class org.apache.pekko.persistence.testkit.StorageFailure
- create() - Method in class org.apache.pekko.persistence.testkit.StorageFailure$
- create() - Static method in class org.apache.pekko.stream.javadsl.Concat
-
Create a new anonymous
Concatoperator with the specified input types. - create() - Method in class org.apache.pekko.stream.javadsl.Concat$
-
Create a new anonymous
Concatoperator with the specified input types. - create() - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Create a `Flow` which can process elements of type `T`.
- create() - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Create a `Flow` which can process elements of type `T`.
- create() - Static method in class org.apache.pekko.stream.javadsl.FlowWithContext
- create() - Method in class org.apache.pekko.stream.javadsl.FlowWithContext$
- create() - Static method in class org.apache.pekko.stream.javadsl.MergeSorted
-
Create a new
MergeSortedoperator with the specified input type. - create() - Method in class org.apache.pekko.stream.javadsl.MergeSorted$
-
Create a new
MergeSortedoperator with the specified input type. - create() - Static method in class org.apache.pekko.stream.javadsl.OrElse
-
Create a new
OrElseoperator with the specified input type. - create() - Method in class org.apache.pekko.stream.javadsl.OrElse$
-
Create a new
OrElseoperator with the specified input type. - create() - Static method in class org.apache.pekko.stream.javadsl.Unzip
-
Creates a new
Unzipoperator with the specified output types. - create() - Method in class org.apache.pekko.stream.javadsl.Unzip$
-
Creates a new
Unzipoperator with the specified output types. - create() - Static method in class org.apache.pekko.stream.javadsl.WireTap
-
Create a new
WireTapoperator with the specified output type. - create() - Method in class org.apache.pekko.stream.javadsl.WireTap$
-
Create a new
WireTapoperator with the specified output type. - create() - Static method in class org.apache.pekko.stream.javadsl.Zip
-
Create a new
Zipoperator with the specified input types and zipping-function which createsorg.apache.pekko.japi.Pairs. - create() - Method in class org.apache.pekko.stream.javadsl.Zip$
-
Create a new
Zipoperator with the specified input types and zipping-function which createsorg.apache.pekko.japi.Pairs. - create() - Static method in class org.apache.pekko.stream.javadsl.ZipLatest
-
Create a new
ZipLatestoperator with the specified input types and zipping-function which createsorg.apache.pekko.japi.Pairs. - create() - Method in class org.apache.pekko.stream.javadsl.ZipLatest$
-
Create a new
ZipLatestoperator with the specified input types and zipping-function which createsorg.apache.pekko.japi.Pairs. - create(boolean) - Static method in class org.apache.pekko.persistence.CapabilityFlag
-
Java DSL
- create(boolean) - Method in class org.apache.pekko.persistence.CapabilityFlag$
-
Java DSL
- create(boolean, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe$
-
JAVA API
- create(int) - Static method in class org.apache.pekko.stream.IOSettings
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- create(int) - Method in class org.apache.pekko.stream.IOSettings$
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- create(int) - Static method in class org.apache.pekko.stream.javadsl.Balance
-
Create a new
Balanceoperator with the specified input type, bothwaitForAllDownstreamsandeagerCancelarefalse. - create(int) - Method in class org.apache.pekko.stream.javadsl.Balance$
-
Create a new
Balanceoperator with the specified input type, bothwaitForAllDownstreamsandeagerCancelarefalse. - create(int) - Static method in class org.apache.pekko.stream.javadsl.Broadcast
-
Create a new
Broadcastoperator with the specified input type. - create(int) - Method in class org.apache.pekko.stream.javadsl.Broadcast$
-
Create a new
Broadcastoperator with the specified input type. - create(int) - Static method in class org.apache.pekko.stream.javadsl.Concat
-
Create a new anonymous
Concatoperator with the specified input types. - create(int) - Method in class org.apache.pekko.stream.javadsl.Concat$
-
Create a new anonymous
Concatoperator with the specified input types. - create(int) - Static method in class org.apache.pekko.stream.javadsl.Merge
-
Create a new
Mergeoperator with the specified output type. - create(int) - Method in class org.apache.pekko.stream.javadsl.Merge$
-
Create a new
Mergeoperator with the specified output type. - create(int) - Static method in class org.apache.pekko.stream.javadsl.MergeLatest
-
Create a new
MergeLatestwith the specified number of input ports. - create(int) - Method in class org.apache.pekko.stream.javadsl.MergeLatest$
-
Create a new
MergeLatestwith the specified number of input ports. - create(int) - Static method in class org.apache.pekko.stream.javadsl.MergePreferred
-
Create a new
MergePreferredoperator with the specified output type. - create(int) - Method in class org.apache.pekko.stream.javadsl.MergePreferred$
-
Create a new
MergePreferredoperator with the specified output type. - create(int) - Static method in class org.apache.pekko.stream.javadsl.ZipN
- create(int) - Method in class org.apache.pekko.stream.javadsl.ZipN$
- create(int[]) - Static method in class org.apache.pekko.stream.javadsl.MergePrioritized
-
Create a new
MergePrioritizedoperator with the specified output type. - create(int[]) - Method in class org.apache.pekko.stream.javadsl.MergePrioritized$
-
Create a new
MergePrioritizedoperator with the specified output type. - create(int[], boolean) - Static method in class org.apache.pekko.stream.javadsl.MergePrioritized
-
Create a new
MergePrioritizedoperator with the specified output type. - create(int[], boolean) - Method in class org.apache.pekko.stream.javadsl.MergePrioritized$
-
Create a new
MergePrioritizedoperator with the specified output type. - create(int, boolean) - Static method in class org.apache.pekko.stream.javadsl.Balance
-
Create a new
Balanceoperator with the specified input type,eagerCancelisfalse. - create(int, boolean) - Method in class org.apache.pekko.stream.javadsl.Balance$
-
Create a new
Balanceoperator with the specified input type,eagerCancelisfalse. - create(int, boolean) - Static method in class org.apache.pekko.stream.javadsl.Broadcast
-
Create a new
Broadcastoperator with the specified input type. - create(int, boolean) - Method in class org.apache.pekko.stream.javadsl.Broadcast$
-
Create a new
Broadcastoperator with the specified input type. - create(int, boolean) - Static method in class org.apache.pekko.stream.javadsl.Concat
-
Create a new anonymous
Concatoperator with the specified input types. - create(int, boolean) - Method in class org.apache.pekko.stream.javadsl.Concat$
-
Create a new anonymous
Concatoperator with the specified input types. - create(int, boolean) - Static method in class org.apache.pekko.stream.javadsl.Merge
-
Create a new
Mergeoperator with the specified output type. - create(int, boolean) - Method in class org.apache.pekko.stream.javadsl.Merge$
-
Create a new
Mergeoperator with the specified output type. - create(int, boolean) - Static method in class org.apache.pekko.stream.javadsl.MergeLatest
-
Create a new
MergeLatestwith the specified number of input ports. - create(int, boolean) - Method in class org.apache.pekko.stream.javadsl.MergeLatest$
-
Create a new
MergeLatestwith the specified number of input ports. - create(int, boolean) - Static method in class org.apache.pekko.stream.javadsl.MergePreferred
-
Create a new
MergePreferredoperator with the specified output type. - create(int, boolean) - Method in class org.apache.pekko.stream.javadsl.MergePreferred$
-
Create a new
MergePreferredoperator with the specified output type. - create(int, boolean, boolean) - Static method in class org.apache.pekko.stream.javadsl.Balance
-
Create a new
Balanceoperator with the specified input type. - create(int, boolean, boolean) - Method in class org.apache.pekko.stream.javadsl.Balance$
-
Create a new
Balanceoperator with the specified input type. - create(int, int) - Static method in class org.apache.pekko.stream.javadsl.Interleave
-
Create a new
Interleavewith the specified number of input ports and given size of elements to take from each input, witheagerCloseset to false. - create(int, int) - Method in class org.apache.pekko.stream.javadsl.Interleave$
-
Create a new
Interleavewith the specified number of input ports and given size of elements to take from each input, witheagerCloseset to false. - create(int, int, boolean) - Static method in class org.apache.pekko.stream.javadsl.Interleave
-
Create a new
Interleavewith the specified number of input ports and given size of elements to take from each input. - create(int, int, boolean) - Method in class org.apache.pekko.stream.javadsl.Interleave$
-
Create a new
Interleavewith the specified number of input ports and given size of elements to take from each input. - create(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int) - Static method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- create(int, int, String, Function1<Throwable, Supervision.Directive>, StreamSubscriptionTimeoutSettings, boolean, int, boolean, boolean, int) - Method in class org.apache.pekko.stream.ActorMaterializerSettings$
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- create(int, Function<T, Integer>) - Static method in class org.apache.pekko.stream.javadsl.Partition
-
Create a new
Partitionoperator with the specified input type,eagerCancelisfalse. - create(int, Function<T, Integer>) - Method in class org.apache.pekko.stream.javadsl.Partition$
-
Create a new
Partitionoperator with the specified input type,eagerCancelisfalse. - create(int, Function<T, Integer>, boolean) - Static method in class org.apache.pekko.stream.javadsl.Partition
-
Create a new
Partitionoperator with the specified input type. - create(int, Function<T, Integer>, boolean) - Method in class org.apache.pekko.stream.javadsl.Partition$
-
Create a new
Partitionoperator with the specified input type. - create(int, Function<T, Object>) - Static method in class org.apache.pekko.stream.javadsl.MergeSequence
-
Create a new anonymous
MergeSequenceoperator. - create(int, Function<T, Object>) - Method in class org.apache.pekko.stream.javadsl.MergeSequence$
-
Create a new anonymous
MergeSequenceoperator. - create(long) - Static method in class org.apache.pekko.persistence.Recovery
-
Java API
- create(long) - Method in class org.apache.pekko.persistence.Recovery$
-
Java API
- create(long) - Static method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- create(long) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- create(long, long) - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
-
Java API.
- create(long, long) - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
-
Java API.
- create(long, long) - Static method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- create(long, long) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- create(long, long, long, long) - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
-
Java API.
- create(long, long, long, long) - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
-
Java API.
- create(long, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe$
-
JAVA API
- create(A, B) - Static method in class org.apache.pekko.japi.Pair
- create(A, B) - Method in class org.apache.pekko.japi.Pair$
- create(A, SelfUniqueAddress, LWWRegister.Clock<A>) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Scala API Creates a
LWWRegisterwith implicits, given deprecatedapplyfunctions using Cluster constrain overloading. - create(A, SelfUniqueAddress, LWWRegister.Clock<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
-
Scala API Creates a
LWWRegisterwith implicits, given deprecatedapplyfunctions using Cluster constrain overloading. - create(Config) - Static method in class org.apache.pekko.actor.BootstrapSetup
-
Java API: Short for using custom config but keeping default classloader and default execution context
- create(Config) - Method in class org.apache.pekko.actor.BootstrapSetup$
-
Java API: Short for using custom config but keeping default classloader and default execution context
- create(Config) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Create a testkit named from the ActorTestKit class, and use a custom config for the actor system.
- create(Config) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Create a testkit named from the ActorTestKit class, and use a custom config for the actor system.
- create(Config) - Static method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Reads configuration settings from given
Configthat must have the same layout as thepekko.actor.testkit.typedsection. - create(Config) - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings$
-
Reads configuration settings from given
Configthat must have the same layout as thepekko.actor.testkit.typedsection. - create(Config) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings$
-
Java API: Factory method from Config corresponding to
pekko.reliable-delivery.producer-controller. - create(Config) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings$
-
Java API: Factory method from Config corresponding to
pekko.reliable-delivery.producer-controller. - create(Config) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings$
-
Java API: Factory method from Config corresponding to
pekko.reliable-delivery.work-pulling.producer-controller. - create(Config) - Static method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.client. - create(Config) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings$
-
Deprecated.Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.client. - create(Config) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.client.receptionist. - create(Config) - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings$
-
Deprecated.Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.client.receptionist. - create(Config) - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorSettings
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.distributed-data. - create(Config) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorSettings$
-
Create settings from a configuration with the same layout as the default configuration
pekko.cluster.distributed-data. - create(Config) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
-
Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.pub-sub. - create(Config) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings$
-
Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.pub-sub. - create(Config) - Static method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.sharding. - create(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings$
-
Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.sharding. - create(Config) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings$
-
Java API: Factory method from Config corresponding to
pekko.reliable-delivery.sharding.consumer-controller. - create(Config) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings$
-
Java API: Factory method from Config corresponding to
pekko.reliable-delivery.sharding.producer-controller. - create(Config) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
-
Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton. - create(Config) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings$
-
Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton. - create(Config) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
-
Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton-proxy. - create(Config) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings$
-
Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton-proxy. - create(Config) - Static method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
-
Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton. - create(Config) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings$
-
Java API: Create settings from a configuration with the same layout as the default configuration
pekko.cluster.singleton. - create(Config) - Method in class org.apache.pekko.persistence.DiscardConfigurator
- create(Config) - Method in interface org.apache.pekko.persistence.StashOverflowStrategyConfigurator
- create(Config) - Method in class org.apache.pekko.persistence.ThrowExceptionConfigurator
- create(Config) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings$
-
Java API: Factory method from Config corresponding to
pekko.reliable-delivery.producer-controller.event-sourced-durable-queue. - create(Config) - Static method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- create(Config) - Method in class org.apache.pekko.stream.ActorMaterializerSettings$
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- create(Config) - Static method in class org.apache.pekko.stream.IOSettings
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- create(Config) - Method in class org.apache.pekko.stream.IOSettings$
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- create(Config) - Method in class org.apache.pekko.stream.StreamRefSettings$
-
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- create(Config) - Static method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings
-
Create settings from a Config subsection (Java).
- create(Config) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings$
-
Create settings from a Config subsection (Java).
- create(Class<?>, Object...) - Method in interface org.apache.pekko.actor.AbstractProps
-
Java API: create a Props given a class and its constructor arguments.
- create(Class<?>, Object...) - Static method in class org.apache.pekko.actor.Props
- create(Class<?>, Seq<Object>) - Method in interface org.apache.pekko.actor.AbstractProps
-
Java API: create a Props given a class and its constructor arguments.
- create(Class<?>, Seq<Object>) - Static method in class org.apache.pekko.actor.Props
- create(Class<A>, Class<B>) - Static method in class org.apache.pekko.stream.javadsl.Unzip
-
Creates a new
Unzipoperator with the specified output types. - create(Class<A>, Class<B>) - Method in class org.apache.pekko.stream.javadsl.Unzip$
-
Creates a new
Unzipoperator with the specified output types. - create(Class<A>, String, Optional<Behavior<DurableProducerQueue.Command<A>>>) - Static method in class org.apache.pekko.actor.typed.delivery.ProducerController
-
Java API
- create(Class<A>, String, Optional<Behavior<DurableProducerQueue.Command<A>>>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController$
-
Java API
- create(Class<A>, String, Optional<Behavior<DurableProducerQueue.Command<A>>>, ProducerController.Settings) - Static method in class org.apache.pekko.actor.typed.delivery.ProducerController
-
Java API
- create(Class<A>, String, Optional<Behavior<DurableProducerQueue.Command<A>>>, ProducerController.Settings) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController$
-
Java API
- create(Class<A>, String, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Optional<Behavior<DurableProducerQueue.Command<A>>>) - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController
-
Java API
- create(Class<A>, String, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Optional<Behavior<DurableProducerQueue.Command<A>>>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController$
-
Java API
- create(Class<A>, String, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Optional<Behavior<DurableProducerQueue.Command<A>>>, ShardingProducerController.Settings) - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController
-
Java API
- create(Class<A>, String, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Optional<Behavior<DurableProducerQueue.Command<A>>>, ShardingProducerController.Settings) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController$
-
Java API
- create(Class<A>, String, ServiceKey<ConsumerController.Command<A>>, Optional<Behavior<DurableProducerQueue.Command<A>>>) - Static method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController
-
Java API
- create(Class<A>, String, ServiceKey<ConsumerController.Command<A>>, Optional<Behavior<DurableProducerQueue.Command<A>>>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController$
-
Java API
- create(Class<M>, String) - Static method in class org.apache.pekko.cluster.sharding.typed.javadsl.StartEntity
-
Returns
ShardingEnvelopewhich can be sent via Cluster Sharding in order to wake up the specified (byentityId) Sharded Entity, ''without'' delivering a real message to it. - create(Class<M>, String) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.StartEntity$
-
Returns
ShardingEnvelopewhich can be sent via Cluster Sharding in order to wake up the specified (byentityId) Sharded Entity, ''without'' delivering a real message to it. - create(Class<M>, String, Set<ReplicaId>, Function2<EntityTypeKey<M>, ReplicaId, ReplicatedEntity<M>>) - Static method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider
-
Java API:
- create(Class<M>, String, Set<ReplicaId>, Function2<EntityTypeKey<M>, ReplicaId, ReplicatedEntity<M>>) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider$
-
Java API:
- create(Class<M>, ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
- create(Class<M>, ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe$
- create(Class<T>) - Static method in class org.apache.pekko.stream.javadsl.Concat
-
Create a new anonymous
Concatoperator with the specified input types. - create(Class<T>) - Method in class org.apache.pekko.stream.javadsl.Concat$
-
Create a new anonymous
Concatoperator with the specified input types. - create(Class<T>, int) - Static method in class org.apache.pekko.stream.javadsl.Balance
-
Create a new
Balanceoperator with the specified input type, bothwaitForAllDownstreamsandeagerCancelarefalse. - create(Class<T>, int) - Method in class org.apache.pekko.stream.javadsl.Balance$
-
Create a new
Balanceoperator with the specified input type, bothwaitForAllDownstreamsandeagerCancelarefalse. - create(Class<T>, int) - Static method in class org.apache.pekko.stream.javadsl.Broadcast
-
Create a new
Broadcastoperator with the specified input type. - create(Class<T>, int) - Method in class org.apache.pekko.stream.javadsl.Broadcast$
-
Create a new
Broadcastoperator with the specified input type. - create(Class<T>, int) - Static method in class org.apache.pekko.stream.javadsl.Merge
-
Create a new
Mergeoperator with the specified output type. - create(Class<T>, int) - Method in class org.apache.pekko.stream.javadsl.Merge$
-
Create a new
Mergeoperator with the specified output type. - create(Class<T>, int) - Static method in class org.apache.pekko.stream.javadsl.MergePreferred
-
Create a new
MergePreferredoperator with the specified output type. - create(Class<T>, int) - Method in class org.apache.pekko.stream.javadsl.MergePreferred$
-
Create a new
MergePreferredoperator with the specified output type. - create(Class<T>, int[]) - Static method in class org.apache.pekko.stream.javadsl.MergePrioritized
-
Create a new
MergePrioritizedoperator with the specified output type. - create(Class<T>, int[]) - Method in class org.apache.pekko.stream.javadsl.MergePrioritized$
-
Create a new
MergePrioritizedoperator with the specified output type. - create(Class<T>, int[], boolean) - Static method in class org.apache.pekko.stream.javadsl.MergePrioritized
-
Create a new
MergePrioritizedoperator with the specified output type. - create(Class<T>, int[], boolean) - Method in class org.apache.pekko.stream.javadsl.MergePrioritized$
-
Create a new
MergePrioritizedoperator with the specified output type. - create(Class<T>, int, boolean) - Static method in class org.apache.pekko.stream.javadsl.Balance
-
Create a new
Balanceoperator with the specified input type,eagerCancelisfalse. - create(Class<T>, int, boolean) - Method in class org.apache.pekko.stream.javadsl.Balance$
-
Create a new
Balanceoperator with the specified input type,eagerCancelisfalse. - create(Class<T>, int, boolean) - Static method in class org.apache.pekko.stream.javadsl.Merge
-
Create a new
Mergeoperator with the specified output type. - create(Class<T>, int, boolean) - Method in class org.apache.pekko.stream.javadsl.Merge$
-
Create a new
Mergeoperator with the specified output type. - create(Class<T>, int, boolean) - Static method in class org.apache.pekko.stream.javadsl.MergePreferred
-
Create a new
MergePreferredoperator with the specified output type. - create(Class<T>, int, boolean) - Method in class org.apache.pekko.stream.javadsl.MergePreferred$
-
Create a new
MergePreferredoperator with the specified output type. - create(Class<T>, int, boolean, boolean) - Static method in class org.apache.pekko.stream.javadsl.Balance
-
Create a new
Balanceoperator with the specified input type. - create(Class<T>, int, boolean, boolean) - Method in class org.apache.pekko.stream.javadsl.Balance$
-
Create a new
Balanceoperator with the specified input type. - create(Class<T>, int, Function<T, Integer>) - Static method in class org.apache.pekko.stream.javadsl.Partition
-
Create a new
Partitionoperator with the specified input type,eagerCancelisfalse. - create(Class<T>, int, Function<T, Integer>) - Method in class org.apache.pekko.stream.javadsl.Partition$
-
Create a new
Partitionoperator with the specified input type,eagerCancelisfalse. - create(Class<T>, int, Function<T, Integer>, boolean) - Static method in class org.apache.pekko.stream.javadsl.Partition
-
Create a new
Partitionoperator with the specified input type. - create(Class<T>, int, Function<T, Integer>, boolean) - Method in class org.apache.pekko.stream.javadsl.Partition$
-
Create a new
Partitionoperator with the specified input type. - create(Class<T>, int, Function<T, Object>) - Static method in class org.apache.pekko.stream.javadsl.MergeSequence
-
Create a new anonymous
Concatoperator with the specified input types. - create(Class<T>, int, Function<T, Object>) - Method in class org.apache.pekko.stream.javadsl.MergeSequence$
-
Create a new anonymous
Concatoperator with the specified input types. - create(Class<T>, String) - Static method in class org.apache.pekko.actor.typed.pubsub.Topic
-
Java API: Create a topic actor behavior for the given topic name and message class
- create(Class<T>, String) - Method in class org.apache.pekko.actor.typed.pubsub.Topic$
-
Java API: Create a topic actor behavior for the given topic name and message class
- create(Class<T>, String) - Static method in class org.apache.pekko.actor.typed.receptionist.ServiceKey
-
Java API: Creates a service key.
- create(Class<T>, String) - Method in class org.apache.pekko.actor.typed.receptionist.ServiceKey$
-
Java API: Creates a service key.
- create(Class<T>, String) - Static method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityTypeKey
-
Creates an
EntityTypeKey. - create(Class<T>, String) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityTypeKey$
-
Creates an
EntityTypeKey. - create(Class<T>, Creator<T>) - Method in interface org.apache.pekko.actor.AbstractProps
-
Create new Props from the given
pekko.japi.Creatorwith the type set to the given actorClass. - create(Class<T>, Creator<T>) - Static method in class org.apache.pekko.actor.Props
- create(Iterable<Tcp.WriteCommand>) - Method in class org.apache.pekko.io.Tcp.WriteCommand$
-
Java API: combines the given number of write commands into one atomic
WriteCommand. - create(Iterable<T>, int) - Static method in class org.apache.pekko.routing.ConsistentHash
-
Java API: Factory method to create a ConsistentHash
- create(Iterable<T>, int) - Method in class org.apache.pekko.routing.ConsistentHash$
-
Java API: Factory method to create a ConsistentHash
- create(Object...) - Static method in class org.apache.pekko.persistence.journal.EventSeq
-
Java API
- create(Object...) - Method in class org.apache.pekko.persistence.journal.EventSeq$
-
Java API
- create(String) - Static method in class org.apache.pekko.actor.ActorSystem
-
Creates a new ActorSystem with the specified name, obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- create(String) - Method in class org.apache.pekko.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- create(String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Create a testkit using the provided name.
- create(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Create a testkit using the provided name.
- create(String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox
- create(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox$
- create(String) - Static method in class org.apache.pekko.cluster.ddata.FlagKey
- create(String) - Method in class org.apache.pekko.cluster.ddata.FlagKey$
- create(String) - Static method in class org.apache.pekko.cluster.ddata.GCounterKey
- create(String) - Method in class org.apache.pekko.cluster.ddata.GCounterKey$
- create(String) - Static method in class org.apache.pekko.cluster.ddata.GSetKey
- create(String) - Method in class org.apache.pekko.cluster.ddata.GSetKey$
- create(String) - Static method in class org.apache.pekko.cluster.ddata.LWWMapKey
- create(String) - Method in class org.apache.pekko.cluster.ddata.LWWMapKey$
- create(String) - Static method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- create(String) - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey$
- create(String) - Static method in class org.apache.pekko.cluster.ddata.ORMapKey
- create(String) - Method in class org.apache.pekko.cluster.ddata.ORMapKey$
- create(String) - Static method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- create(String) - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey$
- create(String) - Static method in class org.apache.pekko.cluster.ddata.ORSetKey
- create(String) - Method in class org.apache.pekko.cluster.ddata.ORSetKey$
- create(String) - Static method in class org.apache.pekko.cluster.ddata.PNCounterKey
- create(String) - Method in class org.apache.pekko.cluster.ddata.PNCounterKey$
- create(String) - Static method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- create(String) - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey$
- create(String) - Static method in class org.apache.pekko.discovery.Lookup
-
Java API
- create(String) - Method in class org.apache.pekko.discovery.Lookup$
-
Java API
- create(String) - Static method in class org.apache.pekko.event.LogMarker
-
Java API
- create(String) - Method in class org.apache.pekko.event.LogMarker$
-
Java API
- create(String) - Static method in class org.apache.pekko.stream.Inlet
-
JAVA API
- create(String) - Method in class org.apache.pekko.stream.Inlet$
-
JAVA API
- create(String) - Static method in class org.apache.pekko.stream.Outlet
-
JAVA API
- create(String) - Method in class org.apache.pekko.stream.Outlet$
-
JAVA API
- create(String...) - Static method in class org.apache.pekko.actor.typed.ActorTags
-
Java API: create a tag props with one or more tags
- create(String...) - Method in class org.apache.pekko.actor.typed.ActorTags$
-
Java API: create a tag props with one or more tags
- create(String, Config) - Static method in class org.apache.pekko.actor.ActorSystem
-
Creates a new ActorSystem with the specified name, and the specified Config, then obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- create(String, Config) - Method in class org.apache.pekko.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, and the specified Config, then obtains the current ClassLoader by first inspecting the current threads' getContextClassLoader, then tries to walk the stack to find the callers class loader, then falls back to the ClassLoader associated with the ActorSystem class.
- create(String, Config) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Create a test kit named based on the provided name, and uses the provided custom config for the actor system.
- create(String, Config) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Create a test kit named based on the provided name, and uses the provided custom config for the actor system.
- create(String, Config, ClassLoader) - Static method in class org.apache.pekko.actor.ActorSystem
-
Creates a new ActorSystem with the specified name, the specified Config, and specified ClassLoader
- create(String, Config, ClassLoader) - Method in class org.apache.pekko.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, the specified Config, and specified ClassLoader
- create(String, Config, ClassLoader, ExecutionContext) - Static method in class org.apache.pekko.actor.ActorSystem
-
Creates a new ActorSystem with the specified name, the specified Config, the specified ClassLoader, and the specified ExecutionContext.
- create(String, Config, ClassLoader, ExecutionContext) - Method in class org.apache.pekko.actor.ActorSystem$
-
Creates a new ActorSystem with the specified name, the specified Config, the specified ClassLoader, and the specified ExecutionContext.
- create(String, Config, TestKitSettings) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Create an
pekko.actor.typed.ActorSystemnamed based on the provided name, use the provided custom config for the actor system, and the testkit will use the provided setting. - create(String, Config, TestKitSettings) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Create an
pekko.actor.typed.ActorSystemnamed based on the provided name, use the provided custom config for the actor system, and the testkit will use the provided setting. - create(String, Class<M>, ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
- create(String, Class<M>, ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe$
- create(String, Number, Option<Object>) - Static method in class org.apache.pekko.cluster.metrics.Metric
-
Creates a new Metric instance if the value is valid, otherwise None is returned.
- create(String, Number, Option<Object>) - Method in class org.apache.pekko.cluster.metrics.Metric$
-
Creates a new Metric instance if the value is valid, otherwise None is returned.
- create(String, Map<String, Object>) - Static method in class org.apache.pekko.event.LogMarker
-
Java API
- create(String, Map<String, Object>) - Method in class org.apache.pekko.event.LogMarker$
-
Java API
- create(String, Optional<JsonFactory>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
-
Java API: Creates a new instance of a Jackson
ObjectMapperwith sensible defaults and modules configured inpekko.serialization.jackson.jackson-modules. - create(String, BootstrapSetup) - Static method in class org.apache.pekko.actor.ActorSystem
-
Java API: Shortcut for creating an actor system with custom bootstrap settings.
- create(String, BootstrapSetup) - Method in class org.apache.pekko.actor.ActorSystem$
-
Java API: Shortcut for creating an actor system with custom bootstrap settings.
- create(String, ExtendedActorSystem, String) - Static method in class org.apache.pekko.pattern.internal.CircuitBreakerTelemetryProvider
- create(String, ExtendedActorSystem, String) - Method in class org.apache.pekko.pattern.internal.CircuitBreakerTelemetryProvider$
- create(String, ActorSystemSetup) - Static method in class org.apache.pekko.actor.ActorSystem
-
Java API: Creates a new actor system with the specified name and settings The core actor system settings are defined in
BootstrapSetup - create(String, ActorSystemSetup) - Method in class org.apache.pekko.actor.ActorSystem$
-
Java API: Creates a new actor system with the specified name and settings The core actor system settings are defined in
BootstrapSetup - create(String, ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
- create(String, ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe$
- create(String, Serializer, List<Class<?>>) - Static method in class org.apache.pekko.serialization.SerializerDetails
-
Java API: factory for details about one programmatically setup serializer
- create(String, Serializer, List<Class<?>>) - Method in class org.apache.pekko.serialization.SerializerDetails$
-
Java API: factory for details about one programmatically setup serializer
- create(String, Option<JsonFactory>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
-
Scala API: Creates a new instance of a Jackson
ObjectMapperwith sensible defaults and modules configured inpekko.serialization.jackson.jackson-modules. - create(String, Try<Number>, Option<Object>) - Static method in class org.apache.pekko.cluster.metrics.Metric
-
Creates a new Metric instance if the Try is successful and the value is valid, otherwise None is returned.
- create(String, Try<Number>, Option<Object>) - Method in class org.apache.pekko.cluster.metrics.Metric$
-
Creates a new Metric instance if the Try is successful and the value is valid, otherwise None is returned.
- create(Throwable) - Static method in class org.apache.pekko.persistence.testkit.Reject
- create(Throwable) - Method in class org.apache.pekko.persistence.testkit.Reject$
- create(Throwable) - Static method in class org.apache.pekko.persistence.testkit.StorageFailure
- create(Throwable) - Method in class org.apache.pekko.persistence.testkit.StorageFailure$
- create(Duration) - Static method in class org.apache.pekko.util.Timeout
-
Create a Timeout from java.time.Duration.
- create(Duration) - Method in class org.apache.pekko.util.Timeout$
-
Create a Timeout from java.time.Duration.
- create(Duration, Duration, double) - Static method in class org.apache.pekko.stream.RestartSettings
-
Java API
- create(Duration, Duration, double) - Method in class org.apache.pekko.stream.RestartSettings$
-
Java API
- create(Comparator<T>) - Static method in class org.apache.pekko.stream.javadsl.MergeSorted
-
Create a new
MergeSortedoperator with the specified input type. - create(Comparator<T>) - Method in class org.apache.pekko.stream.javadsl.MergeSorted$
-
Create a new
MergeSortedoperator with the specified input type. - create(Function<ExtendedActorSystem, SSLEngineProvider>) - Static method in class org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup
-
Java API: factory for defining a
SSLEngineProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. - create(Function<ExtendedActorSystem, SSLEngineProvider>) - Method in class org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup$
-
Java API: factory for defining a
SSLEngineProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. - create(Function<ActorRef<ConsumerController.Start<A>>, Behavior<B>>) - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController
-
Java API: The
Behaviorof the entity that is to be initialized inClusterSharding. - create(Function<ActorRef<ConsumerController.Start<A>>, Behavior<B>>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController$
-
Java API: The
Behaviorof the entity that is to be initialized inClusterSharding. - create(Function<ActorRef<ConsumerController.Start<A>>, Behavior<B>>, ShardingConsumerController.Settings) - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController
-
Java API: The
Behaviorof the entity that is to be initialized inClusterSharding. - create(Function<ActorRef<ConsumerController.Start<A>>, Behavior<B>>, ShardingConsumerController.Settings) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController$
-
Java API: The
Behaviorof the entity that is to be initialized inClusterSharding. - create(Supplier<SSLEngine>, Consumer<SSLSession>, TLSClosing) - Static method in class org.apache.pekko.stream.javadsl.TLS
-
Create a StreamTls
pekko.stream.javadsl.BidiFlow. - create(Supplier<SSLEngine>, Consumer<SSLSession>, TLSClosing) - Method in class org.apache.pekko.stream.javadsl.TLS$
-
Create a StreamTls
pekko.stream.javadsl.BidiFlow. - create(Supplier<SSLEngine>, TLSClosing) - Static method in class org.apache.pekko.stream.javadsl.TLS
-
Create a StreamTls
pekko.stream.javadsl.BidiFlow. - create(Supplier<SSLEngine>, TLSClosing) - Method in class org.apache.pekko.stream.javadsl.TLS$
-
Create a StreamTls
pekko.stream.javadsl.BidiFlow. - create(List<A>) - Method in class org.apache.pekko.persistence.typed.EventSeq$
-
Java API
- create(List<G>, Function2<GraphDSL.Builder<List<M>>, List<IS>, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
-
Creates a new
Graphby importing the given graph listgraphsand passing theirShapes along with theGraphDSL.Builderto the given create function. - create(List<G>, Function2<GraphDSL.Builder<List<M>>, List<IS>, S>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL$
-
Creates a new
Graphby importing the given graph listgraphsand passing theirShapes along with theGraphDSL.Builderto the given create function. - create(Optional<ClassLoader>, Optional<Config>, Optional<ExecutionContext>) - Static method in class org.apache.pekko.actor.BootstrapSetup
-
Java API: Create bootstrap settings needed for starting the actor system
- create(Optional<ClassLoader>, Optional<Config>, Optional<ExecutionContext>) - Method in class org.apache.pekko.actor.BootstrapSetup$
-
Java API: Create bootstrap settings needed for starting the actor system
- create(Set<String>) - Static method in class org.apache.pekko.actor.typed.ActorTags
-
Java API: create a multi-tag props
- create(Set<String>) - Method in class org.apache.pekko.actor.typed.ActorTags$
-
Java API: create a multi-tag props
- create(SSLContext, Optional<PekkoSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole) - Static method in class org.apache.pekko.stream.javadsl.TLS
-
Deprecated.Use create that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- create(SSLContext, Optional<PekkoSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole) - Method in class org.apache.pekko.stream.javadsl.TLS$
-
Deprecated.Use create that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- create(SSLContext, Optional<PekkoSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole, Optional<Pair<String, Integer>>, TLSClosing) - Static method in class org.apache.pekko.stream.javadsl.TLS
-
Deprecated.Use create that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- create(SSLContext, Optional<PekkoSSLConfig>, TLSProtocol.NegotiateNewSession, TLSRole, Optional<Pair<String, Integer>>, TLSClosing) - Method in class org.apache.pekko.stream.javadsl.TLS$
-
Deprecated.Use create that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- create(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole) - Static method in class org.apache.pekko.stream.javadsl.TLS
-
Deprecated.Use create that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- create(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole) - Method in class org.apache.pekko.stream.javadsl.TLS$
-
Deprecated.Use create that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- create(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole, Optional<Pair<String, Integer>>, TLSClosing) - Static method in class org.apache.pekko.stream.javadsl.TLS
-
Deprecated.Use create that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- create(SSLContext, TLSProtocol.NegotiateNewSession, TLSRole, Optional<Pair<String, Integer>>, TLSClosing) - Method in class org.apache.pekko.stream.javadsl.TLS$
-
Deprecated.Use create that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- create(AbstractActor.Receive, AbstractActor.ActorContext) - Static method in class org.apache.pekko.event.LoggingReceive
-
Java API: compatible with lambda expressions
- create(AbstractActor.Receive, AbstractActor.ActorContext) - Method in class org.apache.pekko.event.LoggingReceive$
-
Java API: compatible with lambda expressions
- create(ActorRefFactory) - Static method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.Use the system wide materializer or Materializer.create(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- create(ActorRefFactory) - Method in class org.apache.pekko.stream.ActorMaterializer$
-
Deprecated.Use the system wide materializer or Materializer.create(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- create(ActorRefFactory, String) - Static method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.Use the system wide materializer or Materializer.create(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- create(ActorRefFactory, String) - Method in class org.apache.pekko.stream.ActorMaterializer$
-
Deprecated.Use the system wide materializer or Materializer.create(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- create(ActorSystem) - Static method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.Java API: Create settings from the default configuration
pekko.cluster.client. - create(ActorSystem) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings$
-
Deprecated.Java API: Create settings from the default configuration
pekko.cluster.client. - create(ActorSystem) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.Java API: Create settings from the default configuration
pekko.cluster.client.receptionist. - create(ActorSystem) - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings$
-
Deprecated.Java API: Create settings from the default configuration
pekko.cluster.client.receptionist. - create(ActorSystem) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
-
Java API: Create settings from the default configuration
pekko.cluster.pub-sub. - create(ActorSystem) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings$
-
Java API: Create settings from the default configuration
pekko.cluster.pub-sub. - create(ActorSystem) - Static method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Java API: Create settings from the default configuration
pekko.cluster.sharding. - create(ActorSystem) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings$
-
Java API: Create settings from the default configuration
pekko.cluster.sharding. - create(ActorSystem) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
-
Java API: Create settings from the default configuration
pekko.cluster.singleton. - create(ActorSystem) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings$
-
Java API: Create settings from the default configuration
pekko.cluster.singleton. - create(ActorSystem) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
-
Java API: Create settings from the default configuration
pekko.cluster.singleton-proxy. - create(ActorSystem) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings$
-
Java API: Create settings from the default configuration
pekko.cluster.singleton-proxy. - create(ActorSystem) - Static method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
- create(ActorSystem) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit$
- create(ActorSystem) - Static method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
- create(ActorSystem) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit$
- create(ActorSystem) - Static method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- create(ActorSystem) - Method in class org.apache.pekko.stream.ActorMaterializerSettings$
-
Deprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- create(ActorSystem) - Static method in class org.apache.pekko.stream.IOSettings
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- create(ActorSystem) - Method in class org.apache.pekko.stream.IOSettings$
-
Deprecated.Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
- create(ActorSystem) - Method in class org.apache.pekko.stream.StreamRefSettings$
-
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- create(ActorSystem, Props) - Static method in class org.apache.pekko.testkit.TestActorRef
-
Java API: create a TestActorRef in the given system for the given props, with a random name.
- create(ActorSystem, Props) - Method in class org.apache.pekko.testkit.TestActorRef$
-
Java API: create a TestActorRef in the given system for the given props, with a random name.
- create(ActorSystem, Props, String) - Static method in class org.apache.pekko.testkit.TestActorRef
-
Java API: create a TestActorRef in the given system for the given props, with the given name.
- create(ActorSystem, Props, String) - Method in class org.apache.pekko.testkit.TestActorRef$
-
Java API: create a TestActorRef in the given system for the given props, with the given name.
- create(ActorSystem, Props, ActorRef) - Static method in class org.apache.pekko.testkit.TestActorRef
-
Java API: create a TestActorRef in the given system for the given props, with the given supervisor and a random name.
- create(ActorSystem, Props, ActorRef) - Method in class org.apache.pekko.testkit.TestActorRef$
-
Java API: create a TestActorRef in the given system for the given props, with the given supervisor and a random name.
- create(ActorSystem, Props, ActorRef, String) - Static method in class org.apache.pekko.testkit.TestActorRef
-
Java API: create a TestActorRef in the given system for the given props, with the given supervisor and name.
- create(ActorSystem, Props, ActorRef, String) - Method in class org.apache.pekko.testkit.TestActorRef$
-
Java API: create a TestActorRef in the given system for the given props, with the given supervisor and name.
- create(Address) - Static method in class org.apache.pekko.cluster.typed.Join
-
Java API
- create(Address) - Method in class org.apache.pekko.cluster.typed.Join$
-
Java API
- create(Address) - Static method in class org.apache.pekko.cluster.typed.Leave
-
Java API
- create(Address) - Method in class org.apache.pekko.cluster.typed.Leave$
-
Java API
- create(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.testkit.javadsl.TestSink
-
A Sink that materialized to a
pekko.stream.testkit.TestSubscriber.Probe. - create(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.javadsl.TestSink$
-
A Sink that materialized to a
pekko.stream.testkit.TestSubscriber.Probe. - create(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.testkit.javadsl.TestSource
-
A Source that materializes to a
pekko.stream.testkit.TestPublisher.Probe. - create(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.javadsl.TestSource$
-
A Source that materializes to a
pekko.stream.testkit.TestPublisher.Probe. - create(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe$
-
JAVA API
- create(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.Probe$
-
JAVA API
- create(ClassicActorSystemProvider, String, Duration) - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy
-
Java API: Create an
ExternalShardAllocationStrategy - create(ClassicActorSystemProvider, String, Duration) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy$
-
Java API: Create an
ExternalShardAllocationStrategy - create(ExtendedActorSystem, LoggingAdapter) - Method in class org.apache.pekko.remote.artery.RemoteInstruments$
- create(Scheduler, int, Duration, Duration) - Static method in class org.apache.pekko.pattern.CircuitBreaker
-
Java API: Create a new CircuitBreaker.
- create(Scheduler, int, Duration, Duration) - Method in class org.apache.pekko.pattern.CircuitBreaker$
-
Java API: Create a new CircuitBreaker.
- create(Scheduler, int, FiniteDuration, FiniteDuration) - Static method in class org.apache.pekko.pattern.CircuitBreaker
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- create(Scheduler, int, FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.pattern.CircuitBreaker$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- create(Setup...) - Static method in class org.apache.pekko.actor.setup.ActorSystemSetup
-
Java API: Create an
pekko.actor.setup.ActorSystemSetupcontaining all the provided settings - create(Setup...) - Method in class org.apache.pekko.actor.setup.ActorSystemSetup$
-
Java API: Create an
pekko.actor.setup.ActorSystemSetupcontaining all the provided settings - create(ActorRef<A>, Class<A>) - Static method in class org.apache.pekko.cluster.typed.Subscribe
-
Java API
- create(ActorRef<A>, Class<A>) - Method in class org.apache.pekko.cluster.typed.Subscribe$
-
Java API
- create(ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Create a testkit from the provided actor system.
- create(ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Create a testkit from the provided actor system.
- create(ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
- create(ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe$
- create(ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Java API: Reads configuration settings from
pekko.actor.testkit.typedsection. - create(ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings$
-
Java API: Reads configuration settings from
pekko.actor.testkit.typedsection. - create(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings$
-
Java API: Factory method from config
pekko.reliable-delivery.producer-controllerof theActorSystem. - create(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings$
-
Java API: Factory method from config
pekko.reliable-delivery.producer-controllerof theActorSystem. - create(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings$
-
Java API: Factory method from config
pekko.reliable-delivery.work-pulling.producer-controllerof theActorSystem. - create(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorSettings
-
Create settings from the default configuration
pekko.cluster.distributed-data. - create(ActorSystem<?>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorSettings$
-
Create settings from the default configuration
pekko.cluster.distributed-data. - create(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Java API: Creates new cluster sharding settings object
- create(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings$
-
Java API: Creates new cluster sharding settings object
- create(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings$
-
Java API: Factory method from config
pekko.reliable-delivery.sharding.consumer-controllerof theActorSystem. - create(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings$
-
Java API: Factory method from config
pekko.reliable-delivery.sharding.producer-controllerof theActorSystem. - create(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings
-
Java API: Create default settings for system
- create(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings$
-
Java API: Create default settings for system
- create(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
-
Java API: Create settings from the default configuration
pekko.cluster.singleton. - create(ActorSystem<?>) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings$
-
Java API: Create settings from the default configuration
pekko.cluster.singleton. - create(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
-
Java API
- create(ActorSystem<?>) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings$
-
Java API
- create(ActorSystem<?>) - Static method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
- create(ActorSystem<?>) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit$
- create(ActorSystem<?>) - Static method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
- create(ActorSystem<?>) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit$
- create(ActorSystem<?>) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings$
-
Java API: Factory method from config
pekko.reliable-delivery.producer-controller.event-sourced-durable-queueof theActorSystem. - create(ActorSystem<?>, Behavior<Command>) - Static method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
Factory method to create a new EventSourcedBehaviorTestKit.
- create(ActorSystem<?>, Behavior<Command>) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit$
-
Factory method to create a new EventSourcedBehaviorTestKit.
- create(ActorSystem<?>, Behavior<Command>, EventSourcedBehaviorTestKit.SerializationSettings) - Static method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
Factory method to create a new EventSourcedBehaviorTestKit with custom
EventSourcedBehaviorTestKit.SerializationSettings. - create(ActorSystem<?>, Behavior<Command>, EventSourcedBehaviorTestKit.SerializationSettings) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit$
-
Factory method to create a new EventSourcedBehaviorTestKit with custom
SerializationSettings. - create(Behavior<T>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
JAVA API
- create(Behavior<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit$
-
JAVA API
- create(Behavior<T>, String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
JAVA API
- create(Behavior<T>, String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit$
-
JAVA API
- create(Behavior<T>, String) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Java API: Create an ActorSystem
- create(Behavior<T>, String) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Java API: Create an ActorSystem
- create(Behavior<T>, String, Config) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
JAVA API
- create(Behavior<T>, String, Config) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit$
-
JAVA API
- create(Behavior<T>, String, Config) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Java API: Create an ActorSystem
- create(Behavior<T>, String, Config) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Java API: Create an ActorSystem
- create(Behavior<T>, String, Config, Props) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Java API: Create an ActorSystem
- create(Behavior<T>, String, Config, Props) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Java API: Create an ActorSystem
- create(Behavior<T>, String, BootstrapSetup) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Java API: Shortcut for creating an actor system with custom bootstrap settings.
- create(Behavior<T>, String, BootstrapSetup) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Java API: Shortcut for creating an actor system with custom bootstrap settings.
- create(Behavior<T>, String, ActorSystemSetup) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Java API: Creates a new actor system with the specified name and settings The core actor system settings are defined in
BootstrapSetup - create(Behavior<T>, String, ActorSystemSetup) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Java API: Creates a new actor system with the specified name and settings The core actor system settings are defined in
BootstrapSetup - create(ConsumerController.Settings) - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
-
Java API
- create(ConsumerController.Settings) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
-
Java API
- create(ServiceKey<ConsumerController.Command<A>>) - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
-
Java API: To be used with
WorkPullingProducerController. - create(ServiceKey<ConsumerController.Command<A>>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
-
Java API: To be used with
WorkPullingProducerController. - create(ServiceKey<ConsumerController.Command<A>>, ConsumerController.Settings) - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
-
Java API
- create(ServiceKey<ConsumerController.Command<A>>, ConsumerController.Settings) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
-
Java API
- create(Cluster, A) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Deprecated.Use `create` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- create(Cluster, A) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
-
Deprecated.Use `create` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- create(Cluster, A, LWWRegister.Clock<A>) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Deprecated.Use `create` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- create(Cluster, A, LWWRegister.Clock<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
-
Deprecated.Use `create` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- create(SelfUniqueAddress, A) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Java API
- create(SelfUniqueAddress, A) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
-
Java API
- create(SelfUniqueAddress, A, LWWRegister.Clock<A>) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Java API
- create(SelfUniqueAddress, A, LWWRegister.Clock<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
-
Java API
- create(MailboxType) - Method in class org.apache.pekko.dispatch.BalancingDispatcherConfigurator
- create(Creator<T>) - Method in interface org.apache.pekko.actor.AbstractProps
-
Deprecated.Use Props.create(actorClass, creator) instead, since this can't be used with Java 8 lambda. Since Akka 2.5.18.
- create(Creator<T>) - Static method in class org.apache.pekko.actor.Props
- create(Function<In, Pair<A, B>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithvertex with the specified input type and unzipping-functionf. - create(Function<In, Pair<A, B>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithvertex with the specified input type and unzipping-functionf. - create(Function<List<A>, O>, int) - Static method in class org.apache.pekko.stream.javadsl.ZipWithN
- create(Function<List<A>, O>, int) - Method in class org.apache.pekko.stream.javadsl.ZipWithN$
- create(Function<T, Object>) - Static method in class org.apache.pekko.stream.javadsl.MergeSequence
-
Create a new anonymous
MergeSequenceoperator with two input ports. - create(Function<T, Object>) - Method in class org.apache.pekko.stream.javadsl.MergeSequence$
-
Create a new anonymous
MergeSequenceoperator with two input ports. - create(Function2<A, B, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithvertex with the specified input types and zipping-functionf. - create(Function2<A, B, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithvertex with the specified input types and zipping-functionf. - create(Function2<A, B, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithvertex with the specified input types and zipping-functionf. - create(Function2<A, B, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithvertex with the specified input types and zipping-functionf. - create(Function<ExtendedActorSystem, List<SerializerDetails>>) - Static method in class org.apache.pekko.serialization.SerializationSetup
-
Java API: Programmatic definition of serializers
- create(Function<ExtendedActorSystem, List<SerializerDetails>>) - Method in class org.apache.pekko.serialization.SerializationSetup$
-
Java API: Programmatic definition of serializers
- create(PFBuilder<F, T>) - Static method in class org.apache.pekko.japi.pf.Match
-
Create a
Matchfrom the builder. - create(UnitPFBuilder<F>) - Static method in class org.apache.pekko.japi.pf.UnitMatch
-
Create a
UnitMatchfrom the builder. - create(Offset, String, long, Event, long, String, int) - Static method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- create(Offset, String, long, Event, long, String, int) - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope$
- create(SnapshotMetadata, Object) - Static method in class org.apache.pekko.persistence.SelectedSnapshot
-
Java API, Plugin API.
- create(SnapshotMetadata, Object) - Method in class org.apache.pekko.persistence.SelectedSnapshot$
-
Java API, Plugin API.
- create(SnapshotSelectionCriteria) - Static method in class org.apache.pekko.persistence.Recovery
-
Java API
- create(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.Recovery$
-
Java API
- create(SnapshotSelectionCriteria, long) - Static method in class org.apache.pekko.persistence.Recovery
-
Java API
- create(SnapshotSelectionCriteria, long) - Method in class org.apache.pekko.persistence.Recovery$
-
Java API
- create(SnapshotSelectionCriteria, long, long) - Static method in class org.apache.pekko.persistence.Recovery
-
Java API
- create(SnapshotSelectionCriteria, long, long) - Method in class org.apache.pekko.persistence.Recovery$
-
Java API
- create(PersistenceId) - Static method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue
-
Java API
- create(PersistenceId) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue$
-
Java API
- create(PersistenceId, EventSourcedProducerQueue.Settings) - Static method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue
-
Java API
- create(PersistenceId, EventSourcedProducerQueue.Settings) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue$
-
Java API
- create(ReplicaId) - Static method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Java API
- create(ReplicaId) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet$
-
Java API
- create(ReplicaId, Entity<M, ShardingEnvelope<M>>) - Static method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntity
-
Java API: Defines the
pekko.cluster.sharding.typed.javadsl.Entityto use for a given replica, note that the behavior can be apekko.persistence.typed.javadsl.ReplicatedEventSourcedBehavioror an arbitrary non persistentpekko.actor.typed.Behaviorbut must never be a regularpekko.persistence.typed.javadsl.EventSourcedBehavioras that requires a single writer and that would cause it to have multiple writers. - create(ReplicaId, Entity<M, ShardingEnvelope<M>>) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntity$
-
Java API: Defines the
pekko.cluster.sharding.typed.javadsl.Entityto use for a given replica, note that the behavior can be apekko.persistence.typed.javadsl.ReplicatedEventSourcedBehavioror an arbitrary non persistentpekko.actor.typed.Behaviorbut must never be a regularpekko.persistence.typed.javadsl.EventSourcedBehavioras that requires a single writer and that would cause it to have multiple writers. - create(Transport, ExtendedActorSystem) - Method in class org.apache.pekko.remote.transport.FailureInjectorProvider
-
Deprecated.
- create(Transport, ExtendedActorSystem) - Method in class org.apache.pekko.remote.transport.ThrottlerProvider
-
Deprecated.
- create(Transport, ExtendedActorSystem) - Method in interface org.apache.pekko.remote.transport.TransportAdapterProvider
-
Deprecated.Create the transport adapter that wraps an underlying transport.
- create(JacksonObjectMapperFactory) - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProviderSetup
-
Java API: factory for defining a
JacksonObjectMapperProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. - create(JacksonObjectMapperFactory) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProviderSetup$
-
Java API: factory for defining a
JacksonObjectMapperProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. - create(ActorMaterializerSettings, ActorRefFactory) - Static method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.Use the system wide materializer or Materializer.create(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- create(ActorMaterializerSettings, ActorRefFactory) - Method in class org.apache.pekko.stream.ActorMaterializer$
-
Deprecated.Use the system wide materializer or Materializer.create(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- create(ActorMaterializerSettings, ActorRefFactory, String) - Static method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.Use the system wide materializer or Materializer.create(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- create(ActorMaterializerSettings, ActorRefFactory, String) - Method in class org.apache.pekko.stream.ActorMaterializer$
-
Deprecated.Use the system wide materializer or Materializer.create(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Graph<Shape, M13>, Graph<Shape, M14>, Graph<Shape, M15>, Graph<Shape, M16>, Graph<Shape, M17>, Graph<Shape, M18>, Graph<Shape, M19>, Graph<Shape, M20>, Graph<Shape, M21>, Graph<Shape, M22>, Function22<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, M22, Mat>, Function1<GraphDSL.Builder<Mat>, Function22<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Graph<Shape, M13>, Graph<Shape, M14>, Graph<Shape, M15>, Graph<Shape, M16>, Graph<Shape, M17>, Graph<Shape, M18>, Graph<Shape, M19>, Graph<Shape, M20>, Graph<Shape, M21>, Function21<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, Mat>, Function1<GraphDSL.Builder<Mat>, Function21<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Graph<Shape, M13>, Graph<Shape, M14>, Graph<Shape, M15>, Graph<Shape, M16>, Graph<Shape, M17>, Graph<Shape, M18>, Graph<Shape, M19>, Graph<Shape, M20>, Function20<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, Mat>, Function1<GraphDSL.Builder<Mat>, Function20<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Graph<Shape, M13>, Graph<Shape, M14>, Graph<Shape, M15>, Graph<Shape, M16>, Graph<Shape, M17>, Graph<Shape, M18>, Graph<Shape, M19>, Function19<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, Mat>, Function1<GraphDSL.Builder<Mat>, Function19<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Graph<Shape, M13>, Graph<Shape, M14>, Graph<Shape, M15>, Graph<Shape, M16>, Graph<Shape, M17>, Graph<Shape, M18>, Function18<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, Mat>, Function1<GraphDSL.Builder<Mat>, Function18<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Graph<Shape, M13>, Graph<Shape, M14>, Graph<Shape, M15>, Graph<Shape, M16>, Graph<Shape, M17>, Function17<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, Mat>, Function1<GraphDSL.Builder<Mat>, Function17<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Graph<Shape, M13>, Graph<Shape, M14>, Graph<Shape, M15>, Graph<Shape, M16>, Function16<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, Mat>, Function1<GraphDSL.Builder<Mat>, Function16<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Graph<Shape, M13>, Graph<Shape, M14>, Graph<Shape, M15>, Function15<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, Mat>, Function1<GraphDSL.Builder<Mat>, Function15<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Graph<Shape, M13>, Graph<Shape, M14>, Function14<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, Mat>, Function1<GraphDSL.Builder<Mat>, Function14<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Graph<Shape, M13>, Function13<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, Mat>, Function1<GraphDSL.Builder<Mat>, Function13<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Graph<Shape, M12>, Function12<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, Mat>, Function1<GraphDSL.Builder<Mat>, Function12<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Graph<Shape, M11>, Function11<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, Mat>, Function1<GraphDSL.Builder<Mat>, Function11<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Graph<Shape, M10>, Function10<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, Mat>, Function1<GraphDSL.Builder<Mat>, Function10<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Graph<Shape, M9>, Function9<M1, M2, M3, M4, M5, M6, M7, M8, M9, Mat>, Function1<GraphDSL.Builder<Mat>, Function9<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Graph<Shape, M8>, Function8<M1, M2, M3, M4, M5, M6, M7, M8, Mat>, Function1<GraphDSL.Builder<Mat>, Function8<Shape, Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Graph<Shape, M7>, Function7<M1, M2, M3, M4, M5, M6, M7, Mat>, Function1<GraphDSL.Builder<Mat>, Function7<Shape, Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Graph<Shape, M6>, Function6<M1, M2, M3, M4, M5, M6, Mat>, Function1<GraphDSL.Builder<Mat>, Function6<Shape, Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Graph<Shape, M5>, Function5<M1, M2, M3, M4, M5, Mat>, Function1<GraphDSL.Builder<Mat>, Function5<Shape, Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Graph<Shape, M4>, Function4<M1, M2, M3, M4, Mat>, Function1<GraphDSL.Builder<Mat>, Function4<Shape, Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Graph<Shape, M3>, Function3<M1, M2, M3, Mat>, Function1<GraphDSL.Builder<Mat>, Function3<Shape, Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, M1>, Graph<Shape, M2>, Function2<M1, M2, Mat>, Function1<GraphDSL.Builder<Mat>, Function2<Shape, Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(Graph<Shape, Mat>, Function1<GraphDSL.Builder<Mat>, Function1<Shape, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Deprecated.Use createGraph instead. Since Akka 2.6.16.
- create(org.apache.pekko.stream.MaterializationContext) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.ProbeSink
- create(org.apache.pekko.stream.MaterializationContext) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.ProbeSource
- create(Outlet<O>, List<Inlet<I>>) - Static method in class org.apache.pekko.stream.UniformFanInShape
-
Java API
- create(Outlet<O>, List<Inlet<I>>) - Method in class org.apache.pekko.stream.UniformFanInShape$
-
Java API
- create(StreamSubscriptionTimeoutTerminationMode, FiniteDuration) - Static method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings
-
Create settings from individual values (Java).
- create(StreamSubscriptionTimeoutTerminationMode, FiniteDuration) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings$
-
Create settings from individual values (Java).
- create(Level, String, String, String, long) - Static method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
-
Java API
- create(Level, String, String, String, long) - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent$
-
Java API
- create(Level, String, String, String, long, Optional<Marker>, Optional<Throwable>, Map<String, String>) - Static method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
-
Java API
- create(Level, String, String, String, long, Optional<Marker>, Optional<Throwable>, Map<String, String>) - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent$
-
Java API
- create(Marker) - Static method in class org.apache.pekko.event.slf4j.Slf4jLogMarker
-
Java API
- create(Marker) - Method in class org.apache.pekko.event.slf4j.Slf4jLogMarker$
-
Java API
- create(Seq<Object>) - Static method in class org.apache.pekko.persistence.journal.EventSeq
-
Java API
- create(Seq<Object>) - Method in class org.apache.pekko.persistence.journal.EventSeq$
-
Java API
- create(Seq<String>) - Static method in class org.apache.pekko.actor.typed.ActorTags
-
Java API: create a tag props with one or more tags
- create(Seq<String>) - Method in class org.apache.pekko.actor.typed.ActorTags$
-
Java API: create a tag props with one or more tags
- create(Seq<Setup>) - Static method in class org.apache.pekko.actor.setup.ActorSystemSetup
-
Java API: Create an
pekko.actor.setup.ActorSystemSetupcontaining all the provided settings - create(Seq<Setup>) - Method in class org.apache.pekko.actor.setup.ActorSystemSetup$
-
Java API: Create an
pekko.actor.setup.ActorSystemSetupcontaining all the provided settings - create(Seq<Reachability.Record>, Map<UniqueAddress, Object>) - Method in class org.apache.pekko.cluster.Reachability$
- create(Seq<Graph<IS, Mat>>, Function1<GraphDSL.Builder<Seq<Mat>>, Function1<Seq<IS>, S>>) - Method in class org.apache.pekko.stream.scaladsl.GraphDSL$
-
Creates a new
Graphby importing the given graph listgraphsand passing theirShapes along with theGraphDSL.Builderto the given create function. - create(Function1<In, Out>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator
- create(Function1<In, Tuple10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator10
- create(Function1<In, Tuple11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator11
- create(Function1<In, Tuple12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator12
- create(Function1<In, Tuple13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator13
- create(Function1<In, Tuple14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator14
- create(Function1<In, Tuple15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator15
- create(Function1<In, Tuple16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator16
- create(Function1<In, Tuple17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator17
- create(Function1<In, Tuple18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator18
- create(Function1<In, Tuple19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator19
- create(Function1<In, Tuple2<A1, A2>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator2
- create(Function1<In, Tuple20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator20
- create(Function1<In, Tuple21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator21
- create(Function1<In, Tuple22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator22
- create(Function1<In, Tuple3<A1, A2, A3>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator3
- create(Function1<In, Tuple4<A1, A2, A3, A4>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator4
- create(Function1<In, Tuple5<A1, A2, A3, A4, A5>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator5
- create(Function1<In, Tuple6<A1, A2, A3, A4, A5, A6>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator6
- create(Function1<In, Tuple7<A1, A2, A3, A4, A5, A6, A7>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator7
- create(Function1<In, Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator8
- create(Function1<In, Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>>) - Method in interface org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreator9
- create(Function1<GraphDSL.Builder<NotUsed>, S>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby passing aGraphDSL.Builderto the given create function. - create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.BoundedMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.BoundedPriorityMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.BoundedStablePriorityMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in interface org.apache.pekko.dispatch.MailboxType
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.UnboundedPriorityMailbox
- create(Option<ActorRef>, Option<ActorSystem>) - Method in class org.apache.pekko.dispatch.UnboundedStablePriorityMailbox
- create(T1, T2, T3) - Static method in class org.apache.pekko.japi.tuple.Tuple3
- create(T1, T2, T3) - Method in class org.apache.pekko.japi.tuple.Tuple3$
- create(T1, T2, T3, T4) - Static method in class org.apache.pekko.japi.tuple.Tuple4
- create(T1, T2, T3, T4) - Method in class org.apache.pekko.japi.tuple.Tuple4$
- create(T1, T2, T3, T4, T5) - Static method in class org.apache.pekko.japi.tuple.Tuple5
- create(T1, T2, T3, T4, T5) - Method in class org.apache.pekko.japi.tuple.Tuple5$
- create(T1, T2, T3, T4, T5, T6) - Static method in class org.apache.pekko.japi.tuple.Tuple6
- create(T1, T2, T3, T4, T5, T6) - Method in class org.apache.pekko.japi.tuple.Tuple6$
- create(T1, T2, T3, T4, T5, T6, T7) - Static method in class org.apache.pekko.japi.tuple.Tuple7
- create(T1, T2, T3, T4, T5, T6, T7) - Method in class org.apache.pekko.japi.tuple.Tuple7$
- create(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class org.apache.pekko.japi.tuple.Tuple8
- create(T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.apache.pekko.japi.tuple.Tuple8$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Static method in class org.apache.pekko.japi.tuple.Tuple9
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.apache.pekko.japi.tuple.Tuple9$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Static method in class org.apache.pekko.japi.tuple.Tuple10
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in class org.apache.pekko.japi.tuple.Tuple10$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Static method in class org.apache.pekko.japi.tuple.Tuple11
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in class org.apache.pekko.japi.tuple.Tuple11$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Static method in class org.apache.pekko.japi.tuple.Tuple12
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in class org.apache.pekko.japi.tuple.Tuple12$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Static method in class org.apache.pekko.japi.tuple.Tuple13
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in class org.apache.pekko.japi.tuple.Tuple13$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Static method in class org.apache.pekko.japi.tuple.Tuple14
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in class org.apache.pekko.japi.tuple.Tuple14$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Static method in class org.apache.pekko.japi.tuple.Tuple15
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in class org.apache.pekko.japi.tuple.Tuple15$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Static method in class org.apache.pekko.japi.tuple.Tuple16
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in class org.apache.pekko.japi.tuple.Tuple16$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Static method in class org.apache.pekko.japi.tuple.Tuple17
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in class org.apache.pekko.japi.tuple.Tuple17$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Static method in class org.apache.pekko.japi.tuple.Tuple18
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in class org.apache.pekko.japi.tuple.Tuple18$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Static method in class org.apache.pekko.japi.tuple.Tuple19
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in class org.apache.pekko.japi.tuple.Tuple19$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Static method in class org.apache.pekko.japi.tuple.Tuple20
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in class org.apache.pekko.japi.tuple.Tuple20$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Static method in class org.apache.pekko.japi.tuple.Tuple21
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in class org.apache.pekko.japi.tuple.Tuple21$
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Static method in class org.apache.pekko.japi.tuple.Tuple22
- create(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in class org.apache.pekko.japi.tuple.Tuple22$
- CREATE - org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
CREATE = 0; - CREATE_VALUE - Static variable in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
CREATE = 0; - Create$ - Class in org.apache.pekko.actor.typed.internal
- Create$ - Class in org.apache.pekko.dispatch.sysmsg
- Create$() - Constructor for class org.apache.pekko.actor.typed.internal.Create$
- Create$() - Constructor for class org.apache.pekko.dispatch.sysmsg.Create$
- create$default$3(A) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
- create$default$3(A) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
- create10(Function<In, Tuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 10 outputs. - create10(Function<In, Tuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 10 outputs. - create10(Function10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 10 inputs. - create10(Function10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 10 inputs. - create10(Function10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 10 inputs. - create10(Function10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 10 inputs. - create10(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Function10<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M>, Function11<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create11(Function<In, Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 11 outputs. - create11(Function<In, Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 11 outputs. - create11(Function11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 11 inputs. - create11(Function11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 11 inputs. - create11(Function11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 11 inputs. - create11(Function11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 11 inputs. - create11(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Function11<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M>, Function12<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create12(Function<In, Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 12 outputs. - create12(Function<In, Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 12 outputs. - create12(Function12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 12 inputs. - create12(Function12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 12 inputs. - create12(Function12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 12 inputs. - create12(Function12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 12 inputs. - create12(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Function12<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M>, Function13<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create13(Function<In, Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 13 outputs. - create13(Function<In, Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 13 outputs. - create13(Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 13 inputs. - create13(Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 13 inputs. - create13(Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 13 inputs. - create13(Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 13 inputs. - create13(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Function13<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M>, Function14<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create14(Function<In, Tuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 14 outputs. - create14(Function<In, Tuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 14 outputs. - create14(Function14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 14 inputs. - create14(Function14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 14 inputs. - create14(Function14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 14 inputs. - create14(Function14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 14 inputs. - create14(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Function14<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M>, Function15<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create15(Function<In, Tuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 15 outputs. - create15(Function<In, Tuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 15 outputs. - create15(Function15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 15 inputs. - create15(Function15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 15 inputs. - create15(Function15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 15 inputs. - create15(Function15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 15 inputs. - create15(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Function15<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M>, Function16<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create16(Function<In, Tuple16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 16 outputs. - create16(Function<In, Tuple16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 16 outputs. - create16(Function16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 16 inputs. - create16(Function16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 16 inputs. - create16(Function16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 16 inputs. - create16(Function16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 16 inputs. - create16(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Function16<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M>, Function17<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create17(Function<In, Tuple17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 17 outputs. - create17(Function<In, Tuple17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 17 outputs. - create17(Function17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 17 inputs. - create17(Function17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 17 inputs. - create17(Function17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 17 inputs. - create17(Function17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 17 inputs. - create17(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Function17<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M>, Function18<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create18(Function<In, Tuple18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 18 outputs. - create18(Function<In, Tuple18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 18 outputs. - create18(Function18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 18 inputs. - create18(Function18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 18 inputs. - create18(Function18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 18 inputs. - create18(Function18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 18 inputs. - create18(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Graph<S18, M18>, Function18<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M>, Function19<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create19(Function<In, Tuple19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 19 outputs. - create19(Function<In, Tuple19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 19 outputs. - create19(Function19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 19 inputs. - create19(Function19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 19 inputs. - create19(Function19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 19 inputs. - create19(Function19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 19 inputs. - create19(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Graph<S18, M18>, Graph<S19, M19>, Function19<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M>, Function20<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create20(Function<In, Tuple20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 20 outputs. - create20(Function<In, Tuple20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 20 outputs. - create20(Function20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 20 inputs. - create20(Function20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 20 inputs. - create20(Function20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 20 inputs. - create20(Function20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 20 inputs. - create20(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Graph<S18, M18>, Graph<S19, M19>, Graph<S20, M20>, Function20<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M>, Function21<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S20, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create21(Function<In, Tuple21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 21 outputs. - create21(Function<In, Tuple21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 21 outputs. - create21(Function21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 21 inputs. - create21(Function21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 21 inputs. - create21(Function21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 21 inputs. - create21(Function21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 21 inputs. - create21(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Graph<S18, M18>, Graph<S19, M19>, Graph<S20, M20>, Graph<S21, M21>, Function21<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, M>, Function22<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S20, S21, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create22(Function<In, Tuple22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 22 outputs. - create22(Function<In, Tuple22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 22 outputs. - create22(Function22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 22 inputs. - create22(Function22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 22 inputs. - create22(Function22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 22 inputs. - create22(Function22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 22 inputs. - create3(Function<In, Tuple3<T1, T2, T3>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 3 outputs. - create3(Function<In, Tuple3<T1, T2, T3>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 3 outputs. - create3(Function3<T1, T2, T3, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 3 inputs. - create3(Function3<T1, T2, T3, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 3 inputs. - create3(Function3<T1, T2, T3, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 3 inputs. - create3(Function3<T1, T2, T3, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 3 inputs. - create3(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Function3<M1, M2, M3, M>, Function4<GraphDSL.Builder<M>, S1, S2, S3, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create4(Function<In, Tuple4<T1, T2, T3, T4>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 4 outputs. - create4(Function<In, Tuple4<T1, T2, T3, T4>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 4 outputs. - create4(Function4<T1, T2, T3, T4, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 4 inputs. - create4(Function4<T1, T2, T3, T4, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 4 inputs. - create4(Function4<T1, T2, T3, T4, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 4 inputs. - create4(Function4<T1, T2, T3, T4, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 4 inputs. - create4(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Function4<M1, M2, M3, M4, M>, Function5<GraphDSL.Builder<M>, S1, S2, S3, S4, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create5(Function<In, Tuple5<T1, T2, T3, T4, T5>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 5 outputs. - create5(Function<In, Tuple5<T1, T2, T3, T4, T5>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 5 outputs. - create5(Function5<T1, T2, T3, T4, T5, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 5 inputs. - create5(Function5<T1, T2, T3, T4, T5, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 5 inputs. - create5(Function5<T1, T2, T3, T4, T5, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 5 inputs. - create5(Function5<T1, T2, T3, T4, T5, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 5 inputs. - create5(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Function5<M1, M2, M3, M4, M5, M>, Function6<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create6(Function<In, Tuple6<T1, T2, T3, T4, T5, T6>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 6 outputs. - create6(Function<In, Tuple6<T1, T2, T3, T4, T5, T6>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 6 outputs. - create6(Function6<T1, T2, T3, T4, T5, T6, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 6 inputs. - create6(Function6<T1, T2, T3, T4, T5, T6, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 6 inputs. - create6(Function6<T1, T2, T3, T4, T5, T6, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 6 inputs. - create6(Function6<T1, T2, T3, T4, T5, T6, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 6 inputs. - create6(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Function6<M1, M2, M3, M4, M5, M6, M>, Function7<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create7(Function<In, Tuple7<T1, T2, T3, T4, T5, T6, T7>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 7 outputs. - create7(Function<In, Tuple7<T1, T2, T3, T4, T5, T6, T7>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 7 outputs. - create7(Function7<T1, T2, T3, T4, T5, T6, T7, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 7 inputs. - create7(Function7<T1, T2, T3, T4, T5, T6, T7, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 7 inputs. - create7(Function7<T1, T2, T3, T4, T5, T6, T7, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 7 inputs. - create7(Function7<T1, T2, T3, T4, T5, T6, T7, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 7 inputs. - create7(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Function7<M1, M2, M3, M4, M5, M6, M7, M>, Function8<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create8(Function<In, Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 8 outputs. - create8(Function<In, Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 8 outputs. - create8(Function8<T1, T2, T3, T4, T5, T6, T7, T8, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 8 inputs. - create8(Function8<T1, T2, T3, T4, T5, T6, T7, T8, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 8 inputs. - create8(Function8<T1, T2, T3, T4, T5, T6, T7, T8, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 8 inputs. - create8(Function8<T1, T2, T3, T4, T5, T6, T7, T8, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 8 inputs. - create8(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Function8<M1, M2, M3, M4, M5, M6, M7, M8, M>, Function9<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- create9(Function<In, Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Static method in class org.apache.pekko.stream.javadsl.UnzipWith
-
Create a new
UnzipWithspecialized for 9 outputs. - create9(Function<In, Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Create a new
UnzipWithspecialized for 9 outputs. - create9(Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipLatestWith
-
Create a new
ZipLatestWithspecialized for 9 inputs. - create9(Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Create a new
ZipLatestWithspecialized for 9 inputs. - create9(Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, Out>) - Static method in class org.apache.pekko.stream.javadsl.ZipWith
-
Create a new
ZipWithspecialized for 9 inputs. - create9(Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, Out>) - Method in class org.apache.pekko.stream.javadsl.ZipWith$
-
Create a new
ZipWithspecialized for 9 inputs. - create9(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Function9<M1, M2, M3, M4, M5, M6, M7, M8, M9, M>, Function10<GraphDSL.Builder<M>, S1, S2, S3, S4, S5, S6, S7, S8, S9, S>) - Static method in class org.apache.pekko.stream.javadsl.GraphDSL
- createActorSystem(String) - Method in class org.apache.pekko.osgi.OsgiActorSystemFactory
-
Creates the
pekko.actor.ActorSystem, using the name specified - createActorSystem(Option<String>) - Method in class org.apache.pekko.osgi.OsgiActorSystemFactory
-
Creates the
pekko.actor.ActorSystem, using the name specified. - createAsyncCallback(Procedure<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Java API: Obtain a callback object that can be used asynchronously to re-enter the current
GraphStagewith an asynchronous notification. - createBehavior() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
- createBehavior() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
- createBuilder() - Static method in class org.apache.pekko.util.ByteString
-
Java API
- createBuilder() - Method in class org.apache.pekko.util.ByteString$
-
Java API
- createChunks(A, int, Serialization) - Static method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl
- createChunks(A, int, Serialization) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl$
- createClientSSLEngine() - Method in class org.apache.pekko.remote.transport.netty.ConfigSSLEngineProvider
-
Deprecated.
- createClientSSLEngine() - Method in interface org.apache.pekko.remote.transport.netty.SSLEngineProvider
-
Deprecated.
- createClientSSLEngine(String, int) - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- createClientSSLEngine(String, int) - Method in class org.apache.pekko.remote.artery.tcp.ssl.RotatingKeysSSLEngineProvider
- createClientSSLEngine(String, int) - Method in interface org.apache.pekko.remote.artery.tcp.SSLEngineProvider
- createDeadLetterProbe() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
- createDeadLetterProbe() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - createDeadLetterProbe() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- createDeadLetterProbe() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - createDeltaPropagation(Map<String, Tuple3<ReplicatedData, Object, Object>>) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- createDroppedMessageProbe() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
- createDroppedMessageProbe() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - createDroppedMessageProbe() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- createDroppedMessageProbe() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - CREATEDTIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- createEWMA(double, Option<Object>) - Static method in class org.apache.pekko.cluster.metrics.Metric
- createEWMA(double, Option<Object>) - Method in class org.apache.pekko.cluster.metrics.Metric$
- createExecutorService() - Method in interface org.apache.pekko.dispatch.ExecutorServiceFactory
- createExecutorService() - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
- createExecutorService() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig.ThreadPoolExecutorServiceFactory
- createExecutorServiceFactory(String, ThreadFactory) - Method in class org.apache.pekko.dispatch.DefaultExecutorServiceConfigurator
- createExecutorServiceFactory(String, ThreadFactory) - Method in interface org.apache.pekko.dispatch.ExecutorServiceFactoryProvider
- createExecutorServiceFactory(String, ThreadFactory) - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator
- createExecutorServiceFactory(String, ThreadFactory) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- createExecutorServiceFactory(String, ThreadFactory) - Method in class org.apache.pekko.dispatch.ThreadPoolExecutorConfigurator
- createExecutorServiceFactory(String, ThreadFactory) - Method in class org.apache.pekko.dispatch.VirtualThreadExecutorConfigurator
- createExtension() - Method in class org.apache.pekko.actor.typed.ExtensionSetup
- createExtension(ExtendedActorSystem) - Static method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- createExtension(ExtendedActorSystem) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig$
-
Deprecated.
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- createExtension(ExtendedActorSystem) - Method in interface org.apache.pekko.actor.ExtensionId
-
Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.actor.typed.internal.adapter.AdapterExtension$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.actor.TypedActor$
-
Deprecated.
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.cluster.client.ClusterClientReceptionist$
-
Deprecated.
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.cluster.Cluster
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.cluster.Cluster$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.cluster.ddata.DistributedData
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.cluster.ddata.DistributedData$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSub
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSub$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.cluster.sharding.ClusterSharding
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation$
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.cluster.sharding.ShardingFlightRecorder$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.discovery.Discovery
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.discovery.Discovery$
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.event.AddressTerminatedTopic$
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.event.Logging.LogExt$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.io.Dns
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.io.Dns$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.io.Tcp
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.io.Tcp$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.io.Udp
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.io.Udp$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.io.UdpConnected
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.io.UdpConnected$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.pattern.CircuitBreakersRegistry
-
Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.pattern.CircuitBreakersRegistry$
-
Is used by Pekko to instantiate the Extension identified by this ExtensionId, internal use only.
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.persistence.fsm.SnapshotAfter$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.persistence.Persistence
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.persistence.Persistence$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.persistence.query.PersistenceQuery
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.persistence.query.PersistenceQuery$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension$
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit.Settings$
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit.Settings$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.remote.AddressUidExtension
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.remote.AddressUidExtension$
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.remote.artery.RemotingFlightRecorder$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.remote.BoundAddressesExtension
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.remote.BoundAddressesExtension$
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.remote.RARP$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.remote.RemoteMetricsExtension
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.remote.RemoteMetricsExtension$
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.remote.serialization.ActorRefResolveThreadLocalCache$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.remote.testconductor.TestConductor
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.remote.testconductor.TestConductor$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.remote.transport.TransportAdaptersExtension
-
Deprecated.
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.remote.transport.TransportAdaptersExtension$
-
Deprecated.
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.serialization.SerializationExtension
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.serialization.SerializationExtension$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.stream.javadsl.Tcp
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.stream.javadsl.Tcp$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.stream.scaladsl.Tcp
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.stream.scaladsl.Tcp$
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.stream.StreamRefResolver$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.stream.SystemMaterializer
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.stream.SystemMaterializer$
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.testkit.CallingThreadDispatcherQueues$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.testkit.TestKitExtension
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.testkit.TestKitExtension$
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.util.ManifestInfo
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.util.ManifestInfo$
- createExtension(ActorSystem<?>) - Static method in class org.apache.pekko.actor.typed.ActorRefResolver
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.ActorRefResolver$
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.ExtensionId
-
Create the extension, will be invoked at most one time per actor system where the extension is registered.
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.internal.ActorFlightRecorder$
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.internal.EventStreamExtension$
- createExtension(ActorSystem<?>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
- createExtension(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData$
- createExtension(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData$
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedShardingExtension$
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding$
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ShardedDaemonProcess$
- createExtension(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.typed.Cluster
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.cluster.typed.Cluster$
- createExtension(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.typed.ClusterSingleton
- createExtension(ActorSystem<?>) - Method in class org.apache.pekko.cluster.typed.ClusterSingleton$
- createExtensionInstance(ExtensionId<T>) - Method in interface org.apache.pekko.actor.typed.internal.ExtensionsImpl
- createFailed(long, Throwable) - Static method in class org.apache.pekko.stream.IOResult
-
Deprecated.use IOOperationIncompleteException. Since Akka 2.6.0.
- createFailed(long, Throwable) - Method in class org.apache.pekko.stream.IOResult$
-
Deprecated.use IOOperationIncompleteException. Since Akka 2.6.0.
- createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Graph<S18, M18>, Graph<S19, M19>, Graph<S20, M20>, Graph<S21, M21>, Graph<S22, M22>, Function22<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, M22, Mat>, Function1<GraphDSL.Builder<Mat>, Function22<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S20, S21, S22, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Graph<S18, M18>, Graph<S19, M19>, Graph<S20, M20>, Graph<S21, M21>, Function21<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, Mat>, Function1<GraphDSL.Builder<Mat>, Function21<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S20, S21, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Graph<S18, M18>, Graph<S19, M19>, Graph<S20, M20>, Function20<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, Mat>, Function1<GraphDSL.Builder<Mat>, Function20<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S20, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Graph<S18, M18>, Graph<S19, M19>, Function19<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, Mat>, Function1<GraphDSL.Builder<Mat>, Function19<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S19, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Graph<S18, M18>, Function18<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, Mat>, Function1<GraphDSL.Builder<Mat>, Function18<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S18, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Graph<S17, M17>, Function17<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, Mat>, Function1<GraphDSL.Builder<Mat>, Function17<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S17, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Graph<S16, M16>, Function16<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, Mat>, Function1<GraphDSL.Builder<Mat>, Function16<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S16, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Graph<S15, M15>, Function15<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, Mat>, Function1<GraphDSL.Builder<Mat>, Function15<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Graph<S14, M14>, Function14<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, Mat>, Function1<GraphDSL.Builder<Mat>, Function14<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Graph<S13, M13>, Function13<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, Mat>, Function1<GraphDSL.Builder<Mat>, Function13<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Graph<S12, M12>, Function12<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, Mat>, Function1<GraphDSL.Builder<Mat>, Function12<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Graph<S11, M11>, Function11<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, Mat>, Function1<GraphDSL.Builder<Mat>, Function11<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Graph<S10, M10>, Function10<M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, Mat>, Function1<GraphDSL.Builder<Mat>, Function10<S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Graph<S9, M9>, Function9<M1, M2, M3, M4, M5, M6, M7, M8, M9, Mat>, Function1<GraphDSL.Builder<Mat>, Function9<S1, S2, S3, S4, S5, S6, S7, S8, S9, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Graph<S8, M8>, Function8<M1, M2, M3, M4, M5, M6, M7, M8, Mat>, Function1<GraphDSL.Builder<Mat>, Function8<S1, S2, S3, S4, S5, S6, S7, S8, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Graph<S7, M7>, Function7<M1, M2, M3, M4, M5, M6, M7, Mat>, Function1<GraphDSL.Builder<Mat>, Function7<S1, S2, S3, S4, S5, S6, S7, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Graph<S6, M6>, Function6<M1, M2, M3, M4, M5, M6, Mat>, Function1<GraphDSL.Builder<Mat>, Function6<S1, S2, S3, S4, S5, S6, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Graph<S5, M5>, Function5<M1, M2, M3, M4, M5, Mat>, Function1<GraphDSL.Builder<Mat>, Function5<S1, S2, S3, S4, S5, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Graph<S4, M4>, Function4<M1, M2, M3, M4, Mat>, Function1<GraphDSL.Builder<Mat>, Function4<S1, S2, S3, S4, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Graph<S3, M3>, Function3<M1, M2, M3, Mat>, Function1<GraphDSL.Builder<Mat>, Function3<S1, S2, S3, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, M1>, Graph<S2, M2>, Function2<M1, M2, Mat>, Function1<GraphDSL.Builder<Mat>, Function2<S1, S2, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphs and passing theirShapes along with theGraphDSL.Builderto the given create function. - createGraph(Graph<S1, Mat>, Function1<GraphDSL.Builder<Mat>, Function1<S1, S>>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
-
Creates a new
Graphby importing the given graphg1and passing itsShapealong with theGraphDSL.Builderto the given create function. - createGraph(S, GraphDSL.Builder<Mat>) - Method in interface org.apache.pekko.stream.scaladsl.GraphApply
- createHandle(Channel, Address, Address) - Method in interface org.apache.pekko.remote.transport.netty.CommonHandlers
- createHandle(Channel, Address, Address) - Method in interface org.apache.pekko.remote.transport.netty.TcpHandlers
- createIdentifyId(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- createIdleStrategy(int) - Method in class org.apache.pekko.remote.artery.aeron.TaskRunner$
- createInstanceFor(Class<?>, Seq<Tuple2<Class<?>, Object>>, ClassTag<T>) - Method in class org.apache.pekko.actor.DynamicAccess
-
Convenience method which given a
Class[_]object and a constructor description will create a new instance of that class. - createInstanceFor(Class<?>, Seq<Tuple2<Class<?>, Object>>, ClassTag<T>) - Method in class org.apache.pekko.actor.ReflectiveDynamicAccess
- createInstanceFor(String, Seq<Tuple2<Class<?>, Object>>, ClassTag<T>) - Method in class org.apache.pekko.actor.DynamicAccess
-
Obtain an object conforming to the type T, which is expected to be instantiated from a class designated by the fully-qualified class name given, where the constructor is selected and invoked according to the
argsargument. - createInstanceFor(String, Seq<Tuple2<Class<?>, Object>>, ClassTag<T>) - Method in class org.apache.pekko.actor.ReflectiveDynamicAccess
- createLock() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Balance
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Broadcast
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Concat
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Interleave
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Merge
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.MergeLatest
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.MergePreferred
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.MergePrioritized
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.MergeSequence
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.MergeSorted
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Partition
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffSink
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffSource
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith2
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith3
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith4
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith2
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith3
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith4
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- createLogic(Attributes) - Method in class org.apache.pekko.stream.scaladsl.ZipWithN
- createLogic(Attributes) - Method in class org.apache.pekko.stream.stage.GraphStage
- createLogicAndMaterializedValue(Attributes) - Method in class org.apache.pekko.stream.KillSwitches.UniqueBidiKillSwitchStage$
- createLogicAndMaterializedValue(Attributes) - Method in class org.apache.pekko.stream.KillSwitches.UniqueKillSwitchStage$
- createLogicAndMaterializedValue(Attributes) - Method in class org.apache.pekko.stream.stage.AbstractGraphStageWithMaterializedValue
- createLogicAndMaterializedValue(Attributes) - Method in class org.apache.pekko.stream.stage.GraphStage
- createLogicAndMaterializedValue(Attributes) - Method in class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue
- createLogicAndMaterializedValuePair(Attributes) - Method in class org.apache.pekko.stream.stage.AbstractGraphStageWithMaterializedValue
- createLogLevels(Logging.LogLevel) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Java API
- createLogLevels(Logging.LogLevel) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Java API
- createLogLevels(Logging.LogLevel) - Static method in class org.apache.pekko.stream.Attributes
-
Java API
- createLogLevels(Logging.LogLevel) - Method in class org.apache.pekko.stream.Attributes$
-
Java API
- createLogLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Java API
- createLogLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Java API
- createLogLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Static method in class org.apache.pekko.stream.Attributes
-
Java API
- createLogLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Method in class org.apache.pekko.stream.Attributes$
-
Java API
- createLogSettings(Logging.LogLevel) - Static method in class org.apache.pekko.stream.RestartSettings
-
Java API
- createLogSettings(Logging.LogLevel) - Method in class org.apache.pekko.stream.RestartSettings$
-
Java API
- createMailbox(Cell, MailboxType) - Method in class org.apache.pekko.dispatch.Dispatcher
-
INTERNAL API
- createMailbox(Cell, MailboxType) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
Creates and returns a mailbox for the given actor.
- createMailbox(Cell, MailboxType) - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- createMaterializer(ClassicActorContextProvider) - Static method in class org.apache.pekko.stream.Materializer
-
Java API: Create a materializer whose lifecycle will be tied to the one of the passed actor context.
- createMaterializer(ClassicActorContextProvider) - Method in class org.apache.pekko.stream.Materializer$
-
Java API: Create a materializer whose lifecycle will be tied to the one of the passed actor context.
- createMaterializer(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.Materializer
-
Scala API: Create a new materializer that will stay alive as long as the system does or until it is explicitly stopped.
- createMaterializer(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.Materializer$
-
Scala API: Create a new materializer that will stay alive as long as the system does or until it is explicitly stopped.
- createNotEmptyCondition() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- createNotFullCondition() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- createObjectMapper(String, Option<JsonFactory>, JacksonObjectMapperFactory, Config, DynamicAccess, Option<LoggingAdapter>) - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
- createObjectMapper(String, Option<JsonFactory>, JacksonObjectMapperFactory, Config, DynamicAccess, Option<LoggingAdapter>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider$
- createObjectPool(int) - Method in class org.apache.pekko.remote.artery.ReusableInboundEnvelope$
- createObjectPool(int) - Method in class org.apache.pekko.remote.artery.ReusableOutboundEnvelope$
- createPerDataCenter(Class<M>, String, Set<ReplicaId>, Function<ReplicationId, Behavior<M>>) - Static method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider
-
Java API
- createPerDataCenter(Class<M>, String, Set<ReplicaId>, Function<ReplicationId, Behavior<M>>) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider$
-
Java API
- createPerRole(Class<M>, String, Set<ReplicaId>, Function<ReplicationId, Behavior<M>>) - Static method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider
-
Java API
- createPerRole(Class<M>, String, Set<ReplicaId>, Function<ReplicationId, Behavior<M>>) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider$
-
Java API
- createReceive() - Method in class org.apache.pekko.actor.AbstractActor
-
An actor has to define its initial receive behavior by implementing the
createReceivemethod. - createReceive() - Method in class org.apache.pekko.actor.typed.javadsl.AbstractBehavior
-
Implement this to define how messages and signals are processed.
- createReceive() - Method in class org.apache.pekko.actor.UntypedAbstractActor
- createReceive() - Method in class org.apache.pekko.persistence.AbstractPersistentActor
-
An persistent actor has to define its initial receive behavior by implementing the
createReceivemethod, also known as the command handler. - createReceive() - Method in interface org.apache.pekko.persistence.AbstractPersistentActorLike
-
An persistent actor has to define its initial receive behavior by implementing the
createReceivemethod, also known as the command handler. - createReceiveRecover() - Method in class org.apache.pekko.persistence.AbstractPersistentActor
-
Recovery handler that receives persisted events during recovery.
- createReceiveRecover() - Method in interface org.apache.pekko.persistence.AbstractPersistentActorLike
-
Recovery handler that receives persisted events during recovery.
- createRouter(ActorSystem) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- createRouter(ActorSystem) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- createRouter(ActorSystem) - Method in interface org.apache.pekko.cluster.routing.ClusterRouterConfigBase
- createRouter(ActorSystem) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.BalancingPool
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.BroadcastGroup
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.BroadcastPool
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.ConsistentHashingPool
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.FromConfig
- createRouter(ActorSystem) - Static method in class org.apache.pekko.routing.NoRouter
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.NoRouter$
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.RandomGroup
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.RandomPool
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.RoundRobinGroup
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.RoundRobinPool
- createRouter(ActorSystem) - Method in interface org.apache.pekko.routing.RouterConfig
-
Create the actual router, responsible for routing messages to routees.
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.SmallestMailboxPool
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.TailChoppingGroup
- createRouter(ActorSystem) - Method in class org.apache.pekko.routing.TailChoppingPool
- createRouterActor() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- createRouterActor() - Method in interface org.apache.pekko.routing.Group
-
INTERNAL API
- createRouterActor() - Method in interface org.apache.pekko.routing.Pool
-
INTERNAL API
- createRouterActor() - Method in interface org.apache.pekko.routing.RouterConfig
-
INTERNAL API The router "head" actor.
- createSecureRandom() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- createSecureRandom() - Method in class org.apache.pekko.remote.transport.netty.ConfigSSLEngineProvider
-
Deprecated.
- createSecureRandom(Config, MarkerLoggingAdapter) - Static method in class org.apache.pekko.remote.artery.tcp.SecureRandomFactory
- createSecureRandom(Config, MarkerLoggingAdapter) - Method in class org.apache.pekko.remote.artery.tcp.SecureRandomFactory$
- createSecureRandom(String, MarkerLoggingAdapter) - Static method in class org.apache.pekko.remote.artery.tcp.SecureRandomFactory
- createSecureRandom(String, MarkerLoggingAdapter) - Method in class org.apache.pekko.remote.artery.tcp.SecureRandomFactory$
- createSerializers() - Method in class org.apache.pekko.serialization.SerializationSetup
- createServerSSLEngine() - Method in class org.apache.pekko.remote.transport.netty.ConfigSSLEngineProvider
-
Deprecated.
- createServerSSLEngine() - Method in interface org.apache.pekko.remote.transport.netty.SSLEngineProvider
-
Deprecated.
- createServerSSLEngine(String, int) - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- createServerSSLEngine(String, int) - Method in class org.apache.pekko.remote.artery.tcp.ssl.RotatingKeysSSLEngineProvider
- createServerSSLEngine(String, int) - Method in interface org.apache.pekko.remote.artery.tcp.SSLEngineProvider
- createSigarInstance() - Method in interface org.apache.pekko.cluster.metrics.SigarProvider
-
Create sigar instance with 2-phase sigar library loading.
- createStash(ActorContext, ActorRef) - Method in interface org.apache.pekko.actor.StashFactory
- createSubInlet(Outlet<T>) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- createSubOutlet(Inlet<T>) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- createSuccessful(long) - Static method in class org.apache.pekko.stream.IOResult
-
JAVA API: Creates successful IOResult
- createSuccessful(long) - Method in class org.apache.pekko.stream.IOResult$
-
JAVA API: Creates successful IOResult
- createTestProbe() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Shortcut for creating a new test probe for the testkit actor system
- createTestProbe() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - createTestProbe() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Shortcut for creating a new test probe for the testkit actor system
- createTestProbe() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - createTestProbe(Class<M>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Shortcut for creating a new test probe for the testkit actor system
- createTestProbe(Class<M>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - createTestProbe(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Shortcut for creating a new named test probe for the testkit actor system
- createTestProbe(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - createTestProbe(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Shortcut for creating a new named test probe for the testkit actor system
- createTestProbe(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - createTestProbe(String, Class<M>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Shortcut for creating a new named test probe for the testkit actor system
- createTestProbe(String, Class<M>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - createThreadPoolConfigBuilder(Config, DispatcherPrerequisites) - Method in class org.apache.pekko.dispatch.ThreadPoolExecutorConfigurator
- createUnhandledMessageProbe() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
- createUnhandledMessageProbe() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - createUnhandledMessageProbe() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- createUnhandledMessageProbe() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - Creation() - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- Creation$() - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation$
- CREATIONTIME_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- CREATIONTIME_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- CreationTimeout() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- creator() - Method in class org.apache.pekko.actor.TypedProps
- Creator<T> - Interface in org.apache.pekko.japi
-
A constructor/factory, takes no parameters but creates a new value of type T every call.
- Creator<T> - Interface in org.apache.pekko.japi.function
-
A constructor/factory, takes no parameters but creates a new value of type T every call.
- CreatorConsumerClass() - Method in class org.apache.pekko.actor.IndirectActorProducer$
- CreatorFunctionConsumerClass() - Method in class org.apache.pekko.actor.IndirectActorProducer$
- criteria() - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- criteria() - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- criteria() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- criteria() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- criteria() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- criteria() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- Criteria(SnapshotSelectionCriteria) - Constructor for class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- Criteria$() - Constructor for class org.apache.pekko.persistence.typed.DeletionTarget.Criteria$
- criticalLogLevel() - Method in class org.apache.pekko.stream.RestartSettings.LogSettings
- criticalLogLevelAfter() - Method in class org.apache.pekko.stream.RestartSettings.LogSettings
- CrossDcConnections() - Method in class org.apache.pekko.cluster.ClusterSettings.MultiDataCenter$
- crossDcFailureDetector() - Method in class org.apache.pekko.cluster.Cluster
- CrossDcFailureDetectorSettings(Config) - Constructor for class org.apache.pekko.cluster.ClusterSettings.CrossDcFailureDetectorSettings
- CrossDcFailureDetectorSettings() - Method in class org.apache.pekko.cluster.ClusterSettings.MultiDataCenter$
- CrossDcGossipProbability() - Method in class org.apache.pekko.cluster.ClusterSettings.MultiDataCenter$
- CrossDcHeartbeatingState$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- CrossDcHeartbeatingState$() - Constructor for class org.apache.pekko.cluster.CrossDcHeartbeatingState$
- CrossDcHeartbeatSender$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- CrossDcHeartbeatSender$() - Constructor for class org.apache.pekko.cluster.CrossDcHeartbeatSender$
- cs() - Method in class org.apache.pekko.util.FutureConverters.CompletionStageOps
- CS() - Static method in class org.apache.pekko.io.dns.RecordClass
- CS() - Method in class org.apache.pekko.io.dns.RecordClass$
- ctdLock() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- ctx() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ContextAs
- cumulativeAck() - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- cumulativeAck() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- CUMULATIVEACK_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- current() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- current() - Static method in class org.apache.pekko.Version
- current() - Method in class org.apache.pekko.Version$
- currentBehavior() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
The current behavior, can change any time
runis called - currentBehavior() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
The current behavior, can change any time
runis called - currentBehavior() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
INTERNAL API
- currentChanges(String, Offset) - Method in interface org.apache.pekko.persistence.query.javadsl.DurableStateStoreQuery
-
Get a source of the most recent changes made to objects with the given tag since the passed in offset.
- currentChanges(String, Offset) - Method in interface org.apache.pekko.persistence.query.scaladsl.DurableStateStoreQuery
-
Get a source of the most recent changes made to objects with the given tag since the passed in offset.
- currentChanges(String, Offset) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- currentChanges(String, Offset) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- currentChangesBySlices(String, int, int, Offset) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.DurableStateStoreBySliceQuery
-
Get a source of the most recent changes made to objects with the given slice range since the passed in offset.
- currentChangesBySlices(String, int, int, Offset) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.DurableStateStoreBySliceQuery
-
Get a source of the most recent changes made to objects with the given slice range since the passed in offset.
- currentChangesBySlices(String, int, int, Offset) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- currentChangesBySlices(String, int, int, Offset) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- CurrentChild(Option<ActorRef>) - Constructor for class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- CurrentChild$() - Constructor for class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild$
- currentClusterState() - Method in class org.apache.pekko.cluster.typed.SelfUp
- CurrentClusterState(SortedSet<Member>, Set<Member>, Set<Address>, Option<Address>, Map<String, Option<Address>>) - Constructor for class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Deprecated.use main constructor. Since Akka 2.6.10.
- CurrentClusterState(SortedSet<Member>, Set<Member>, Set<Address>, Option<Address>, Map<String, Option<Address>>, Set<String>) - Constructor for class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Deprecated.use main constructor. Since Akka 2.6.10.
- CurrentClusterState(SortedSet<Member>, Set<Member>, Set<Address>, Option<Address>, Map<String, Option<Address>>, Set<String>, Set<UniqueAddress>) - Constructor for class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- CurrentClusterState$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- CURRENTCONFIG_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- currentDeliveryId() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- CURRENTDELIVERYID_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- currentEventsByPersistenceId(String, long, long) - Method in interface org.apache.pekko.persistence.query.javadsl.CurrentEventsByPersistenceIdQuery
-
Same type of query as
pekko.persistence.query.javadsl.EventsByPersistenceIdQuery#eventsByPersistenceIdbut the event stream is completed immediately when it reaches the end of the "result set". - currentEventsByPersistenceId(String, long, long) - Method in class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
Deprecated.Same type of query as
LeveldbReadJournal.eventsByPersistenceId(java.lang.String, long, long)but the event stream is completed immediately when it reaches the end of the "result set". - currentEventsByPersistenceId(String, long, long) - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.Same type of query as
LeveldbReadJournal.eventsByPersistenceId(java.lang.String, long, long)but the event stream is completed immediately when it reaches the end of the "result set". - currentEventsByPersistenceId(String, long, long) - Method in interface org.apache.pekko.persistence.query.scaladsl.CurrentEventsByPersistenceIdQuery
-
Same type of query as
pekko.persistence.query.scaladsl.EventsByPersistenceIdQuery#eventsByPersistenceIdbut the event stream is completed immediately when it reaches the end of the "result set". - currentEventsByPersistenceId(String, long, long) - Method in class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal
- currentEventsByPersistenceId(String, long, long) - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- currentEventsByPersistenceId$default$2() - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.
- currentEventsByPersistenceId$default$2() - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- currentEventsByPersistenceId$default$3() - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.
- currentEventsByPersistenceId$default$3() - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- CurrentEventsByPersistenceIdQuery - Interface in org.apache.pekko.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- CurrentEventsByPersistenceIdQuery - Interface in org.apache.pekko.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- CurrentEventsBySliceQuery - Interface in org.apache.pekko.persistence.query.typed.javadsl
-
A plugin may optionally support this query by implementing this trait.
- CurrentEventsBySliceQuery - Interface in org.apache.pekko.persistence.query.typed.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- currentEventsBySlices(String, int, int, Offset) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.CurrentEventsBySliceQuery
-
Same type of query as
pekko.persistence.query.typed.javadsl.EventsBySliceQuery.eventsBySlicesbut the event stream is completed immediately when it reaches the end of the "result set". - currentEventsBySlices(String, int, int, Offset) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.CurrentEventsBySliceQuery
-
Same type of query as
pekko.persistence.query.typed.scaladsl.EventsBySliceQuery.eventsBySlicesbut the event stream is completed immediately when it reaches the end of the "result set". - currentEventsBySlices(String, int, int, Offset) - Method in class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal
- currentEventsBySlices(String, int, int, Offset) - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- currentEventsByTag(String, Offset) - Method in interface org.apache.pekko.persistence.query.javadsl.CurrentEventsByTagQuery
-
Same type of query as
pekko.persistence.query.javadsl.EventsByTagQuery#eventsByTagbut the event stream is completed immediately when it reaches the end of the "result set". - currentEventsByTag(String, Offset) - Method in class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
Deprecated.Same type of query as
LeveldbReadJournal.eventsByTag(java.lang.String, org.apache.pekko.persistence.query.Offset)but the event stream is completed immediately when it reaches the end of the "result set". - currentEventsByTag(String, Offset) - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.Same type of query as
LeveldbReadJournal.eventsByTag(java.lang.String, org.apache.pekko.persistence.query.Offset)but the event stream is completed immediately when it reaches the end of the "result set". - currentEventsByTag(String, Offset) - Method in interface org.apache.pekko.persistence.query.scaladsl.CurrentEventsByTagQuery
-
Same type of query as
pekko.persistence.query.scaladsl.EventsByTagQuery#eventsByTagbut the event stream is completed immediately when it reaches the end of the "result set". - currentEventsByTag(String, Offset) - Method in class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal
- currentEventsByTag(String, Offset) - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- currentEventsByTag$default$2() - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.
- currentEventsByTag$default$2() - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- CurrentEventsByTagQuery - Interface in org.apache.pekko.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- CurrentEventsByTagQuery - Interface in org.apache.pekko.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- CurrentInternalStats$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.CurrentInternalStats$
- currentOriginUids() - Method in interface org.apache.pekko.remote.artery.compress.InboundCompressions
- currentOriginUids() - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- currentOriginUids() - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- currentPersistenceIds() - Method in interface org.apache.pekko.persistence.query.javadsl.CurrentPersistenceIdsQuery
-
Same type of query as
PersistenceIdsQuery.persistenceIds()but the stream is completed immediately when it reaches the end of the "result set". - currentPersistenceIds() - Method in class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
Deprecated.Same type of query as
LeveldbReadJournal.persistenceIds()but the stream is completed immediately when it reaches the end of the "result set". - currentPersistenceIds() - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.Same type of query as
LeveldbReadJournal.persistenceIds()but the stream is completed immediately when it reaches the end of the "result set". - currentPersistenceIds() - Method in interface org.apache.pekko.persistence.query.scaladsl.CurrentPersistenceIdsQuery
-
Same type of query as
PersistenceIdsQuery.persistenceIds()but the stream is completed immediately when it reaches the end of the "result set". - currentPersistenceIds(Optional<String>, long) - Method in interface org.apache.pekko.persistence.query.javadsl.DurableStateStorePagedPersistenceIdsQuery
-
Get the current persistence ids.
- currentPersistenceIds(Optional<String>, long) - Method in interface org.apache.pekko.persistence.query.javadsl.PagedPersistenceIdsQuery
-
Get the current persistence ids.
- currentPersistenceIds(Optional<String>, long) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- currentPersistenceIds(Option<String>, long) - Method in interface org.apache.pekko.persistence.query.scaladsl.DurableStateStorePagedPersistenceIdsQuery
-
Get the current persistence ids.
- currentPersistenceIds(Option<String>, long) - Method in interface org.apache.pekko.persistence.query.scaladsl.PagedPersistenceIdsQuery
-
Get the current persistence ids.
- currentPersistenceIds(Option<String>, long) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- currentPersistenceIds(Option<String>, long) - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
-
Get the current persistence ids.
- currentPersistenceIds(Option<String>, long) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- CurrentPersistenceIdsQuery - Interface in org.apache.pekko.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- CurrentPersistenceIdsQuery - Interface in org.apache.pekko.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- currentPid() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- currentPid_$eq(String) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- currentPolicy() - Method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- currentPolicy() - Method in interface org.apache.pekko.persistence.testkit.internal.PolicyOps
- currentRef() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- currentRef_$eq(ActorRef) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- currentSeqNr() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- currentSeqNr() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- CURRENTSEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- currentState() - Method in class org.apache.pekko.actor.FSM.StopEvent
- currentState() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- CurrentState(ActorRef, S) - Constructor for class org.apache.pekko.actor.FSM.CurrentState
- CurrentState(ActorRef, S, Option<FiniteDuration>) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- currentState_$eq(FSM.State<S, D>) - Method in interface org.apache.pekko.actor.FSM
- currentState_$eq(Eventsourced.State) - Method in interface org.apache.pekko.persistence.Eventsourced
- currentState_$eq(PersistentFSM.State<S, D, E>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- CurrentState$() - Constructor for class org.apache.pekko.actor.FSM.CurrentState$
- CurrentState$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState$
-
Deprecated.
- currentStateTimeout_$eq(Option<FiniteDuration>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.
- currentSystem() - Method in interface org.apache.pekko.serialization.jackson.ActorSystemAccess
- currentSystem() - Static method in class org.apache.pekko.serialization.JavaSerializer
-
This holds a reference to the current ActorSystem (the surrounding context) during serialization and deserialization.
- currentSystem() - Method in class org.apache.pekko.serialization.JavaSerializer$
-
This holds a reference to the current ActorSystem (the surrounding context) during serialization and deserialization.
- CurrentSystem() - Constructor for class org.apache.pekko.serialization.JavaSerializer.CurrentSystem
- currentTime() - Method in class org.apache.pekko.util.NanoTimeTokenBucket
- CurrentTime - Class in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- CurrentTime() - Constructor for class org.apache.pekko.persistence.testkit.internal.CurrentTime
- CurrentTime$ - Class in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- CurrentTime$() - Constructor for class org.apache.pekko.persistence.testkit.internal.CurrentTime$
- currentTimeMillis() - Method in interface org.apache.pekko.persistence.typed.javadsl.ReplicationContext
- currentTimeMillis() - Method in interface org.apache.pekko.persistence.typed.scaladsl.ReplicationContext
- currentTimeMillis() - Method in interface org.apache.pekko.util.WallClock
- currentTimeMillisToUTCString(long) - Static method in class org.apache.pekko.util.Helpers
-
Converts a "currentTimeMillis"-obtained timestamp accordingly:
- currentTimeMillisToUTCString(long) - Method in class org.apache.pekko.util.Helpers$
-
Converts a "currentTimeMillis"-obtained timestamp accordingly:
- currentTimeMs() - Method in class org.apache.pekko.testkit.ExplicitlyTriggeredScheduler
-
The scheduler need to expose its internal time for testing.
- CurrentTopics(Set<String>) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- CurrentTopics$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics$
- currentVersion() - Method in class org.apache.pekko.serialization.jackson.JacksonMigration
-
Define current version, that is, the value used when serializing new data.
- currentVersion(String) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- custom(Function1<LoggingEvent, Object>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Create a custom event filter.
- custom(Function1<LoggingEvent, Object>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Create a custom event filter.
- custom(Function1<LoggingEvent, Object>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Create a custom event filter.
- custom(PartialFunction<Logging.LogEvent, Object>, int) - Static method in class org.apache.pekko.testkit.EventFilter
-
Create a custom event filter.
- custom(PartialFunction<Logging.LogEvent, Object>, int) - Method in class org.apache.pekko.testkit.EventFilter$
-
Create a custom event filter.
- Custom(String) - Constructor for class org.apache.pekko.actor.ProviderSelection.Custom
- Custom$() - Constructor for class org.apache.pekko.actor.ProviderSelection.Custom$
- custom$default$2() - Static method in class org.apache.pekko.testkit.EventFilter
- custom$default$2() - Method in class org.apache.pekko.testkit.EventFilter$
- customConfig() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- customConfig_$eq(Config) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- CustomEventFilter - Class in org.apache.pekko.testkit
-
Custom event filter when the others do not fit the bill.
- CustomEventFilter(PartialFunction<Logging.LogEvent, Object>, int) - Constructor for class org.apache.pekko.testkit.CustomEventFilter
- CustomEventFilter$ - Class in org.apache.pekko.testkit
- CustomEventFilter$() - Constructor for class org.apache.pekko.testkit.CustomEventFilter$
- CustomRouterConfig - Class in org.apache.pekko.routing
- CustomRouterConfig() - Constructor for class org.apache.pekko.routing.CustomRouterConfig
- cycle(Creator<Iterator<O>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Helper to create 'cycled'
Sourcefrom iterator provider. - cycle(Creator<Iterator<O>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Helper to create 'cycled'
Sourcefrom iterator provider. - cycle(Function0<Iterator<T>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Creates
Sourcethat will continually produce given elements in specified order. - cycle(Function0<Iterator<T>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Creates
Sourcethat will continually produce given elements in specified order.
D
- d() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- daemonic() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- Daemonicity() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- DaemonMsg - Interface in org.apache.pekko.remote
-
INTERNAL API
- DaemonMsgCreate$ - Class in org.apache.pekko.remote
- DaemonMsgCreate$() - Constructor for class org.apache.pekko.remote.DaemonMsgCreate$
- data() - Method in class org.apache.pekko.cluster.ddata.DurableStore.DurableDataEnvelope
- data() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- data() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- data() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- data() - Method in class org.apache.pekko.io.dns.UnknownRecord
- data() - Method in class org.apache.pekko.io.Tcp.Received
- data() - Method in class org.apache.pekko.io.Tcp.Write
- data() - Method in class org.apache.pekko.io.Udp.Received
- data() - Method in class org.apache.pekko.io.UdpConnected.Received
- data() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- data() - Method in class org.apache.pekko.persistence.serialization.Snapshot
- DATA_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- DATA_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- DATA_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- DATA_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- DATA_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- DATA_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- DATA_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- dataCenter() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- dataCenter() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- dataCenter() - Method in class org.apache.pekko.cluster.Member
- dataCenter() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- dataCenter() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
- dataCenter() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
- dataCenter() - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.EntityRef
-
The specified datacenter of the incarnation of the particular entity referenced by this EntityRef, if a datacenter was specified.
- dataCenter() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- dataCenter() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- DataDeleted(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- DataDeleted(Key<A>, Option<Object>) - Constructor for exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- DataDeleted$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.DataDeleted$
- DataDeleted$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted$
- DataDeleted$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.DataDeleted$
- dataEntries() - Method in class org.apache.pekko.cluster.ddata.Replicator
- dataEntries_$eq(Map<String, Tuple2<org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, ByteString>>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- dataEnvelope() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- DataEnvelope(ReplicatedData, Map<UniqueAddress, PruningState>, VersionVector) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- DataEnvelope$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
- DataEnvelopeManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- DatagramChannelCreator() - Constructor for class org.apache.pekko.io.Inet.DatagramChannelCreator
- DatagramChannelCreator$() - Constructor for class org.apache.pekko.io.Inet.DatagramChannelCreator$
- dataValue() - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
-
The data value.
- dataValue() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
-
The data value.
- dataValue() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
-
The data value.
- dataValue() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
-
The data value.
- DAYS - org.apache.pekko.remote.WireFormats.TimeUnit
-
DAYS = 7; - DAYS_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
DAYS = 7; - dbPut(<any>, String, DurableStore.DurableDataEnvelope) - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- DDataRememberEntitiesCoordinatorStore$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- DDataRememberEntitiesCoordinatorStore$() - Constructor for class org.apache.pekko.cluster.sharding.internal.DDataRememberEntitiesCoordinatorStore$
- DDataRememberEntitiesShardStore$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- DDataRememberEntitiesShardStore$() - Constructor for class org.apache.pekko.cluster.sharding.internal.DDataRememberEntitiesShardStore$
- DDataShardCoordinator$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- DDataShardCoordinator$() - Constructor for class org.apache.pekko.cluster.sharding.DDataShardCoordinator$
- dead() - Method in exception org.apache.pekko.actor.DeathPactException
- deadLetter(String) - Static method in class org.apache.pekko.actor.ActorLogMarker
-
Marker "pekkoDeadLetter" of log event for dead letter messages.
- deadLetter(String) - Method in class org.apache.pekko.actor.ActorLogMarker$
-
Marker "pekkoDeadLetter" of log event for dead letter messages.
- DeadLetter - Class in org.apache.pekko.actor
-
When a message is sent to an Actor that is terminated before receiving the message, it will be sent as a DeadLetter to the ActorSystem's EventStream.
- DeadLetter(Object, ActorRef, ActorRef) - Constructor for class org.apache.pekko.actor.DeadLetter
- DeadLetter$ - Class in org.apache.pekko.actor
- DeadLetter$() - Constructor for class org.apache.pekko.actor.DeadLetter$
- DeadLetterActorRef$ - Class in org.apache.pekko.actor
- DeadLetterActorRef$() - Constructor for class org.apache.pekko.actor.DeadLetterActorRef$
- DeadLetterListener - Class in org.apache.pekko.event
- DeadLetterListener() - Constructor for class org.apache.pekko.event.DeadLetterListener
- deadLetterMessageHandler(ActorSystem) - Method in class org.apache.pekko.actor.FunctionRef$
- deadLetters() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Dead letter destination for this provider.
- deadLetters() - Method in class org.apache.pekko.actor.ActorSystem
-
Actor reference where messages are re-routed to which were addressed to stopped or non-existing actors.
- deadLetters() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Filter for the logging of dead letters.
- deadLetters() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Filter for the logging of dead letters.
- deadLetters() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Filter for the logging of dead letters.
- deadLetters() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
The deadLetter address is a destination that will accept (and discard) every message sent to it.
- DeadLettersCode() - Method in class org.apache.pekko.remote.artery.HeaderBuilder$
- DeadLettersFilter - Class in org.apache.pekko.testkit
- DeadLettersFilter(Class<?>, int) - Constructor for class org.apache.pekko.testkit.DeadLettersFilter
- DeadLettersFilter$ - Class in org.apache.pekko.testkit
- DeadLettersFilter$() - Constructor for class org.apache.pekko.testkit.DeadLettersFilter$
- DeadLetterSuppression - Interface in org.apache.pekko.actor
-
Use with caution: Messages extending this trait will not be logged by the default dead-letters listener.
- DeadlineFailureDetector - Class in org.apache.pekko.remote
-
Implementation of failure detector using an absolute timeout of missing heartbeats to trigger unavailability.
- DeadlineFailureDetector(Config, EventStream) - Constructor for class org.apache.pekko.remote.DeadlineFailureDetector
-
Constructor that reads parameters from config.
- DeadlineFailureDetector(FiniteDuration, FiniteDuration, FailureDetector.Clock) - Constructor for class org.apache.pekko.remote.DeadlineFailureDetector
- Deafen - Class in org.apache.pekko.routing
- Deafen(ActorRef) - Constructor for class org.apache.pekko.routing.Deafen
- Deafen$ - Class in org.apache.pekko.routing
- Deafen$() - Constructor for class org.apache.pekko.routing.Deafen$
- DeathPactException - Exception in org.apache.pekko.actor
-
A DeathPactException is thrown by an Actor that receives a Terminated(someActor) message that it doesn't handle itself, effectively crashing the Actor and escalating to the supervisor.
- DeathPactException - Exception in org.apache.pekko.actor.typed
-
Exception that an actor fails with if it does not handle a Terminated message.
- DeathPactException(ActorRef<Nothing$>) - Constructor for exception org.apache.pekko.actor.typed.DeathPactException
- DeathPactException$ - Class in org.apache.pekko.actor
- DeathPactException$ - Class in org.apache.pekko.actor.typed
- DeathPactException$() - Constructor for class org.apache.pekko.actor.DeathPactException$
- DeathPactException$() - Constructor for class org.apache.pekko.actor.typed.DeathPactException$
- DeathWatch - Interface in org.apache.pekko.actor.dungeon
- DEATHWATCH_NOTIFICATION - org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
DEATHWATCH_NOTIFICATION = 9; - DEATHWATCH_NOTIFICATION_VALUE - Static variable in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
DEATHWATCH_NOTIFICATION = 9; - DeathWatchNotification$ - Class in org.apache.pekko.actor.typed.internal
- DeathWatchNotification$ - Class in org.apache.pekko.dispatch.sysmsg
- DeathWatchNotification$() - Constructor for class org.apache.pekko.actor.typed.internal.DeathWatchNotification$
- DeathWatchNotification$() - Constructor for class org.apache.pekko.dispatch.sysmsg.DeathWatchNotification$
- debug() - Method in class org.apache.pekko.dispatch.Mailbox$
- debug() - Static method in class org.apache.pekko.dispatch.MessageDispatcher
- debug() - Method in class org.apache.pekko.dispatch.MessageDispatcher$
- debug(String) - Method in class com.typesafe.sslconfig.pekko.util.PekkoLoggerBridge
- debug(String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Create a filter for DEBUG level events with a log message that contains the given
messageIncludes. - debug(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Create a filter for DEBUG level events with a log message that contains the given
messageIncludes. - debug(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Create a filter for DEBUG level events with a log message that contains the given
messageIncludes. - debug(String) - Method in interface org.apache.pekko.event.LoggingAdapter
- debug(String) - Static method in class org.apache.pekko.event.NoLogging
- debug(String, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- debug(String, Object) - Static method in class org.apache.pekko.event.NoLogging
- debug(String, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- debug(String, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- debug(String, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- debug(String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- debug(String, Object, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- debug(String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- debug(String, String, String, String, int) - Static method in class org.apache.pekko.testkit.EventFilter
-
Create a filter for Debug events.
- debug(String, String, String, String, int) - Method in class org.apache.pekko.testkit.EventFilter$
-
Create a filter for Debug events.
- debug(Logging.Debug) - Method in interface org.apache.pekko.event.Logging.StdOutLogger
- debug(LogMarker, String) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Log message at debug level.
- debug(LogMarker, String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- debug(LogMarker, String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- debug(LogMarker, String, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 1 replacement argument.
- debug(LogMarker, String, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- debug(LogMarker, String, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- debug(LogMarker, String, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 2 replacement arguments.
- debug(LogMarker, String, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- debug(LogMarker, String, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- debug(LogMarker, String, Object, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 3 replacement arguments.
- debug(LogMarker, String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- debug(LogMarker, String, Object, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- debug(LogMarker, String, Object, Object, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 4 replacement arguments.
- debug(LogMarker, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- debug(LogMarker, String, Object, Object, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- Debug(String, Class<?>, Object) - Constructor for class org.apache.pekko.event.Logging.Debug
- Debug() - Method in class org.apache.pekko.cluster.ClusterSettings
-
Accessor for nested Scala object
- Debug() - Method in class org.apache.pekko.stream.Attributes.LogLevels$
-
Use to enable logging at DEBUG level for certain operations when configuring
Attributes.logLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - Debug$() - Constructor for class org.apache.pekko.cluster.ClusterSettings.Debug$
- Debug$() - Constructor for class org.apache.pekko.event.Logging.Debug$
- debug$default$1() - Static method in class org.apache.pekko.testkit.EventFilter
- debug$default$1() - Method in class org.apache.pekko.testkit.EventFilter$
- debug$default$2() - Static method in class org.apache.pekko.testkit.EventFilter
- debug$default$2() - Method in class org.apache.pekko.testkit.EventFilter$
- debug$default$3() - Static method in class org.apache.pekko.testkit.EventFilter
- debug$default$3() - Method in class org.apache.pekko.testkit.EventFilter$
- debug$default$4() - Static method in class org.apache.pekko.testkit.EventFilter
- debug$default$4() - Method in class org.apache.pekko.testkit.EventFilter$
- debug$default$5() - Static method in class org.apache.pekko.testkit.EventFilter
- debug$default$5() - Method in class org.apache.pekko.testkit.EventFilter$
- Debug2(String, Class<?>, Object, Map<String, Object>) - Constructor for class org.apache.pekko.event.Logging.Debug2
- Debug3(String, Class<?>, Object, Map<String, Object>, LogMarker) - Constructor for class org.apache.pekko.event.Logging.Debug3
- DebugAutoReceive() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- debugConfig(boolean) - Method in class org.apache.pekko.remote.testkit.MultiNodeConfig
-
Include for verbose debug logging
- debugEvent() - Method in interface org.apache.pekko.actor.FSM
- debugEvent() - Method in interface org.apache.pekko.actor.LoggingFSM
- debugEvent() - Method in interface org.apache.pekko.persistence.fsm.LoggingPersistentFSM
-
Deprecated.
- debugEvent() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- DebugEventStream() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- DebugFilter - Class in org.apache.pekko.testkit
-
Filter which matches Debug events, if they satisfy the given criteria:
source, if given, applies a filter on the event’s originmessageapplies a filter on the event’s message (either with String.startsWith or Regex.findFirstIn().isDefined) If you want to match all Debug events, the most efficient is to useLeft(""). - DebugFilter(String, String, boolean, boolean, int) - Constructor for class org.apache.pekko.testkit.DebugFilter
-
Java API: create a DebugFilter
- DebugFilter(Option<String>, Either<String, Regex>, boolean, int) - Constructor for class org.apache.pekko.testkit.DebugFilter
- DebugFilter$ - Class in org.apache.pekko.testkit
- DebugFilter$() - Constructor for class org.apache.pekko.testkit.DebugFilter$
- DebugLevel() - Static method in class org.apache.pekko.event.Logging
- DebugLevel() - Method in class org.apache.pekko.event.Logging$
- DebugLifecycle() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- debugLogging() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.DebugLogging' to read the concrete setting value. Since Akka 2.6.0.
- debugLogging(boolean) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Enables additional low level troubleshooting logging at DEBUG log level
- debugLogging(boolean) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Enables additional low level troubleshooting logging at DEBUG log level
- DebugLogging(boolean) - Constructor for class org.apache.pekko.stream.ActorAttributes.DebugLogging
- DebugLogging$() - Constructor for class org.apache.pekko.stream.ActorAttributes.DebugLogging$
- DebugRouterMisconfiguration() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- debugString(long[][], int, int, int, long) - Static method in class org.apache.pekko.util.FrequencySketchUtil
-
Create a pretty table with all the frequency sketch counters for debugging (smaller) sketches.
- debugString(long[][], int, int, int, long) - Method in class org.apache.pekko.util.FrequencySketchUtil$
-
Create a pretty table with all the frequency sketch counters for debugging (smaller) sketches.
- DebugUnhandledMessage() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- decided() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- decided() - Method in class org.apache.pekko.persistence.PluginSpec
- decider() - Method in class org.apache.pekko.actor.AllForOneStrategy
- decider() - Method in class org.apache.pekko.actor.OneForOneStrategy
- decider() - Method in class org.apache.pekko.actor.SupervisorStrategy
-
Returns the Decider that is associated with this SupervisorStrategy.
- decider() - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- DeciderBuilder - Class in org.apache.pekko.japi.pf
-
Used for building a partial function for
Actor.supervisorStrategy(). - decode(String) - Static method in class org.apache.pekko.pki.pem.PEMDecoder
-
Decodes a PEM String into an identifier and the DER bytes of the content.
- decode(String) - Method in class org.apache.pekko.pki.pem.PEMDecoder$
-
Decodes a PEM String into an identifier and the DER bytes of the content.
- decodeBase64() - Method in class org.apache.pekko.util.ByteString.ByteString1
- decodeBase64() - Method in class org.apache.pekko.util.ByteString.ByteString1C
- decodeBase64() - Method in class org.apache.pekko.util.ByteString.ByteStrings
- decodeBase64() - Method in class org.apache.pekko.util.ByteString
- decodeLength(ByteString) - Method in class org.apache.pekko.io.dns.internal.TcpDnsClient$
- decodeMessage(ByteString, org.apache.pekko.remote.RemoteActorRefProvider, Address) - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
- decodeMessage(ByteString, org.apache.pekko.remote.RemoteActorRefProvider, Address) - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- decodeMessage(ByteString, org.apache.pekko.remote.RemoteActorRefProvider, Address) - Method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- decodePdu(ByteString) - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
-
Returns an
pekko.remote.transport.PekkoPduCodec.PekkoPduinstance that represents the PDU contained in the raw ByteString. - decodePdu(ByteString) - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- decodePdu(ByteString) - Method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- Decoder$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- Decoder$() - Constructor for class org.apache.pekko.remote.artery.Decoder$
- decodeString(String) - Method in class org.apache.pekko.util.ByteString.ByteString1
- decodeString(String) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- decodeString(String) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- decodeString(String) - Method in class org.apache.pekko.util.ByteString
-
Decodes this ByteString using a charset to produce a String.
- decodeString(Charset) - Method in class org.apache.pekko.util.ByteString.ByteString1
- decodeString(Charset) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- decodeString(Charset) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- decodeString(Charset) - Method in class org.apache.pekko.util.ByteString
-
Decodes this ByteString using a charset to produce a String.
- decompress(byte[]) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- decompress(byte[]) - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- decompress(byte[]) - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- decompressActorRef(long, byte, int) - Method in interface org.apache.pekko.remote.artery.compress.InboundCompressions
- decompressActorRef(long, byte, int) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- decompressActorRef(long, byte, int) - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- decompressClassManifest(long, byte, int) - Method in interface org.apache.pekko.remote.artery.compress.InboundCompressions
- decompressClassManifest(long, byte, int) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- decompressClassManifest(long, byte, int) - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- DecompressionTable$ - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- DecompressionTable$() - Constructor for class org.apache.pekko.remote.artery.compress.DecompressionTable$
- decrement(long, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Decrement the counter with the delta
nspecified. - decrement(A, long, Cluster) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Deprecated.Use `decrement` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- decrement(Cluster, long) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Deprecated.Use `decrement` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- decrement(Cluster, A, long) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Deprecated.Use `decrement` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- decrement(Cluster, BigInteger) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Deprecated.Use `decrement` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- decrement(Cluster, BigInt) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Deprecated.Use `decrement` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- decrement(SelfUniqueAddress, long) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Decrement the counter with the delta
nspecified. - decrement(SelfUniqueAddress, A, long) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Decrement the counter with the delta specified.
- decrement(SelfUniqueAddress, BigInteger) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Java API: Decrement the counter with the delta
nspecified. - decrement(SelfUniqueAddress, BigInt) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Scala API: Decrement the counter with the delta
nspecified. - decrement(BigInt, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Decrement the counter with the delta
nspecified. - decrement$default$2() - Method in class org.apache.pekko.cluster.ddata.PNCounter
- decrement$default$2() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Decrement the counter with the delta specified.
- decrementBy(A, long, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Decrement the counter with the delta specified.
- decrementBy$default$2() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- DECREMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- deepCopy() - Method in class org.apache.pekko.stream.AmorphousShape
- deepCopy() - Method in class org.apache.pekko.stream.BidiShape
- deepCopy() - Static method in class org.apache.pekko.stream.ClosedShape
- deepCopy() - Method in class org.apache.pekko.stream.ClosedShape$
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape10
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape11
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape12
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape13
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape14
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape15
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape16
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape17
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape18
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape19
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape1N
-
Deprecated.
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape2
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape20
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape21
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape22
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape3
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape4
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape5
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape6
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape7
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape8
- deepCopy() - Method in class org.apache.pekko.stream.FanInShape9
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape10
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape11
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape12
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape13
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape14
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape15
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape16
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape17
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape18
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape19
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape2
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape20
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape21
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape22
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape3
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape4
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape5
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape6
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape7
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape8
- deepCopy() - Method in class org.apache.pekko.stream.FanOutShape9
- deepCopy() - Method in class org.apache.pekko.stream.FlowShape
- deepCopy() - Method in class org.apache.pekko.stream.scaladsl.MergePreferred.MergePreferredShape
- deepCopy() - Method in class org.apache.pekko.stream.Shape
-
Create a copy of this Shape object, returning the same type as the original; this constraint can unfortunately not be expressed in the type system.
- deepCopy() - Method in class org.apache.pekko.stream.SinkShape
- deepCopy() - Method in class org.apache.pekko.stream.SourceShape
- deepCopy() - Method in class org.apache.pekko.stream.UniformFanInShape
- deepCopy() - Method in class org.apache.pekko.stream.UniformFanOutShape
- Default() - Method in class org.apache.pekko.stream.Attributes.NestedMaterializationCancellationPolicy$
-
Default
Attributes.NestedMaterializationCancellationPolicy, please see {@link pekko.stream.Attributes.NestedMaterializationCancellationPolicy.EagerCancellation()} for details. - DefaultActorSystemShutdownTimeout() - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Dilated with `TestTimeFactor`.
- defaultAddress(ActorSystem) - Static method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- defaultAddress(ActorSystem) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic$
- defaultAllowCoreThreadTimeout() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- defaultAllowCoreThreadTimeout() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- DefaultBlockingDispatcherId() - Static method in class org.apache.pekko.dispatch.Dispatchers
-
The id of a default dispatcher to use for operations known to be blocking.
- DefaultBlockingDispatcherId() - Method in class org.apache.pekko.dispatch.Dispatchers$
-
The id of a default dispatcher to use for operations known to be blocking.
- defaultClock() - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
-
The default
LWWRegister.Clockis using max value ofSystem.currentTimeMillis()andcurrentTimestamp + 1. - defaultClock() - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
-
The default
LWWRegister.Clockis using max value ofSystem.currentTimeMillis()andcurrentTimestamp + 1. - defaultClock() - Method in class org.apache.pekko.remote.FailureDetector$
- defaultCorePoolSize() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- defaultCorePoolSize() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- defaultCreator() - Static method in class org.apache.pekko.actor.Props
-
The defaultCreator, simply throws an UnsupportedOperationException when applied, which is used when creating a Props
- defaultCreator() - Method in class org.apache.pekko.actor.Props$
-
The defaultCreator, simply throws an UnsupportedOperationException when applied, which is used when creating a Props
- defaultDecider() - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
When supervisorStrategy is not specified for an actor this
Decideris used by default in the supervisor strategy. - defaultDecider() - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
When supervisorStrategy is not specified for an actor this
Decideris used by default in the supervisor strategy. - defaultDeploy() - Static method in class org.apache.pekko.actor.Props
-
The default Deploy instance which is used when creating a Props
- defaultDeploy() - Method in class org.apache.pekko.actor.Props$
-
The default Deploy instance which is used when creating a Props
- defaultDispatcher() - Static method in class org.apache.pekko.actor.typed.DispatcherSelector
-
Java API: Run the actor on the default
ActorSystemexecutor. - defaultDispatcher() - Method in class org.apache.pekko.actor.typed.DispatcherSelector$
-
Java API: Run the actor on the default
ActorSystemexecutor. - defaultDispatcherConfig() - Method in class org.apache.pekko.dispatch.Dispatchers
- defaultDispatcherId() - Static method in class org.apache.pekko.actor.TypedProps
- defaultDispatcherId() - Method in class org.apache.pekko.actor.TypedProps$
- DefaultDispatcherId() - Static method in class org.apache.pekko.actor.typed.Dispatchers
-
The id of the default dispatcher, also the full key of the configuration of the default dispatcher.
- DefaultDispatcherId() - Method in class org.apache.pekko.actor.typed.Dispatchers$
-
The id of the default dispatcher, also the full key of the configuration of the default dispatcher.
- DefaultDispatcherId() - Static method in class org.apache.pekko.dispatch.Dispatchers
-
The id of the default dispatcher, also the full key of the configuration of the default dispatcher.
- DefaultDispatcherId() - Method in class org.apache.pekko.dispatch.Dispatchers$
-
The id of the default dispatcher, also the full key of the configuration of the default dispatcher.
- DefaultDispatcherPrerequisites$ - Class in org.apache.pekko.dispatch
- DefaultDispatcherPrerequisites$() - Constructor for class org.apache.pekko.dispatch.DefaultDispatcherPrerequisites$
- defaultExecutionContext() - Method in class org.apache.pekko.actor.BootstrapSetup
- defaultExecutionContext() - Method in interface org.apache.pekko.dispatch.DispatcherPrerequisites
- DefaultExecutorServiceConfigurator - Class in org.apache.pekko.dispatch
- DefaultExecutorServiceConfigurator(Config, DispatcherPrerequisites, ExecutorServiceConfigurator) - Constructor for class org.apache.pekko.dispatch.DefaultExecutorServiceConfigurator
- DefaultFailureDetectorRegistry<A> - Class in org.apache.pekko.remote
-
A lock-less thread-safe implementation of
FailureDetectorRegistry. - DefaultFailureDetectorRegistry(Function0<FailureDetector>) - Constructor for class org.apache.pekko.remote.DefaultFailureDetectorRegistry
- defaultGlobalDispatcher() - Method in class org.apache.pekko.dispatch.Dispatchers
-
The one and only default dispatcher.
- defaultInternalStashOverflowStrategy() - Method in class org.apache.pekko.persistence.Persistence
- DefaultKeepAliveMillis() - Static method in class org.apache.pekko.dispatch.ForkJoinPoolConstants
- DefaultKeepAliveMillis() - Method in class org.apache.pekko.dispatch.ForkJoinPoolConstants$
- defaultLoader() - Static method in class org.apache.pekko.actor.TypedProps
- defaultLoader() - Method in class org.apache.pekko.actor.TypedProps$
- DefaultLogger() - Constructor for class org.apache.pekko.event.Logging.DefaultLogger
- DefaultLoggingFilter - Class in org.apache.pekko.event
- DefaultLoggingFilter(ActorSystem.Settings, EventStream) - Constructor for class org.apache.pekko.event.DefaultLoggingFilter
- DefaultLoggingFilter(Function0<Logging.LogLevel>) - Constructor for class org.apache.pekko.event.DefaultLoggingFilter
- defaultMailbox() - Static method in class org.apache.pekko.actor.typed.MailboxSelector
-
Java API: The default mailbox is SingleConsumerOnlyUnboundedMailbox
- defaultMailbox() - Method in class org.apache.pekko.actor.typed.MailboxSelector$
-
Java API: The default mailbox is SingleConsumerOnlyUnboundedMailbox
- DefaultMailboxId() - Method in class org.apache.pekko.dispatch.Mailboxes$
- DefaultMailboxSelector(Props) - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- DefaultMailboxSelector$() - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector$
- DefaultMajorityMinCap() - Static method in class org.apache.pekko.cluster.ddata.Replicator
- DefaultMajorityMinCap() - Method in class org.apache.pekko.cluster.ddata.Replicator$
- defaultMaxPoolSize() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- defaultMaxPoolSize() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- DefaultOptimalSizeExploringResizer - Class in org.apache.pekko.routing
-
This resizer resizes the pool to an optimal size that provides the most message throughput.
- DefaultOptimalSizeExploringResizer(int, int, double, Duration, int, double, double, Duration, double, double) - Constructor for class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- DefaultOptimalSizeExploringResizer$ - Class in org.apache.pekko.routing
- DefaultOptimalSizeExploringResizer$() - Constructor for class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- DefaultOSGiLogger - Class in org.apache.pekko.osgi
-
Logger for OSGi environment.
- DefaultOSGiLogger() - Constructor for class org.apache.pekko.osgi.DefaultOSGiLogger
- DefaultPolicy() - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- DefaultPolicy() - Method in interface org.apache.pekko.persistence.testkit.internal.PolicyOps
- DefaultPolicy() - Method in interface org.apache.pekko.persistence.testkit.SnapshotStorage
- defaultReceive() - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- DefaultRecovery - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- DefaultRecovery() - Constructor for class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- DefaultRecovery$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- DefaultRecovery$() - Constructor for class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
- defaultRejectionPolicy() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- defaultRejectionPolicy() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- DefaultResizer - Class in org.apache.pekko.routing
- DefaultResizer(int, int) - Constructor for class org.apache.pekko.routing.DefaultResizer
-
Java API constructor for default values except bounds.
- DefaultResizer(int, int, int, double, double, double, int) - Constructor for class org.apache.pekko.routing.DefaultResizer
- DefaultResizer$ - Class in org.apache.pekko.routing
- DefaultResizer$() - Constructor for class org.apache.pekko.routing.DefaultResizer$
- DefaultReturnTimeout() - Method in class org.apache.pekko.actor.TypedActorExtension
-
Default timeout for typed actor methods with non-void return type
- defaultRoutedProps() - Static method in class org.apache.pekko.actor.Props
-
The defaultRoutedProps is NoRouter which is used when creating a Props
- defaultRoutedProps() - Method in class org.apache.pekko.actor.Props$
-
The defaultRoutedProps is NoRouter which is used when creating a Props
- defaults() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$
- defaults() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$
- DefaultSeparator() - Static method in class org.apache.pekko.persistence.typed.PersistenceId
-
Default separator character used for concatenating a
typeHintwithentityIdto construct unique persistenceId. - DefaultSeparator() - Method in class org.apache.pekko.persistence.typed.PersistenceId$
-
Default separator character used for concatenating a
typeHintwithentityIdto construct unique persistenceId. - DefaultServiceKey<T> - Class in org.apache.pekko.actor.typed.internal.receptionist
-
This is the only actual concrete service key type
- DefaultServiceKey(String, String) - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- DefaultServiceKey$ - Class in org.apache.pekko.actor.typed.internal.receptionist
- DefaultServiceKey$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey$
- defaultShardAllocationStrategy(ClusterShardingSettings) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
The default
ShardAllocationStrategyis configured byleast-shard-allocation-strategyproperties. - defaultShardAllocationStrategy(ClusterShardingSettings) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding
-
The default
ShardAllocationStrategyis configured byleast-shard-allocation-strategyproperties. - defaultShardAllocationStrategy(ClusterShardingSettings) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding
-
The default
ShardAllocationStrategyis configured byleast-shard-allocation-strategyproperties. - DefaultSigarProvider - Class in org.apache.pekko.cluster.metrics
-
Provide sigar instance as
SigarProxywith configured location viaClusterMetricsSettings. - DefaultSigarProvider(ClusterMetricsSettings) - Constructor for class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- DefaultSigarProvider$ - Class in org.apache.pekko.cluster.metrics
- DefaultSigarProvider$() - Constructor for class org.apache.pekko.cluster.metrics.DefaultSigarProvider$
- defaultSSLConfigSettings(ActorSystem) - Static method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- defaultSSLConfigSettings(ActorSystem) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig$
-
Deprecated.
- DefaultSSLEngineConfigurator - Class in com.typesafe.sslconfig.pekko
-
Deprecated.Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- DefaultSSLEngineConfigurator(SSLConfigSettings, String[], String[]) - Constructor for class com.typesafe.sslconfig.pekko.DefaultSSLEngineConfigurator
-
Deprecated.
- DefaultState() - Method in class org.apache.pekko.actor.ActorCell$
- defaultStorage() - Method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- defaultStrategy() - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
When supervisorStrategy is not specified for an actor this is used by default.
- defaultStrategy() - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
When supervisorStrategy is not specified for an actor this is used by default.
- defaultSupervisorStrategy() - Method in class org.apache.pekko.routing.Pool$
- DefaultSupervisorStrategy - Class in org.apache.pekko.actor
- DefaultSupervisorStrategy() - Constructor for class org.apache.pekko.actor.DefaultSupervisorStrategy
- DefaultSystemMessageQueue - Interface in org.apache.pekko.dispatch
-
INTERNAL API
- defaultTimeout() - Static method in class org.apache.pekko.actor.TypedProps
- defaultTimeout() - Method in class org.apache.pekko.actor.TypedProps$
- defaultTimeout() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- defaultTimeout() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- DefaultTimeout - Interface in org.apache.pekko.testkit
- DefaultTimeout() - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Dilated with `TestTimeFactor`.
- DefaultTimeout() - Static method in class org.apache.pekko.testkit.TestBarrier
- DefaultTimeout() - Method in class org.apache.pekko.testkit.TestBarrier$
- DefaultTimeout() - Method in class org.apache.pekko.testkit.TestKitSettings
- DefaultTimeout() - Static method in class org.apache.pekko.testkit.TestLatch
- DefaultTimeout() - Method in class org.apache.pekko.testkit.TestLatch$
- DefaultVirtualNodesFactor() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- defer(A, Procedure<A>) - Method in interface org.apache.pekko.persistence.AbstractPersistentActorLike
-
Defer the handler execution until all pending handlers have been executed.
- defer(A, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.PersistentActor
-
Defer the handler execution until all pending handlers have been executed.
- deferAsync(A, Procedure<A>) - Method in interface org.apache.pekko.persistence.AbstractPersistentActorLike
-
Defer the handler execution until all pending handlers have been executed.
- deferAsync(A, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.PersistentActor
-
Defer the handler execution until all pending handlers have been executed.
- DeferredBehavior() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.DeferredBehavior
- DeferredBehavior() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorTags
- DeferredBehavior() - Method in class org.apache.pekko.actor.typed.internal.BehaviorTags$
- DeferredBehavior$() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.DeferredBehavior$
- defined() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- defined() - Method in class org.apache.pekko.persistence.PluginSpec
- defined(Number) - Static method in class org.apache.pekko.cluster.metrics.Metric
- defined(Number) - Method in interface org.apache.pekko.cluster.metrics.MetricNumericConverter
-
An defined value is neither negative nor NaN/Infinite: JMX system load average and max heap can be 'undefined' for certain OS, in which case a -1 is returned SIGAR combined CPU can occasionally return a NaN or Infinite (known bug)
- defined(T) - Method in interface org.apache.pekko.japi.pf.FI.TypedPredicate
-
The predicate to evaluate.
- defined(T, U) - Method in interface org.apache.pekko.japi.pf.FI.TypedPredicate2
-
The predicate to evaluate.
- deflate() - Static method in class org.apache.pekko.stream.javadsl.Compression
-
Creates a flow that deflate-compresses a stream of ByteString.
- deflate() - Method in class org.apache.pekko.stream.javadsl.Compression$
-
Creates a flow that deflate-compresses a stream of ByteString.
- deflate() - Static method in class org.apache.pekko.stream.scaladsl.Compression
-
Creates a flow that deflate-compresses a stream of ByteString.
- deflate() - Method in class org.apache.pekko.stream.scaladsl.Compression$
-
Creates a flow that deflate-compresses a stream of ByteString.
- deflate(int, boolean) - Static method in class org.apache.pekko.stream.javadsl.Compression
-
Same as
Compression.deflate()with configurable level and nowrap - deflate(int, boolean) - Method in class org.apache.pekko.stream.javadsl.Compression$
-
Same as
Compression$.deflate()with configurable level and nowrap - deflate(int, boolean) - Static method in class org.apache.pekko.stream.scaladsl.Compression
-
Same as
Compression.deflate()with configurable level and nowrap - deflate(int, boolean) - Method in class org.apache.pekko.stream.scaladsl.Compression$
-
Same as
Compression$.deflate()with configurable level and nowrap - delay() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- delay() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- delay() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- delay(Duration, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Shifts elements emission in time by a specified amount.
- delay(Duration, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Source
-
Shifts elements emission in time by a specified amount.
- delay(Duration, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Shifts elements emission in time by a specified amount.
- delay(Duration, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Shifts elements emission in time by a specified amount.
- delay(FiniteDuration, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- delay(FiniteDuration, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- delay(FiniteDuration, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- delay(FiniteDuration, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- delay(FiniteDuration, DelayOverflowStrategy) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Shifts elements emission in time by a specified amount.
- Delay(FiniteDuration) - Constructor for class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- Delay$() - Constructor for class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay$
- delay$default$2() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- DelayedMemberRemoved(Member) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- DelayedMemberRemoved$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved$
- DelayOverflowStrategy - Class in org.apache.pekko.stream
-
Represents a strategy that decides how to deal with a buffer of time based operator that is full but is about to receive a new element.
- DelayOverflowStrategy() - Constructor for class org.apache.pekko.stream.DelayOverflowStrategy
- DelayOverflowStrategy$ - Class in org.apache.pekko.stream
- DelayOverflowStrategy$() - Constructor for class org.apache.pekko.stream.DelayOverflowStrategy$
- DelayStrategy<T> - Interface in org.apache.pekko.stream.javadsl
-
Allows to manage delay and can be stateful to compute delay for any sequence of elements, all elements go through nextDelay() updating state and returning delay for each element
- DelayStrategy<T> - Interface in org.apache.pekko.stream.scaladsl
-
Allows to manage delay.
- DelayStrategy$ - Class in org.apache.pekko.stream.javadsl
- DelayStrategy$ - Class in org.apache.pekko.stream.scaladsl
- DelayStrategy$() - Constructor for class org.apache.pekko.stream.javadsl.DelayStrategy$
- DelayStrategy$() - Constructor for class org.apache.pekko.stream.scaladsl.DelayStrategy$
- delayWith(Supplier<DelayStrategy<Out>>, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Shifts elements emission in time by an amount individually determined through delay strategy a specified amount.
- delayWith(Supplier<DelayStrategy<Out>>, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Source
-
Shifts elements emission in time by an amount individually determined through delay strategy a specified amount.
- delayWith(Supplier<DelayStrategy<Out>>, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Shifts elements emission in time by an amount individually determined through delay strategy a specified amount.
- delayWith(Supplier<DelayStrategy<Out>>, DelayOverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Shifts elements emission in time by an amount individually determined through delay strategy a specified amount.
- delayWith(Function0<DelayStrategy<Out>>, DelayOverflowStrategy) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Shifts elements emission in time by an amount individually determined through delay strategy a specified amount.
- delegate(Behavior<T>, T) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- delegate(Behavior<T>, T) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Delegate message and signal's execution by given
pekko.actor.typed.BehaviorusingBehavior.interpretMessageorBehavior.interpretSignal - delegate(Behavior<T>, T) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Delegate message and signal's execution by given
pekko.actor.typed.BehaviorusingBehavior.interpretMessageorBehavior.interpretSignal - delete() - Method in class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
-
Delete the persisted state.
- delete(String) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- delete(String, long) - Method in interface org.apache.pekko.persistence.journal.inmem.InmemMessages
- delete(K, Function1<R, Object>) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
-
Deletes elements preserving highest sequence number.
- Delete(Key<A>, Replicator.WriteConsistency) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Delete
- Delete(Key<A>, Replicator.WriteConsistency, Optional<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Delete
- Delete(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.DeleteResponse<A>>) - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- Delete(Key<A>, Replicator.WriteConsistency, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Delete
- Delete(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.DeleteResponse<A>>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- Delete$ - Class in org.apache.pekko.persistence.typed.state.internal
- Delete$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Delete$
- Delete$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete$
- Delete$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete$
- Delete$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.Delete$
- deleteAsync(String, SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- deleteAsync(String, SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- deleteAsync(String, SnapshotSelectionCriteria) - Method in interface org.apache.pekko.persistence.snapshot.SnapshotStore
-
Plugin API: deletes all snapshots matching
criteria. - deleteAsync(String, SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- deleteAsync(SnapshotMetadata) - Method in class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- deleteAsync(SnapshotMetadata) - Method in class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- deleteAsync(SnapshotMetadata) - Method in interface org.apache.pekko.persistence.snapshot.SnapshotStore
-
Plugin API: deletes the snapshot identified by
metadata. - deleteAsync(SnapshotMetadata) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- deleted() - Method in interface org.apache.pekko.persistence.PersistentRepr
-
Not used, can always be
false. - Deleted(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Deleted
- Deleted(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- DELETED_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- Deleted$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Deleted$
- Deleted$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted$
- Deleted$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Deleted$
- DeletedData() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- DeletedData$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
- DeletedDigest() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$
- DeletedDurableState<A> - Class in org.apache.pekko.persistence.query
-
param: persistenceId The persistence id of the origin entity.
- DeletedDurableState(String, long, Offset, long) - Constructor for class org.apache.pekko.persistence.query.DeletedDurableState
- DeletedDurableState$ - Class in org.apache.pekko.persistence.query
- DeletedDurableState$() - Constructor for class org.apache.pekko.persistence.query.DeletedDurableState$
- DeletedEnvelope() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$
- deleteEvents() - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- DeleteEvents - Class in org.apache.pekko.persistence.testkit
-
Delete events in the journal up to
toSeqNumberoperation. - DeleteEvents(long) - Constructor for class org.apache.pekko.persistence.testkit.DeleteEvents
- DeleteEvents$ - Class in org.apache.pekko.persistence.testkit
- DeleteEvents$() - Constructor for class org.apache.pekko.persistence.testkit.DeleteEvents$
- DeleteEventsCompleted - Class in org.apache.pekko.persistence.typed
- DeleteEventsCompleted(long) - Constructor for class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- DeleteEventsCompleted$ - Class in org.apache.pekko.persistence.typed
- DeleteEventsCompleted$() - Constructor for class org.apache.pekko.persistence.typed.DeleteEventsCompleted$
- DeleteEventsFailed - Class in org.apache.pekko.persistence.typed
- DeleteEventsFailed(long, Throwable) - Constructor for class org.apache.pekko.persistence.typed.DeleteEventsFailed
- DeleteEventsFailed$ - Class in org.apache.pekko.persistence.typed
- DeleteEventsFailed$() - Constructor for class org.apache.pekko.persistence.typed.DeleteEventsFailed$
- DeleteFailure(Throwable) - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- DeleteFailure(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- DeleteFailure$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure$
- DeleteFailure$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.DeleteFailure$
- DeleteFailure$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure$
- deleteMessages(long) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Permanently deletes all persistent messages with sequence numbers less than or equal
toSequenceNr. - DeleteMessagesFailure - Class in org.apache.pekko.persistence
-
Reply message to a failed
JournalProtocol.DeleteMessagesTorequest. - DeleteMessagesFailure(Throwable, long) - Constructor for class org.apache.pekko.persistence.DeleteMessagesFailure
- DeleteMessagesFailure$ - Class in org.apache.pekko.persistence
- DeleteMessagesFailure$() - Constructor for class org.apache.pekko.persistence.DeleteMessagesFailure$
- DeleteMessagesSuccess - Class in org.apache.pekko.persistence
-
Reply message to a successful
JournalProtocol.DeleteMessagesTorequest. - DeleteMessagesSuccess(long) - Constructor for class org.apache.pekko.persistence.DeleteMessagesSuccess
- DeleteMessagesSuccess$ - Class in org.apache.pekko.persistence
- DeleteMessagesSuccess$() - Constructor for class org.apache.pekko.persistence.DeleteMessagesSuccess$
- DeleteMessagesTo(String, long) - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- DeleteMessagesTo(String, long, ActorRef) - Constructor for class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- DeleteMessagesTo$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo$
- DeleteMessagesTo$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo$
- deleteObject(String) - Method in interface org.apache.pekko.persistence.state.javadsl.DurableStateUpdateStore
-
Deprecated.Use the deleteObject overload with revision instead. Since Akka 2.6.20.
- deleteObject(String) - Method in interface org.apache.pekko.persistence.state.scaladsl.DurableStateUpdateStore
-
Deprecated.Use the deleteObject overload with revision instead. Since Akka 2.6.20.
- deleteObject(String) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- deleteObject(String) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- deleteObject(String, long) - Method in interface org.apache.pekko.persistence.state.javadsl.DurableStateUpdateStore
-
Delete the object with the given
persistenceIdandrevision. - deleteObject(String, long) - Method in interface org.apache.pekko.persistence.state.scaladsl.DurableStateUpdateStore
-
Delete the object with the given
persistenceIdandrevision. - deleteObject(String, long) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- deleteObject(String, long) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- deleteObsoletePruningPerformed() - Method in class org.apache.pekko.cluster.ddata.Replicator
- DeleteRevisionException - Exception in org.apache.pekko.persistence.state.exception
-
Exception thrown when Durable State revision cannot be deleted.
- DeleteRevisionException(String) - Constructor for exception org.apache.pekko.persistence.state.exception.DeleteRevisionException
- deleteSnapshot(long) - Method in interface org.apache.pekko.persistence.Snapshotter
-
Deletes the snapshot identified by
sequenceNr. - DeleteSnapshot - Class in org.apache.pekko.persistence.testkit
-
INTERNAL API
- DeleteSnapshot() - Constructor for class org.apache.pekko.persistence.testkit.DeleteSnapshot
- DeleteSnapshot(SnapshotMetadata) - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- DeleteSnapshot$() - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot$
- DeleteSnapshotByMeta - Class in org.apache.pekko.persistence.testkit
-
Delete particular snapshot from storage by its metadata.
- DeleteSnapshotByMeta(SnapshotMeta) - Constructor for class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- DeleteSnapshotByMeta$ - Class in org.apache.pekko.persistence.testkit
- DeleteSnapshotByMeta$() - Constructor for class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta$
- DeleteSnapshotFailure - Class in org.apache.pekko.persistence
-
Sent to a
PersistentActorafter failed deletion of a snapshot. - DeleteSnapshotFailure(SnapshotMetadata, Throwable) - Constructor for class org.apache.pekko.persistence.DeleteSnapshotFailure
- DeleteSnapshotFailure$ - Class in org.apache.pekko.persistence
- DeleteSnapshotFailure$() - Constructor for class org.apache.pekko.persistence.DeleteSnapshotFailure$
- deleteSnapshots(SnapshotSelectionCriteria) - Method in interface org.apache.pekko.persistence.Snapshotter
-
Deletes all snapshots matching
criteria. - DeleteSnapshots(String, SnapshotSelectionCriteria) - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- DeleteSnapshots$() - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots$
- DeleteSnapshotsByCriteria - Class in org.apache.pekko.persistence.testkit
-
Delete snapshots from storage by criteria.
- DeleteSnapshotsByCriteria(SnapshotSelectionCriteria) - Constructor for class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- DeleteSnapshotsByCriteria$ - Class in org.apache.pekko.persistence.testkit
- DeleteSnapshotsByCriteria$() - Constructor for class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria$
- DeleteSnapshotsCompleted - Class in org.apache.pekko.persistence.typed
- DeleteSnapshotsCompleted(DeletionTarget) - Constructor for class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- DeleteSnapshotsCompleted$ - Class in org.apache.pekko.persistence.typed
- DeleteSnapshotsCompleted$() - Constructor for class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted$
- DeleteSnapshotsFailed - Class in org.apache.pekko.persistence.typed
- DeleteSnapshotsFailed(DeletionTarget, Throwable) - Constructor for class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- DeleteSnapshotsFailed$ - Class in org.apache.pekko.persistence.typed
- DeleteSnapshotsFailed$() - Constructor for class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed$
- DeleteSnapshotsFailure - Class in org.apache.pekko.persistence
-
Sent to a
PersistentActorafter failed deletion of a range of snapshots. - DeleteSnapshotsFailure(SnapshotSelectionCriteria, Throwable) - Constructor for class org.apache.pekko.persistence.DeleteSnapshotsFailure
- DeleteSnapshotsFailure$ - Class in org.apache.pekko.persistence
- DeleteSnapshotsFailure$() - Constructor for class org.apache.pekko.persistence.DeleteSnapshotsFailure$
- DeleteSnapshotsSuccess - Class in org.apache.pekko.persistence
-
Sent to a
PersistentActorafter successful deletion of specified range of snapshots. - DeleteSnapshotsSuccess(SnapshotSelectionCriteria) - Constructor for class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- DeleteSnapshotsSuccess$ - Class in org.apache.pekko.persistence
- DeleteSnapshotsSuccess$() - Constructor for class org.apache.pekko.persistence.DeleteSnapshotsSuccess$
- DeleteSnapshotSuccess - Class in org.apache.pekko.persistence
-
Sent to a
PersistentActorafter successful deletion of a snapshot. - DeleteSnapshotSuccess(SnapshotMetadata) - Constructor for class org.apache.pekko.persistence.DeleteSnapshotSuccess
- DeleteSnapshotSuccess$ - Class in org.apache.pekko.persistence
- DeleteSnapshotSuccess$() - Constructor for class org.apache.pekko.persistence.DeleteSnapshotSuccess$
- DeleteSuccess(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- DeleteSuccess(Key<A>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- DeleteSuccess$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess$
- DeleteSuccess$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess$
- DeleteSuccess$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.DeleteSuccess$
- DeleteSuccess$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteSuccess$
- deleteToSeqNumber(K, long) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- deletionKey(int, long) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- DeletionTarget - Interface in org.apache.pekko.persistence.typed
-
Not for user extension
- DeletionTarget.Criteria - Class in org.apache.pekko.persistence.typed
- DeletionTarget.Criteria$ - Class in org.apache.pekko.persistence.typed
- DeletionTarget.Individual - Class in org.apache.pekko.persistence.typed
- DeletionTarget.Individual$ - Class in org.apache.pekko.persistence.typed
- DeletionTarget$ - Class in org.apache.pekko.persistence.typed
- DeletionTarget$() - Constructor for class org.apache.pekko.persistence.typed.DeletionTarget$
- delimiter(ByteString, int) - Static method in class org.apache.pekko.stream.javadsl.Framing
-
Creates a Flow that handles decoding a stream of unstructured byte chunks into a stream of frames where the incoming chunk stream uses a specific byte-sequence to mark frame boundaries.
- delimiter(ByteString, int) - Method in class org.apache.pekko.stream.javadsl.Framing$
-
Creates a Flow that handles decoding a stream of unstructured byte chunks into a stream of frames where the incoming chunk stream uses a specific byte-sequence to mark frame boundaries.
- delimiter(ByteString, int, boolean) - Static method in class org.apache.pekko.stream.scaladsl.Framing
-
Creates a Flow that handles decoding a stream of unstructured byte chunks into a stream of frames where the incoming chunk stream uses a specific byte-sequence to mark frame boundaries.
- delimiter(ByteString, int, boolean) - Method in class org.apache.pekko.stream.scaladsl.Framing$
-
Creates a Flow that handles decoding a stream of unstructured byte chunks into a stream of frames where the incoming chunk stream uses a specific byte-sequence to mark frame boundaries.
- delimiter(ByteString, int, FramingTruncation) - Static method in class org.apache.pekko.stream.javadsl.Framing
-
Creates a Flow that handles decoding a stream of unstructured byte chunks into a stream of frames where the incoming chunk stream uses a specific byte-sequence to mark frame boundaries.
- delimiter(ByteString, int, FramingTruncation) - Method in class org.apache.pekko.stream.javadsl.Framing$
-
Creates a Flow that handles decoding a stream of unstructured byte chunks into a stream of frames where the incoming chunk stream uses a specific byte-sequence to mark frame boundaries.
- delimiter$default$3() - Static method in class org.apache.pekko.stream.scaladsl.Framing
- delimiter$default$3() - Method in class org.apache.pekko.stream.scaladsl.Framing$
- deliver(ActorPath, Function<Long, Object>) - Method in class org.apache.pekko.persistence.AbstractPersistentActorWithAtLeastOnceDelivery
-
Java API: Send the message created by the
deliveryIdToMessagefunction to thedestinationactor. - deliver(ActorPath, Function1<Object, Object>) - Method in interface org.apache.pekko.persistence.AtLeastOnceDelivery
-
Scala API: Send the message created by the
deliveryIdToMessagefunction to thedestinationactor. - deliver(ActorSelection, Function<Long, Object>) - Method in class org.apache.pekko.persistence.AbstractPersistentActorWithAtLeastOnceDelivery
-
Java API: Send the message created by the
deliveryIdToMessagefunction to thedestinationactor. - deliver(ActorSelection, Function1<Object, Object>) - Method in interface org.apache.pekko.persistence.AtLeastOnceDelivery
-
Scala API: Send the message created by the
deliveryIdToMessagefunction to thedestinationactor. - deliverBuf(Outlet<T>) - Method in interface org.apache.pekko.persistence.query.journal.leveldb.Buffer
- deliverChanges() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- deliverNext() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- DeliverThenStop() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- DeliverThenStop$() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop$
- deliverTo() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- delivery() - Method in interface org.apache.pekko.actor.typed.internal.ActorFlightRecorder
- delivery() - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- delivery() - Method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
- Delivery(A, ActorRef<ConsumerController.Confirmed>, String, long) - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery
- Delivery(ActorPath, Object, long, int) - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- Delivery$() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery$
- Delivery$() - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery$
- deliveryClass() - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
-
Java API: The generic
Classtype forConsumerController.Deliverythat can be used when creating amessageAdapterforClass.> - deliveryClass() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
-
Java API: The generic
Classtype forConsumerController.Deliverythat can be used when creating amessageAdapterforClass.> - DeliveryFlightRecorder - Interface in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- deliveryId() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- DELIVERYID_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- deliverySequenceNr_$eq(long) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
- DeliverySerializable - Interface in org.apache.pekko.actor.typed.delivery.internal
-
INTERNAL API
- delta() - Method in class org.apache.pekko.cluster.ddata.AbstractDeltaReplicatedData
-
Delegates to
AbstractDeltaReplicatedData.deltaData(), which must be implemented by subclass. - delta() - Method in interface org.apache.pekko.cluster.ddata.DeltaReplicatedData
-
The accumulated delta of mutator operations since previous
DeltaReplicatedData.resetDelta(). - delta() - Method in class org.apache.pekko.cluster.ddata.GCounter
- delta() - Method in class org.apache.pekko.cluster.ddata.GSet
- delta() - Method in class org.apache.pekko.cluster.ddata.LWWMap
- delta() - Method in class org.apache.pekko.cluster.ddata.ORMap
- delta() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- delta() - Method in class org.apache.pekko.cluster.ddata.ORSet
- delta() - Method in class org.apache.pekko.cluster.ddata.PNCounter
- delta() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- delta() - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- Delta(org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, long, long) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- Delta(Iterable<org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket>) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- DELTA_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- Delta$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta$
- Delta$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta$
- deltaCount() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- DeltaCount() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- deltaCount_$eq(long) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- DeltaCount$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount$
- deltaCounter_$eq(Map<String, Object>) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- deltaCrdtEnabled() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- deltaData() - Method in class org.apache.pekko.cluster.ddata.AbstractDeltaReplicatedData
-
The accumulated delta of mutator operations since previous
DeltaReplicatedData.resetDelta(). - deltaEntries_$eq(Map<String, TreeMap<Object, ReplicatedData>>) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- deltaEntriesAfter(TreeMap<Object, ReplicatedData>, long) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- DeltaGroup$() - Constructor for class org.apache.pekko.cluster.ddata.ORMap.DeltaGroup$
- DeltaGroup$() - Constructor for class org.apache.pekko.cluster.ddata.ORSet.DeltaGroup$
- DeltaGroup$() - Constructor for class org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup$
- DeltaNack() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- DeltaNack$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack$
- DeltaNackManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- deltaNodeRoundRobinCounter_$eq(long) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- DeltaPropagation(UniqueAddress, boolean, Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.Delta>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- DeltaPropagation$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation$
- DeltaPropagationManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- deltaPropagationSelector() - Method in class org.apache.pekko.cluster.ddata.Replicator
- DeltaPropagationSelector - Interface in org.apache.pekko.cluster.ddata
-
INTERNAL API: Used by the Replicator actor.
- deltaPropagationTask() - Method in class org.apache.pekko.cluster.ddata.Replicator
- DeltaPropagationTick() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- DeltaPropagationTick$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick$
- DeltaReplicatedData - Interface in org.apache.pekko.cluster.ddata
-
ReplicatedDatawith additional support for delta-CRDT replication. - deltas() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- deltaSentToNode_$eq(Map<String, Map<UniqueAddress, Object>>) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- deltaSize() - Method in interface org.apache.pekko.cluster.ddata.ReplicatedDeltaSize
- deltaVersions() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- DELTAVERSIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- demandRedeliveryInterval() - Method in interface org.apache.pekko.stream.StreamRefSettings
-
Deprecated.Use attribute 'StreamRefAttributes.DemandRedeliveryInterval' to read the concrete setting value. Since Akka 2.6.0.
- demandRedeliveryInterval(Duration) - Static method in class org.apache.pekko.stream.StreamRefAttributes
-
Java API: If no new elements arrive within this timeout, demand is redelivered.
- demandRedeliveryInterval(Duration) - Method in class org.apache.pekko.stream.StreamRefAttributes$
-
Java API: If no new elements arrive within this timeout, demand is redelivered.
- demandRedeliveryInterval(FiniteDuration) - Static method in class org.apache.pekko.stream.StreamRefAttributes
-
Scala API: If no new elements arrive within this timeout, demand is redelivered.
- demandRedeliveryInterval(FiniteDuration) - Method in class org.apache.pekko.stream.StreamRefAttributes$
-
Scala API: If no new elements arrive within this timeout, demand is redelivered.
- DemandRedeliveryInterval(FiniteDuration) - Constructor for class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- DemandRedeliveryInterval$() - Constructor for class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval$
- deploy() - Method in class org.apache.pekko.actor.Props
- deploy() - Method in class org.apache.pekko.actor.TypedProps
- Deploy - Class in org.apache.pekko.actor
- Deploy(String, Config, RouterConfig, Scope, String, String) - Constructor for class org.apache.pekko.actor.Deploy
- Deploy(String, Config, RouterConfig, Scope, String, String, Set<String>) - Constructor for class org.apache.pekko.actor.Deploy
- Deploy(Scope) - Constructor for class org.apache.pekko.actor.Deploy
-
Java API to create a Deploy with the given Scope
- Deploy(RouterConfig) - Constructor for class org.apache.pekko.actor.Deploy
-
Java API to create a Deploy with the given RouterConfig
- Deploy(RouterConfig, Scope) - Constructor for class org.apache.pekko.actor.Deploy
-
Java API to create a Deploy with the given RouterConfig with Scope
- DEPLOY_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- DEPLOY_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PropsData
- Deploy$ - Class in org.apache.pekko.actor
- Deploy$() - Constructor for class org.apache.pekko.actor.Deploy$
- deployer() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
The Deployer associated with this ActorRefProvider
- deployOn(RoleName, String) - Method in class org.apache.pekko.remote.testkit.MultiNodeConfig
- deployOnAll(String) - Method in class org.apache.pekko.remote.testkit.MultiNodeConfig
- depth() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- depth() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- depth() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- DequeBasedMessageQueue - Interface in org.apache.pekko.dispatch
- DequeBasedMessageQueueSemantics - Interface in org.apache.pekko.dispatch
-
DequeBasedMessageQueue refines QueueBasedMessageQueue to be backed by a java.util.Deque.
- dequeue() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox.MessageQueue
- dequeue() - Method in interface org.apache.pekko.dispatch.BoundedDequeBasedMessageQueue
- dequeue() - Method in class org.apache.pekko.dispatch.BoundedNodeMessageQueue
- dequeue() - Method in interface org.apache.pekko.dispatch.BoundedQueueBasedMessageQueue
- dequeue() - Method in interface org.apache.pekko.dispatch.ControlAwareMessageQueueSemantics
- dequeue() - Method in interface org.apache.pekko.dispatch.MessageQueue
-
Try to dequeue the next message from this queue, return null failing that.
- dequeue() - Method in class org.apache.pekko.dispatch.NodeMessageQueue
- dequeue() - Method in interface org.apache.pekko.dispatch.UnboundedDequeBasedMessageQueue
- dequeue() - Method in interface org.apache.pekko.dispatch.UnboundedQueueBasedMessageQueue
- dequeue() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- DERData(String, byte[]) - Constructor for class org.apache.pekko.pki.pem.PEMDecoder.DERData
- deregister(ServiceKey<T>, ActorRef<T>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
-
Java API: A Deregister message without Ack that the service was unregistered
- deregister(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Java API: A Deregister message without Ack that the service was unregistered
- deregister(ServiceKey<T>, ActorRef<T>, ActorRef<Receptionist.Deregistered>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
-
Java API: A Deregister message with an actor that will get an ack that the service was unregistered
- deregister(ServiceKey<T>, ActorRef<T>, ActorRef<Receptionist.Deregistered>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Java API: A Deregister message with an actor that will get an ack that the service was unregistered
- Deregister$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister$
- Deregister$() - Constructor for class org.apache.pekko.actor.typed.receptionist.Receptionist.Deregister$
- deregisterAssociation(Tuple2<Address, Address>) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Removes an association.
- deregistered(ServiceKey<T>, ActorRef<T>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
-
Java API: Sent by the receptionist, available here for easier testing
- deregistered(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Java API: Sent by the receptionist, available here for easier testing
- Deregistered$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered$
- Deregistered$() - Constructor for class org.apache.pekko.actor.typed.receptionist.Receptionist.Deregistered$
- DERPrivateKeyLoader - Class in org.apache.pekko.pki.pem
- DERPrivateKeyLoader() - Constructor for class org.apache.pekko.pki.pem.DERPrivateKeyLoader
- DERPrivateKeyLoader$ - Class in org.apache.pekko.pki.pem
- DERPrivateKeyLoader$() - Constructor for class org.apache.pekko.pki.pem.DERPrivateKeyLoader$
- descendant(Iterable<String>) - Method in interface org.apache.pekko.actor.ActorPath
-
Java API: Recursively create a descendant’s path by appending all child names.
- descendant(Iterable<String>) - Method in class org.apache.pekko.actor.ActorSystem
-
Java API: Recursively create a descendant’s path by appending all child names.
- describe(ClusterShardingSettings.PassivationStrategy) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategy$
- Desequenced(Object, long, ActorRef, ActorRef) - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- Desequenced$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced$
- deserialize(byte[], int, String) - Method in class org.apache.pekko.serialization.Serialization
-
Deserializes the given array of bytes using the specified serializer id, using the optional type hint to the Serializer.
- deserialize(byte[], int, Option<Class<? extends T>>) - Method in class org.apache.pekko.serialization.Serialization
-
Deprecated.Use deserialize that accepts the `manifest` as a class name. Since Akka 2.6.0.
- deserialize(byte[], Class<T>) - Method in class org.apache.pekko.serialization.Serialization
-
Deserializes the given array of bytes using the specified type to look up what Serializer should be used.
- deserialize(JsonParser, DeserializationContext) - Method in class org.apache.pekko.serialization.jackson.PekkoSerializationDeserializer
- deserialize(ExtendedActorSystem, WireFormats.SerializedMessage) - Static method in class org.apache.pekko.remote.MessageSerializer
-
Uses Pekko Serialization for the specified ActorSystem to transform the given MessageProtocol to a message
- deserialize(ExtendedActorSystem, WireFormats.SerializedMessage) - Method in class org.apache.pekko.remote.MessageSerializer$
-
Uses Pekko Serialization for the specified ActorSystem to transform the given MessageProtocol to a message
- deserializeActorRef(ExtendedActorSystem, WireFormats.ActorRefData) - Static method in class org.apache.pekko.remote.serialization.ProtobufSerializer
-
Helper to materialize (lookup) an
pekko.actor.ActorReffrom Pekko's protobuf representation in the suppliedpekko.actor.ActorSystem. - deserializeActorRef(ExtendedActorSystem, WireFormats.ActorRefData) - Method in class org.apache.pekko.remote.serialization.ProtobufSerializer$
-
Helper to materialize (lookup) an
pekko.actor.ActorReffrom Pekko's protobuf representation in the suppliedpekko.actor.ActorSystem. - deserializeByteBuffer(ByteBuffer, int, String) - Method in class org.apache.pekko.serialization.Serialization
-
Deserializes the given ByteBuffer of bytes using the specified serializer id, using the optional type hint to the Serializer.
- deserializeClusterRouterPool(byte[]) - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- deserializeForArtery(ExtendedActorSystem, long, Serialization, int, String, org.apache.pekko.remote.artery.EnvelopeBuffer) - Static method in class org.apache.pekko.remote.MessageSerializer
- deserializeForArtery(ExtendedActorSystem, long, Serialization, int, String, org.apache.pekko.remote.artery.EnvelopeBuffer) - Method in class org.apache.pekko.remote.MessageSerializer$
- deserializeHeartBeat(byte[]) - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- deserializeHeartBeatResponse(byte[]) - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- deserializePayload(ContainerFormats.Payload, Serialization) - Method in class org.apache.pekko.remote.serialization.WrappedPayloadSupport$
- DeserializerResolverByClass(Class<?>, Function0<JsonDeserializer<?>>) - Constructor for class org.apache.pekko.serialization.jackson.JacksonModule.DeserializerResolverByClass
- destination() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- destination() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- DESTINATION_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- detach() - Method in class org.apache.pekko.stream.javadsl.Flow
-
Detaches upstream demand from downstream demand without detaching the stream rates; in other words acts like a buffer of size 1.
- detach() - Method in class org.apache.pekko.stream.javadsl.Source
-
Detaches upstream demand from downstream demand without detaching the stream rates; in other words acts like a buffer of size 1.
- detach() - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Detaches upstream demand from downstream demand without detaching the stream rates; in other words acts like a buffer of size 1.
- detach() - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Detaches upstream demand from downstream demand without detaching the stream rates; in other words acts like a buffer of size 1.
- detach() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Detaches upstream demand from downstream demand without detaching the stream rates; in other words acts like a buffer of size 1.
- detach(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
Detaches the specified actor instance from this dispatcher
- detectLoggerClassFromStack(Class<?>, List<String>) - Static method in class org.apache.pekko.actor.typed.internal.LoggerClass
-
Try to extract a logger class from the call stack, if not possible the provided default is used
- detectLoggerClassFromStack(Class<?>, List<String>) - Method in class org.apache.pekko.actor.typed.internal.LoggerClass$
-
Try to extract a logger class from the call stack, if not possible the provided default is used
- detectLoggerClassFromStack$default$2() - Static method in class org.apache.pekko.actor.typed.internal.LoggerClass
- detectLoggerClassFromStack$default$2() - Method in class org.apache.pekko.actor.typed.internal.LoggerClass$
- determined() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- determined() - Method in class org.apache.pekko.persistence.PluginSpec
- DiagnosticActorLogging - Interface in org.apache.pekko.actor
-
Scala API: Mix in DiagnosticActorLogging into your Actor to easily obtain a reference to a logger with MDC support, which is available under the name "log".
- DiagnosticLoggingAdapter - Interface in org.apache.pekko.event
- DiagnosticMarkerBusLoggingAdapter - Class in org.apache.pekko.event
- DiagnosticMarkerBusLoggingAdapter(LoggingBus, String, Class<?>, LoggingFilter) - Constructor for class org.apache.pekko.event.DiagnosticMarkerBusLoggingAdapter
- digest(org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.Replicator
- DIGEST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- digests() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- dilated(Duration) - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Java API: Scale the
durationwith the configuredTestTimeFactor - dilated(Duration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Java timeouts (durations) during tests with the configured
- dilated(FiniteDuration) - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Scala API: Scale the
durationwith the configuredTestTimeFactor - dilated(FiniteDuration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- dimap(Function<In2, In>, Function<Out, Out2>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this Flow by applying a function
fto each *incoming* upstream element before it is passed to theFlow, and a functiongto each *outgoing* downstream element. - dimap(Function1<In2, In>, Function1<Out, Out2>) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Transform this Flow by applying a function
fto each *incoming* upstream element before it is passed to theFlow, and a functiongto each *outgoing* downstream element. - dir() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- DirectBufferSize() - Method in class org.apache.pekko.io.TcpExt.Settings
- DirectByteBufferPool$ - Class in org.apache.pekko.io
-
INTERNAL API
- DirectByteBufferPool$() - Constructor for class org.apache.pekko.io.DirectByteBufferPool$
- direction() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- DIRECTION_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- Direction$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$
-
Deprecated.
- directReplication() - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider
- disabled() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$
- disabled() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$
- disabled() - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings$
- disabled() - Static method in class org.apache.pekko.persistence.typed.javadsl.Recovery
-
Neither snapshots nor events are recovered
- disabled() - Method in class org.apache.pekko.persistence.typed.javadsl.Recovery$
-
Neither snapshots nor events are recovered
- disabled() - Static method in class org.apache.pekko.persistence.typed.javadsl.RetentionCriteria
-
Snapshots are not saved and deleted automatically, events are not deleted.
- disabled() - Method in class org.apache.pekko.persistence.typed.javadsl.RetentionCriteria$
-
Snapshots are not saved and deleted automatically, events are not deleted.
- disabled() - Method in class org.apache.pekko.persistence.typed.scaladsl.Recovery$
-
Neither snapshots nor events are recovered
- disabled() - Method in class org.apache.pekko.persistence.typed.scaladsl.RetentionCriteria$
-
Snapshots are not saved and deleted automatically, events are not deleted.
- disabled() - Method in class org.apache.pekko.remote.artery.compress.DecompressionTable$
- Disabled() - Static method in class org.apache.pekko.cluster.ddata.Flag
-
Flagthat is initialized tofalse. - Disabled() - Method in class org.apache.pekko.cluster.ddata.Flag$
-
Flagthat is initialized tofalse. - DisabledEntityPassivationStrategy - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API: No-op passivation strategy for when automatic passivation is disabled.
- DisabledEntityPassivationStrategy() - Constructor for class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy
- DisabledEntityPassivationStrategy$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API: No-op passivation strategy for when automatic passivation is disabled.
- DisabledEntityPassivationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy$
- DisabledJavaSerializer - Class in org.apache.pekko.serialization
-
This Serializer is used when
org.apache.pekko.actor.java-serialization = off - DisabledJavaSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.serialization.DisabledJavaSerializer
- DisabledJavaSerializer.JavaSerializationException - Exception in org.apache.pekko.serialization
- DisabledJavaSerializer$ - Class in org.apache.pekko.serialization
- DisabledJavaSerializer$() - Constructor for class org.apache.pekko.serialization.DisabledJavaSerializer$
- DisabledRecovery - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- DisabledRecovery() - Constructor for class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- DisabledRecovery$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- DisabledRecovery$() - Constructor for class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
- DisabledRetentionCriteria - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- DisabledRetentionCriteria() - Constructor for class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- DisabledRetentionCriteria$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- DisabledRetentionCriteria$() - Constructor for class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
- disabledSerializationSettings() - Static method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
- disabledSerializationSettings() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit$
- DisabledVersion() - Method in class org.apache.pekko.remote.artery.compress.DecompressionTable$
- disableInterest(int) - Method in interface org.apache.pekko.io.ChannelRegistration
- DISALLOW - org.apache.pekko.stream.javadsl.FramingTruncation
- disallowedSerializationBindings() - Method in class org.apache.pekko.serialization.jackson.JacksonSerializer$
- disassociate() - Method in interface org.apache.pekko.remote.transport.AssociationHandle
-
Deprecated.Use method that states reasons to make sure disassociation reasons are logged. Since Akka 2.5.3.
- disassociate() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- disassociate(String, LoggingAdapter) - Method in interface org.apache.pekko.remote.transport.AssociationHandle
-
Deprecated.Closes the underlying transport link, if needed.
- Disassociate(AssociationHandle.DisassociateInfo) - Constructor for class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- DISASSOCIATE - org.apache.pekko.remote.WireFormats.CommandType
-
DISASSOCIATE = 2; - DISASSOCIATE_QUARANTINED - org.apache.pekko.remote.WireFormats.CommandType
-
Remote system refused the association since the current system is quarantined
- DISASSOCIATE_QUARANTINED_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.CommandType
-
Remote system refused the association since the current system is quarantined
- DISASSOCIATE_SHUTTING_DOWN - org.apache.pekko.remote.WireFormats.CommandType
-
Remote system is going down and will not accepts new connections
- DISASSOCIATE_SHUTTING_DOWN_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.CommandType
-
Remote system is going down and will not accepts new connections
- DISASSOCIATE_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.CommandType
-
DISASSOCIATE = 2; - Disassociate$() - Constructor for class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate$
- DisassociateAttempt(Address, Address) - Constructor for class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- DisassociateAttempt$() - Constructor for class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt$
-
Deprecated.
- disassociateBehavior() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.The
pekko.remote.transport.TestTransport.SwitchableLoggedBehaviorfor the disassociate() method on handles. - Disassociated(AssociationHandle.DisassociateInfo) - Constructor for class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- Disassociated$() - Constructor for class org.apache.pekko.remote.transport.AssociationHandle.Disassociated$
-
Deprecated.
- DisassociatedEvent - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- DisassociatedEvent(Address, Address, boolean) - Constructor for class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- DisassociatedEvent$ - Class in org.apache.pekko.remote
- DisassociatedEvent$() - Constructor for class org.apache.pekko.remote.DisassociatedEvent$
- DisassociateUnderlying(AssociationHandle.DisassociateInfo) - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- DisassociateUnderlying$() - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying$
-
Deprecated.
- DiscardConfigurator - Class in org.apache.pekko.persistence
- DiscardConfigurator() - Constructor for class org.apache.pekko.persistence.DiscardConfigurator
- DiscardToDeadLetterStrategy - Class in org.apache.pekko.persistence
-
Discard the message to
pekko.actor.DeadLetter. - DiscardToDeadLetterStrategy() - Constructor for class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- DiscardToDeadLetterStrategy$ - Class in org.apache.pekko.persistence
-
Discard the message to
pekko.actor.DeadLetter. - DiscardToDeadLetterStrategy$() - Constructor for class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
- disconnect() - Static method in class org.apache.pekko.io.UdpConnectedMessage
-
Send this message to a connection actor (which had previously sent the
UdpConnected.Connectedmessage) in order to close the socket. - disconnect() - Method in class org.apache.pekko.io.UdpConnectedMessage$
-
Send this message to a connection actor (which had previously sent the
UdpConnected.Connectedmessage) in order to close the socket. - disconnect(RoleName, RoleName) - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Tell the remote support to shutdown the connection to the given remote peer.
- Disconnect - org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Disconnect = 2; - Disconnect_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Disconnect = 2; - Disconnect$ - Class in org.apache.pekko.remote.testconductor
- Disconnect$() - Constructor for class org.apache.pekko.io.UdpConnected.Disconnect$
- Disconnect$() - Constructor for class org.apache.pekko.remote.testconductor.Disconnect$
- disconnected(Address, Option<Object>) - Static method in class org.apache.pekko.remote.RemoteLogMarker
-
Marker "pekkoDisconnected" of log event when outbound connection is closed.
- disconnected(Address, Option<Object>) - Method in class org.apache.pekko.remote.RemoteLogMarker$
-
Marker "pekkoDisconnected" of log event when outbound connection is closed.
- Disconnected$() - Constructor for class org.apache.pekko.io.UdpConnected.Disconnected$
- DisconnectMsg$ - Class in org.apache.pekko.remote.testconductor
- DisconnectMsg$() - Constructor for class org.apache.pekko.remote.testconductor.DisconnectMsg$
- discovery() - Method in class org.apache.pekko.discovery.Discovery
-
Default
ServiceDiscoveryas configured inpekko.discovery.method. - Discovery - Class in org.apache.pekko.discovery
- Discovery(ExtendedActorSystem) - Constructor for class org.apache.pekko.discovery.Discovery
- Discovery$ - Class in org.apache.pekko.discovery
- Discovery$() - Constructor for class org.apache.pekko.discovery.Discovery$
- discoveryMethods() - Method in class org.apache.pekko.discovery.aggregate.AggregateServiceDiscoverySettings
- DiscoveryTimeoutException(String) - Constructor for exception org.apache.pekko.discovery.ServiceDiscovery.DiscoveryTimeoutException
- dispatch(org.apache.pekko.actor.ActorCell, Envelope) - Method in class org.apache.pekko.dispatch.Dispatcher
-
INTERNAL API
- dispatch(org.apache.pekko.actor.ActorCell, Envelope) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
Will be called when the dispatcher is to queue an invocation for execution
- dispatch(org.apache.pekko.actor.ActorCell, Envelope) - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- dispatch(org.apache.pekko.actor.InternalActorRef, Address, WireFormats.SerializedMessage, <any>) - Method in interface org.apache.pekko.remote.InboundMessageDispatcher
- Dispatch - Interface in org.apache.pekko.actor.dungeon
-
INTERNAL API
- dispatcher() - Method in interface org.apache.pekko.actor.ActorContext
-
Returns the dispatcher (MessageDispatcher) that is used for this Actor.
- dispatcher() - Method in interface org.apache.pekko.actor.ActorRefFactory
-
Returns the default MessageDispatcher associated with this ActorRefFactory
- dispatcher() - Method in class org.apache.pekko.actor.ActorSystem
-
Default dispatcher as configured.
- dispatcher() - Method in class org.apache.pekko.actor.Deploy
- dispatcher() - Method in class org.apache.pekko.actor.Props
-
Convenience method for extracting the dispatcher information from the contained
Deployinstance. - dispatcher() - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.Returns the default dispatcher (for a TypedActor) when inside a method call in a TypedActor.
- dispatcher() - Method in class org.apache.pekko.actor.TypedActor$
-
Deprecated.Returns the default dispatcher (for a TypedActor) when inside a method call in a TypedActor.
- dispatcher() - Method in class org.apache.pekko.actor.TypedProps
- dispatcher() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- dispatcher() - Method in class org.apache.pekko.dispatch.BalancingDispatcherConfigurator
-
Returns the same dispatcher instance for each invocation
- dispatcher() - Method in class org.apache.pekko.dispatch.DispatcherConfigurator
-
Returns the same dispatcher instance for each invocation
- dispatcher() - Method in class org.apache.pekko.dispatch.MessageDispatcherConfigurator
-
Returns an instance of MessageDispatcher given the configuration.
- dispatcher() - Method in class org.apache.pekko.dispatch.PinnedDispatcherConfigurator
-
Creates new dispatcher for each invocation.
- dispatcher() - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- dispatcher() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.Dispatcher' to read the concrete setting value. Since Akka 2.6.0.
- dispatcher() - Method in class org.apache.pekko.testkit.CallingThreadDispatcherConfigurator
- dispatcher() - Method in class org.apache.pekko.testkit.TestActorRef
- dispatcher(String) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Specifies the name of the dispatcher.
- dispatcher(String) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Specifies the name of the dispatcher.
- Dispatcher - Class in org.apache.pekko.dispatch
-
The event-based
Dispatcherbinds a set of Actors to a thread pool backed up by aBlockingQueue. - Dispatcher(String) - Constructor for class org.apache.pekko.stream.ActorAttributes.Dispatcher
- Dispatcher(MessageDispatcherConfigurator, String, int, Duration, ExecutorServiceFactoryProvider, FiniteDuration) - Constructor for class org.apache.pekko.dispatch.Dispatcher
- Dispatcher() - Method in class org.apache.pekko.io.DnsExt.Settings
- Dispatcher() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- DISPATCHER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- Dispatcher$() - Constructor for class org.apache.pekko.stream.ActorAttributes.Dispatcher$
- DispatcherConfigurator - Class in org.apache.pekko.dispatch
-
Configurator for creating
pekko.dispatch.Dispatcher. - DispatcherConfigurator(Config, DispatcherPrerequisites) - Constructor for class org.apache.pekko.dispatch.DispatcherConfigurator
- DispatcherDefault(Props) - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- DispatcherDefault$() - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault$
- DispatcherFromConfig(String, Props) - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- DispatcherFromConfig$() - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig$
- DispatcherPrerequisites - Interface in org.apache.pekko.dispatch
-
DispatcherPrerequisites represents useful contextual pieces when constructing a MessageDispatcher
- dispatchers() - Method in class org.apache.pekko.actor.ActorSystem
-
Helper object for looking up configured dispatchers.
- dispatchers() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Facilities for lookup up thread-pools from configuration.
- Dispatchers - Class in org.apache.pekko.actor.typed
-
An
ActorSystemlooks up all its thread pools via a Dispatchers instance. - Dispatchers - Class in org.apache.pekko.dispatch
-
Dispatchers are to be defined in configuration to allow for tuning for different environments.
- Dispatchers() - Constructor for class org.apache.pekko.actor.typed.Dispatchers
- Dispatchers$ - Class in org.apache.pekko.actor.typed
- Dispatchers$ - Class in org.apache.pekko.dispatch
- Dispatchers$() - Constructor for class org.apache.pekko.actor.typed.Dispatchers$
- Dispatchers$() - Constructor for class org.apache.pekko.dispatch.Dispatchers$
- DispatcherSameAsParent(Props) - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- DispatcherSameAsParent$() - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent$
- DispatcherSelector - Class in org.apache.pekko.actor.typed
-
Not for user extension.
- DispatcherSelector() - Constructor for class org.apache.pekko.actor.typed.DispatcherSelector
- DispatcherSelector$ - Class in org.apache.pekko.actor.typed
-
Factories for
DispatcherSelectors which describe which thread pool shall be used to run the actor to which this configuration is applied. - DispatcherSelector$() - Constructor for class org.apache.pekko.actor.typed.DispatcherSelector$
- dissociate(ActorRef) - Method in interface org.apache.pekko.event.ManagedActorClassification
- dissociate(ActorRef, ActorRef) - Method in interface org.apache.pekko.event.ManagedActorClassification
- DistributedData - Class in org.apache.pekko.cluster.ddata
-
Pekko extension for convenient configuration and use of the
Replicator. - DistributedData - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
Pekko extension for convenient configuration and use of the
Replicator. - DistributedData - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
-
Pekko extension for convenient configuration and use of the
Replicator. - DistributedData() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData
- DistributedData(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.ddata.DistributedData
- DistributedData(ActorSystem<?>) - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData
- DistributedData$ - Class in org.apache.pekko.cluster.ddata
- DistributedData$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- DistributedData$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- DistributedData$() - Constructor for class org.apache.pekko.cluster.ddata.DistributedData$
- DistributedData$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData$
- DistributedData$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData$
- DistributedDataSetup - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
Can be used in
pekko.actor.setup.ActorSystemSetupwhen starting thepekko.actor.typed.ActorSystemto replace the default implementation of theDistributedDataextension. - DistributedDataSetup(Function<ActorSystem<?>, DistributedData>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedDataSetup
- DistributedDataSetup$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- DistributedDataSetup$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedDataSetup$
- DistributedPubSub - Class in org.apache.pekko.cluster.pubsub
-
Extension that starts a
DistributedPubSubMediatoractor with settings defined in config sectionpekko.cluster.pub-sub. - DistributedPubSub(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSub
- DistributedPubSub$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSub$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSub$
- DistributedPubSubMediator - Class in org.apache.pekko.cluster.pubsub
-
This actor manages a registry of actor references and replicates the entries to peer actors among all cluster nodes or a group of nodes tagged with a specific role.
- DistributedPubSubMediator(DistributedPubSubSettings) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- DistributedPubSubMediator.Count - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Count$ - Class in org.apache.pekko.cluster.pubsub
-
Scala API: Send this message to the mediator and it will reply with an
Intof the number of subscribers. - DistributedPubSubMediator.CountSubscribers - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.CountSubscribers$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.CurrentTopics - Class in org.apache.pekko.cluster.pubsub
-
Reply to
GetTopics. - DistributedPubSubMediator.CurrentTopics$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.GetTopics - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.GetTopics$ - Class in org.apache.pekko.cluster.pubsub
-
Send this message to the mediator and it will reply with
DistributedPubSubMediator.CurrentTopicscontaining the names of the (currently known) registered topic names. - DistributedPubSubMediator.Internal$ - Class in org.apache.pekko.cluster.pubsub
-
INTERNAL API
- DistributedPubSubMediator.Internal$.Bucket - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.Bucket$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.ChildActorTerminationProtocol - Interface in org.apache.pekko.cluster.pubsub
-
Messages used to encode protocol to make sure that we do not send Subscribe/Unsubscribe message to child (mediator -> topic, topic -> group) during a period of transition.
- DistributedPubSubMediator.Internal$.Delta - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.Delta$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.DeltaCount - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.DeltaCount$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.GossipTick - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.GossipTick$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.Group - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.MediatorRouterEnvelope - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.MediatorRouterEnvelope$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.NewSubscriberArrived - Class in org.apache.pekko.cluster.pubsub
-
Sent from child to parent actor as response to
DistributedPubSubMediator.Internal$.TerminateRequestin caseDistributedPubSubMediator.Subscribemessage arrived after sendingDistributedPubSubMediator.Internal$.NoMoreSubscribersbut before receivingDistributedPubSubMediator.Internal$.TerminateRequest. - DistributedPubSubMediator.Internal$.NewSubscriberArrived$ - Class in org.apache.pekko.cluster.pubsub
-
Sent from child to parent actor as response to
DistributedPubSubMediator.Internal$.TerminateRequestin caseDistributedPubSubMediator.Subscribemessage arrived after sendingDistributedPubSubMediator.Internal$.NoMoreSubscribersbut before receivingDistributedPubSubMediator.Internal$.TerminateRequest. - DistributedPubSubMediator.Internal$.NoMoreSubscribers - Class in org.apache.pekko.cluster.pubsub
-
Passivate-like message sent from child to parent, used to signal that sender has no subscribers and no child actors.
- DistributedPubSubMediator.Internal$.NoMoreSubscribers$ - Class in org.apache.pekko.cluster.pubsub
-
Passivate-like message sent from child to parent, used to signal that sender has no subscribers and no child actors.
- DistributedPubSubMediator.Internal$.Prune - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.Prune$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.RegisterTopic - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.RegisterTopic$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.SendToOneSubscriber - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.SendToOneSubscriber$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.Status - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.Status$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.Subscribed - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.Subscribed$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.TerminateRequest - Class in org.apache.pekko.cluster.pubsub
-
Sent from parent to child actor to signalize that messages are being buffered.
- DistributedPubSubMediator.Internal$.TerminateRequest$ - Class in org.apache.pekko.cluster.pubsub
-
Sent from parent to child actor to signalize that messages are being buffered.
- DistributedPubSubMediator.Internal$.Topic - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.TopicLike - Interface in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.Unsubscribed - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.Unsubscribed$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.ValueHolder - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Internal$.ValueHolder$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Publish - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Publish$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Put - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Put$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Remove - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Remove$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Send - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Send$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.SendToAll - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.SendToAll$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Subscribe - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Subscribe$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.SubscribeAck - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.SubscribeAck$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Unsubscribe - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.Unsubscribe$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.UnsubscribeAck - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator.UnsubscribeAck$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubMediator$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$
- DistributedPubSubMessage - Interface in org.apache.pekko.cluster.pubsub
-
Marker trait for remote messages with special serializer.
- DistributedPubSubMessages - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.Address - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Defines a remote address.
- DistributedPubSubMessages.Address.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Defines a remote address.
- DistributedPubSubMessages.AddressOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.Delta - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Delta - DistributedPubSubMessages.Delta.Bucket - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Delta.Bucket - DistributedPubSubMessages.Delta.Bucket.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Delta.Bucket - DistributedPubSubMessages.Delta.BucketOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.Delta.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Delta - DistributedPubSubMessages.Delta.Entry - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Delta.Entry - DistributedPubSubMessages.Delta.Entry.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Delta.Entry - DistributedPubSubMessages.Delta.EntryOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.DeltaOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.Payload - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Payload - DistributedPubSubMessages.Payload.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Payload - DistributedPubSubMessages.PayloadOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.Publish - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Publish normally local, but it is also used by the ClusterClient.
- DistributedPubSubMessages.Publish.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Publish normally local, but it is also used by the ClusterClient.
- DistributedPubSubMessages.PublishOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.Send - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Send normally local, but it is also used by the ClusterClient.
- DistributedPubSubMessages.Send.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Send normally local, but it is also used by the ClusterClient.
- DistributedPubSubMessages.SendOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.SendToAll - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
SendToAll normally local, but it is also used by the ClusterClient.
- DistributedPubSubMessages.SendToAll.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
SendToAll normally local, but it is also used by the ClusterClient.
- DistributedPubSubMessages.SendToAllOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.SendToOneSubscriber - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Send a message to only one subscriber of a group.
- DistributedPubSubMessages.SendToOneSubscriber.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Send a message to only one subscriber of a group.
- DistributedPubSubMessages.SendToOneSubscriberOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.Status - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Status - DistributedPubSubMessages.Status.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Status - DistributedPubSubMessages.Status.Version - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Status.Version - DistributedPubSubMessages.Status.Version.Builder - Class in org.apache.pekko.cluster.pubsub.protobuf.msg
-
Protobuf type
Status.Version - DistributedPubSubMessages.Status.VersionOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubMessages.StatusOrBuilder - Interface in org.apache.pekko.cluster.pubsub.protobuf.msg
- DistributedPubSubSettings - Class in org.apache.pekko.cluster.pubsub
-
param: role Start the mediator on members tagged with this role.
- DistributedPubSubSettings(Option<String>, RoutingLogic, FiniteDuration, FiniteDuration, int) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
-
Deprecated.Use the other constructor instead. Since Akka 2.5.5.
- DistributedPubSubSettings(Option<String>, RoutingLogic, FiniteDuration, FiniteDuration, int, boolean) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- DistributedPubSubSettings$ - Class in org.apache.pekko.cluster.pubsub
- DistributedPubSubSettings$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings$
- divertTo(Graph<SinkShape<Out>, ?>, Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
- divertTo(Graph<SinkShape<Out>, ?>, Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
- divertTo(Graph<SinkShape<Out>, ?>, Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- divertTo(Graph<SinkShape<Out>, ?>, Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- divertTo(Graph<SinkShape<Out>, ?>, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- divertToGraph(Graph<SinkShape<Out>, M>, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- divertToMat(Graph<SinkShape<Out>, M2>, Predicate<Out>, Function2<Mat, M2, M3>) - Method in class org.apache.pekko.stream.javadsl.Flow
- divertToMat(Graph<SinkShape<Out>, M2>, Predicate<Out>, Function2<Mat, M2, M3>) - Method in class org.apache.pekko.stream.javadsl.Source
- divertToMat(Graph<SinkShape<Out>, Mat2>, Function1<Out, Object>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- Dns - Class in org.apache.pekko.io
-
Not for user extension.
- Dns() - Constructor for class org.apache.pekko.io.Dns
- Dns.Command - Interface in org.apache.pekko.io
- Dns.Resolve - Class in org.apache.pekko.io
-
Deprecated.Use cached(DnsProtocol.Resolve). Since Akka 2.6.0.
- Dns.Resolve$ - Class in org.apache.pekko.io
- Dns.Resolved - Class in org.apache.pekko.io
-
Deprecated.Use cached(DnsProtocol.Resolved). Since Akka 2.6.0.
- Dns.Resolved$ - Class in org.apache.pekko.io
-
Deprecated.Use cached(DnsProtocol.Resolved). Since Akka 2.6.0.
- Dns$ - Class in org.apache.pekko.io
- Dns$() - Constructor for class org.apache.pekko.io.Dns$
- DnsClient$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- DnsClient$() - Constructor for class org.apache.pekko.io.dns.internal.DnsClient$
- DnsExt - Class in org.apache.pekko.io
- DnsExt(ExtendedActorSystem) - Constructor for class org.apache.pekko.io.DnsExt
-
INTERNAL API
- DnsExt.Settings - Class in org.apache.pekko.io
- DnsProtocol - Class in org.apache.pekko.io.dns
-
Supersedes
pekko.io.Dnsprotocol. - DnsProtocol() - Constructor for class org.apache.pekko.io.dns.DnsProtocol
- DnsProtocol.Ip - Class in org.apache.pekko.io.dns
- DnsProtocol.Ip$ - Class in org.apache.pekko.io.dns
- DnsProtocol.RequestType - Interface in org.apache.pekko.io.dns
- DnsProtocol.Resolve - Class in org.apache.pekko.io.dns
-
Sending this to the
internal.AsyncDnsManagerwill either lead to aDnsProtocol.Resolvedor apekko.actor.Status.Failureresponse. - DnsProtocol.Resolve$ - Class in org.apache.pekko.io.dns
- DnsProtocol.Resolved - Class in org.apache.pekko.io.dns
-
param: name of the record param: records resource records for the query param: additionalRecords records that relate to the query but are not strictly answers
- DnsProtocol.Resolved$ - Class in org.apache.pekko.io.dns
- DnsProtocol.Srv$ - Class in org.apache.pekko.io.dns
- DnsProtocol$ - Class in org.apache.pekko.io.dns
-
Supersedes
pekko.io.Dnsprotocol. - DnsProtocol$() - Constructor for class org.apache.pekko.io.dns.DnsProtocol$
- DnsProvider - Interface in org.apache.pekko.io
-
Deprecated.Overriding the DNS implementation will be removed in future versions of Apache Pekko. Since Akka 2.6.0.
- DnsServiceDiscovery$ - Class in org.apache.pekko.discovery.dns
-
INTERNAL API
- DnsServiceDiscovery$() - Constructor for class org.apache.pekko.discovery.dns.DnsServiceDiscovery$
- DnsSettings$ - Class in org.apache.pekko.io.dns
- DnsSettings$() - Constructor for class org.apache.pekko.io.dns.DnsSettings$
- domainEventClass() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.Domain event's
ClassUsed for identifying domain events during recovery - domainEventClassTag() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.Adapter from Java
ClasstoClassTag - domainEventClassTag() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.Enables to pass a ClassTag of a domain event base type from the implementing class
- domainEvents() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- domainEventTag() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.
- domainEventTag() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.Domain event's
ClassTagUsed for identifying domain events during recovery - DomainName - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- DomainName() - Constructor for class org.apache.pekko.io.dns.internal.DomainName
- DomainName$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- DomainName$() - Constructor for class org.apache.pekko.io.dns.internal.DomainName$
- doMatch(String, Object) - Method in class org.apache.pekko.testkit.EventFilter
-
internal implementation helper, no guaranteed API
- done() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- done() - Static method in class org.apache.pekko.Done
-
Java API: the singleton instance
- done() - Method in class org.apache.pekko.Done$
-
Java API: the singleton instance
- Done - Class in org.apache.pekko
-
Typically used together with
Futureto signal completion but there is no actual value completed. - Done() - Constructor for class org.apache.pekko.Done
- DONE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- Done$ - Class in org.apache.pekko
- Done$ - Class in org.apache.pekko.remote.testconductor
- Done$() - Constructor for class org.apache.pekko.Done$
- Done$() - Constructor for class org.apache.pekko.remote.testconductor.Done$
- doNothing() - Static method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- doNothing() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory$
- doNothing() - Method in class org.apache.pekko.io.TcpConnection$
- DoNotInherit - Annotation Type in org.apache.pekko.annotation
-
Marks APIs that are designed under a closed-world assumption for and are NOT meant to be extended by user-code.
- doPush(Outlet<T>, T) - Method in interface org.apache.pekko.persistence.query.journal.leveldb.Buffer
- doSend(ChannelRegistration) - Method in interface org.apache.pekko.io.WithUdpSend
- DOTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- DOTS_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- Double - org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Double = 1; - Double_VALUE - Static variable in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Double = 1; - down() - Static method in class org.apache.pekko.cluster.MemberStatus
-
Java API: retrieve the
Downstatus singleton - down() - Method in class org.apache.pekko.cluster.MemberStatus$
-
Java API: retrieve the
Downstatus singleton - down(String) - Method in interface org.apache.pekko.cluster.ClusterNodeMBean
-
Send command to DOWN the node specified by 'address'.
- down(Address) - Method in class org.apache.pekko.cluster.Cluster
-
Send command to DOWN the node specified by 'address'.
- Down - Class in org.apache.pekko.cluster.typed
-
Send command to DOWN the node specified by 'address'.
- Down - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Down = 4; - Down(Address) - Constructor for class org.apache.pekko.cluster.ClusterUserAction.Down
- Down(Address) - Constructor for class org.apache.pekko.cluster.typed.Down
- Down_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Down = 4; - Down$ - Class in org.apache.pekko.cluster.typed
- Down$() - Constructor for class org.apache.pekko.cluster.ClusterUserAction.Down$
- Down$() - Constructor for class org.apache.pekko.cluster.MemberStatus.Down$
- Down$() - Constructor for class org.apache.pekko.cluster.typed.Down$
- DownAllName() - Method in class org.apache.pekko.cluster.sbr.SplitBrainResolverSettings$
- downingActorProps() - Method in class org.apache.pekko.cluster.DowningProvider
-
If a props is returned it is created as a child of the core cluster daemon on cluster startup.
- downingActorProps() - Method in class org.apache.pekko.cluster.NoDowning
- downingActorProps() - Method in class org.apache.pekko.cluster.sbr.SplitBrainResolverProvider
- downingProvider() - Method in class org.apache.pekko.cluster.Cluster
- DowningProvider - Class in org.apache.pekko.cluster
-
API for plugins that will handle downing of cluster nodes.
- DowningProvider() - Constructor for class org.apache.pekko.cluster.DowningProvider
- DowningProvider$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- DowningProvider$() - Constructor for class org.apache.pekko.cluster.DowningProvider$
- DowningProviderClassName() - Method in class org.apache.pekko.cluster.ClusterSettings
- DowningStrategy$ - Class in org.apache.pekko.cluster.sbr
-
INTERNAL API
- DowningStrategy$() - Constructor for class org.apache.pekko.cluster.sbr.DowningStrategy$
- DownManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- DownManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- downRemovalMargin() - Method in class org.apache.pekko.cluster.DowningProvider
-
Time margin after which shards or singletons that belonged to a downed/removed partition are created in surviving partition.
- downRemovalMargin() - Method in class org.apache.pekko.cluster.NoDowning
- downRemovalMargin() - Method in class org.apache.pekko.cluster.sbr.SplitBrainResolverProvider
- DownRemovalMargin() - Method in class org.apache.pekko.cluster.ClusterSettings
- downsizeAfterUnderutilizedFor() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- downsizeRatio() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- DownstreamFinish$() - Constructor for class org.apache.pekko.stream.testkit.GraphStageMessages.DownstreamFinish$
- drain() - Static method in class org.apache.pekko.stream.SubstreamCancelStrategy
-
Deprecated.Drain substream on cancellation in order to prevent stalling of the stream of streams.
- drain() - Method in class org.apache.pekko.stream.SubstreamCancelStrategy$
-
Deprecated.Drain substream on cancellation in order to prevent stalling of the stream of streams.
- Drain$() - Constructor for class org.apache.pekko.stream.SubstreamCancelStrategies.Drain$
- drainAndComplete() - Method in interface org.apache.pekko.stream.javadsl.MergeHub.DrainingControl
-
Set the operation mode of the linked MergeHub to draining.
- draining() - Method in class org.apache.pekko.stream.CompletionStrategy$
-
Already buffered elements will be signaled before signaling completion.
- Draining$() - Constructor for class org.apache.pekko.stream.CompletionStrategy.Draining$
- drainTo(Collection<? super E>) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- drainTo(Collection<? super E>, int) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- drop(int) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- drop(int) - Method in class org.apache.pekko.util.ByteIterator
- drop(int) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
-
For performance sensitive code, call drop() directly on ByteString (it's optimised there)
- drop(int) - Method in class org.apache.pekko.util.ByteString.ByteString1
- drop(int) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- drop(int) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- drop(int) - Method in class org.apache.pekko.util.ByteString
- drop(long) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Discard the given number of elements at the beginning of the stream.
- drop(long) - Method in class org.apache.pekko.stream.javadsl.Source
-
Discard the given number of elements at the beginning of the stream.
- drop(long) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Discard the given number of elements at the beginning of the stream.
- drop(long) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Discard the given number of elements at the beginning of the stream.
- drop(long) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Discard the given number of elements at the beginning of the stream.
- drop(I, String, ActorRef) - Method in class org.apache.pekko.util.MessageBufferMap
-
Remove the buffer for an id, but publish a
pekko.actor.Droppedfor each dropped buffered message - Drop$() - Constructor for class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Drop$
- Drop$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Drop$
- dropBuffer() - Static method in class org.apache.pekko.stream.DelayOverflowStrategy
-
If the buffer is full when a new element arrives, drops all the buffered elements to make space for the new element.
- dropBuffer() - Method in class org.apache.pekko.stream.DelayOverflowStrategy$
-
If the buffer is full when a new element arrives, drops all the buffered elements to make space for the new element.
- dropBuffer() - Static method in class org.apache.pekko.stream.OverflowStrategy
-
If the buffer is full when a new element arrives, drops all the buffered elements to make space for the new element.
- dropBuffer() - Method in class org.apache.pekko.stream.OverflowStrategy$
-
If the buffer is full when a new element arrives, drops all the buffered elements to make space for the new element.
- DropBuffer$() - Constructor for class org.apache.pekko.stream.OverflowStrategies.DropBuffer$
- dropHead() - Static method in class org.apache.pekko.stream.DelayOverflowStrategy
-
If the buffer is full when a new element arrives, drops the oldest element from the buffer to make space for the new element.
- dropHead() - Method in class org.apache.pekko.stream.DelayOverflowStrategy$
-
If the buffer is full when a new element arrives, drops the oldest element from the buffer to make space for the new element.
- dropHead() - Static method in class org.apache.pekko.stream.OverflowStrategy
-
If the buffer is full when a new element arrives, drops the oldest element from the buffer to make space for the new element.
- dropHead() - Method in class org.apache.pekko.stream.OverflowStrategy$
-
If the buffer is full when a new element arrives, drops the oldest element from the buffer to make space for the new element.
- dropHead() - Method in class org.apache.pekko.util.MessageBuffer
-
Remove the first element of the message buffer.
- DropHead$() - Constructor for class org.apache.pekko.stream.OverflowStrategies.DropHead$
- dropNew() - Static method in class org.apache.pekko.stream.DelayOverflowStrategy
-
If the buffer is full when a new element arrives, drops the new element.
- dropNew() - Method in class org.apache.pekko.stream.DelayOverflowStrategy$
-
If the buffer is full when a new element arrives, drops the new element.
- dropNew() - Static method in class org.apache.pekko.stream.OverflowStrategy
-
Deprecated.Use
pekko.stream.javadsl.Source#queue(int,org.apache.pekko.stream.OverflowStrategy)instead - dropNew() - Method in class org.apache.pekko.stream.OverflowStrategy$
-
Deprecated.Use
pekko.stream.javadsl.Source#queue(int,org.apache.pekko.stream.OverflowStrategy)instead - DropNew$() - Constructor for class org.apache.pekko.stream.OverflowStrategies.DropNew$
- dropped() - Static method in class org.apache.pekko.stream.QueueOfferResult
-
Java API: The
Droppedsingleton instance - dropped() - Method in class org.apache.pekko.stream.QueueOfferResult$
-
Java API: The
Droppedsingleton instance - dropped(TypedActorContext<?>, Object) - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- Dropped - Class in org.apache.pekko.actor
-
Envelope that is published on the eventStream wrapped in
pekko.actor.DeadLetterfor every message that is dropped due to overfull queues or routers with no routees. - Dropped(Object, String, ActorRef, ActorRef) - Constructor for class org.apache.pekko.actor.Dropped
- Dropped$ - Class in org.apache.pekko.actor
- Dropped$() - Constructor for class org.apache.pekko.actor.Dropped$
- Dropped$() - Constructor for class org.apache.pekko.stream.QueueOfferResult.Dropped$
- DroppingWriteBecauseQueueIsFullException() - Method in class org.apache.pekko.io.TcpConnection$
- DroppingWriteBecauseWritingIsSuspendedException() - Method in class org.apache.pekko.io.TcpConnection$
- dropRight(int) - Method in class org.apache.pekko.util.ByteString.ByteString1
- dropRight(int) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- dropRight(int) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- dropRight(int) - Method in class org.apache.pekko.util.ByteString
- dropTail() - Static method in class org.apache.pekko.stream.DelayOverflowStrategy
-
If the buffer is full when a new element arrives, drops the youngest element from the buffer to make space for the new element.
- dropTail() - Method in class org.apache.pekko.stream.DelayOverflowStrategy$
-
If the buffer is full when a new element arrives, drops the youngest element from the buffer to make space for the new element.
- dropTail() - Static method in class org.apache.pekko.stream.OverflowStrategy
-
If the buffer is full when a new element arrives, drops the youngest element from the buffer to make space for the new element.
- dropTail() - Method in class org.apache.pekko.stream.OverflowStrategy$
-
If the buffer is full when a new element arrives, drops the youngest element from the buffer to make space for the new element.
- DropTail$() - Constructor for class org.apache.pekko.stream.OverflowStrategies.DropTail$
- dropWhile(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Discard elements at the beginning of the stream while predicate is true.
- dropWhile(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Discard elements at the beginning of the stream while predicate is true.
- dropWhile(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Discard elements at the beginning of the stream while predicate is true.
- dropWhile(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Discard elements at the beginning of the stream while predicate is true.
- dropWhile(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- dropWhile(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteIterator
- dropWhile(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- dropWhile(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteString
- dropWhile(Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Discard elements at the beginning of the stream while predicate is true.
- dropWithin(Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Discard the elements received within the given duration at beginning of the stream.
- dropWithin(Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Discard the elements received within the given duration at beginning of the stream.
- dropWithin(Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Discard the elements received within the given duration at beginning of the stream.
- dropWithin(Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Discard the elements received within the given duration at beginning of the stream.
- dropWithin(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- dropWithin(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- dropWithin(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- dropWithin(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- dropWithin(FiniteDuration) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Discard the elements received within the given duration at beginning of the stream.
- DummyClassForStringSources - Class in org.apache.pekko.event
- DummyClassForStringSources() - Constructor for class org.apache.pekko.event.DummyClassForStringSources
- duplicate() - Method in class org.apache.pekko.util.ByteIterator
- durable() - Method in class org.apache.pekko.cluster.ddata.Replicator
- DurableDataEnvelopeManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- durableKeys() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- DurableProducerQueue - Class in org.apache.pekko.actor.typed.delivery
-
Actor message protocol for storing and confirming reliable delivery of messages.
- DurableProducerQueue() - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue
- DurableProducerQueue.Cleanup$ - Class in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue.Command<A> - Interface in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue.Confirmed$ - Class in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue.Event - Interface in org.apache.pekko.actor.typed.delivery
-
INTERNAL API
- DurableProducerQueue.LoadState<A> - Class in org.apache.pekko.actor.typed.delivery
-
Request that is used at startup to retrieve the unconfirmed messages and current sequence number.
- DurableProducerQueue.LoadState$ - Class in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue.MessageSent<A> - Class in org.apache.pekko.actor.typed.delivery
-
The fact (event) that a message has been sent.
- DurableProducerQueue.MessageSent$ - Class in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue.State<A> - Class in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue.State$ - Class in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue.StoreMessageConfirmed<A> - Class in org.apache.pekko.actor.typed.delivery
-
Store the fact that a message has been confirmed to be delivered and processed.
- DurableProducerQueue.StoreMessageConfirmed$ - Class in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue.StoreMessageSent<A> - Class in org.apache.pekko.actor.typed.delivery
-
Store the fact that a message is to be sent.
- DurableProducerQueue.StoreMessageSent$ - Class in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue.StoreMessageSentAck - Class in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue.StoreMessageSentAck$ - Class in org.apache.pekko.actor.typed.delivery
- DurableProducerQueue$ - Class in org.apache.pekko.actor.typed.delivery
-
Actor message protocol for storing and confirming reliable delivery of messages.
- DurableProducerQueue$() - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue$
- durablePruningMarkerTimeToLive() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- durableQueueRequestTimeout() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
- durableQueueResendFirstInterval() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
- durableQueueRetryAttempts() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
- DurableStateBehavior<Command,State> - Class in org.apache.pekko.persistence.typed.state.javadsl
-
A
Behaviorfor a persistent actor with durable storage of its state. - DurableStateBehavior<Command,State> - Interface in org.apache.pekko.persistence.typed.state.scaladsl
-
Further customization of the
DurableStateBehaviorcan be done with the methods defined here. - DurableStateBehavior(PersistenceId) - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
- DurableStateBehavior(PersistenceId, BackoffSupervisorStrategy) - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
-
If using onPersistFailure the supervision is only around the
DurableStateBehaviornot any outer setup/withTimers block. - DurableStateBehavior.CommandHandler$ - Class in org.apache.pekko.persistence.typed.state.scaladsl
-
The
CommandHandlerdefines how to act on commands. - DurableStateBehavior$ - Class in org.apache.pekko.persistence.typed.state.scaladsl
-
API May Change
- DurableStateBehavior$() - Constructor for class org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior$
- DurableStateBehaviorImpl$ - Class in org.apache.pekko.persistence.typed.state.internal
- DurableStateBehaviorImpl$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- DurableStateBehaviorWithEnforcedReplies<Command,State> - Class in org.apache.pekko.persistence.typed.state.javadsl
-
A
DurableStateBehaviorthat is enforcing that replies to commands are not forgotten. - DurableStateBehaviorWithEnforcedReplies(PersistenceId) - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehaviorWithEnforcedReplies
- DurableStateBehaviorWithEnforcedReplies(PersistenceId, Optional<BackoffSupervisorStrategy>) - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehaviorWithEnforcedReplies
- DurableStateBehaviorWithEnforcedReplies(PersistenceId, BackoffSupervisorStrategy) - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehaviorWithEnforcedReplies
- DurableStateChange<A> - Interface in org.apache.pekko.persistence.query
-
The
DurableStateStoreQuerystream elements forDurableStateStoreQuery. - DurableStateException - Exception in org.apache.pekko.persistence.state.exception
-
Exception thrown when Durable State cannot be updated or deleted.
- DurableStateException(String) - Constructor for exception org.apache.pekko.persistence.state.exception.DurableStateException
- DurableStateException(String, Throwable) - Constructor for exception org.apache.pekko.persistence.state.exception.DurableStateException
- DurableStateSettings$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- DurableStateSettings$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.DurableStateSettings$
- DurableStateSignal - Interface in org.apache.pekko.persistence.typed.state
-
Supertype for all
DurableStateBehaviorspecific signals - DurableStateStore<A> - Interface in org.apache.pekko.persistence.state.javadsl
-
API for reading durable state objects with payload
A. - DurableStateStore<A> - Interface in org.apache.pekko.persistence.state.scaladsl
-
API for reading durable state objects with payload
A. - DurableStateStoreBySliceQuery<A> - Interface in org.apache.pekko.persistence.query.typed.javadsl
-
Query API for reading durable state objects.
- DurableStateStoreBySliceQuery<A> - Interface in org.apache.pekko.persistence.query.typed.scaladsl
-
Query API for reading durable state objects.
- durableStateStoreFor(String) - Method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry
-
Scala API: Returns the
pekko.persistence.state.scaladsl.DurableStateStorespecified by the given configuration entry. - DurableStateStoreInteractions<C,S> - Interface in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- DurableStateStorePagedPersistenceIdsQuery<A> - Interface in org.apache.pekko.persistence.query.javadsl
-
A DurableStateStore may optionally support this query by implementing this trait.
- DurableStateStorePagedPersistenceIdsQuery<A> - Interface in org.apache.pekko.persistence.query.scaladsl
-
A DurableStateStore may optionally support this query by implementing this trait.
- durableStateStorePluginId() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
-
Override and define the
DurableStateStoreplugin id that this actor should use instead of the default. - DurableStateStoreProvider - Interface in org.apache.pekko.persistence.state
-
A durable state store plugin must implement a class that implements this trait.
- DurableStateStoreQuery<A> - Interface in org.apache.pekko.persistence.query.javadsl
-
Query API for reading durable state objects.
- DurableStateStoreQuery<A> - Interface in org.apache.pekko.persistence.query.scaladsl
-
Query API for reading durable state objects.
- DurableStateStoreRegistry - Class in org.apache.pekko.persistence.state
- DurableStateStoreRegistry(ExtendedActorSystem) - Constructor for class org.apache.pekko.persistence.state.DurableStateStoreRegistry
- DurableStateStoreRegistry$ - Class in org.apache.pekko.persistence.state
-
Persistence extension for queries.
- DurableStateStoreRegistry$() - Constructor for class org.apache.pekko.persistence.state.DurableStateStoreRegistry$
- DurableStateUpdateStore<A> - Interface in org.apache.pekko.persistence.state.javadsl
-
API for updating durable state objects.
- DurableStateUpdateStore<A> - Interface in org.apache.pekko.persistence.state.scaladsl
-
API for updating durable state objects.
- durableStore() - Method in class org.apache.pekko.cluster.ddata.Replicator
- DurableStore - Class in org.apache.pekko.cluster.ddata
-
An actor implementing the durable store for the Distributed Data
Replicatorhas to implement the protocol with the messages defined here. - DurableStore() - Constructor for class org.apache.pekko.cluster.ddata.DurableStore
- DurableStore.DurableDataEnvelope - Class in org.apache.pekko.cluster.ddata
-
Wrapper class for serialization of a data value.
- DurableStore.LoadAll$ - Class in org.apache.pekko.cluster.ddata
-
Request to load all entries.
- DurableStore.LoadAllCompleted$ - Class in org.apache.pekko.cluster.ddata
- DurableStore.LoadData - Class in org.apache.pekko.cluster.ddata
- DurableStore.LoadData$ - Class in org.apache.pekko.cluster.ddata
- DurableStore.LoadFailed - Exception in org.apache.pekko.cluster.ddata
- DurableStore.Store - Class in org.apache.pekko.cluster.ddata
-
Request to store an entry.
- DurableStore.Store$ - Class in org.apache.pekko.cluster.ddata
- DurableStore.StoreReply - Class in org.apache.pekko.cluster.ddata
- DurableStore.StoreReply$ - Class in org.apache.pekko.cluster.ddata
- DurableStore$ - Class in org.apache.pekko.cluster.ddata
-
An actor implementing the durable store for the Distributed Data
Replicatorhas to implement the protocol with the messages defined here. - DurableStore$() - Constructor for class org.apache.pekko.cluster.ddata.DurableStore$
- durableStoreProps() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- durableWildcards() - Method in class org.apache.pekko.cluster.ddata.Replicator
- duration() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
-
Java API
- duration() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- duration() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- duration() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- duration() - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration
- duration() - Method in class org.apache.pekko.util.Timeout
- duration(String) - Method in class org.apache.pekko.testkit.javadsl.TestKit
- durationToTimeout(FiniteDuration) - Static method in class org.apache.pekko.util.Timeout
- durationToTimeout(FiniteDuration) - Method in class org.apache.pekko.util.Timeout$
- DWNOTIFICATIONDATA_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- dynamicAccess() - Method in class org.apache.pekko.actor.ExtendedActorSystem
-
ClassLoader wrapper which is used for reflective accesses internally.
- dynamicAccess() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
ClassLoader wrapper which is used for reflective accesses internally.
- dynamicAccess() - Method in interface org.apache.pekko.dispatch.DispatcherPrerequisites
- DynamicAccess - Class in org.apache.pekko.actor
-
The DynamicAccess implementation is the class which is used for loading all configurable parts of an actor system (the
pekko.actor.ReflectiveDynamicAccessis the default implementation). - DynamicAccess() - Constructor for class org.apache.pekko.actor.DynamicAccess
- dynamicAging() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings
- dynamicAging() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings
E
- e() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- each(T) - Method in class org.apache.pekko.dispatch.Foreach
-
This method will be invoked once when/if a Future that this callback is registered on becomes successfully completed
- eagerCancel() - Method in class org.apache.pekko.stream.scaladsl.Balance
- eagerCancel() - Method in class org.apache.pekko.stream.scaladsl.Broadcast
- eagerCancel() - Method in class org.apache.pekko.stream.scaladsl.Partition
- EagerCancellation() - Method in class org.apache.pekko.stream.Attributes.NestedMaterializationCancellationPolicy$
-
A
Attributes.NestedMaterializationCancellationPolicythat configures graph stages delaying nested flow materialization to cancel immediately when downstream cancels before nested flow materialization. - eagerClose() - Method in class org.apache.pekko.stream.scaladsl.Interleave
- eagerClose() - Method in class org.apache.pekko.stream.scaladsl.MergeLatest
- eagerClose() - Static method in class org.apache.pekko.stream.TLSClosing
-
Java API: obtain the
EagerClosesingleton value. - eagerClose() - Method in class org.apache.pekko.stream.TLSClosing$
-
Java API: obtain the
EagerClosesingleton value. - EagerClose - Class in org.apache.pekko.stream
-
see
TLSClosing - EagerClose() - Constructor for class org.apache.pekko.stream.EagerClose
- EagerClose$ - Class in org.apache.pekko.stream
- EagerClose$() - Constructor for class org.apache.pekko.stream.EagerClose$
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.Merge
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.MergePreferred
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.MergePrioritized
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- eagerComplete() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- eagerTerminateInput() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Input handler that terminates the operator upon receiving completion.
- EagerTerminateInput$() - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.EagerTerminateInput$
- eagerTerminateOutput() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Output handler that terminates the operator upon cancellation.
- EagerTerminateOutput$() - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.EagerTerminateOutput$
- EarliestFirstSystemMessageList$ - Class in org.apache.pekko.actor.typed.internal
- EarliestFirstSystemMessageList$ - Class in org.apache.pekko.dispatch.sysmsg
- EarliestFirstSystemMessageList$() - Constructor for class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
- EarliestFirstSystemMessageList$() - Constructor for class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- ec() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- EchoActor() - Constructor for class org.apache.pekko.testkit.TestActors.EchoActor
- echoActorProps() - Static method in class org.apache.pekko.testkit.TestActors
- echoActorProps() - Method in class org.apache.pekko.testkit.TestActors$
- Effect - Class in org.apache.pekko.actor.testkit.typed
-
All tracked effects for the
pekko.actor.testkit.typed.scaladsl.BehaviorTestKitandpekko.actor.testkit.typed.javadsl.BehaviorTestKitmust extend this type. - Effect - Interface in org.apache.pekko.japi
-
An executable piece of code that takes no parameters and doesn't return any value.
- Effect - Interface in org.apache.pekko.japi.function
-
An executable piece of code that takes no parameters and doesn't return any value.
- Effect<Event,State> - Interface in org.apache.pekko.persistence.typed.javadsl
-
A command handler returns an
Effectdirective that defines what event or events to persist. - Effect<Event,State> - Interface in org.apache.pekko.persistence.typed.scaladsl
-
A command handler returns an
Effectdirective that defines what event or events to persist. - Effect<State> - Interface in org.apache.pekko.persistence.typed.state.javadsl
-
A command handler returns an
Effectdirective that defines what state to persist. - Effect<State> - Interface in org.apache.pekko.persistence.typed.state.scaladsl
-
A command handler returns an
Effectdirective that defines what state to persist. - Effect() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Factory of effects.
- Effect() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
-
Factory of effects.
- Effect.MessageAdapter<A,T> - Class in org.apache.pekko.actor.testkit.typed
-
The behavior create a message adapter for the messages of type clazz
- Effect.MessageAdapter$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.NoEffects - Class in org.apache.pekko.actor.testkit.typed
-
Used for NoEffects expectations by type
- Effect.NoEffects$ - Class in org.apache.pekko.actor.testkit.typed
-
Used to represent an empty list of effects - in other words, the behavior didn't do anything observable
- Effect.ReceiveTimeoutCancelled - Class in org.apache.pekko.actor.testkit.typed
- Effect.ReceiveTimeoutCancelled$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.ReceiveTimeoutSet<T> - Class in org.apache.pekko.actor.testkit.typed
-
The behavior set a new receive timeout, with
messageas timeout notification - Effect.ReceiveTimeoutSet$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.Scheduled<U> - Class in org.apache.pekko.actor.testkit.typed
-
The behavior used
context.scheduleOnceto schedulemessageto be sent totargetafterdelayFIXME what about events scheduled through the scheduler? - Effect.Scheduled$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.Spawned<T> - Class in org.apache.pekko.actor.testkit.typed
-
The behavior spawned a named child with the given behavior (and optionally specific props)
- Effect.Spawned$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.SpawnedAdapter$ - Class in org.apache.pekko.actor.testkit.typed
-
INTERNAL API Spawning adapters is private[pekko]
- Effect.SpawnedAnonymous<T> - Class in org.apache.pekko.actor.testkit.typed
-
The behavior spawned an anonymous child with the given behavior (and optionally specific props)
- Effect.SpawnedAnonymous$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.SpawnedAnonymousAdapter$ - Class in org.apache.pekko.actor.testkit.typed
-
INTERNAL API
- Effect.Stopped - Class in org.apache.pekko.actor.testkit.typed
-
The behavior stopped
childName - Effect.Stopped$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerCancelled - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerCancelled$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerScheduled<U> - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerScheduled$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerScheduled$.FixedDelayMode$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerScheduled$.FixedDelayModeWithInitialDelay - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerScheduled$.FixedDelayModeWithInitialDelay$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerScheduled$.FixedRateMode$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerScheduled$.FixedRateModeWithInitialDelay - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerScheduled$.FixedRateModeWithInitialDelay$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerScheduled$.SingleMode$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.TimerScheduled$.TimerMode - Interface in org.apache.pekko.actor.testkit.typed
- Effect.Unwatched<T> - Class in org.apache.pekko.actor.testkit.typed
-
The behavior stopped watching
other, throughcontext.unwatch(other) - Effect.Unwatched$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.Watched<T> - Class in org.apache.pekko.actor.testkit.typed
-
The behavior started watching
other, throughcontext.watch(other) - Effect.Watched$ - Class in org.apache.pekko.actor.testkit.typed
- Effect.WatchedWith<U,T> - Class in org.apache.pekko.actor.testkit.typed
-
The behavior started watching
other, throughcontext.watchWith(other, message) - Effect.WatchedWith$ - Class in org.apache.pekko.actor.testkit.typed
- Effect$ - Class in org.apache.pekko.actor.testkit.typed
- Effect$ - Class in org.apache.pekko.persistence.typed.scaladsl
-
Factory methods for creating
Effectdirectives - how an event sourced actor reacts on a command. - Effect$ - Class in org.apache.pekko.persistence.typed.state.scaladsl
-
Factory methods for creating
Effectdirectives - how aDurableStateBehaviorreacts on a command. - Effect$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect$
- Effect$() - Constructor for class org.apache.pekko.persistence.typed.scaladsl.Effect$
- Effect$() - Constructor for class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
- EffectBuilder<Event,State> - Class in org.apache.pekko.persistence.typed.javadsl
-
A command handler returns an
Effectdirective that defines what event or events to persist. - EffectBuilder<State> - Class in org.apache.pekko.persistence.typed.state.javadsl
-
A command handler returns an
Effectdirective that defines what state to persist. - EffectBuilder<Event,State> - Interface in org.apache.pekko.persistence.typed.scaladsl
-
A command handler returns an
Effectdirective that defines what event or events to persist. - EffectBuilder<State> - Interface in org.apache.pekko.persistence.typed.state.scaladsl
-
A command handler returns an
Effectdirective that defines what state to persist. - EffectBuilder() - Constructor for class org.apache.pekko.persistence.typed.javadsl.EffectBuilder
- EffectBuilder() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.EffectBuilder
- EffectFactories<Event,State> - Class in org.apache.pekko.persistence.typed.javadsl
-
Factory methods for creating
Effectdirectives - how an event sourced actor reacts on a command. - EffectFactories<State> - Class in org.apache.pekko.persistence.typed.state.javadsl
-
Factory methods for creating
Effectdirectives - how aDurableStateBehaviorreacts on a command. - EffectFactories() - Constructor for class org.apache.pekko.persistence.typed.javadsl.EffectFactories
- EffectFactories() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories
- EffectFactories$ - Class in org.apache.pekko.persistence.typed.javadsl
-
INTERNAL API: see
class EffectFactories - EffectFactories$ - Class in org.apache.pekko.persistence.typed.state.javadsl
-
INTERNAL API: see
class EffectFactories - EffectFactories$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.EffectFactories$
- EffectFactories$() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories$
- effectivelyForever() - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl$
- Effects - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Factories for behavior effects for
BehaviorTestKit, each effect has a suitable equals and can be used to compare actual effects to expected ones. - Effects - Class in org.apache.pekko.actor.testkit.typed.scaladsl
-
Factories for behavior effects for
BehaviorTestKit, each effect has a suitable equals and can be used to compare actual effects to expected ones. - Effects() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.Effects
- Effects() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
- Effects$ - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Factories for behavior effects for
BehaviorTestKit, each effect has a suitable equals and can be used to compare actual effects to expected ones. - Effects$ - Class in org.apache.pekko.actor.testkit.typed.scaladsl
-
Factories for behavior effects for
BehaviorTestKit, each effect has a suitable equals and can be used to compare actual effects to expected ones. - Effects$() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
- Effects$() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
- element() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- element() - Method in class org.apache.pekko.util.PriorityQueueStabilizer.WrappedElement
- elements() - Method in interface org.apache.pekko.actor.ActorPath
-
Sequence of names for this path from root to this.
- elements() - Method in class org.apache.pekko.actor.ChildActorPath
- elements() - Method in class org.apache.pekko.actor.RootActorPath
- elements() - Method in class org.apache.pekko.cluster.ddata.GSet
- elements() - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Scala API
- elements() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Scala API
- elements() - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- ELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- emit(Outlet<T>, T) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Emit an element through the given outlet, suspending execution if necessary.
- emit(Outlet<T>, T, Effect) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
- emit(Outlet<T>, T, Function0<BoxedUnit>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Emit an element through the given outlet and continue with the given thunk afterwards, suspending execution if necessary.
- emitEarly() - Static method in class org.apache.pekko.stream.DelayOverflowStrategy
-
If the buffer is full when a new element is available this strategy send next element downstream without waiting Will backpressure if downstream is not ready.
- emitEarly() - Method in class org.apache.pekko.stream.DelayOverflowStrategy$
-
If the buffer is full when a new element is available this strategy send next element downstream without waiting Will backpressure if downstream is not ready.
- EmitEarly$() - Constructor for class org.apache.pekko.stream.OverflowStrategies.EmitEarly$
- emitMultiple(Outlet<T>, Iterator<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Java API
- emitMultiple(Outlet<T>, Iterator<T>, Effect) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Java API
- emitMultiple(Outlet<T>, Iterable<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Emit a sequence of elements through the given outlet, suspending execution if necessary.
- emitMultiple(Outlet<T>, Iterable<T>, Function0<BoxedUnit>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Emit a sequence of elements through the given outlet and continue with the given thunk afterwards, suspending execution if necessary.
- emitMultiple(Outlet<T>, Iterator<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Emit a sequence of elements through the given outlet, suspending execution if necessary.
- emitMultiple(Outlet<T>, Iterator<T>, Function0<BoxedUnit>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Emit a sequence of elements through the given outlet and continue with the given thunk afterwards, suspending execution if necessary.
- empty() - Static method in class org.apache.pekko.actor.Props
-
A Props instance whose creator will create an actor that doesn't respond to any message
- empty() - Method in class org.apache.pekko.actor.Props$
-
A Props instance whose creator will create an actor that doesn't respond to any message
- empty() - Static method in class org.apache.pekko.actor.setup.ActorSystemSetup
- empty() - Method in class org.apache.pekko.actor.setup.ActorSystemSetup$
- empty() - Method in class org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl$
- empty() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
An empty filter that doesn't match any events.
- empty() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
An empty filter that doesn't match any events.
- empty() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
An empty filter that doesn't match any events.
- empty() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- empty() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State$
- empty() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- empty() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- empty() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl$
- empty() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector$
- empty() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault$
- empty() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent$
- empty() - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
A behavior that treats every incoming message as unhandled.
- empty() - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
A behavior that treats every incoming message as unhandled.
- empty() - Static method in class org.apache.pekko.actor.typed.Props
-
Empty props instance, should seldom be needed in user code but can be useful as a default props where custom configuration of an actor is possible.
- empty() - Method in class org.apache.pekko.actor.typed.Props$
-
Empty props instance, should seldom be needed in user code but can be useful as a default props where custom configuration of an actor is possible.
- empty() - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
A behavior that treats every incoming message as unhandled.
- empty() - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
A behavior that treats every incoming message as unhandled.
- empty() - Static method in class org.apache.pekko.cluster.ddata.Flag
-
Flagthat is initialized tofalse. - empty() - Method in class org.apache.pekko.cluster.ddata.Flag$
-
Flagthat is initialized tofalse. - empty() - Static method in class org.apache.pekko.cluster.ddata.GCounter
- empty() - Method in class org.apache.pekko.cluster.ddata.GCounter$
- empty() - Static method in class org.apache.pekko.cluster.ddata.GSet
- empty() - Method in class org.apache.pekko.cluster.ddata.GSet$
- empty() - Static method in class org.apache.pekko.cluster.ddata.LWWMap
- empty() - Method in class org.apache.pekko.cluster.ddata.LWWMap$
- empty() - Static method in class org.apache.pekko.cluster.ddata.ORMap
- empty() - Method in class org.apache.pekko.cluster.ddata.ORMap$
- empty() - Static method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Provides an empty multimap.
- empty() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap$
-
Provides an empty multimap.
- empty() - Static method in class org.apache.pekko.cluster.ddata.ORSet
- empty() - Method in class org.apache.pekko.cluster.ddata.ORSet$
- empty() - Static method in class org.apache.pekko.cluster.ddata.PNCounter
- empty() - Method in class org.apache.pekko.cluster.ddata.PNCounter$
- empty() - Static method in class org.apache.pekko.cluster.ddata.PNCounterMap
- empty() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap$
- empty() - Static method in class org.apache.pekko.cluster.ddata.VersionVector
- empty() - Method in class org.apache.pekko.cluster.ddata.VersionVector$
- empty() - Method in class org.apache.pekko.cluster.Gossip$
- empty() - Method in class org.apache.pekko.cluster.metrics.MetricsGossip$
- empty() - Method in class org.apache.pekko.cluster.Reachability$
- empty() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- empty() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
- empty() - Method in class org.apache.pekko.io.Tcp.Write$
-
The empty Write doesn't write anything and isn't acknowledged.
- empty() - Method in class org.apache.pekko.japi.pf.CaseStatement$
- empty() - Static method in class org.apache.pekko.persistence.journal.EventSeq
-
Java API
- empty() - Method in class org.apache.pekko.persistence.journal.EventSeq$
-
Java API
- empty() - Method in class org.apache.pekko.persistence.PluginSpec
- empty() - Static method in class org.apache.pekko.persistence.typed.crdt.Counter
- empty() - Method in class org.apache.pekko.persistence.typed.crdt.Counter$
- empty() - Method in class org.apache.pekko.persistence.typed.EventSeq$
- empty() - Method in class org.apache.pekko.persistence.typed.internal.VersionVector$
- empty() - Static method in class org.apache.pekko.persistence.typed.javadsl.SignalHandler
- empty() - Method in class org.apache.pekko.persistence.typed.javadsl.SignalHandler$
- empty() - Static method in class org.apache.pekko.persistence.typed.state.javadsl.SignalHandler
- empty() - Method in class org.apache.pekko.persistence.typed.state.javadsl.SignalHandler$
- empty() - Method in class org.apache.pekko.remote.artery.compress.CompressionTable$
- empty() - Method in class org.apache.pekko.remote.artery.compress.DecompressionTable$
- empty() - Static method in class org.apache.pekko.stream.javadsl.Source
-
Create a
Sourcewith no elements, i.e. - empty() - Method in class org.apache.pekko.stream.javadsl.Source$
-
Create a
Sourcewith no elements, i.e. - empty() - Static method in class org.apache.pekko.stream.scaladsl.Source
-
A
Sourcewith no elements, i.e. - empty() - Method in class org.apache.pekko.stream.scaladsl.Source$
-
A
Sourcewith no elements, i.e. - empty() - Static method in class org.apache.pekko.stream.testkit.TestPublisher
-
Publisher that signals complete to subscribers, after handing a void subscription.
- empty() - Method in class org.apache.pekko.stream.testkit.TestPublisher$
-
Publisher that signals complete to subscribers, after handing a void subscription.
- empty() - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator$
- empty() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator$
- empty() - Method in class org.apache.pekko.util.ByteString.ByteString1$
- empty() - Method in class org.apache.pekko.util.ByteString.ByteString1C$
- empty() - Method in class org.apache.pekko.util.ByteString
- empty() - Method in class org.apache.pekko.util.ByteString$
- empty() - Static method in class org.apache.pekko.util.CompactByteString
- empty() - Method in class org.apache.pekko.util.CompactByteString$
- empty() - Method in class org.apache.pekko.util.ImmutableIntMap$
- empty() - Static method in class org.apache.pekko.util.MessageBuffer
-
Create an empty message buffer.
- empty() - Method in class org.apache.pekko.util.MessageBuffer$
-
Create an empty message buffer.
- empty() - Method in class org.apache.pekko.util.RecencyList$
- empty() - Static method in class org.apache.pekko.util.TypedMultiMap
-
Obtain the empty map for the given key type and key–value type function.
- empty() - Method in class org.apache.pekko.util.TypedMultiMap$
-
Obtain the empty map for the given key type and key–value type function.
- empty(boolean) - Method in class org.apache.pekko.util.FrequencyList$
- empty(Class<T>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Create a
Sourcewith no elements. - empty(Class<T>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Create a
Sourcewith no elements. - empty(ReplicaId) - Static method in class org.apache.pekko.persistence.typed.crdt.ORSet
- empty(ReplicaId) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet$
- empty(Seq<Object>) - Method in class org.apache.pekko.util.SegmentedRecencyList$
- empty(ClassTag<A>) - Method in class org.apache.pekko.remote.artery.ImmutableLongMap$
- Empty() - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- empty$default$1() - Method in class org.apache.pekko.util.FrequencyList$
- emptyActorRefSet() - Method in class org.apache.pekko.actor.ActorCell$
- emptyBehavior() - Static method in class org.apache.pekko.actor.AbstractActor
-
emptyBehavior is a Receive-expression that matches no messages at all, ever.
- emptyBehavior() - Method in class org.apache.pekko.actor.AbstractActor$
-
emptyBehavior is a Receive-expression that matches no messages at all, ever.
- EmptyBehavior() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorTags
- EmptyBehavior() - Method in class org.apache.pekko.actor.typed.internal.BehaviorTags$
- emptyBehavior$() - Constructor for class org.apache.pekko.actor.Actor.emptyBehavior$
- emptyBehaviorStack() - Method in class org.apache.pekko.actor.ActorCell$
- emptyByteString() - Static method in class org.apache.pekko.util.ByteString
-
Java API
- emptyByteString() - Method in class org.apache.pekko.util.ByteString$
-
Java API
- emptyCancellable() - Method in class org.apache.pekko.actor.ActorCell$
- EmptyChildrenContainer$() - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer$
- emptyConfig() - Method in class org.apache.pekko.dispatch.CachingConfig$
- emptyConfig() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbStore$
- emptyConsistentHashMapping$() - Constructor for class org.apache.pekko.routing.ConsistentHashingRouter.emptyConsistentHashMapping$
- EmptyEventSeq - Class in org.apache.pekko.persistence.typed
-
INTERNAL API
- EmptyEventSeq - Interface in org.apache.pekko.persistence.journal
- EmptyEventSeq() - Constructor for class org.apache.pekko.persistence.typed.EmptyEventSeq
- EmptyEventSeq$ - Class in org.apache.pekko.persistence.journal
- EmptyEventSeq$ - Class in org.apache.pekko.persistence.typed
-
INTERNAL API
- EmptyEventSeq$() - Constructor for class org.apache.pekko.persistence.journal.EmptyEventSeq$
- EmptyEventSeq$() - Constructor for class org.apache.pekko.persistence.typed.EmptyEventSeq$
- EmptyImmutableSeq$() - Constructor for class org.apache.pekko.util.Collections.EmptyImmutableSeq$
- emptyMDC() - Static method in class org.apache.pekko.event.Logging
-
LoggingAdapter extension which adds MDC support.
- emptyMDC() - Method in class org.apache.pekko.event.Logging$
-
LoggingAdapter extension which adds MDC support.
- emptyMembers() - Method in class org.apache.pekko.cluster.Gossip$
- EmptyORMultiMap() - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist$
- emptyPathEntry() - Method in class org.apache.pekko.dispatch.CachingConfig$
- EmptyProps$() - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
- emptyReceiveTimeoutData() - Method in class org.apache.pekko.actor.dungeon.ReceiveTimeout$
- emptyState() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Implement by returning the initial empty state object.
- emptyState() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
-
Implement by returning the initial empty state object.
- emptyStats() - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- emptyStats() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer$
- emptyStats() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
- emptyTimeToLive() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- emptyTimeToLive() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- emptyTimeToLive() - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- emptyWithValueDeltas() - Static method in class org.apache.pekko.cluster.ddata.ORMultiMap
- emptyWithValueDeltas() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap$
- EnableAdditionalSerializationBindings() - Method in class org.apache.pekko.actor.ActorSystem.Settings
-
Deprecated.Always enabled from Akka 2.6.0. Since Akka 2.6.0.
- enabled() - Method in class org.apache.pekko.actor.typed.LogOptions
- enabled() - Method in class org.apache.pekko.cluster.ddata.Flag
- enabled() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- enabled() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- enabled() - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings
- enabled() - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings$
- enabled() - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- enabled() - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- Enabled() - Static method in class org.apache.pekko.cluster.ddata.Flag
-
Flagthat is initialized totrue. - Enabled() - Method in class org.apache.pekko.cluster.ddata.Flag$
-
Flagthat is initialized totrue. - ENABLED_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- enabledCipherSuites() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- enabledProtocols() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- enabledSerializationSettings() - Static method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
- enabledSerializationSettings() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit$
- enableInterest(int) - Method in interface org.apache.pekko.io.ChannelRegistration
- EnableSsl() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- ENCLOSEDMESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- ENCLOSEDMESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- ENCLOSEDMESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Payload
- ENCLOSEDMESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- ENCLOSEDMESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.Payload
- encName(String) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$
- encodeBase64() - Method in class org.apache.pekko.util.ByteString.ByteString1
- encodeBase64() - Method in class org.apache.pekko.util.ByteString.ByteString1C
- encodeBase64() - Method in class org.apache.pekko.util.ByteString.ByteStrings
- encodeBase64() - Method in class org.apache.pekko.util.ByteString
-
Returns a ByteString which is the Base64 representation of this ByteString
- encodeConnectionHeader(int) - Method in class org.apache.pekko.remote.artery.tcp.TcpFraming$
-
When establishing the connection this header is sent first.
- encodeFrameHeader(int) - Method in class org.apache.pekko.remote.artery.tcp.TcpFraming$
-
Each frame starts with the frame header that contains the length of the frame.
- encodeLength(int) - Method in class org.apache.pekko.io.dns.internal.TcpDnsClient$
- encodePdu(PekkoPduCodec.PekkoPdu) - Method in interface org.apache.pekko.remote.transport.PekkoPduCodec
-
Takes an
pekko.remote.transport.PekkoPduCodec.PekkoPdurepresentation of a Pekko PDU and returns its encoded form as apekko.util.ByteString. - encodePdu(PekkoPduCodec.PekkoPdu) - Static method in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- Encoder$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- Encoder$() - Constructor for class org.apache.pekko.remote.artery.Encoder$
- End() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- end_$eq(Duration) - Method in interface org.apache.pekko.testkit.TestKitBase
- End$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End$
- EndData() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- EndData$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData$
- EndMarker() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Timestamp$
- EndMarker() - Method in class org.apache.pekko.cluster.VectorClock.Timestamp$
- EndpointManager$ - Class in org.apache.pekko.remote
-
INTERNAL API
- EndpointManager$() - Constructor for class org.apache.pekko.remote.EndpointManager$
- EndpointManagerName() - Method in class org.apache.pekko.remote.Remoting$
- EndpointReader$ - Class in org.apache.pekko.remote
-
INTERNAL API
- EndpointReader$() - Constructor for class org.apache.pekko.remote.EndpointReader$
- EndpointWriter$ - Class in org.apache.pekko.remote
-
INTERNAL API
- EndpointWriter$() - Constructor for class org.apache.pekko.remote.EndpointWriter$
- endWith() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- endWith() - Method in class org.apache.pekko.persistence.PluginSpec
- enforceLocalConsumer(ActorRef<?>) - Static method in class org.apache.pekko.actor.typed.delivery.internal.ConsumerControllerImpl
- enforceLocalConsumer(ActorRef<?>) - Method in class org.apache.pekko.actor.typed.delivery.internal.ConsumerControllerImpl$
- enforceLocalProducer(ActorRef<?>) - Static method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl
- enforceLocalProducer(ActorRef<?>) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl$
- enforcing() - Static method in class org.apache.pekko.stream.ThrottleMode
-
Java API: Makes throttle fail with exception when upstream is faster than throttle rate
- enforcing() - Method in class org.apache.pekko.stream.ThrottleMode$
-
Java API: Makes throttle fail with exception when upstream is faster than throttle rate
- Enforcing$() - Constructor for class org.apache.pekko.stream.ThrottleMode.Enforcing$
- EnhancedDoubleHashGenerator(Random) - Constructor for class org.apache.pekko.io.dns.IdGenerator.EnhancedDoubleHashGenerator
- EnhancedDoubleHashRandom$() - Constructor for class org.apache.pekko.io.dns.IdGenerator.Policy$.EnhancedDoubleHashRandom$
- ENil() - Static method in class org.apache.pekko.actor.typed.internal.SystemMessageList
- ENil() - Method in class org.apache.pekko.actor.typed.internal.SystemMessageList$
- ENil() - Static method in class org.apache.pekko.dispatch.sysmsg.SystemMessageList
- ENil() - Method in class org.apache.pekko.dispatch.sysmsg.SystemMessageList$
- enqueue(ActorRef, Envelope) - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox.MessageQueue
- enqueue(ActorRef, Envelope) - Method in interface org.apache.pekko.dispatch.BoundedDequeBasedMessageQueue
- enqueue(ActorRef, Envelope) - Method in class org.apache.pekko.dispatch.BoundedNodeMessageQueue
- enqueue(ActorRef, Envelope) - Method in interface org.apache.pekko.dispatch.BoundedQueueBasedMessageQueue
- enqueue(ActorRef, Envelope) - Method in interface org.apache.pekko.dispatch.ControlAwareMessageQueueSemantics
- enqueue(ActorRef, Envelope) - Method in interface org.apache.pekko.dispatch.MessageQueue
-
Try to enqueue the message to this queue, or throw an exception.
- enqueue(ActorRef, Envelope) - Method in class org.apache.pekko.dispatch.NodeMessageQueue
- enqueue(ActorRef, Envelope) - Method in interface org.apache.pekko.dispatch.UnboundedDequeBasedMessageQueue
- enqueue(ActorRef, Envelope) - Method in interface org.apache.pekko.dispatch.UnboundedQueueBasedMessageQueue
- enqueue(ActorRef, Envelope) - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- enqueued() - Static method in class org.apache.pekko.stream.QueueOfferResult
-
Java API: The
Enqueuedsingleton instance - enqueued() - Method in class org.apache.pekko.stream.QueueOfferResult$
-
Java API: The
Enqueuedsingleton instance - Enqueued$() - Constructor for class org.apache.pekko.stream.QueueOfferResult.Enqueued$
- enqueueFirst(ActorRef, Envelope) - Method in interface org.apache.pekko.dispatch.BoundedDequeBasedMessageQueue
- enqueueFirst(ActorRef, Envelope) - Method in interface org.apache.pekko.dispatch.DequeBasedMessageQueueSemantics
- enqueueFirst(ActorRef, Envelope) - Method in interface org.apache.pekko.dispatch.UnboundedDequeBasedMessageQueue
- enqueueFirst(Envelope) - Method in interface org.apache.pekko.actor.StashSupport
-
Enqueues
envelopeat the first position in the mailbox. - enrichAsJavaBiConsumer(Function2<T, U, BoxedUnit>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaBiFunction(Function2<T, U, R>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaBinaryOperator(Function2<T, A1, A2>, $eq$colon$eq<A1, T>, $eq$colon$eq<A2, T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaBiPredicate(Function2<T, U, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaBooleanSupplier(Function0<Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaConsumer(Function1<T, BoxedUnit>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaDoubleBinaryOperator(Function2<A0, A1, Object>, $eq$colon$eq<A0, Object>, $eq$colon$eq<A1, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaDoubleConsumer(Function1<A0, BoxedUnit>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaDoubleFunction(Function1<A0, R>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaDoublePredicate(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaDoubleSupplier(Function0<Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaDoubleToIntFunction(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaDoubleToLongFunction(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaDoubleUnaryOperator(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaFunction(Function1<T, R>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaIntBinaryOperator(Function2<A0, A1, Object>, $eq$colon$eq<A0, Object>, $eq$colon$eq<A1, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaIntConsumer(Function1<A0, BoxedUnit>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaIntFunction(Function1<A0, R>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaIntPredicate(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaIntSupplier(Function0<Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaIntToDoubleFunction(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaIntToLongFunction(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaIntUnaryOperator(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaLongBinaryOperator(Function2<A0, A1, Object>, $eq$colon$eq<A0, Object>, $eq$colon$eq<A1, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaLongConsumer(Function1<A0, BoxedUnit>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaLongFunction(Function1<A0, R>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaLongPredicate(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaLongSupplier(Function0<Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaLongToDoubleFunction(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaLongToIntFunction(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaLongUnaryOperator(Function1<A0, Object>, $eq$colon$eq<A0, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaObjDoubleConsumer(Function2<T, A1, BoxedUnit>, $eq$colon$eq<A1, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaObjIntConsumer(Function2<T, A1, BoxedUnit>, $eq$colon$eq<A1, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaObjLongConsumer(Function2<T, A1, BoxedUnit>, $eq$colon$eq<A1, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaPredicate(Function1<T, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaSupplier(Function0<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaToDoubleBiFunction(Function2<T, U, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaToDoubleFunction(Function1<T, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaToIntBiFunction(Function2<T, U, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaToIntFunction(Function1<T, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaToLongBiFunction(Function2<T, U, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaToLongFunction(Function1<T, Object>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsJavaUnaryOperator(Function1<T, A1>, $eq$colon$eq<A1, T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromBiConsumer(BiConsumer<T, U>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromBiFunction(BiFunction<T, U, R>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromBinaryOperator(BinaryOperator<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromBiPredicate(BiPredicate<T, U>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromBooleanSupplier(BooleanSupplier) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromConsumer(Consumer<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromDoubleBinaryOperator(DoubleBinaryOperator) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromDoubleConsumer(DoubleConsumer) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromDoubleFunction(DoubleFunction<R>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromDoublePredicate(DoublePredicate) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromDoubleSupplier(DoubleSupplier) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromDoubleToIntFunction(DoubleToIntFunction) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromDoubleToLongFunction(DoubleToLongFunction) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromDoubleUnaryOperator(DoubleUnaryOperator) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromFunction(Function<T, R>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromIntBinaryOperator(IntBinaryOperator) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromIntConsumer(IntConsumer) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromIntFunction(IntFunction<R>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromIntPredicate(IntPredicate) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromIntSupplier(IntSupplier) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromIntToDoubleFunction(IntToDoubleFunction) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromIntToLongFunction(IntToLongFunction) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromIntUnaryOperator(IntUnaryOperator) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromLongBinaryOperator(LongBinaryOperator) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromLongConsumer(LongConsumer) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromLongFunction(LongFunction<R>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromLongPredicate(LongPredicate) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromLongSupplier(LongSupplier) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromLongToDoubleFunction(LongToDoubleFunction) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromLongToIntFunction(LongToIntFunction) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromLongUnaryOperator(LongUnaryOperator) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromObjDoubleConsumer(ObjDoubleConsumer<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromObjIntConsumer(ObjIntConsumer<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromObjLongConsumer(ObjLongConsumer<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromPredicate(Predicate<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromSupplier(Supplier<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromToDoubleBiFunction(ToDoubleBiFunction<T, U>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromToDoubleFunction(ToDoubleFunction<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromToIntBiFunction(ToIntBiFunction<T, U>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromToIntFunction(ToIntFunction<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromToLongBiFunction(ToLongBiFunction<T, U>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromToLongFunction(ToLongFunction<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichAsScalaFromUnaryOperator(UnaryOperator<T>) - Static method in class org.apache.pekko.util.FunctionConverters
- enrichWithPoolDispatcher(Props, ActorContext) - Method in interface org.apache.pekko.routing.Pool
-
INTERNAL API
- ensureSubscription() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
-
Asserts that a subscription has been received or will be received
- ensureSubscription() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.Probe
-
Asserts that a subscription has been received or will be received
- ensureValueBufferSize(int) - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- enter() - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Invoked on the transitioned-to state during transition.
- enter(Timeout, Seq<String>) - Method in interface org.apache.pekko.remote.testconductor.Player
-
Enter the named barriers, one after the other, in the order given.
- enter(Seq<String>) - Method in interface org.apache.pekko.remote.testconductor.Player
-
Enter the named barriers, one after the other, in the order given.
- Enter - org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Enter = 1; - Enter_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Enter = 1; - enterBarrier(Seq<String>) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Enter the named barriers in the order given.
- enterBarrier(FiniteDuration, Seq<String>) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Enter the named barriers in the order given.
- EnterBarrier$ - Class in org.apache.pekko.remote.testconductor
- EnterBarrier$() - Constructor for class org.apache.pekko.remote.testconductor.EnterBarrier$
- entities() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- entities() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- ENTITIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- entitiesWithDemand() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- entity() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- entity() - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntity
- entity() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- Entity<M,E> - Class in org.apache.pekko.cluster.sharding.typed.javadsl
-
Defines how the entity should be created.
- Entity<M,E> - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
-
Defines how the entity should be created.
- Entity() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
- ENTITY_TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- Entity$ - Class in org.apache.pekko.cluster.sharding.typed.javadsl
- Entity$ - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
- Entity$() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.Entity$
- Entity$() - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity$
- EntityContext<M> - Class in org.apache.pekko.cluster.sharding.typed.javadsl
-
Parameter to
createBehaviorfunction inEntity.of. - EntityContext<M> - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
-
Parameter to
createBehaviorfunction inEntity.apply. - EntityContext(EntityTypeKey<M>, String, ActorRef<ClusterSharding.ShardCommand>) - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.EntityContext
- EntityContext(EntityTypeKey<M>, String, ActorRef<ClusterSharding.ShardCommand>) - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.EntityContext
- ENTITYCOUNT_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- EntityFactory<M> - Interface in org.apache.pekko.cluster.sharding.typed.javadsl
- entityId() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- entityId() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- entityId() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- entityId() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- entityId() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.EntityContext
- entityId() - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.EntityRef
-
The identifier for the particular entity referenced by this EntityRef.
- entityId() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- entityId() - Method in interface org.apache.pekko.persistence.typed.javadsl.ReplicationContext
- entityId() - Method in class org.apache.pekko.persistence.typed.PersistenceId
- entityId() - Method in class org.apache.pekko.persistence.typed.ReplicationId
- entityId() - Method in interface org.apache.pekko.persistence.typed.scaladsl.ReplicationContext
- entityId(E) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingMessageExtractor
-
Extract the entity id from an incoming
message. - entityId(ShardingEnvelope<M>) - Method in class org.apache.pekko.cluster.sharding.typed.HashCodeMessageExtractor
- entityId(ShardingEnvelope<M>) - Method in class org.apache.pekko.cluster.sharding.typed.Murmur2MessageExtractor
- ENTITYID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- ENTITYID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- ENTITYID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- ENTITYID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- ENTITYID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- ENTITYID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- ENTITYID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- ENTITYIDS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- ENTITYIDS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- entityPassivate(String) - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- entityPassivate(String) - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- entityPassivate(String) - Method in interface org.apache.pekko.cluster.sharding.ShardingFlightRecorder
- entityPassivateRestart(String) - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- entityPassivateRestart(String) - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- entityPassivateRestart(String) - Method in interface org.apache.pekko.cluster.sharding.ShardingFlightRecorder
- EntityPassivationStrategy$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- EntityPassivationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.internal.EntityPassivationStrategy$
- entityProps() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
- entityProps() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
- entityRecoveryConstantRateStrategyFrequency() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- entityRecoveryConstantRateStrategyFrequency() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- entityRecoveryConstantRateStrategyNumberOfEntities() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- entityRecoveryConstantRateStrategyNumberOfEntities() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- entityRecoveryStrategy() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- entityRecoveryStrategy() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- EntityRef<M> - Class in org.apache.pekko.cluster.sharding.typed.javadsl
-
A reference to an sharded Entity, which allows
ActorRef-like usage. - EntityRef<M> - Interface in org.apache.pekko.cluster.sharding.typed.scaladsl
-
A reference to an sharded Entity, which allows
ActorRef-like usage. - EntityRef() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.EntityRef
- entityRefFor(EntityTypeKey<M>, String) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding
-
Create an
ActorRef-like reference to a specific sharded entity. - entityRefFor(EntityTypeKey<M>, String, String) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding
-
Create an
ActorRef-like reference to a specific sharded entity running in another data center. - entityRefFor(EntityTypeKey<M>, String) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding
-
Create an
ActorRef-like reference to a specific sharded entity. - entityRefFor(EntityTypeKey<M>, String, String) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding
-
Create an
ActorRef-like reference to a specific sharded entity running in another data center. - EntityRefImpl$ - Class in org.apache.pekko.cluster.sharding.typed.internal
- EntityRefImpl$() - Constructor for class org.apache.pekko.cluster.sharding.typed.internal.EntityRefImpl$
- entityRefsFor(String) - Method in interface org.apache.pekko.cluster.sharding.typed.ReplicatedSharding
-
Scala API: Returns the entity ref for each replica for user defined routing/replica selection
- entityRestartBackoff() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- entityRestartBackoff() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- entityTerminated(String) - Static method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy
- entityTerminated(String) - Method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy$
- entityTouched(String) - Static method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy
- entityTouched(String) - Method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy$
- entityType() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- entityTypeHint() - Method in class org.apache.pekko.persistence.typed.PersistenceId
- entityTypeKey() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- entityTypeKey() - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- entityTypeKey() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.EntityContext
- EntityTypeKey<T> - Class in org.apache.pekko.cluster.sharding.typed.javadsl
-
The key of an entity type, the
namemust be unique. - EntityTypeKey<T> - Interface in org.apache.pekko.cluster.sharding.typed.scaladsl
-
The key of an entity type, the
namemust be unique. - EntityTypeKey() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.EntityTypeKey
- EntityTypeKey$ - Class in org.apache.pekko.cluster.sharding.typed.javadsl
- EntityTypeKey$ - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
- EntityTypeKey$() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.EntityTypeKey$
- EntityTypeKey$() - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.EntityTypeKey$
- entityTypeKeyClass() - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController
-
Java API: The generic
Classtype forConsumerController.SequencedMessagethat can be used when creating anEntityTypeKeyfor theShardedConsumerControllerwithClass.>> - entityTypeKeyClass() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController$
-
Java API: The generic
Classtype forConsumerController.SequencedMessagethat can be used when creating anEntityTypeKeyfor theShardedConsumerControllerwithClass.>> - EntityTypeKeyImpl$ - Class in org.apache.pekko.cluster.sharding.typed.internal
- EntityTypeKeyImpl$() - Constructor for class org.apache.pekko.cluster.sharding.typed.internal.EntityTypeKeyImpl$
- entries() - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Scala API: All entries of the map.
- entries() - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Scala API: All entries of the map.
- entries() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Scala API: All entries of a multimap where keys are strings and values are sets.
- entries() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Scala API
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- ENTRIES_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- entriesFor$extension(ServiceRegistry, org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- ENTRYDATA_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- envelope() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- envelope() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- envelope() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- Envelope - Class in org.apache.pekko.dispatch
- Envelope() - Constructor for class org.apache.pekko.dispatch.Envelope
- ENVELOPE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- ENVELOPE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- ENVELOPE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- ENVELOPE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- ENVELOPE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- Envelope$ - Class in org.apache.pekko.dispatch
- Envelope$() - Constructor for class org.apache.pekko.dispatch.Envelope$
- envelopeBuffer() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- EnvelopeBuffer$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- EnvelopeBuffer$() - Constructor for class org.apache.pekko.remote.artery.EnvelopeBuffer$
- equals(Object) - Static method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.actor.ActorIdentity
- equals(Object) - Method in exception org.apache.pekko.actor.ActorKilledException
- equals(Object) - Method in exception org.apache.pekko.actor.ActorNotFound
- equals(Object) - Method in class org.apache.pekko.actor.ActorRef
-
Equals takes path and the unique id of the actor cell into account.
- equals(Object) - Method in class org.apache.pekko.actor.ActorSelection
- equals(Object) - Method in class org.apache.pekko.actor.Address
- equals(Object) - Method in class org.apache.pekko.actor.AllForOneStrategy
- equals(Object) - Method in class org.apache.pekko.actor.ChildActorPath
- equals(Object) - Static method in class org.apache.pekko.actor.ChildNameReserved
- equals(Object) - Method in class org.apache.pekko.actor.ChildRestartStats
- equals(Object) - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- equals(Object) - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- equals(Object) - Method in class org.apache.pekko.actor.DeadLetter
- equals(Object) - Method in exception org.apache.pekko.actor.DeathPactException
- equals(Object) - Method in class org.apache.pekko.actor.Deploy
- equals(Object) - Method in class org.apache.pekko.actor.Dropped
- equals(Object) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- equals(Object) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- equals(Object) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- equals(Object) - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- equals(Object) - Method in interface org.apache.pekko.actor.ExtensionId
- equals(Object) - Method in class org.apache.pekko.actor.FSM.CurrentState
- equals(Object) - Method in class org.apache.pekko.actor.FSM.Event
- equals(Object) - Method in class org.apache.pekko.actor.FSM.Failure
- equals(Object) - Method in class org.apache.pekko.actor.FSM.LogEntry
- equals(Object) - Method in class org.apache.pekko.actor.FSM.State
- equals(Object) - Method in class org.apache.pekko.actor.FSM.StopEvent
- equals(Object) - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- equals(Object) - Method in class org.apache.pekko.actor.FSM.Timer
- equals(Object) - Method in class org.apache.pekko.actor.FSM.Transition
- equals(Object) - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- equals(Object) - Method in class org.apache.pekko.actor.Identify
- equals(Object) - Method in exception org.apache.pekko.actor.IllegalActorStateException
- equals(Object) - Method in exception org.apache.pekko.actor.InvalidActorNameException
- equals(Object) - Method in exception org.apache.pekko.actor.InvalidMessageException
- equals(Object) - Static method in class org.apache.pekko.actor.Kill
- equals(Object) - Static method in class org.apache.pekko.actor.LocalScope
- equals(Object) - Static method in class org.apache.pekko.actor.Nobody
- equals(Object) - Static method in class org.apache.pekko.actor.NoScopeGiven
- equals(Object) - Method in class org.apache.pekko.actor.OneForOneStrategy
- equals(Object) - Static method in class org.apache.pekko.actor.PoisonPill
- equals(Object) - Method in exception org.apache.pekko.actor.PostRestartException
- equals(Object) - Method in exception org.apache.pekko.actor.PreRestartException
- equals(Object) - Method in class org.apache.pekko.actor.Props
- equals(Object) - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- equals(Object) - Static method in class org.apache.pekko.actor.ReceiveTimeout
- equals(Object) - Method in class org.apache.pekko.actor.RootActorPath
- equals(Object) - Method in exception org.apache.pekko.actor.SchedulerException
- equals(Object) - Static method in class org.apache.pekko.actor.SelectParent
- equals(Object) - Method in class org.apache.pekko.actor.Status.Failure
- equals(Object) - Method in class org.apache.pekko.actor.Status.Success
- equals(Object) - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- equals(Object) - Method in class org.apache.pekko.actor.Terminated
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- equals(Object) - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- equals(Object) - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- equals(Object) - Method in class org.apache.pekko.actor.typed.ActorRef.ActorRefOps
- equals(Object) - Static method in class org.apache.pekko.actor.typed.ActorRefResolver
- equals(Object) - Method in class org.apache.pekko.actor.typed.Behavior.BehaviorDecorators
- equals(Object) - Method in class org.apache.pekko.actor.typed.ChildFailed
- equals(Object) - Method in exception org.apache.pekko.actor.typed.DeathPactException
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- equals(Object) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- equals(Object) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- equals(Object) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- equals(Object) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- equals(Object) - Method in class org.apache.pekko.actor.typed.ExtensionId
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- equals(Object) - Method in interface org.apache.pekko.actor.typed.internal.ActorRefImpl
-
Equals takes path and the unique id of the actor cell into account.
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ContextAs
- equals(Object) - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- equals(Object) - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- equals(Object) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- equals(Object) - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- equals(Object) - Static method in class org.apache.pekko.actor.typed.PostStop
- equals(Object) - Static method in class org.apache.pekko.actor.typed.PreRestart
- equals(Object) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
- equals(Object) - Method in class org.apache.pekko.actor.typed.RecipientRef.RecipientRefOps
- equals(Object) - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable
- equals(Object) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise
- equals(Object) - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- equals(Object) - Method in class org.apache.pekko.actor.typed.Terminated
- equals(Object) - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.actor.TypedProps
- equals(Object) - Method in class org.apache.pekko.actor.UnhandledMessage
- equals(Object) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.cluster.client.ClusterClients
- equals(Object) - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- equals(Object) - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- equals(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- equals(Object) - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- equals(Object) - Method in class org.apache.pekko.cluster.client.ContactPoints
- equals(Object) - Static method in class org.apache.pekko.cluster.client.GetClusterClients
- equals(Object) - Static method in class org.apache.pekko.cluster.client.GetContactPoints
- equals(Object) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- equals(Object) - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
- equals(Object) - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
- equals(Object) - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- equals(Object) - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- equals(Object) - Static method in class org.apache.pekko.cluster.Cluster
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- equals(Object) - Static method in class org.apache.pekko.cluster.ClusterScope
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- equals(Object) - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.DistributedData
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.DurableStore.DurableDataEnvelope
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Flag
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.GCounter
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.GSet
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Key
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.LWWMap
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.LWWRegister
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.ORMap
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.ORSet
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.PNCounter
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- equals(Object) - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- equals(Object) - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- equals(Object) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- equals(Object) - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- equals(Object) - Method in class org.apache.pekko.cluster.Invalid
- equals(Object) - Method in class org.apache.pekko.cluster.Member
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- equals(Object) - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- equals(Object) - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
- equals(Object) - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
- equals(Object) - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.EWMA
- equals(Object) - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.Metric
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- equals(Object) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- equals(Object) - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- equals(Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- equals(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSub
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- equals(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- equals(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- equals(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- equals(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- equals(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- equals(Object) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- equals(Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- equals(Object) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- equals(Object) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- equals(Object) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- equals(Object) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- equals(Object) - Static method in class org.apache.pekko.cluster.sharding.ClusterSharding
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- equals(Object) - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- equals(Object) - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- equals(Object) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- equals(Object) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- equals(Object) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- equals(Object) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- equals(Object) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- equals(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- equals(Object) - Static method in class org.apache.pekko.cluster.typed.Cluster
- equals(Object) - Static method in class org.apache.pekko.cluster.typed.ClusterSingleton
- equals(Object) - Method in class org.apache.pekko.cluster.typed.Down
- equals(Object) - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- equals(Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- equals(Object) - Method in class org.apache.pekko.cluster.typed.Join
- equals(Object) - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- equals(Object) - Method in class org.apache.pekko.cluster.typed.Leave
- equals(Object) - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- equals(Object) - Method in class org.apache.pekko.cluster.typed.SelfUp
- equals(Object) - Method in class org.apache.pekko.cluster.typed.Subscribe
- equals(Object) - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- equals(Object) - Method in class org.apache.pekko.cluster.UniqueAddress
- equals(Object) - Static method in class org.apache.pekko.cluster.Valid
- equals(Object) - Method in class org.apache.pekko.cluster.VectorClock
- equals(Object) - Static method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider
- equals(Object) - Static method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider
- equals(Object) - Static method in class org.apache.pekko.discovery.Discovery
- equals(Object) - Method in class org.apache.pekko.discovery.Lookup
- equals(Object) - Method in class org.apache.pekko.discovery.ServiceDiscovery.Resolved
- equals(Object) - Method in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget
- equals(Object) - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- equals(Object) - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- equals(Object) - Method in class org.apache.pekko.dispatch.BoundedMailbox
- equals(Object) - Method in class org.apache.pekko.dispatch.Envelope
- equals(Object) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- equals(Object) - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- equals(Object) - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- equals(Object) - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- equals(Object) - Method in class org.apache.pekko.dispatch.TaskInvocation
- equals(Object) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- equals(Object) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- equals(Object) - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- equals(Object) - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- equals(Object) - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- equals(Object) - Static method in class org.apache.pekko.Done
- equals(Object) - Method in class org.apache.pekko.event.Logging.Debug
- equals(Object) - Method in class org.apache.pekko.event.Logging.Error
- equals(Object) - Method in class org.apache.pekko.event.Logging.Info
- equals(Object) - Method in class org.apache.pekko.event.Logging.InitializeLogger
- equals(Object) - Method in class org.apache.pekko.event.Logging.LogLevel
- equals(Object) - Method in class org.apache.pekko.event.Logging.Warning
- equals(Object) - Method in class org.apache.pekko.io.dns.AAAARecord
- equals(Object) - Method in class org.apache.pekko.io.dns.ARecord
- equals(Object) - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl
- equals(Object) - Method in class org.apache.pekko.io.dns.CNameRecord
- equals(Object) - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- equals(Object) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- equals(Object) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- equals(Object) - Static method in class org.apache.pekko.io.Dns
- equals(Object) - Method in class org.apache.pekko.io.dns.RecordClass
- equals(Object) - Method in class org.apache.pekko.io.dns.RecordType
- equals(Object) - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.io.dns.SRVRecord
- equals(Object) - Method in class org.apache.pekko.io.dns.UnknownRecord
- equals(Object) - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- equals(Object) - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- equals(Object) - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- equals(Object) - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- equals(Object) - Method in class org.apache.pekko.io.Tcp.Bind
- equals(Object) - Method in class org.apache.pekko.io.Tcp.Bound
- equals(Object) - Method in class org.apache.pekko.io.Tcp.CommandFailed
- equals(Object) - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- equals(Object) - Method in class org.apache.pekko.io.Tcp.Connect
- equals(Object) - Method in class org.apache.pekko.io.Tcp.Connected
- equals(Object) - Static method in class org.apache.pekko.io.Tcp
- equals(Object) - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- equals(Object) - Method in class org.apache.pekko.io.Tcp.NoAck
- equals(Object) - Method in class org.apache.pekko.io.Tcp.Received
- equals(Object) - Method in class org.apache.pekko.io.Tcp.Register
- equals(Object) - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- equals(Object) - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- equals(Object) - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- equals(Object) - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- equals(Object) - Method in class org.apache.pekko.io.Tcp.Write
- equals(Object) - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.io.Tcp.WritePath
- equals(Object) - Method in class org.apache.pekko.io.Udp.Bind
- equals(Object) - Method in class org.apache.pekko.io.Udp.Bound
- equals(Object) - Method in class org.apache.pekko.io.Udp.CommandFailed
- equals(Object) - Static method in class org.apache.pekko.io.Udp
- equals(Object) - Method in class org.apache.pekko.io.Udp.NoAck
- equals(Object) - Method in class org.apache.pekko.io.Udp.Received
- equals(Object) - Method in class org.apache.pekko.io.Udp.Send
- equals(Object) - Method in class org.apache.pekko.io.Udp.SimpleSender
- equals(Object) - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- equals(Object) - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- equals(Object) - Method in class org.apache.pekko.io.UdpConnected.Connect
- equals(Object) - Static method in class org.apache.pekko.io.UdpConnected
- equals(Object) - Method in class org.apache.pekko.io.UdpConnected.NoAck
- equals(Object) - Method in class org.apache.pekko.io.UdpConnected.Received
- equals(Object) - Method in class org.apache.pekko.io.UdpConnected.Send
- equals(Object) - Method in class org.apache.pekko.japi.Option.Some
- equals(Object) - Method in class org.apache.pekko.japi.Pair
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple10
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple11
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple12
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple13
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple14
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple15
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple16
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple17
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple18
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple19
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple20
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple21
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple22
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple3
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple4
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple5
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple6
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple7
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple8
- equals(Object) - Method in class org.apache.pekko.japi.tuple.Tuple9
- equals(Object) - Static method in class org.apache.pekko.NotUsed
- equals(Object) - Static method in class org.apache.pekko.osgi.UnregisteringLogService
- equals(Object) - Method in class org.apache.pekko.pattern.AskableActorRef
- equals(Object) - Method in class org.apache.pekko.pattern.AskableActorSelection
- equals(Object) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- equals(Object) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- equals(Object) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- equals(Object) - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- equals(Object) - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- equals(Object) - Static method in class org.apache.pekko.pattern.CircuitBreakersRegistry
- equals(Object) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- equals(Object) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- equals(Object) - Static method in class org.apache.pekko.pattern.ForwardDeathLetters
- equals(Object) - Static method in class org.apache.pekko.pattern.ManualReset
- equals(Object) - Static method in class org.apache.pekko.pattern.RestartImpliesFailure
- equals(Object) - Method in class org.apache.pekko.pattern.StatusReply
- equals(Object) - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- equals(Object) - Static method in class org.apache.pekko.pattern.StopImpliesFailure
- equals(Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- equals(Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- equals(Object) - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- equals(Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- equals(Object) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- equals(Object) - Method in class org.apache.pekko.persistence.AtomicWrite
- equals(Object) - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- equals(Object) - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- equals(Object) - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- equals(Object) - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- equals(Object) - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- equals(Object) - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- equals(Object) - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- equals(Object) - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- equals(Object) - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- equals(Object) - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- equals(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- equals(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- equals(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- equals(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- equals(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- equals(Object) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- equals(Object) - Method in class org.apache.pekko.persistence.journal.EventsSeq
- equals(Object) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- equals(Object) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- equals(Object) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- equals(Object) - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- equals(Object) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- equals(Object) - Static method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension
- equals(Object) - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- equals(Object) - Method in class org.apache.pekko.persistence.journal.Tagged
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- equals(Object) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- equals(Object) - Static method in class org.apache.pekko.persistence.Persistence
- equals(Object) - Method in class org.apache.pekko.persistence.query.EventEnvelope
- equals(Object) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- equals(Object) - Static method in class org.apache.pekko.persistence.query.NoOffset
- equals(Object) - Static method in class org.apache.pekko.persistence.query.PersistenceQuery
- equals(Object) - Method in class org.apache.pekko.persistence.query.Sequence
- equals(Object) - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- equals(Object) - Method in class org.apache.pekko.persistence.query.TimestampOffset
- equals(Object) - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- equals(Object) - Method in class org.apache.pekko.persistence.Recovery
- equals(Object) - Static method in class org.apache.pekko.persistence.RecoveryCompleted
- equals(Object) - Method in class org.apache.pekko.persistence.ReplyToStrategy
- equals(Object) - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- equals(Object) - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- equals(Object) - Method in class org.apache.pekko.persistence.SelectedSnapshot
- equals(Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- equals(Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- equals(Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- equals(Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- equals(Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- equals(Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- equals(Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- equals(Object) - Method in class org.apache.pekko.persistence.serialization.Snapshot
- equals(Object) - Method in class org.apache.pekko.persistence.SnapshotMetadata
- equals(Object) - Method in class org.apache.pekko.persistence.SnapshotOffer
- equals(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- equals(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- equals(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- equals(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- equals(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- equals(Object) - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- equals(Object) - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- equals(Object) - Static method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry
- equals(Object) - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- equals(Object) - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- equals(Object) - Static method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- equals(Object) - Static method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension
- equals(Object) - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- equals(Object) - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- equals(Object) - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.Reject
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- equals(Object) - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- equals(Object) - Method in class org.apache.pekko.persistence.TestPayload
- equals(Object) - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- equals(Object) - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- equals(Object) - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- equals(Object) - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- equals(Object) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
- equals(Object) - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- equals(Object) - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- equals(Object) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- equals(Object) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- equals(Object) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- equals(Object) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- equals(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- equals(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- equals(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- equals(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- equals(Object) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- equals(Object) - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.internal.Stop
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.internal.UnstashAll
- equals(Object) - Method in class org.apache.pekko.persistence.typed.PersistenceId
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- equals(Object) - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- equals(Object) - Method in class org.apache.pekko.persistence.typed.ReplicaId
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- equals(Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- equals(Object) - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- equals(Object) - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- equals(Object) - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
- equals(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- equals(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- equals(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- equals(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- equals(Object) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stop
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- equals(Object) - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- equals(Object) - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- equals(Object) - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.remote.AddressUidExtension
- equals(Object) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- equals(Object) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- equals(Object) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- equals(Object) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- equals(Object) - Static method in class org.apache.pekko.remote.artery.Flush
- equals(Object) - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- equals(Object) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- equals(Object) - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- equals(Object) - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- equals(Object) - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- equals(Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- equals(Object) - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.remote.BoundAddressesExtension
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.Option
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- equals(Object) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- equals(Object) - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.remote.RemoteMetricsExtension
- equals(Object) - Method in class org.apache.pekko.remote.RemoteScope
- equals(Object) - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.RemotingListenEvent
- equals(Object) - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- equals(Object) - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- equals(Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- equals(Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- equals(Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- equals(Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- equals(Object) - Static method in class org.apache.pekko.remote.testconductor.Client
- equals(Object) - Method in class org.apache.pekko.remote.testconductor.RoleName
- equals(Object) - Static method in class org.apache.pekko.remote.testconductor.Server
- equals(Object) - Static method in class org.apache.pekko.remote.testconductor.TestConductor
- equals(Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- equals(Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- equals(Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- equals(Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- equals(Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- equals(Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- equals(Object) - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- equals(Object) - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- equals(Object) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- equals(Object) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- equals(Object) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- equals(Object) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- equals(Object) - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- equals(Object) - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- equals(Object) - Static method in class org.apache.pekko.remote.transport.TransportAdaptersExtension
-
Deprecated.
- equals(Object) - Method in class org.apache.pekko.remote.UniqueAddress
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.AddressData
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.DeployData
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.PropsData
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- equals(Object) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- equals(Object) - Method in class org.apache.pekko.routing.ActorRefRoutee
- equals(Object) - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- equals(Object) - Method in class org.apache.pekko.routing.AddRoutee
- equals(Object) - Method in class org.apache.pekko.routing.AdjustPoolSize
- equals(Object) - Method in class org.apache.pekko.routing.BalancingPool
- equals(Object) - Method in class org.apache.pekko.routing.Broadcast
- equals(Object) - Method in class org.apache.pekko.routing.BroadcastGroup
- equals(Object) - Method in class org.apache.pekko.routing.BroadcastPool
- equals(Object) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- equals(Object) - Method in class org.apache.pekko.routing.ConsistentHashingPool
- equals(Object) - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- equals(Object) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- equals(Object) - Method in class org.apache.pekko.routing.Deafen
- equals(Object) - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- equals(Object) - Method in class org.apache.pekko.routing.DefaultResizer
- equals(Object) - Static method in class org.apache.pekko.routing.FromConfig
- equals(Object) - Static method in class org.apache.pekko.routing.GetRoutees
- equals(Object) - Method in class org.apache.pekko.routing.Listen
- equals(Object) - Static method in class org.apache.pekko.routing.NoRouter
- equals(Object) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- equals(Object) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- equals(Object) - Method in class org.apache.pekko.routing.RandomGroup
- equals(Object) - Method in class org.apache.pekko.routing.RandomPool
- equals(Object) - Method in class org.apache.pekko.routing.RemoveRoutee
- equals(Object) - Method in class org.apache.pekko.routing.RoundRobinGroup
- equals(Object) - Method in class org.apache.pekko.routing.RoundRobinPool
- equals(Object) - Method in class org.apache.pekko.routing.Routees
- equals(Object) - Method in class org.apache.pekko.routing.Router
- equals(Object) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- equals(Object) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- equals(Object) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- equals(Object) - Method in class org.apache.pekko.routing.SeveralRoutees
- equals(Object) - Method in class org.apache.pekko.routing.SmallestMailboxPool
- equals(Object) - Method in class org.apache.pekko.routing.TailChoppingGroup
- equals(Object) - Method in class org.apache.pekko.routing.TailChoppingPool
- equals(Object) - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- equals(Object) - Method in class org.apache.pekko.routing.WithListeners
- equals(Object) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- equals(Object) - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- equals(Object) - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- equals(Object) - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
- equals(Object) - Method in class org.apache.pekko.serialization.Serialization.Information
- equals(Object) - Static method in class org.apache.pekko.serialization.SerializationExtension
- equals(Object) - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- equals(Object) - Method in exception org.apache.pekko.stream.AbruptTerminationException
- equals(Object) - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- equals(Object) - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- equals(Object) - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- equals(Object) - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- equals(Object) - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- equals(Object) - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- equals(Object) - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- equals(Object) - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- equals(Object) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
- equals(Object) - Method in class org.apache.pekko.stream.AmorphousShape
- equals(Object) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- equals(Object) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- equals(Object) - Method in class org.apache.pekko.stream.Attributes
- equals(Object) - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- equals(Object) - Method in class org.apache.pekko.stream.Attributes.LogLevels
- equals(Object) - Method in class org.apache.pekko.stream.Attributes.Name
- equals(Object) - Method in class org.apache.pekko.stream.BidiShape
- equals(Object) - Static method in exception org.apache.pekko.stream.BindFailedException
- equals(Object) - Method in exception org.apache.pekko.stream.BufferOverflowException
- equals(Object) - Static method in class org.apache.pekko.stream.Client
- equals(Object) - Static method in class org.apache.pekko.stream.EagerClose
- equals(Object) - Method in class org.apache.pekko.stream.FanInShape.Name
- equals(Object) - Method in class org.apache.pekko.stream.FanInShape.Ports
- equals(Object) - Method in class org.apache.pekko.stream.FanOutShape.Name
- equals(Object) - Method in class org.apache.pekko.stream.FanOutShape.Ports
- equals(Object) - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- equals(Object) - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- equals(Object) - Method in class org.apache.pekko.stream.FlowShape
- equals(Object) - Static method in class org.apache.pekko.stream.IgnoreBoth
- equals(Object) - Static method in class org.apache.pekko.stream.IgnoreCancel
- equals(Object) - Static method in class org.apache.pekko.stream.IgnoreComplete
- equals(Object) - Method in class org.apache.pekko.stream.InPort
- equals(Object) - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- equals(Object) - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- equals(Object) - Method in class org.apache.pekko.stream.IOResult
- equals(Object) - Method in class org.apache.pekko.stream.IOSettings
- equals(Object) - Static method in class org.apache.pekko.stream.javadsl.Tcp
- equals(Object) - Method in class org.apache.pekko.stream.OutPort
- equals(Object) - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- equals(Object) - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- equals(Object) - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- equals(Object) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- equals(Object) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- equals(Object) - Method in class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel.QueueOps
- equals(Object) - Method in class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete.QueueOps
- equals(Object) - Static method in class org.apache.pekko.stream.scaladsl.Tcp
- equals(Object) - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- equals(Object) - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- equals(Object) - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- equals(Object) - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- equals(Object) - Static method in class org.apache.pekko.stream.Server
- equals(Object) - Method in class org.apache.pekko.stream.SinkShape
- equals(Object) - Method in class org.apache.pekko.stream.SourceShape
- equals(Object) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- equals(Object) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- equals(Object) - Method in exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
- equals(Object) - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- equals(Object) - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- equals(Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- equals(Object) - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- equals(Object) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings
- equals(Object) - Static method in class org.apache.pekko.stream.SystemMaterializer
- equals(Object) - Method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- equals(Object) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- equals(Object) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- equals(Object) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- equals(Object) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- equals(Object) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- equals(Object) - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- equals(Object) - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- equals(Object) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- equals(Object) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- equals(Object) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- equals(Object) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- equals(Object) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- equals(Object) - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- equals(Object) - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- equals(Object) - Method in class org.apache.pekko.testkit.CustomEventFilter
- equals(Object) - Method in class org.apache.pekko.testkit.DeadLettersFilter
- equals(Object) - Method in class org.apache.pekko.testkit.DebugFilter
- equals(Object) - Method in class org.apache.pekko.testkit.ErrorFilter
- equals(Object) - Method in class org.apache.pekko.testkit.InfoFilter
- equals(Object) - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- equals(Object) - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- equals(Object) - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- equals(Object) - Method in class org.apache.pekko.testkit.TestActor.Spawn
- equals(Object) - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- equals(Object) - Method in class org.apache.pekko.testkit.TestActor.Watch
- equals(Object) - Method in class org.apache.pekko.testkit.TestEvent.Mute
- equals(Object) - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- equals(Object) - Method in exception org.apache.pekko.testkit.TestException
- equals(Object) - Static method in class org.apache.pekko.testkit.TestKitExtension
- equals(Object) - Method in class org.apache.pekko.testkit.WarningFilter
- equals(Object) - Method in class org.apache.pekko.util.FutureConverters.CompletionStageOps
- equals(Object) - Method in class org.apache.pekko.util.FutureConverters.FutureOps
- equals(Object) - Method in class org.apache.pekko.util.Helpers.Requiring
- equals(Object) - Method in class org.apache.pekko.util.JavaDurationConverters.JavaDurationOps
- equals(Object) - Method in class org.apache.pekko.util.JavaDurationConverters.ScalaDurationOps
- equals(Object) - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- equals(Object) - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- equals(Object) - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- equals(Object) - Static method in class org.apache.pekko.util.ManifestInfo
- equals(Object) - Method in class org.apache.pekko.util.ManifestInfo.Version
- equals(Object) - Method in class org.apache.pekko.util.OptionConverters.RichOption
- equals(Object) - Method in class org.apache.pekko.util.OptionConverters.RichOptional
- equals(Object) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalDouble
- equals(Object) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalInt
- equals(Object) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalLong
- equals(Object) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration
- equals(Object) - Method in class org.apache.pekko.util.Timeout
- equals(Object) - Method in class org.apache.pekko.util.TypedMultiMap
- equals(Object) - Method in class org.apache.pekko.util.Version
- equals$extension(ActorRef.ActorRefOps<T>, Object) - Method in class org.apache.pekko.actor.typed.ActorRef.ActorRefOps$
- equals$extension(Behavior.BehaviorDecorators<Inner>, Object) - Method in class org.apache.pekko.actor.typed.Behavior.BehaviorDecorators$
- equals$extension(BehaviorImpl.ContextAs<T>, Object) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ContextAs$
- equals$extension(EarliestFirstSystemMessageList, Object) - Method in class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
- equals$extension(LatestFirstSystemMessageList, Object) - Method in class org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList$
- equals$extension(RecipientRef.RecipientRefOps<T>, Object) - Method in class org.apache.pekko.actor.typed.RecipientRef.RecipientRefOps$
- equals$extension(AskPattern.Askable<Req>, Object) - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable$
- equals$extension(Behaviors.Supervise<T>, Object) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise$
- equals$extension(ServiceRegistry, Object) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- equals$extension(EarliestFirstSystemMessageList, Object) - Method in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- equals$extension(LatestFirstSystemMessageList, Object) - Method in class org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
- equals$extension(Logging.LogLevel, Object) - Method in class org.apache.pekko.event.Logging.LogLevel$
- equals$extension(MessageFlags, Object) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- equals$extension(AskableActorRef, Object) - Static method in class org.apache.pekko.pattern.AskableActorRef
- equals$extension(AskableActorRef, Object) - Method in class org.apache.pekko.pattern.AskableActorRef$
- equals$extension(AskableActorSelection, Object) - Static method in class org.apache.pekko.pattern.AskableActorSelection
- equals$extension(AskableActorSelection, Object) - Method in class org.apache.pekko.pattern.AskableActorSelection$
- equals$extension(ExplicitlyAskableActorRef, Object) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- equals$extension(ExplicitlyAskableActorRef, Object) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef$
- equals$extension(ExplicitlyAskableActorSelection, Object) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- equals$extension(ExplicitlyAskableActorSelection, Object) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection$
- equals$extension(ByteFlag, Object) - Method in class org.apache.pekko.remote.artery.ByteFlag$
- equals$extension(SinkQueueWithCancel.QueueOps<T>, Object) - Method in class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel.QueueOps$
- equals$extension(SourceQueueWithComplete.QueueOps<T>, Object) - Method in class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete.QueueOps$
- equals$extension(FutureConverters.CompletionStageOps<T>, Object) - Method in class org.apache.pekko.util.FutureConverters.CompletionStageOps$
- equals$extension(FutureConverters.FutureOps<T>, Object) - Method in class org.apache.pekko.util.FutureConverters.FutureOps$
- equals$extension(Helpers.ConfigOps, Object) - Method in class org.apache.pekko.util.Helpers.ConfigOps$
- equals$extension(Helpers.Requiring<A>, Object) - Method in class org.apache.pekko.util.Helpers.Requiring$
- equals$extension(JavaDurationConverters.JavaDurationOps, Object) - Method in class org.apache.pekko.util.JavaDurationConverters.JavaDurationOps$
- equals$extension(JavaDurationConverters.ScalaDurationOps, Object) - Method in class org.apache.pekko.util.JavaDurationConverters.ScalaDurationOps$
- equals$extension(OptionConverters.RichOption<A>, Object) - Method in class org.apache.pekko.util.OptionConverters.RichOption$
- equals$extension(OptionConverters.RichOptional<A>, Object) - Method in class org.apache.pekko.util.OptionConverters.RichOptional$
- equals$extension(OptionConverters.RichOptionalDouble, Object) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalDouble$
- equals$extension(OptionConverters.RichOptionalInt, Object) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalInt$
- equals$extension(OptionConverters.RichOptionalLong, Object) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalLong$
- equals$extension(OptionVal<A>, Object) - Method in class org.apache.pekko.util.OptionVal$
- equals$extension(PrettyDuration.PrettyPrintableDuration, Object) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration$
- error() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- error() - Method in interface org.apache.pekko.persistence.testkit.ProcessingFailure
- error() - Method in class org.apache.pekko.persistence.testkit.Reject
- error() - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- error(Class<? extends Throwable>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Create a filter for ERROR level events with an included
throwablethat is a class or subclass of the given *Throwableclass. - error(Class<? extends Throwable>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Create a filter for ERROR level events with an included
throwablethat is a class or subclass of the given *Throwableclass. - error(String) - Method in class com.typesafe.sslconfig.pekko.util.PekkoLoggerBridge
- error(String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Create a filter for ERROR level events with a log message that contains the given
messageIncludes. - error(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Create a filter for ERROR level events with a log message that contains the given
messageIncludes. - error(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Create a filter for ERROR level events with a log message that contains the given
messageIncludes. - error(String) - Method in interface org.apache.pekko.event.LoggingAdapter
- error(String) - Static method in class org.apache.pekko.event.NoLogging
- error(String) - Static method in class org.apache.pekko.pattern.StatusReply
-
Java API: Create an status response with a error message describing why the request was failed or denied.
- error(String) - Method in class org.apache.pekko.pattern.StatusReply$
-
Java API: Create an status response with a error message describing why the request was failed or denied.
- error(String, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- error(String, Object) - Static method in class org.apache.pekko.event.NoLogging
- error(String, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- error(String, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- error(String, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- error(String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- error(String, Object, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- error(String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- error(String, String, String, String, int) - Static method in class org.apache.pekko.testkit.EventFilter
-
Create a filter for Error events.
- error(String, String, String, String, int) - Method in class org.apache.pekko.testkit.EventFilter$
-
Create a filter for Error events.
- error(String, Throwable) - Method in class com.typesafe.sslconfig.pekko.util.PekkoLoggerBridge
- error(Throwable) - Static method in class org.apache.pekko.pattern.StatusReply
-
Java API: Create an error response with a user defined
Throwable. - error(Throwable) - Method in class org.apache.pekko.pattern.StatusReply$
-
Java API: Create an error response with a user defined
Throwable. - error(Throwable) - Static method in class org.apache.pekko.stream.testkit.TestPublisher
-
Publisher that signals error to subscribers immediately after handing out subscription.
- error(Throwable) - Method in class org.apache.pekko.stream.testkit.TestPublisher$
-
Publisher that signals error to subscribers immediately after handing out subscription.
- error(Throwable, String) - Method in interface org.apache.pekko.event.LoggingAdapter
- error(Throwable, String) - Static method in class org.apache.pekko.event.NoLogging
- error(Throwable, String, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- error(Throwable, String, Object) - Static method in class org.apache.pekko.event.NoLogging
- error(Throwable, String, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- error(Throwable, String, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- error(Throwable, String, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- error(Throwable, String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- error(Throwable, String, Object, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- error(Throwable, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- error(Logging.Error) - Method in interface org.apache.pekko.event.Logging.StdOutLogger
- error(LogMarker, String) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Log message at error level, without providing the exception that caused the error.
- error(LogMarker, String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- error(LogMarker, String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- error(LogMarker, String, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 1 replacement argument.
- error(LogMarker, String, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- error(LogMarker, String, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- error(LogMarker, String, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 2 replacement arguments.
- error(LogMarker, String, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- error(LogMarker, String, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- error(LogMarker, String, Object, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 3 replacement arguments.
- error(LogMarker, String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- error(LogMarker, String, Object, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- error(LogMarker, String, Object, Object, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 4 replacement arguments.
- error(LogMarker, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- error(LogMarker, String, Object, Object, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- error(LogMarker, Throwable, String) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Log message at error level, including the exception that caused the error.
- error(LogMarker, Throwable, String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- error(LogMarker, Throwable, String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- error(LogMarker, Throwable, String, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 1 replacement argument.
- error(LogMarker, Throwable, String, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- error(LogMarker, Throwable, String, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- error(LogMarker, Throwable, String, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 2 replacement arguments.
- error(LogMarker, Throwable, String, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- error(LogMarker, Throwable, String, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- error(LogMarker, Throwable, String, Object, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 3 replacement arguments.
- error(LogMarker, Throwable, String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- error(LogMarker, Throwable, String, Object, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- error(LogMarker, Throwable, String, Object, Object, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 4 replacement arguments.
- error(LogMarker, Throwable, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- error(LogMarker, Throwable, String, Object, Object, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- error(ClassTag<A>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Create a filter for WARN level events with an included
throwablethat is a class or subclass of the givenThrowableClassTag. - Error(String, Class<?>, Object) - Constructor for class org.apache.pekko.event.Logging.Error
- Error(Throwable, String, Class<?>, Object) - Constructor for class org.apache.pekko.event.Logging.Error
- Error() - Method in class org.apache.pekko.stream.Attributes.LogLevels$
-
Use to enable logging at ERROR level for certain operations when configuring
Attributes.logLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - Error$() - Constructor for class org.apache.pekko.event.Logging.Error$
- Error$() - Constructor for class org.apache.pekko.pattern.StatusReply.Error$
- error$default$1() - Static method in class org.apache.pekko.testkit.EventFilter
- error$default$1() - Method in class org.apache.pekko.testkit.EventFilter$
- error$default$2() - Static method in class org.apache.pekko.testkit.EventFilter
- error$default$2() - Method in class org.apache.pekko.testkit.EventFilter$
- error$default$3() - Static method in class org.apache.pekko.testkit.EventFilter
- error$default$3() - Method in class org.apache.pekko.testkit.EventFilter$
- error$default$4() - Static method in class org.apache.pekko.testkit.EventFilter
- error$default$4() - Method in class org.apache.pekko.testkit.EventFilter$
- error$default$5() - Static method in class org.apache.pekko.testkit.EventFilter
- error$default$5() - Method in class org.apache.pekko.testkit.EventFilter$
- Error2(String, Class<?>, Object, Map<String, Object>) - Constructor for class org.apache.pekko.event.Logging.Error2
- Error2(Throwable, String, Class<?>, Object, Map<String, Object>) - Constructor for class org.apache.pekko.event.Logging.Error2
- Error2$() - Constructor for class org.apache.pekko.event.Logging.Error2$
- Error3(String, Class<?>, Object, Map<String, Object>, LogMarker) - Constructor for class org.apache.pekko.event.Logging.Error3
- Error3(Throwable, String, Class<?>, Object, Map<String, Object>, LogMarker) - Constructor for class org.apache.pekko.event.Logging.Error3
- ErrorClosed(String) - Constructor for class org.apache.pekko.io.Tcp.ErrorClosed
- ErrorClosed$() - Constructor for class org.apache.pekko.io.Tcp.ErrorClosed$
- ErrorFilter - Class in org.apache.pekko.testkit
-
Filter which matches Error events, if they satisfy the given criteria:
throwableapplies an upper bound on the type of exception contained in the Error eventsource, if given, applies a filter on the event’s originmessageapplies a filter on the event’s message (either with String.startsWith or Regex.findFirstIn().isDefined); if the message itself does not match, the match is retried with the contained Exception’s message; if both arenull, the filter always matches if at the same time the Exception’s stack trace is empty (this catches JVM-omitted “fast-throw” exceptions) If you want to match all Error events, the most efficient is to useLeft(""). - ErrorFilter(Class<?>) - Constructor for class org.apache.pekko.testkit.ErrorFilter
-
Java API: filter only on the given type of exception
- ErrorFilter(Class<?>, String, String, boolean, boolean, int) - Constructor for class org.apache.pekko.testkit.ErrorFilter
-
Java API: create an ErrorFilter
- ErrorFilter(Class<?>, Option<String>, Either<String, Regex>, boolean, int) - Constructor for class org.apache.pekko.testkit.ErrorFilter
- ErrorFilter$ - Class in org.apache.pekko.testkit
- ErrorFilter$() - Constructor for class org.apache.pekko.testkit.ErrorFilter$
- ErrorLevel() - Static method in class org.apache.pekko.event.Logging
- ErrorLevel() - Method in class org.apache.pekko.event.Logging$
- errorMessage() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- errorMessage() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- ErrorMessage(String) - Constructor for exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- ERRORMESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- ErrorMessage$() - Constructor for class org.apache.pekko.pattern.StatusReply.ErrorMessage$
- errorMessage$access$0() - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- errorMessages() - Method in class org.apache.pekko.cluster.Invalid
- ErrorMessages - Class in org.apache.pekko.util
-
INTERNAL API
- ErrorMessages() - Constructor for class org.apache.pekko.util.ErrorMessages
- ErrorMessages$ - Class in org.apache.pekko.util
-
INTERNAL API
- ErrorMessages$() - Constructor for class org.apache.pekko.util.ErrorMessages$
- escalate() - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Java API: Returning this directive escalates the failure to the supervisor of the supervisor, by rethrowing the cause of the failure, i.e.
- escalate() - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Java API: Returning this directive escalates the failure to the supervisor of the supervisor, by rethrowing the cause of the failure, i.e.
- Escalate$() - Constructor for class org.apache.pekko.actor.SupervisorStrategy.Escalate$
- establishing() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- establishingGetContactsInterval() - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- estimateCount(Object) - Method in class org.apache.pekko.remote.artery.compress.CountMinSketch
-
The estimate is correct within
'epsilon' * (total item count), with probabilityconfidence. - estimatedSize() - Method in interface org.apache.pekko.cluster.ddata.PruningState
- estimatedSize() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- estimatedSize() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- EstimatedSize - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API: Rough estimate in bytes of some serialized data elements.
- EstimatedSize() - Constructor for class org.apache.pekko.cluster.ddata.EstimatedSize
- EstimatedSize$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API: Rough estimate in bytes of some serialized data elements.
- EstimatedSize$() - Constructor for class org.apache.pekko.cluster.ddata.EstimatedSize$
- estimatedSizeWithoutData() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- event() - Method in class org.apache.pekko.actor.FSM.Event
- event() - Method in class org.apache.pekko.actor.FSM.LogEntry
- event() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- event() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- event() - Method in class org.apache.pekko.event.Logging.LogEventException
- event() - Method in class org.apache.pekko.io.Tcp.Abort$
-
The corresponding event which is sent as an acknowledgment once the close operation is finished.
- event() - Method in class org.apache.pekko.io.Tcp.Close$
-
The corresponding event which is sent as an acknowledgment once the close operation is finished.
- event() - Method in interface org.apache.pekko.io.Tcp.CloseCommand
-
The corresponding event which is sent as an acknowledgment once the close operation is finished.
- event() - Method in class org.apache.pekko.io.Tcp.ConfirmedClose$
-
The corresponding event which is sent as an acknowledgment once the close operation is finished.
- event() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- event() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- event() - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- event() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- event() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- event() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResult
-
The first event.
- event() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.CommandResult
-
The first event.
- event() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- event() - Method in interface org.apache.pekko.persistence.typed.PublishedEvent
-
User event
- event(Class<P>, Class<Q>, FI.Apply2<P, Q, FSM.State<S, D>>) - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on an event and data type.
- event(Class<P>, Class<Q>, FI.Apply2<P, Q, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Add a case statement that matches on an event and data type.
- event(Class<P>, Class<Q>, FI.TypedPredicate2<P, Q>, FI.Apply2<P, Q, FSM.State<S, D>>) - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on an event and data type and a predicate.
- event(Class<P>, Class<Q>, FI.TypedPredicate2<P, Q>, FI.Apply2<P, Q, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Add a case statement that matches on an event and data type and a predicate.
- event(Class<P>, FI.Apply2<P, D, FSM.State<S, D>>) - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if the event type and predicate matches.
- event(Class<P>, FI.Apply2<P, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Add a case statement that matches if the event type and predicate matches.
- event(Class<P>, FI.TypedPredicate2<P, D>, FI.Apply2<P, D, FSM.State<S, D>>) - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if the event type and predicate matches.
- event(Class<P>, FI.TypedPredicate2<P, D>, FI.Apply2<P, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Add a case statement that matches if the event type and predicate matches.
- event(List<Object>, Class<Q>, FI.Apply2<Object, Q, FSM.State<S, D>>) - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on the data type and if any of the event types in the list match or any of the event instances in the list compares equal.
- event(List<Object>, Class<Q>, FI.Apply2<Object, Q, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Add a case statement that matches on the data type and if any of the event types in the list match or any of the event instances in the list compares equal.
- event(List<Object>, FI.Apply2<Object, D, FSM.State<S, D>>) - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if any of the event types in the list match or any of the event instances in the list compares equal.
- event(List<Object>, FI.Apply2<Object, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Add a case statement that matches if any of the event types in the list match or any of the event instances in the list compares equal.
- event(FI.TypedPredicate2<Object, D>, FI.Apply2<Object, D, FSM.State<S, D>>) - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if the predicate matches.
- event(FI.TypedPredicate2<Object, D>, FI.Apply2<Object, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Add a case statement that matches if the predicate matches.
- Event(E, Promise<Done>) - Constructor for class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- Event(Object, D) - Constructor for class org.apache.pekko.actor.FSM.Event
- Event(Object, D) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- Event() - Method in class org.apache.pekko.actor.AbstractFSM
- Event() - Method in interface org.apache.pekko.actor.FSM
- Event() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- Event() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- Event() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- EVENT_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- Event$() - Constructor for class org.apache.pekko.actor.FSM.Event$
- Event$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.Event$
-
Deprecated.
- Event$() - Constructor for class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event$
- eventAdapter() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Transform the event in another type before giving to the journal.
- eventAdapter(EventAdapter<Event, ?>) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Transform the event to another type before giving to the journal.
- EventAdapter<E,P> - Class in org.apache.pekko.persistence.typed
-
Facility to convert from and to specialised data models, as may be required by specialized persistence Journals.
- EventAdapter - Interface in org.apache.pekko.persistence.journal
- EventAdapter() - Constructor for class org.apache.pekko.persistence.typed.EventAdapter
- EventAdapters - Class in org.apache.pekko.persistence.journal
-
EventAdaptersserves as a per-journal collection of bound event adapters. - EventAdapters(ConcurrentHashMap<Class<?>, EventAdapter>, Seq<Tuple2<Class<?>, EventAdapter>>, LoggingAdapter) - Constructor for class org.apache.pekko.persistence.journal.EventAdapters
- EventAdapters.CombinedReadEventAdapter$ - Class in org.apache.pekko.persistence.journal
- EventAdapters$ - Class in org.apache.pekko.persistence.journal
-
INTERNAL API
- EventAdapters$() - Constructor for class org.apache.pekko.persistence.journal.EventAdapters$
- eventBatch_$eq(List<PersistentEnvelope>) - Method in interface org.apache.pekko.persistence.Eventsourced
- EventBus - Interface in org.apache.pekko.event
-
Represents the base type for EventBuses Internally has an Event type, a Classifier type and a Subscriber type
- EventBus<E,S,C> - Interface in org.apache.pekko.event.japi
-
Java API: See documentation for
pekko.event.EventBusE is the Event type S is the Subscriber type C is the Classifier type - eventClass() - Method in class org.apache.pekko.cluster.typed.Subscribe
- EventEnvelope - Class in org.apache.pekko.persistence.query
-
Event wrapper adding meta data for the events in the result stream of
pekko.persistence.query.scaladsl.EventsByTagQueryquery, or similar queries. - EventEnvelope<Event> - Class in org.apache.pekko.persistence.query.typed
-
Event wrapper adding meta data for the events in the result stream of
pekko.persistence.query.typed.scaladsl.EventsBySliceQueryquery, or similar queries. - EventEnvelope(Offset, String, long, Object) - Constructor for class org.apache.pekko.persistence.query.EventEnvelope
-
Deprecated.for binary compatibility. Since Akka 2.6.2.
- EventEnvelope(Offset, String, long, Object, long) - Constructor for class org.apache.pekko.persistence.query.EventEnvelope
- EventEnvelope(Offset, String, long, Object, long, Option<Object>) - Constructor for class org.apache.pekko.persistence.query.EventEnvelope
- EventEnvelope(Offset, String, long, Option<Event>, long, Option<Object>, String, int) - Constructor for class org.apache.pekko.persistence.query.typed.EventEnvelope
- EventEnvelope$ - Class in org.apache.pekko.persistence.query
- EventEnvelope$ - Class in org.apache.pekko.persistence.query.typed
- EventEnvelope$() - Constructor for class org.apache.pekko.persistence.query.EventEnvelope$
- EventEnvelope$() - Constructor for class org.apache.pekko.persistence.query.typed.EventEnvelope$
- eventEquals(P, Class<Q>, FI.Apply2<P, Q, FSM.State<S, D>>) - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches on the data type and if the event compares equal.
- eventEquals(P, Class<Q>, FI.Apply2<P, Q, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Add a case statement that matches on the data type and if the event compares equal.
- eventEquals(P, FI.Apply2<P, D, FSM.State<S, D>>) - Method in class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
-
Add a case statement that matches if event compares equal.
- eventEquals(P, FI.Apply2<P, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.Add a case statement that matches if event compares equal.
- EventFilter - Class in org.apache.pekko.testkit
-
Facilities for selectively filtering out expected events from logging so that you can keep your test run’s console output clean and do not miss real error messages.
- EventFilter - Class in org.apache.pekko.testkit.javadsl
- EventFilter(int) - Constructor for class org.apache.pekko.testkit.EventFilter
- EventFilter(Class<?>, ActorSystem) - Constructor for class org.apache.pekko.testkit.javadsl.EventFilter
- EventFilter$ - Class in org.apache.pekko.testkit
-
Facilities for selectively filtering out expected events from logging so that you can keep your test run’s console output clean and do not miss real error messages.
- EventFilter$() - Constructor for class org.apache.pekko.testkit.EventFilter$
- eventHandler() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Implement by applying the event to the current state in order to return a new state.
- EventHandler<State,Event> - Interface in org.apache.pekko.persistence.typed.javadsl
-
FunctionalInterface for reacting on events having been persisted
- EventHandlerBuilder<State,Event> - Class in org.apache.pekko.persistence.typed.javadsl
- EventHandlerBuilder() - Constructor for class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder
- EventHandlerBuilder$ - Class in org.apache.pekko.persistence.typed.javadsl
- EventHandlerBuilder$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder$
- EventHandlerBuilderByState<S extends State,State,Event> - Class in org.apache.pekko.persistence.typed.javadsl
- EventHandlerBuilderByState(Class<S>, Predicate<S>) - Constructor for class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState
- EventHandlerBuilderByState$ - Class in org.apache.pekko.persistence.typed.javadsl
- EventHandlerBuilderByState$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState$
- eventMetadata() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- eventMetadata() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- eventName() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- eventName() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- eventName() - Method in interface org.apache.pekko.remote.AssociationEvent
-
Deprecated.
- eventName() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- eventOfType(Class<E>) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResult
-
The first event as a given expected type.
- eventOfType(ClassTag<E>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.CommandResult
-
The first event as a given expected type.
- eventOption() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- EventRejectedException - Exception in org.apache.pekko.persistence.typed
-
Thrown if a journal rejects an event e.g.
- EventRejectedException(PersistenceId, long, Throwable) - Constructor for exception org.apache.pekko.persistence.typed.EventRejectedException
- events() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- events() - Method in class org.apache.pekko.persistence.journal.EmptyEventSeq$
- events() - Method in class org.apache.pekko.persistence.journal.EventSeq
- events() - Method in class org.apache.pekko.persistence.journal.EventsSeq
- events() - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- events() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResult
-
The events that were emitted by the command, and persisted.
- events() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.CommandResult
-
The events that were emitted by the command, and persisted.
- events() - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- events() - Method in class org.apache.pekko.persistence.typed.EmptyEventSeq$
- events() - Method in interface org.apache.pekko.persistence.typed.EventSeq
- events() - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- events() - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- events() - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- events() - Method in interface org.apache.pekko.persistence.typed.scaladsl.EffectBuilder
- Events$() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$
- eventsByPersistenceId(String, long, long) - Method in interface org.apache.pekko.persistence.query.javadsl.EventsByPersistenceIdQuery
-
Query events for a specific
PersistentActoridentified bypersistenceId. - eventsByPersistenceId(String, long, long) - Method in class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
Deprecated.
eventsByPersistenceIdis used for retrieving events for a specificPersistentActoridentified bypersistenceId. - eventsByPersistenceId(String, long, long) - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.
eventsByPersistenceIdis used for retrieving events for a specificPersistentActoridentified bypersistenceId. - eventsByPersistenceId(String, long, long) - Method in interface org.apache.pekko.persistence.query.scaladsl.EventsByPersistenceIdQuery
-
Query events for a specific
PersistentActoridentified bypersistenceId. - eventsByPersistenceId(String, long, long) - Method in class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal
- eventsByPersistenceId(String, long, long) - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- eventsByPersistenceId$default$2() - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.
- eventsByPersistenceId$default$2() - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- eventsByPersistenceId$default$3() - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.
- eventsByPersistenceId$default$3() - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- EventsByPersistenceIdQuery - Interface in org.apache.pekko.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- EventsByPersistenceIdQuery - Interface in org.apache.pekko.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- EventsByPersistenceIdStage$ - Class in org.apache.pekko.persistence.query.journal.leveldb
-
INTERNAL API
- EventsByPersistenceIdStage$() - Constructor for class org.apache.pekko.persistence.query.journal.leveldb.EventsByPersistenceIdStage$
- EventsBySliceQuery - Interface in org.apache.pekko.persistence.query.typed.javadsl
-
A plugin may optionally support this query by implementing this trait.
- EventsBySliceQuery - Interface in org.apache.pekko.persistence.query.typed.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- eventsBySlices(String, int, int, Offset) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.EventsBySliceQuery
-
Query events for given slices.
- eventsBySlices(String, int, int, Offset) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.EventsBySliceQuery
-
Query events for given slices.
- eventsBySlices(String, int, int, Offset) - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- EventsBySliceStage$ - Class in org.apache.pekko.persistence.testkit.query.internal
-
INTERNAL API
- EventsBySliceStage$() - Constructor for class org.apache.pekko.persistence.testkit.query.internal.EventsBySliceStage$
- eventsByTag(String, Offset) - Method in interface org.apache.pekko.persistence.query.javadsl.EventsByTagQuery
-
Query events that have a specific tag.
- eventsByTag(String, Offset) - Method in class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
Deprecated.
eventsByTagis used for retrieving events that were marked with a given tag, e.g. - eventsByTag(String, Offset) - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.
eventsByTagis used for retrieving events that were marked with a given tag, e.g. - eventsByTag(String, Offset) - Method in interface org.apache.pekko.persistence.query.scaladsl.EventsByTagQuery
-
Query events that have a specific tag.
- eventsByTag(String, Offset) - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- eventsByTag$default$2() - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.
- eventsByTag$default$2() - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- EventsByTagQuery - Interface in org.apache.pekko.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- EventsByTagQuery - Interface in org.apache.pekko.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- EventsByTagStage$ - Class in org.apache.pekko.persistence.query.journal.leveldb
-
INTERNAL API
- EventsByTagStage$ - Class in org.apache.pekko.persistence.testkit.query.internal
-
INTERNAL API
- EventsByTagStage$() - Constructor for class org.apache.pekko.persistence.query.journal.leveldb.EventsByTagStage$
- EventsByTagStage$() - Constructor for class org.apache.pekko.persistence.testkit.query.internal.EventsByTagStage$
- eventsCount() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec
-
Number of messages sent to the PersistentActor under test for each test iteration
- EventSeq - Class in org.apache.pekko.persistence.journal
- EventSeq<A> - Interface in org.apache.pekko.persistence.typed
- EventSeq() - Constructor for class org.apache.pekko.persistence.journal.EventSeq
- EventSeq$ - Class in org.apache.pekko.persistence.journal
- EventSeq$ - Class in org.apache.pekko.persistence.typed
- EventSeq$() - Constructor for class org.apache.pekko.persistence.journal.EventSeq$
- EventSeq$() - Constructor for class org.apache.pekko.persistence.typed.EventSeq$
- eventsMap_$eq(Map<K, Tuple2<Object, Vector<Object>>>) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- Eventsourced - Interface in org.apache.pekko.persistence
-
INTERNAL API.
- Eventsourced.AsyncHandlerInvocation - Class in org.apache.pekko.persistence
-
INTERNAL API: does not force the actor to stash commands; Originates from either `persistAsync` or `defer` calls
- Eventsourced.AsyncHandlerInvocation$ - Class in org.apache.pekko.persistence
- Eventsourced.PendingHandlerInvocation - Interface in org.apache.pekko.persistence
-
INTERNAL API
- Eventsourced.RecoveryTick - Class in org.apache.pekko.persistence
-
INTERNAL API: message used to detect that recovery timed out
- Eventsourced.RecoveryTick$ - Class in org.apache.pekko.persistence
- Eventsourced.StashingHandlerInvocation - Class in org.apache.pekko.persistence
-
INTERNAL API: forces actor to stash incoming commands until all these invocations are handled
- Eventsourced.StashingHandlerInvocation$ - Class in org.apache.pekko.persistence
- Eventsourced.State - Interface in org.apache.pekko.persistence
- Eventsourced$ - Class in org.apache.pekko.persistence
-
INTERNAL API
- Eventsourced$() - Constructor for class org.apache.pekko.persistence.Eventsourced$
- EventSourcedBehavior<Command,Event,State> - Class in org.apache.pekko.persistence.typed.javadsl
- EventSourcedBehavior<Command,Event,State> - Interface in org.apache.pekko.persistence.typed.scaladsl
-
Further customization of the
EventSourcedBehaviorcan be done with the methods defined here. - EventSourcedBehavior(PersistenceId) - Constructor for class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
- EventSourcedBehavior(PersistenceId, BackoffSupervisorStrategy) - Constructor for class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
If using onPersistFailure the supervision is only around the event sourced behavior not any outer setup/withTimers block.
- EventSourcedBehavior.CommandHandler$ - Class in org.apache.pekko.persistence.typed.scaladsl
-
The
CommandHandlerdefines how to act on commands. - EventSourcedBehavior$ - Class in org.apache.pekko.persistence.typed.scaladsl
- EventSourcedBehavior$() - Constructor for class org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior$
- EventSourcedBehaviorImpl$ - Class in org.apache.pekko.persistence.typed.internal
- EventSourcedBehaviorImpl$() - Constructor for class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- EventSourcedBehaviorTestKit<Command,Event,State> - Class in org.apache.pekko.persistence.testkit.javadsl
- EventSourcedBehaviorTestKit<Command,Event,State> - Interface in org.apache.pekko.persistence.testkit.scaladsl
- EventSourcedBehaviorTestKit(EventSourcedBehaviorTestKit<Command, Event, State>) - Constructor for class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
- EventSourcedBehaviorTestKit.CommandResult<Command,Event,State> - Class in org.apache.pekko.persistence.testkit.javadsl
-
The result of running a command.
- EventSourcedBehaviorTestKit.CommandResult<Command,Event,State> - Interface in org.apache.pekko.persistence.testkit.scaladsl
-
The result of running a command.
- EventSourcedBehaviorTestKit.CommandResultWithReply<Command,Event,State,Reply> - Class in org.apache.pekko.persistence.testkit.javadsl
-
The result of running a command with a
ActorRef, i.e.replyTo - EventSourcedBehaviorTestKit.CommandResultWithReply<Command,Event,State,Reply> - Interface in org.apache.pekko.persistence.testkit.scaladsl
-
The result of running a command with a
replyTo: ActorRef[R], i.e. - EventSourcedBehaviorTestKit.RestartResult<State> - Class in org.apache.pekko.persistence.testkit.javadsl
-
The result of restarting the behavior.
- EventSourcedBehaviorTestKit.RestartResult<State> - Interface in org.apache.pekko.persistence.testkit.scaladsl
-
The result of restarting the behavior.
- EventSourcedBehaviorTestKit.SerializationSettings - Class in org.apache.pekko.persistence.testkit.javadsl
-
Customization of which serialization checks that are performed.
- EventSourcedBehaviorTestKit.SerializationSettings - Class in org.apache.pekko.persistence.testkit.scaladsl
-
Customization of which serialization checks that are performed.
- EventSourcedBehaviorTestKit.SerializationSettings$ - Class in org.apache.pekko.persistence.testkit.scaladsl
- EventSourcedBehaviorTestKit$ - Class in org.apache.pekko.persistence.testkit.javadsl
-
Testing of
pekko.persistence.typed.javadsl.EventSourcedBehaviorimplementations. - EventSourcedBehaviorTestKit$ - Class in org.apache.pekko.persistence.testkit.scaladsl
-
Testing of
pekko.persistence.typed.scaladsl.EventSourcedBehaviorimplementations. - EventSourcedBehaviorTestKit$() - Constructor for class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit$
- EventSourcedBehaviorTestKit$() - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit$
- EventSourcedBehaviorTestKitImpl$ - Class in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- EventSourcedBehaviorTestKitImpl$() - Constructor for class org.apache.pekko.persistence.testkit.internal.EventSourcedBehaviorTestKitImpl$
- EventSourcedBehaviorWithEnforcedReplies<Command,Event,State> - Class in org.apache.pekko.persistence.typed.javadsl
-
A
EventSourcedBehaviorthat is enforcing that replies to commands are not forgotten. - EventSourcedBehaviorWithEnforcedReplies(PersistenceId) - Constructor for class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehaviorWithEnforcedReplies
- EventSourcedBehaviorWithEnforcedReplies(PersistenceId, Optional<BackoffSupervisorStrategy>) - Constructor for class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehaviorWithEnforcedReplies
- EventSourcedBehaviorWithEnforcedReplies(PersistenceId, BackoffSupervisorStrategy) - Constructor for class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehaviorWithEnforcedReplies
- EventSourcedProducerQueue<A> - Class in org.apache.pekko.persistence.typed.delivery
-
INTERNAL API
- EventSourcedProducerQueue(ActorContext<DurableProducerQueue.Command<A>>, FiniteDuration) - Constructor for class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue
- EventSourcedProducerQueue.Settings - Class in org.apache.pekko.persistence.typed.delivery
- EventSourcedProducerQueue.Settings$ - Class in org.apache.pekko.persistence.typed.delivery
- EventSourcedProducerQueue$ - Class in org.apache.pekko.persistence.typed.delivery
-
pekko.actor.typed.delivery.DurableProducerQueuethat can be used withpekko.actor.typed.delivery.ProducerControllerfor reliable delivery of messages. - EventSourcedProducerQueue$() - Constructor for class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue$
- EventSourcedRememberEntitiesCoordinatorStore$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- EventSourcedRememberEntitiesCoordinatorStore$() - Constructor for class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesCoordinatorStore$
- EventSourcedRememberEntitiesShardStore$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- EventSourcedRememberEntitiesShardStore$() - Constructor for class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore$
- EventSourcedSettings$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- EventSourcedSettings$() - Constructor for class org.apache.pekko.persistence.typed.internal.EventSourcedSettings$
- EventSourcedSignal - Interface in org.apache.pekko.persistence.typed
-
Supertype for all Pekko Persistence Typed specific signals
- EventsSeq<E> - Class in org.apache.pekko.persistence.journal
- EventsSeq(Seq<E>) - Constructor for class org.apache.pekko.persistence.journal.EventsSeq
- EventsSeq$ - Class in org.apache.pekko.persistence.journal
- EventsSeq$ - Class in org.apache.pekko.persistence.typed
- EventsSeq$() - Constructor for class org.apache.pekko.persistence.journal.EventsSeq$
- EventsSeq$() - Constructor for class org.apache.pekko.persistence.typed.EventsSeq$
- EventStorage - Interface in org.apache.pekko.persistence.testkit
-
INTERNAL API
- EventStorage.JournalPolicies$ - Class in org.apache.pekko.persistence.testkit
- EventStorage$ - Class in org.apache.pekko.persistence.testkit
- EventStorage$() - Constructor for class org.apache.pekko.persistence.testkit.EventStorage$
- eventStream() - Method in class org.apache.pekko.actor.ActorSystem
-
Main event bus of this actor system, used for example for logging.
- eventStream() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Main event bus of this actor system, used for example for logging.
- eventStream() - Method in interface org.apache.pekko.dispatch.DispatcherPrerequisites
- eventStream() - Method in class org.apache.pekko.dispatch.MessageDispatcher
- eventStream() - Method in class org.apache.pekko.dispatch.TaskInvocation
- eventStream() - Method in class org.apache.pekko.event.DeadLetterListener
- EventStream - Class in org.apache.pekko.actor.typed.eventstream
- EventStream - Class in org.apache.pekko.event
-
An Apache Pekko EventStream is a pub-sub stream of events both system and user generated, where subscribers are ActorRefs and the channels are Classes and Events are any java.lang.Object.
- EventStream() - Constructor for class org.apache.pekko.actor.typed.eventstream.EventStream
- EventStream(ActorSystem) - Constructor for class org.apache.pekko.event.EventStream
- EventStream(ActorSystem, boolean) - Constructor for class org.apache.pekko.event.EventStream
- EventStream.Command - Interface in org.apache.pekko.actor.typed.eventstream
-
The set of commands accepted by the
pekko.actor.typed.ActorSystem.eventStream. - EventStream.Publish<E> - Class in org.apache.pekko.actor.typed.eventstream
-
Publish an event of type E by sending this command to the
pekko.actor.typed.ActorSystem.eventStream. - EventStream.Publish$ - Class in org.apache.pekko.actor.typed.eventstream
- EventStream.Subscribe<E> - Class in org.apache.pekko.actor.typed.eventstream
-
Subscribe a typed actor to listen for types or subtypes of E by sending this command to the
pekko.actor.typed.ActorSystem.eventStream. - EventStream.Subscribe$ - Class in org.apache.pekko.actor.typed.eventstream
- EventStream.Unsubscribe<E> - Class in org.apache.pekko.actor.typed.eventstream
-
Unsubscribe an actor ref from the event stream by sending this command to the
pekko.actor.typed.ActorSystem.eventStream. - EventStream.Unsubscribe$ - Class in org.apache.pekko.actor.typed.eventstream
- EventStream$ - Class in org.apache.pekko.actor.typed.eventstream
- EventStream$() - Constructor for class org.apache.pekko.actor.typed.eventstream.EventStream$
- EventStreamAdapter - Class in org.apache.pekko.actor.typed.internal.adapter
-
INTERNAL API Encapsulates the
pekko.actor.ActorSystem.eventStreamin aBehavior - EventStreamAdapter() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.EventStreamAdapter
- EventStreamAdapter$ - Class in org.apache.pekko.actor.typed.internal.adapter
-
INTERNAL API Encapsulates the
pekko.actor.ActorSystem.eventStreamin aBehavior - EventStreamAdapter$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.EventStreamAdapter$
- EventStreamExtension$ - Class in org.apache.pekko.actor.typed.internal
- EventStreamExtension$() - Constructor for class org.apache.pekko.actor.typed.internal.EventStreamExtension$
- EventStreamUnsubscriber$ - Class in org.apache.pekko.event
-
INTERNAL API
- EventStreamUnsubscriber$() - Constructor for class org.apache.pekko.event.EventStreamUnsubscriber$
- EventTimestampQuery - Interface in org.apache.pekko.persistence.query.typed.javadsl
-
EventsBySliceQuerythat is using a timestamp based offset should also implement this query. - EventTimestampQuery - Interface in org.apache.pekko.persistence.query.typed.scaladsl
-
EventsBySliceQuerythat is using a timestamp based offset should also implement this query. - EventToPersist(Object, String, Option<ReplicatedEventMetadata>) - Constructor for class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- EventToPersist$() - Constructor for class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist$
- evict() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer.SmallCache
-
Remove all elements if the cache has not been used within the
timeToLive. - evt() - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- evt() - Method in interface org.apache.pekko.persistence.Eventsourced.PendingHandlerInvocation
- evt() - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- EWMA - Class in org.apache.pekko.cluster.metrics
-
The exponentially weighted moving average (EWMA) approach captures short-term movements in volatility for a conditional volatility forecasting model.
- EWMA(double, double) - Constructor for class org.apache.pekko.cluster.metrics.EWMA
- EWMA_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- EWMA$ - Class in org.apache.pekko.cluster.metrics
- EWMA$() - Constructor for class org.apache.pekko.cluster.metrics.EWMA$
- ex() - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- ex() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- exception() - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- exception() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- exceptionHandler() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- exec() - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinTask
- exec(Consumer<D>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.Adapter from Java 8 Functional Interface to Scala Function
- execute(Runnable) - Method in interface org.apache.pekko.dispatch.BatchingExecutor
- execute(Runnable) - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- execute(Runnable) - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinPool
- executeAfterSubscription(Creator<T>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
JAVA API
- executeAfterSubscription(Function0<T>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
- executeTask(TaskInvocation) - Method in class org.apache.pekko.dispatch.Dispatcher
-
INTERNAL API
- executeTask(TaskInvocation) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
INTERNAL API
- executeTask(TaskInvocation) - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- executionContext() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
The default thread pool of this ActorSystem, configured with settings in
pekko.actor.default-dispatcher. - executionContext() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
This Actor’s execution context.
- executionContext() - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- executionContext() - Method in class org.apache.pekko.stream.Materializer
-
Running a flow graph will require execution resources, as will computations within Sources, Sinks, etc.
- ExecutionContexts - Class in org.apache.pekko.dispatch
-
ExecutionContexts is the Java API for ExecutionContexts
- ExecutionContexts() - Constructor for class org.apache.pekko.dispatch.ExecutionContexts
- ExecutionContexts.sameThreadExecutionContext$ - Class in org.apache.pekko.dispatch
-
Deprecated.Use ExecutionContexts.parasitic instead. Since Akka 2.6.4.
- ExecutionContexts$ - Class in org.apache.pekko.dispatch
-
ExecutionContexts is the Java API for ExecutionContexts
- ExecutionContexts$() - Constructor for class org.apache.pekko.dispatch.ExecutionContexts$
- executor() - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- executorService() - Method in class org.apache.pekko.dispatch.Dispatcher
- ExecutorServiceConfigurator - Class in org.apache.pekko.dispatch
-
An ExecutorServiceConfigurator is a class that given some prerequisites and a configuration can create instances of ExecutorService
- ExecutorServiceConfigurator(Config, DispatcherPrerequisites) - Constructor for class org.apache.pekko.dispatch.ExecutorServiceConfigurator
- ExecutorServiceDelegate - Interface in org.apache.pekko.dispatch
-
As the name says
- ExecutorServiceFactory - Interface in org.apache.pekko.dispatch
- ExecutorServiceFactoryProvider - Interface in org.apache.pekko.dispatch
- exist() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- exist() - Method in class org.apache.pekko.persistence.PluginSpec
- existenceConfirmed() - Method in class org.apache.pekko.actor.Terminated
- EXISTENCECONFIRMED_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- exists(Predicate<In>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat will test the given predicatepfor every received element and 1. - exists(Predicate<In>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat will test the given predicatepfor every received element and 1. - exists(Seq<String>, Config) - Static method in class org.apache.pekko.cluster.JoinConfigCompatChecker
-
Checks that all
requiredKeysare available intoCheckConfig. - exists(Seq<String>, Config) - Method in class org.apache.pekko.cluster.JoinConfigCompatChecker$
-
Checks that all
requiredKeysare available intoCheckConfig. - exists(Function1<T, Object>) - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
Tests whether a predicate holds for at least one element of this
StashBuffer. - exists(Function1<T, Object>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat will test the given predicatepfor every received element and 1. - exists(Function1<T, Object>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat will test the given predicatepfor every received element and 1. - existsAssociation(Address, Address) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Tests if an association was registered.
- existsInStack(Behavior<T>, Function1<Behavior<T>, Object>) - Static method in class org.apache.pekko.actor.typed.Behavior
-
Go through the behavior stack and apply a predicate to see if any nested behavior satisfies it.
- existsInStack(Behavior<T>, Function1<Behavior<T>, Object>) - Method in class org.apache.pekko.actor.typed.Behavior$
-
Go through the behavior stack and apply a predicate to see if any nested behavior satisfies it.
- exit(RoleName, int) - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Tell the remote node to shut itself down using System.exit with the given exitValue.
- Exit - org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Exit = 4; - Exit_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Exit = 4; - exiting() - Static method in class org.apache.pekko.cluster.MemberStatus
-
Java API: retrieve the
Exitingstatus singleton - exiting() - Method in class org.apache.pekko.cluster.MemberStatus$
-
Java API: retrieve the
Exitingstatus singleton - Exiting - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Exiting = 3; - Exiting_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Exiting = 3; - Exiting$() - Constructor for class org.apache.pekko.cluster.MemberStatus.Exiting$
- ExitingCompleted$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.ExitingCompleted$
- ExitingConfirmed(UniqueAddress) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- ExitingConfirmed$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed$
- ExitingConfirmedManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- ExitingConfirmedManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- exitingNodes() - Method in class org.apache.pekko.cluster.ddata.Replicator
- exitingNodes_$eq(SortedSet<UniqueAddress>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- EXITVALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- expand(Function<Out, Iterator<U>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Allows a faster downstream to progress independently of a slower upstream by extrapolating elements from an older element until new element comes from the upstream.
- expand(Function<Out, Iterator<U>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Allows a faster downstream to progress independently of a slower publisher by extrapolating elements from an older element until new element comes from the upstream.
- expand(Function<Out, Iterator<U>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Allows a faster downstream to progress independently of a slower upstream by extrapolating elements from an older element until new element comes from the upstream.
- expand(Function<Out, Iterator<U>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Allows a faster downstream to progress independently of a slower upstream by extrapolating elements from an older element until new element comes from the upstream.
- expand(Function1<Out, Iterator<U>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Allows a faster downstream to progress independently of a slower upstream by extrapolating elements from an older element until new element comes from the upstream.
- expect(ActorSystem<?>, Supplier<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Run the given code block and assert that the criteria of this
LoggingTestKithas matched within the configuredpekko.actor.testkit.typed.filter-leewayas often as requested by itsoccurrencesparameter specifies. - expect(Function0<T>, ActorSystem<?>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Run the given code block and assert that the criteria of this
LoggingTestKithas matched within the configuredpekko.actor.testkit.typed.filter-leewayas often as requested by itsoccurrencesparameter specifies. - expectCancellation() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- expectCancellation() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
- expectCancellationWithCause(Class<E>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
-
Java API
- expectCancellationWithCause(Throwable) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
- expectCancellationWithCause(ClassTag<E>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
- expectComplete() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- EXPECTEDACKS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- ExpectedFailure - Class in org.apache.pekko.persistence.testkit
- ExpectedFailure() - Constructor for class org.apache.pekko.persistence.testkit.ExpectedFailure
- ExpectedFailure$ - Class in org.apache.pekko.persistence.testkit
- ExpectedFailure$() - Constructor for class org.apache.pekko.persistence.testkit.ExpectedFailure$
- expectedRef() - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- ExpectedRejection - Class in org.apache.pekko.persistence.testkit
- ExpectedRejection() - Constructor for class org.apache.pekko.persistence.testkit.ExpectedRejection
- ExpectedRejection$ - Class in org.apache.pekko.persistence.testkit
- ExpectedRejection$() - Constructor for class org.apache.pekko.persistence.testkit.ExpectedRejection$
- expectedSeqNr() - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- expectedTestCount(Filter) - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- expectedTestCount(Filter) - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- expectEffect(Effect) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Asserts that the oldest effect is the expectedEffect.
- expectEffect(Effect) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Asserts that the oldest effect is the expectedEffect.
- expectEffectClass(Class<U>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Asserts that the oldest effect is an instance of of class T.
- expectEffectPF(PartialFunction<Effect, R>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Asserts that the oldest effect matches the given partial function.
- expectEffectType(ClassTag<E>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Asserts that the oldest effect is of type T.
- expectError() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return the signalled
Throwable. - expectError(Throwable) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectEvent() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return
TestSubscriber.SubscriberEvent(any of:OnSubscribe,OnNext,OnErrororOnComplete). - expectEvent(Duration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- expectEvent(TestSubscriber.SubscriberEvent) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectEvent(FiniteDuration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return
TestSubscriber.SubscriberEvent(any of:OnSubscribe,OnNext,OnErrororOnComplete). - expectEventPF(PartialFunction<TestPublisher.PublisherEvent, T>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
JAVA API
- expectEventPF(PartialFunction<TestSubscriber.SubscriberEvent, T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
- expectEventWithTimeoutPF(Duration, PartialFunction<TestSubscriber.SubscriberEvent, T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- expectEventWithTimeoutPF(Duration, PartialFunction<TestSubscriber.SubscriberEvent, T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
- expectMessage(Duration, String, T) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Receive one message from the test actor and assert that it equals the given object.
- expectMessage(Duration, T) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Receive one message from the test actor and assert that it equals the given object.
- expectMessage(FiniteDuration, String, T) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Receive one message from the test actor and assert that it equals the given object.
- expectMessage(FiniteDuration, T) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Receive one message from the test actor and assert that it equals the given object.
- expectMessage(T) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox
-
Assert and remove the the oldest message.
- expectMessage(T) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Same as
expectMessage(remainingOrDefault, obj), but using the default timeout as deadline. - expectMessage(T) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestInbox
-
Assert and remove the the oldest message.
- expectMessage(T) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Same as
expectMessage(remainingOrDefault, obj), but using the default timeout as deadline. - expectMessageClass(Class<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Same as
expectMessageType(clazz, remainingOrDefault),but using the default timeout as deadline. - expectMessageClass(Class<T>, Duration) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Wait for a message of type M and return it when it arrives, or fail if the
maxtimeout is hit. - expectMessageType(FiniteDuration, ClassTag<T>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Expect a message of type T to arrive within
maxor fail. - expectMessageType(ClassTag<T>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Same as
expectMessageType[T](remainingOrDefault), but using the default timeout as deadline. - expectMsg(Duration, T) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it equals the given object.
- expectMsg(Duration, T, String) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it equals the given object.
- expectMsg(FiniteDuration, String, T) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive one message from the test actor and assert that it equals the given object.
- expectMsg(FiniteDuration, T) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- expectMsg(FiniteDuration, T) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive one message from the test actor and assert that it equals the given object.
- expectMsg(FiniteDuration, T, String) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- expectMsg(T) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
expectMsg(remainingOrDefault, obj), but correctly treating the timeFactor. - expectMsg(T) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Same as
expectMsg(remainingOrDefault, obj), but correctly treating the timeFactor. - expectMsg_internal(Duration, T, Option<String>) - Method in interface org.apache.pekko.testkit.TestKitBase
- expectMsg_internal$default$3() - Method in interface org.apache.pekko.testkit.TestKitBase
- expectMsgAllClassOf(Seq<Class<? extends T>>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Same as
expectMsgAllClassOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAllClassOf(FiniteDuration, Seq<Class<? extends T>>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive a number of messages from the test actor matching the given number of classes and assert that for each given class one is received which is of that class (equality, not conformance).
- expectMsgAllConformingOf(Seq<Class<? extends T>>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Same as
expectMsgAllConformingOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAllConformingOf(FiniteDuration, Seq<Class<? extends T>>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive a number of messages from the test actor matching the given number of classes and assert that for each given class one is received which conforms to that class (and vice versa).
- expectMsgAllOf(Object...) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
expectMsgAllOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAllOf(Seq<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
expectMsgAllOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAllOf(Seq<T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Same as
expectMsgAllOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAllOf(FiniteDuration, Object...) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive a number of messages from the test actor matching the given number of objects and assert that for each given object one is received which equals it and vice versa.
- expectMsgAllOf(FiniteDuration, Seq<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- expectMsgAllOf(FiniteDuration, Seq<T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive a number of messages from the test actor matching the given number of objects and assert that for each given object one is received which equals it and vice versa.
- expectMsgAllOf_internal(FiniteDuration, Seq<T>) - Method in interface org.apache.pekko.testkit.TestKitBase
- expectMsgAllOfWithin(Duration, Object...) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive a number of messages from the test actor matching the given number of objects and assert that for each given object one is received which equals it and vice versa.
- expectMsgAllOfWithin(Duration, Seq<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive a number of messages from the test actor matching the given number of objects and assert that for each given object one is received which equals it and vice versa.
- expectMsgAnyClassOf(Class<?>...) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
expectMsgAnyClassOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAnyClassOf(Duration, Class<?>...) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it conforms to one of the given classes.
- expectMsgAnyClassOf(Duration, Seq<Class<?>>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it conforms to one of the given classes.
- expectMsgAnyClassOf(Seq<Class<?>>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
expectMsgAnyClassOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAnyClassOf(Seq<Class<? extends C>>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Same as
expectMsgAnyClassOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAnyClassOf(FiniteDuration, Class<?>...) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it conforms to one of the given classes.
- expectMsgAnyClassOf(FiniteDuration, Seq<Class<?>>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- expectMsgAnyClassOf(FiniteDuration, Seq<Class<? extends C>>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive one message from the test actor and assert that it conforms to one of the given classes.
- expectMsgAnyClassOf_internal(FiniteDuration, Seq<Class<? extends C>>) - Method in interface org.apache.pekko.testkit.TestKitBase
- expectMsgAnyOf(Seq<T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Same as
expectMsgAnyOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAnyOf(FiniteDuration, Object...) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it equals one of the given objects.
- expectMsgAnyOf(FiniteDuration, Seq<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- expectMsgAnyOf(FiniteDuration, Seq<T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive one message from the test actor and assert that it equals one of the given objects.
- expectMsgAnyOf(T, Object...) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
expectMsgAnyOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAnyOf(T, Seq<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
expectMsgAnyOf(remainingOrDefault, obj...), but correctly treating the timeFactor. - expectMsgAnyOf_internal(FiniteDuration, Seq<T>) - Method in interface org.apache.pekko.testkit.TestKitBase
- expectMsgAnyOfWithin(Duration, Object...) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it equals one of the given objects.
- expectMsgAnyOfWithin(Duration, Seq<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it equals one of the given objects.
- expectMsgClass(Class<C>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Same as
expectMsgClass(remainingOrDefault, c), but correctly treating the timeFactor. - expectMsgClass(Class<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
expectMsgClass(remainingOrDefault, c), but correctly treating the timeFactor. - expectMsgClass(Duration, Class<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it conforms to the given class.
- expectMsgClass(FiniteDuration, Class<C>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive one message from the test actor and assert that it conforms to the given class.
- expectMsgClass(FiniteDuration, Class<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- expectMsgClass_internal(FiniteDuration, Class<C>) - Method in interface org.apache.pekko.testkit.TestKitBase
- expectMsgEquals(Duration, T) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it equals the given object.
- expectMsgEquals(FiniteDuration, T) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- expectMsgEquals(T) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
expectMsg(remainingOrDefault, obj), but correctly treating the timeFactor. - expectMsgPF(String, Function<Object, T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that the given partial function accepts it.
- expectMsgPF(Duration, String, Function<Object, T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that the given partial function accepts it.
- expectMsgPF(Duration, String, Function<Object, T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.6.0.
- expectMsgPF(Duration, String, PartialFunction<Object, T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive one message from the test actor and assert that the given partial function accepts it.
- expectMsgPF$default$1() - Method in interface org.apache.pekko.testkit.TestKitBase
- expectMsgPF$default$2() - Method in interface org.apache.pekko.testkit.TestKitBase
- expectMsgType(FiniteDuration, ClassTag<T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive one message from the test actor and assert that it conforms to the given type (after erasure).
- expectMsgType(ClassTag<T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Same as
expectMsgType[T](remainingOrDefault), but correctly treating the timeFactor. - expectNext() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return a stream element.
- expectNext(I) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNext(I, I, Object...) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNext(I, I, Seq<I>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNext(Duration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- expectNext(Duration, I) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA PAI
- expectNext(FiniteDuration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return a stream element during specified time or timeout.
- expectNext(FiniteDuration, I) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNextChainingPF(Duration, PartialFunction<Object, Object>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- expectNextChainingPF(Duration, PartialFunction<Object, Object>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect a stream element during specified time or timeout and test it with partial function.
- expectNextChainingPF(PartialFunction<Object, Object>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect a stream element during specified time or timeout and test it with partial function.
- expectNextN(long) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return the next
nstream elements. - expectNextN(List<I>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL Expect the given elements to be signalled in order.
- expectNextN(Seq<I>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL Expect the given elements to be signalled in order.
- expectNextOrComplete() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect next element or stream completion - returning whichever was signalled.
- expectNextOrComplete(I) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNextOrError() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNextOrError(I, Throwable) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL Expect given next element or error signal.
- expectNextPersisted(String, A) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Check that
eventhas been saved in the storage. - expectNextPersisted(String, A) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Check that
snapshothas been saved in the storage. - expectNextPersisted(String, A) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Check that
eventhas been saved in the storage. - expectNextPersisted(String, A) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Check that next persisted in storage for particular persistence id event/snapshot was
event. - expectNextPersisted(String, A) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- expectNextPersisted(String, A, Duration) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Check for
maxtime thateventhas been saved in the storage. - expectNextPersisted(String, A, Duration) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Check for
maxtime thatsnapshothas been saved in the storage. - expectNextPersisted(String, A, FiniteDuration) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Check for
maxtime thateventhas been saved in the storage. - expectNextPersisted(String, A, FiniteDuration) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Check for
maxtime that next persisted in storage for particular persistence id event/snapshot wasevent. - expectNextPersistedClass(String, Class<A>) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Check that next persisted in storage for particular persistence id event has expected type.
- expectNextPersistedClass(String, Class<A>) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Check that next persisted in storage for particular persistence id snapshot has expected type.
- expectNextPersistedClass(String, Class<A>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Check that next persisted in storage for particular persistence id event/snapshot has expected type.
- expectNextPersistedClass(String, Class<A>, Duration) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Check for
maxtime that next persisted in storage for particular persistence id event has expected type. - expectNextPersistedClass(String, Class<A>, Duration) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Check for
maxtime that next persisted in storage for particular persistence id snapshot has expected type. - expectNextPersistedClass(String, Class<A>, FiniteDuration) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Check for
maxtime that next persisted in storage for particular persistence id event/snapshot has expected type. - expectNextPersistedType(String, FiniteDuration, ClassTag<A>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Check for
maxtime that next persisted in storage for particular persistence id event/snapshot has expected type. - expectNextPersistedType(String, ClassTag<A>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Check that next persisted in storage for particular persistence id event/snapshot has expected type.
- expectNextPF(PartialFunction<Object, T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect a stream element and test it with partial function.
- expectNextQueue_$eq(Map<K, Vector<Object>>) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- expectNextUnordered(I, I, Object...) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNextUnordered(I, I, Seq<I>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNextUnorderedN(List<I>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- expectNextUnorderedN(Seq<I>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL Expect the given elements to be signalled in any order.
- expectNextWithTimeoutPF(Duration, PartialFunction<Object, T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- expectNextWithTimeoutPF(Duration, PartialFunction<Object, T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect a stream element and test it with partial function.
- expectNoMessage() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Assert that no message is received.
- expectNoMessage() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Assert that no message is received.
- expectNoMessage() - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
Expect no messages.
- expectNoMessage() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNoMessage() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Assert that no message is received.
- expectNoMessage() - Method in interface org.apache.pekko.testkit.TestKitBase
-
Assert that no message is received.
- expectNoMessage(Duration) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Assert that no message is received for the specified time.
- expectNoMessage(Duration) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
JAVA API
- expectNoMessage(Duration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Java API: Assert that no message is received for the specified time.
- expectNoMessage(Duration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Assert that no message is received for the specified time.
- expectNoMessage(FiniteDuration) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Assert that no message is received for the specified time.
- expectNoMessage(FiniteDuration) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
Expect no messages for a given duration.
- expectNoMessage(FiniteDuration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectNoMessage(FiniteDuration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- expectNoMessage(FiniteDuration) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Assert that no message is received for the specified time.
- ExpectNoMessageDefaultTimeout() - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Dilated with `TestTimeFactor`.
- ExpectNoMessageDefaultTimeout() - Method in class org.apache.pekko.testkit.TestKitSettings
- expectNoMessageFor(Duration, TestProbe<?>...) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ManualTime
-
Advance the clock by the specified duration, executing all outstanding jobs on the calling thread before returning.
- expectNoMessageFor(Duration, Seq<TestProbe<?>>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ManualTime
- expectNoMessageFor(FiniteDuration, TestProbe<?>...) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ManualTime
-
Advance the clock by the specified duration, executing all outstanding jobs on the calling thread before returning.
- expectNoMessageFor(FiniteDuration, Seq<TestProbe<?>>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ManualTime
- expectNoMsg() - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
Deprecated.Use expectNoMessage instead. Since Akka 2.5.5.
- expectNoMsg() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Deprecated.Use expectNoMessage instead. Since Akka 2.5.5.
- expectNoMsg() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use expectNoMessage instead. Since Akka 2.5.10.
- expectNoMsg() - Method in interface org.apache.pekko.testkit.TestKitBase
-
Deprecated.Use expectNoMessage instead. Since Akka 2.5.5.
- expectNoMsg(FiniteDuration) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
Deprecated.Use expectNoMessage instead. Since Akka 2.5.5.
- expectNoMsg(FiniteDuration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Deprecated.Use expectNoMessage instead. Since Akka 2.5.5.
- expectNoMsg(FiniteDuration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use expectNoMessage instead. Since Akka 2.5.10.
- expectNoMsg(FiniteDuration) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Deprecated.Use expectNoMessage instead. Since Akka 2.5.5.
- expectNoMsg_internal(FiniteDuration) - Method in interface org.apache.pekko.testkit.TestKitBase
- expectNothingPersisted(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Check that nothing has been saved in the storage.
- expectNothingPersisted(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Check that nothing has been saved in the storage.
- expectNothingPersisted(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Check that nothing has been saved in the storage.
- expectNothingPersisted(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Check that nothing was persisted in storage for particular persistence id.
- expectNothingPersisted(String, Duration) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Check for
maxtime that nothing has been saved in the storage. - expectNothingPersisted(String, Duration) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Check for
maxtime that nothing has been saved in the storage. - expectNothingPersisted(String, FiniteDuration) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Check for
maxtime that nothing has been saved in the storage. - expectNothingPersisted(String, FiniteDuration) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Check for
maxtime that nothing was persisted in storage for particular persistence id. - ExpectOps<U> - Interface in org.apache.pekko.persistence.testkit.scaladsl
- expectRequest() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- expectRequest() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
- expectRequest(long) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- expectRequest(Subscription, int) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
Expect demand from a given subscription.
- expectSubscription() - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
Expect a subscription.
- expectSubscription() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect and return a
Subscription. - expectSubscriptionAndComplete() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectSubscriptionAndComplete(boolean) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectSubscriptionAndError() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect subscription to be followed immediately by an error signal.
- expectSubscriptionAndError(boolean) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Expect subscription to be followed immediately by an error signal.
- expectSubscriptionAndError(Throwable) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectSubscriptionAndError(Throwable, boolean) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Fluent DSL
- expectTerminated(Duration, ActorRef) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it is the Terminated message of the given ActorRef.
- expectTerminated(ActorRef) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the test actor and assert that it is the Terminated message of the given ActorRef.
- expectTerminated(ActorRef, Duration) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive one message from the test actor and assert that it is the Terminated message of the given ActorRef.
- expectTerminated(ActorRef<U>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Expect the given actor to be stopped or stop within the default timeout.
- expectTerminated(ActorRef<U>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Expect the given actor to be stopped or stop within the default timeout.
- expectTerminated(ActorRef<U>, Duration) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Expect the given actor to be stopped or stop within the given timeout or throw an
AssertionError. - expectTerminated(ActorRef<U>, FiniteDuration) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Expect the given actor to be stopped or stop within the given timeout or throw an
AssertionError. - expectTerminated(Duration, ActorRef) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.6.0.
- expectTerminated$default$2() - Method in interface org.apache.pekko.testkit.TestKitBase
- explanation() - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- ExplicitAskSupport - Interface in org.apache.pekko.pattern
-
This object contains implementation details of the “ask” pattern, which can be combined with "replyTo" pattern.
- ExplicitlyAskableActorRef - Class in org.apache.pekko.pattern
- ExplicitlyAskableActorRef(ActorRef) - Constructor for class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- ExplicitlyAskableActorRef$ - Class in org.apache.pekko.pattern
- ExplicitlyAskableActorRef$() - Constructor for class org.apache.pekko.pattern.ExplicitlyAskableActorRef$
- ExplicitlyAskableActorSelection - Class in org.apache.pekko.pattern
- ExplicitlyAskableActorSelection(ActorSelection) - Constructor for class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- ExplicitlyAskableActorSelection$ - Class in org.apache.pekko.pattern
- ExplicitlyAskableActorSelection$() - Constructor for class org.apache.pekko.pattern.ExplicitlyAskableActorSelection$
- ExplicitlyTriggeredScheduler - Class in org.apache.pekko.testkit
-
For testing: scheduler that does not look at the clock, but must be progressed manually by calling
timePasses. - ExplicitlyTriggeredScheduler(Config, LoggingAdapter, ThreadFactory) - Constructor for class org.apache.pekko.testkit.ExplicitlyTriggeredScheduler
- explorationProbability() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- exploreStepSize() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- ext() - Method in class org.apache.pekko.io.SimpleDnsManager
- ExtendedActorSystem - Class in org.apache.pekko.actor
-
More powerful interface to the actor system’s implementation which is presented to extensions (see
pekko.actor.Extension). - ExtendedActorSystem() - Constructor for class org.apache.pekko.actor.ExtendedActorSystem
- ExtendedBackoffOptions<T extends ExtendedBackoffOptions<T>> - Interface in org.apache.pekko.pattern
-
Not for user extension
- extendHash(int, int, int, int) - Static method in class org.apache.pekko.routing.MurmurHash
-
Incorporates a new value into an existing hash.
- extendHash(int, int, int, int) - Method in class org.apache.pekko.routing.MurmurHash$
-
Incorporates a new value into an existing hash.
- ExtensibleBehavior<T> - Class in org.apache.pekko.actor.typed
-
Extension point for implementing custom behaviors in addition to the existing set of behaviors available through the DSLs in
pekko.actor.typed.scaladsl.Behaviorsandpekko.actor.typed.javadsl.Behaviors - ExtensibleBehavior() - Constructor for class org.apache.pekko.actor.typed.ExtensibleBehavior
- ExtensibleBehavior() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorTags
- ExtensibleBehavior() - Method in class org.apache.pekko.actor.typed.internal.BehaviorTags$
- extension() - Method in class org.apache.pekko.persistence.PluginSpec
- extension(ExtensionId<T>) - Method in class org.apache.pekko.actor.ActorSystem
-
Returns the payload that is associated with the provided extension throws an IllegalStateException if it is not registered.
- extension(ExtensionId<T>) - Method in interface org.apache.pekko.actor.typed.Extensions
-
Returns the payload that is associated with the provided extension throws an IllegalStateException if it is not registered.
- extension(ExtensionId<T>) - Method in interface org.apache.pekko.actor.typed.internal.ExtensionsImpl
- Extension - Interface in org.apache.pekko.actor
-
The basic ActorSystem covers all that is needed for locally running actors, using futures and so on.
- Extension - Interface in org.apache.pekko.actor.typed
-
Marker trait/interface for extensions.
- ExtensionId<T extends Extension> - Class in org.apache.pekko.actor.typed
-
Identifier and factory for an extension.
- ExtensionId<T extends Extension> - Interface in org.apache.pekko.actor
-
Identifies an Extension Lookup of Extensions is done by object identity, so the Id must be the same wherever it's used, otherwise you'll get the same extension loaded multiple times.
- ExtensionId() - Constructor for class org.apache.pekko.actor.typed.ExtensionId
- ExtensionIdProvider - Interface in org.apache.pekko.actor
-
To be able to load an ExtensionId from the configuration, a class that implements ExtensionIdProvider must be specified.
- Extensions - Interface in org.apache.pekko.actor.typed
-
API for registering and looking up extensions.
- ExtensionSetup<T extends Extension> - Class in org.apache.pekko.actor.typed
-
Each extension typically provide a concrete
ExtensionSetupthat can be used inpekko.actor.setup.ActorSystemSetupwhen starting theActorSystemto replace the default implementation of the extension. - ExtensionSetup(ExtensionId<T>, Function<ActorSystem<?>, T>) - Constructor for class org.apache.pekko.actor.typed.ExtensionSetup
- ExtensionsImpl - Interface in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- ExternalShardAllocation - Class in org.apache.pekko.cluster.sharding.external
-
API May Change
- ExternalShardAllocation(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation
- ExternalShardAllocation$ - Class in org.apache.pekko.cluster.sharding.external
- ExternalShardAllocation$() - Constructor for class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation$
- ExternalShardAllocationClient - Interface in org.apache.pekko.cluster.sharding.external.javadsl
-
API May Change
- ExternalShardAllocationClient - Interface in org.apache.pekko.cluster.sharding.external.scaladsl
-
API May Change
- ExternalShardAllocationStrategy - Class in org.apache.pekko.cluster.sharding.external
- ExternalShardAllocationStrategy(ClassicActorSystemProvider, String, Timeout) - Constructor for class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy
- ExternalShardAllocationStrategy.GetShardLocation$ - Class in org.apache.pekko.cluster.sharding.external
- ExternalShardAllocationStrategy.GetShardLocationResponse$ - Class in org.apache.pekko.cluster.sharding.external
- ExternalShardAllocationStrategy.GetShardLocations$ - Class in org.apache.pekko.cluster.sharding.external
- ExternalShardAllocationStrategy.GetShardLocationsResponse$ - Class in org.apache.pekko.cluster.sharding.external
- ExternalShardAllocationStrategy.ShardLocation - Class in org.apache.pekko.cluster.sharding.external
- ExternalShardAllocationStrategy.ShardLocation$ - Class in org.apache.pekko.cluster.sharding.external
- ExternalShardAllocationStrategy$ - Class in org.apache.pekko.cluster.sharding.external
- ExternalShardAllocationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy$
- extId() - Method in class org.apache.pekko.actor.typed.ExtensionSetup
- extractCpu(NodeMetrics) - Static method in class org.apache.pekko.cluster.metrics.StandardMetrics
- extractCpu(NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics$
- extractDeliverable() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.Extract all messages that could be safely delivered, an updated ack to be sent to the sender(), and an updated buffer that has the messages removed that can be delivered.
- extractEntityId(String) - Static method in class org.apache.pekko.persistence.typed.PersistenceId
-
Extract the
entityIdfrom a persistence id String with the default separator|. - extractEntityId(String) - Method in class org.apache.pekko.persistence.typed.PersistenceId$
-
Extract the
entityIdfrom a persistence id String with the default separator|. - extractEntityType(String) - Static method in class org.apache.pekko.persistence.typed.PersistenceId
-
Extract the
entityTypeHintfrom a persistence id String with the default separator|. - extractEntityType(String) - Method in class org.apache.pekko.persistence.typed.PersistenceId$
-
Extract the
entityTypeHintfrom a persistence id String with the default separator|. - extractFolder() - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- extractFolder() - Method in interface org.apache.pekko.cluster.metrics.SigarProvider
-
Library extract location.
- extractFromMDC(Map<String, Object>) - Static method in class org.apache.pekko.event.LogMarker
-
Deprecated.use org.apache.pekko.event.LogEventWithMarker#marker instead. Since Akka 2.5.12.
- extractFromMDC(Map<String, Object>) - Method in class org.apache.pekko.event.LogMarker$
-
Deprecated.use org.apache.pekko.event.LogEventWithMarker#marker instead. Since Akka 2.5.12.
- extractHeapMemory(NodeMetrics) - Static method in class org.apache.pekko.cluster.metrics.StandardMetrics
- extractHeapMemory(NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics$
- extractInterfaces(Class<?>) - Static method in class org.apache.pekko.actor.TypedProps
- extractInterfaces(Class<?>) - Method in class org.apache.pekko.actor.TypedProps$
- extractName(TraversalBuilder, String) - Static method in class org.apache.pekko.stream.Attributes
-
Compute a name by concatenating all Name attributes that the given module has, returning the given default value if none are found.
- extractName(TraversalBuilder, String) - Method in class org.apache.pekko.stream.Attributes$
-
Compute a name by concatenating all Name attributes that the given module has, returning the given default value if none are found.
- extrapolate(Function<Out, Iterator<Out>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Allows a faster downstream to progress independent of a slower upstream.
- extrapolate(Function<Out, Iterator<Out>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Allows a faster downstream to progress independent of a slower upstream.
- extrapolate(Function<Out, Iterator<Out>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Allows a faster downstream to progress independent of a slower upstream.
- extrapolate(Function<Out, Iterator<Out>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Allows a faster downstream to progress independent of a slower upstream.
- extrapolate(Function<Out, Iterator<Out>>, Out) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Allows a faster downstream to progress independent of a slower upstream.
- extrapolate(Function<Out, Iterator<Out>>, Out) - Method in class org.apache.pekko.stream.javadsl.Source
-
Allows a faster downstream to progress independent of a slower upstream.
- extrapolate(Function<Out, Iterator<Out>>, Out) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Allows a faster downstream to progress independent of a slower upstream.
- extrapolate(Function<Out, Iterator<Out>>, Out) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Allows a faster downstream to progress independent of a slower upstream.
- extrapolate(Function1<U, Iterator<U>>, Option<U>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Allows a faster downstream to progress independent of a slower upstream.
- extrapolate$default$2() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
F
- f() - Method in class org.apache.pekko.routing.WithListeners
- f() - Method in class org.apache.pekko.util.FutureConverters.FutureOps
- factor() - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
-
How much extra weight to give to the stolen time.
- factor() - Method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
-
How much extra weight to give to the stolen time.
- factory() - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProviderSetup
- fail() - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Mark a failed call through CircuitBreaker.
- fail() - Static method in class org.apache.pekko.stream.DelayOverflowStrategy
-
If the buffer is full when a new element is available this strategy completes the stream with failure.
- fail() - Method in class org.apache.pekko.stream.DelayOverflowStrategy$
-
If the buffer is full when a new element is available this strategy completes the stream with failure.
- fail() - Static method in class org.apache.pekko.stream.OverflowStrategy
-
If the buffer is full when a new element is available this strategy completes the stream with failure.
- fail() - Method in class org.apache.pekko.stream.OverflowStrategy$
-
If the buffer is full when a new element is available this strategy completes the stream with failure.
- fail(String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes
-
Fail fishing with a custom error message
- fail(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes$
-
Fail fishing with a custom error message
- fail(String) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.FishingOutcomes
-
Fail fishing with a custom error message
- fail(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.FishingOutcomes$
-
Fail fishing with a custom error message
- fail(Throwable) - Method in interface org.apache.pekko.stream.BoundedSourceQueue
-
Completes the stream with a failure.
- fail(Throwable) - Method in interface org.apache.pekko.stream.javadsl.SourceQueueWithComplete
-
Completes the stream with a failure.
- fail(Throwable) - Method in interface org.apache.pekko.stream.scaladsl.SourceQueueWithComplete
-
Completes the stream with a failure.
- fail(Throwable) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet
-
Fail this output port.
- fail(Outlet<T>, Throwable) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Signals failure through the given port.
- Fail - org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Fail = 2; - Fail(String) - Constructor for class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- Fail_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Fail = 2; - Fail$() - Constructor for class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail$
- Fail$() - Constructor for class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Fail$
- Fail$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Fail$
- Fail$() - Constructor for class org.apache.pekko.stream.OverflowStrategies.Fail$
- FailBarrier$ - Class in org.apache.pekko.remote.testconductor
- FailBarrier$() - Constructor for class org.apache.pekko.remote.testconductor.FailBarrier$
- failed() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- failed(Throwable) - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- failed(Throwable) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- failed(Throwable) - Static method in class org.apache.pekko.dispatch.Futures
-
creates an already completed Promise with the specified exception
- failed(Throwable) - Method in class org.apache.pekko.dispatch.Futures$
-
creates an already completed Promise with the specified exception
- failed(Throwable) - Static method in class org.apache.pekko.stream.FlowMonitorState
-
Java API
- failed(Throwable) - Method in class org.apache.pekko.stream.FlowMonitorState$
-
Java API
- failed(Throwable) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Create a
Sourcethat immediately ends the stream with thecausefailure to every connectedSink. - failed(Throwable) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Create a
Sourcethat immediately ends the stream with thecausefailure to every connectedSink. - failed(Throwable) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Create a
Sourcethat immediately ends the stream with thecauseerror to every connectedSink. - failed(Throwable) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Create a
Sourcethat immediately ends the stream with thecauseerror to every connectedSink. - Failed - org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Failed = 4; - Failed(Throwable) - Constructor for class org.apache.pekko.stream.FlowMonitorState.Failed
- FAILED - org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
FAILED = 8; - FAILED_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- FAILED_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- Failed_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Failed = 4; - FAILED_VALUE - Static variable in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
FAILED = 8; - Failed$ - Class in org.apache.pekko.dispatch.sysmsg
- Failed$() - Constructor for class org.apache.pekko.dispatch.sysmsg.Failed$
- Failed$() - Constructor for class org.apache.pekko.stream.FlowMonitorState.Failed$
- FailedBehavior(Throwable) - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.FailedBehavior
- FailedBehavior() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorTags
- FailedBehavior() - Method in class org.apache.pekko.actor.typed.internal.BehaviorTags$
- failedCompletionStage(Throwable) - Static method in class org.apache.pekko.dispatch.Futures
-
Creates an already completed CompletionStage with the specified exception
- failedCompletionStage(Throwable) - Method in class org.apache.pekko.dispatch.Futures$
-
Creates an already completed CompletionStage with the specified exception
- FAILEDDATA_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- FailedSubscription(Subscriber<T>, Throwable) - Constructor for class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- FailedSubscription$() - Constructor for class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription$
- FailInboundStreamOnce(Throwable) - Constructor for class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- FailInboundStreamOnce$() - Constructor for class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce$
- FailMixedVersions() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- failNextDelete() - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next delete from storage attempt with default exception for any persistence id.
- failNextDelete() - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next delete from storage attempt with default exception for any persistence id.
- failNextDelete() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next delete from storage attempt with default exception for any persistence id.
- failNextDelete(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next delete from storage attempt with default exception for particular persistence id.
- failNextDelete(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next delete from storage attempt with default exception for particular persistence id.
- failNextDelete(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next delete from storage attempt with default exception for particular persistence id.
- failNextDelete(String, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next delete from storage attempt with
causeexception for particular persistence id. - failNextDelete(String, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next delete from storage attempt with
causeexception for particular persistence id. - failNextDelete(String, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next delete from storage attempt with
causeexception for particular persistence id. - failNextDelete(Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next delete from storage attempt with
causeexception for any persistence id. - failNextDelete(Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next delete from storage attempt with
causeexception for any persistence id. - failNextDelete(Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next delete from storage attempt with
causeexception for any persistence id. - FailNextN(int, Throwable, Function0<BoxedUnit>) - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextN
- FailNextN() - Method in class org.apache.pekko.persistence.testkit.EventStorage.JournalPolicies$
- FailNextN() - Method in interface org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies
- FailNextN() - Method in class org.apache.pekko.persistence.testkit.SnapshotStorage.SnapshotPolicies$
- FailNextN$() - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextN$
- FailNextNCond(int, Throwable, Function2<String, U, Object>, Function0<BoxedUnit>) - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextNCond
- FailNextNCond() - Method in class org.apache.pekko.persistence.testkit.EventStorage.JournalPolicies$
- FailNextNCond() - Method in interface org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies
- FailNextNCond() - Method in class org.apache.pekko.persistence.testkit.SnapshotStorage.SnapshotPolicies$
- FailNextNCond$() - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextNCond$
- failNextNDeletes(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next n delete from storage attempts with default exception for any persistence id.
- failNextNDeletes(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next n delete from storage attempts with default exception for any persistence id.
- failNextNDeletes(int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next n delete from storage attempts with default exception for any persistence id.
- failNextNDeletes(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next n delete from storage attempts with
causeexception for any persistence id. - failNextNDeletes(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next n delete from storage attempts with
causeexception for any persistence id. - failNextNDeletes(int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next n delete from storage attempts with
causeexception for any persistence id. - failNextNDeletes(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- failNextNDeletes(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- failNextNDeletes(String, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next n delete from storage attempts with default exception for particular persistence id.
- failNextNDeletes(String, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next n delete from storage attempts with default exception for particular persistence id.
- failNextNDeletes(String, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next n delete from storage attempts with default exception for particular persistence id.
- failNextNDeletes(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next n delete from storage attempts with
causeexception for particular persistence id. - failNextNDeletes(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next n delete from storage attempts with
causeexception for particular persistence id. - failNextNDeletes(String, int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next n delete from storage attempts with
causeexception for particular persistence id. - failNextNDeletes(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- failNextNDeletes(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- failNextNOps(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail n following journal operations regardless of their type.
- failNextNOps(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail n following journal operations regardless of their type.
- failNextNOps(int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PolicyOpsTestKit
-
Fail n following journal operations regardless of their type.
- failNextNOps(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail
nfollowing journal operations depending on the conditioncond. - failNextNOps(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail
nfollowing journal operations depending on the conditioncond. - failNextNOps(int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PolicyOpsTestKit
-
Fail
nfollowing journal operations regardless of their type. - failNextNOpsCond(BiFunction<String, JournalOperation, Object>, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail
nfollowing journal operations depending on the conditioncond. - failNextNOpsCond(BiFunction<String, JournalOperation, Object>, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail
nfollowing journal operations depending on the conditioncond. - failNextNOpsCond(BiFunction<String, SnapshotOperation, Object>, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail
nfollowing journal operations depending on the conditioncond. - failNextNOpsCond(BiFunction<String, SnapshotOperation, Object>, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail
nfollowing journal operations depending on the conditioncond. - failNextNOpsCond(Function2<String, P, Object>, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PolicyOpsTestKit
-
Fail
nfollowing journal operations depending on the conditioncond. - failNextNOpsCond(Function2<String, P, Object>, int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PolicyOpsTestKit
-
Fail
nfollowing journal operations depending on the conditioncond. - failNextNPersisted(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next
nwrite operations with default exception for any persistence id. - failNextNPersisted(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next
nwrite operations with default exception for any persistence id. - failNextNPersisted(int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next
nwrite operations with default exception for any persistence id. - failNextNPersisted(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next
nwrite operations with thecauseexception for any persistence id. - failNextNPersisted(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next
nwrite operations with thecauseexception for any persistence id. - failNextNPersisted(int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next
nwrite operations with thecauseexception for any persistence id. - failNextNPersisted(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- failNextNPersisted(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- failNextNPersisted(String, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next
nwrite operations for particular persistence id. - failNextNPersisted(String, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next
nwrite operations for particular persistence id. - failNextNPersisted(String, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next
nwrite operations for particular persistence id. - failNextNPersisted(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next
nwrite operations with thecauseexception for particular persistence id. - failNextNPersisted(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next
nwrite operations with thecauseexception for particular persistence id. - failNextNPersisted(String, int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next
nwrite operations with thecauseexception for particular persistence id. - failNextNPersisted(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- failNextNPersisted(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- failNextNReads(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next n read from storage (recovery) attempts with default exception for any persistence id.
- failNextNReads(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next n read from storage (recovery) attempts with default exception for any persistence id.
- failNextNReads(int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next n read from storage (recovery) attempts with default exception for any persistence id.
- failNextNReads(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next n read from storage (recovery) attempts with
causeexception for any persistence id. - failNextNReads(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next n read from storage (recovery) attempts with
causeexception for any persistence id. - failNextNReads(int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next n read from storage (recovery) attempts with
causeexception for any persistence id. - failNextNReads(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- failNextNReads(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- failNextNReads(String, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next n read from storage (recovery) attempts with default exception for particular persistence id.
- failNextNReads(String, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next n read from storage (recovery) attempts with default exception for particular persistence id.
- failNextNReads(String, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next n read from storage (recovery) attempts with default exception for particular persistence id.
- failNextNReads(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next n read from storage (recovery) attempts with
causeexception for particular persistence id. - failNextNReads(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next n read from storage (recovery) attempts with
causeexception for particular persistence id. - failNextNReads(String, int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next n read from storage (recovery) attempts with
causeexception for particular persistence id. - failNextNReads(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- failNextNReads(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- failNextPersisted() - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next write operation with default exception for any persistence id.
- failNextPersisted() - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next write operations with default exception for any persistence id.
- failNextPersisted() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next write operation with default exception for any persistence id.
- failNextPersisted(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next write operation with default exception for particular persistence id.
- failNextPersisted(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next write operations with default exception for particular persistence id.
- failNextPersisted(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next write operation with default exception for particular persistence id.
- failNextPersisted(String, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next write operation with
causeexception for particular persistence id. - failNextPersisted(String, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next write operations with
causeexception for particular persistence id. - failNextPersisted(String, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next write operation with
causeexception for particular persistence id. - failNextPersisted(Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next write operation event with
causeexception for any persistence id. - failNextPersisted(Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next write operations with
causeexception for any persistence id. - failNextPersisted(Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next write operation with
causeexception for any persistence id. - failNextRead() - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next read from storage (recovery) attempt with default exception for any persistence id.
- failNextRead() - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next read from storage (recovery) attempt with default exception for any persistence id.
- failNextRead() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next read from storage (recovery) attempt with default exception for any persistence id.
- failNextRead(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next read from storage (recovery) attempt with default exception for any persistence id.
- failNextRead(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next read from storage (recovery) attempt with default exception for any persistence id.
- failNextRead(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next read from storage (recovery) attempt with default exception for any persistence id.
- failNextRead(String, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next read from storage (recovery) attempt with
causeexception for particular persistence id. - failNextRead(String, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next read from storage (recovery) attempt with
causeexception for particular persistence id. - failNextRead(String, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next read from storage (recovery) attempt with
causeexception for particular persistence id. - failNextRead(Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Fail next read from storage (recovery) attempt with
causeexception for any persistence id. - failNextRead(Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Fail next read from storage (recovery) attempt with
causeexception for any persistence id. - failNextRead(Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.CommonTestKitOps
-
Fail next read from storage (recovery) attempt with
causeexception for any persistence id. - failStage() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$
-
Java API
- failStage(Throwable) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Automatically invokes
GraphStageLogic.<T>cancel(org.apache.pekko.stream.Inlet<T>)orGraphStageLogic.<T>fail(org.apache.pekko.stream.Outlet<T>,java.lang.Throwable)on all the input or output ports that have been called, then marks the operator as stopped. - FailStage$() - Constructor for class org.apache.pekko.stream.Attributes.CancellationStrategy$.FailStage$
- failure() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- failure() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- failure() - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- failure() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- failure() - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- failure(Throwable) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- Failure(Object) - Constructor for class org.apache.pekko.actor.FSM.Failure
- Failure(Object) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- Failure(Throwable) - Constructor for class org.apache.pekko.actor.Status.Failure
- Failure(Throwable) - Constructor for class org.apache.pekko.stream.QueueOfferResult.Failure
- Failure(Throwable) - Constructor for class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- FAILURE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- FAILURE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- Failure$() - Constructor for class org.apache.pekko.actor.FSM.Failure$
- Failure$() - Constructor for class org.apache.pekko.actor.Status.Failure$
- Failure$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.Failure$
-
Deprecated.
- Failure$() - Constructor for class org.apache.pekko.stream.QueueOfferResult.Failure$
- Failure$() - Constructor for class org.apache.pekko.stream.testkit.GraphStageMessages.Failure$
- failureDetectionInterval() - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- failureDetector() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- failureDetector() - Method in class org.apache.pekko.cluster.Cluster
- FailureDetector - Interface in org.apache.pekko.remote
-
A failure detector must be a thread-safe mutable construct that registers heartbeat events of a resource and is able to decide the availability of that monitored resource.
- FailureDetector.Clock - Class in org.apache.pekko.remote
-
Abstraction of a clock that returns time in milliseconds.
- FailureDetector$ - Class in org.apache.pekko.remote
- FailureDetector$() - Constructor for class org.apache.pekko.remote.FailureDetector$
- FailureDetectorConfig() - Method in class org.apache.pekko.cluster.ClusterSettings
- failureDetectorGrowing(String) - Static method in class org.apache.pekko.remote.RemoteLogMarker
-
Marker "pekkoFailureDetectorGrowing" of log event when failure detector heartbeat interval is growing too large.
- failureDetectorGrowing(String) - Method in class org.apache.pekko.remote.RemoteLogMarker$
-
Marker "pekkoFailureDetectorGrowing" of log event when failure detector heartbeat interval is growing too large.
- FailureDetectorImplementationClass() - Method in class org.apache.pekko.cluster.ClusterSettings
- FailureDetectorLoader - Class in org.apache.pekko.remote
-
INTERNAL API
- FailureDetectorLoader() - Constructor for class org.apache.pekko.remote.FailureDetectorLoader
- FailureDetectorLoader$ - Class in org.apache.pekko.remote
-
INTERNAL API
- FailureDetectorLoader$() - Constructor for class org.apache.pekko.remote.FailureDetectorLoader$
- FailureDetectorRegistry<A> - Interface in org.apache.pekko.remote
-
Interface for a registry of Pekko failure detectors.
- FailureDetectorWithAddress - Interface in org.apache.pekko.remote
- FailureInjectorException - Exception in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- FailureInjectorException(String) - Constructor for exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- FailureInjectorException$ - Class in org.apache.pekko.remote.transport
- FailureInjectorException$() - Constructor for class org.apache.pekko.remote.transport.FailureInjectorException$
- FailureInjectorHandle$ - Class in org.apache.pekko.remote.transport
- FailureInjectorHandle$() - Constructor for class org.apache.pekko.remote.transport.FailureInjectorHandle$
- FailureInjectorProvider - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- FailureInjectorProvider() - Constructor for class org.apache.pekko.remote.transport.FailureInjectorProvider
-
Deprecated.
- FailureInjectorSchemeIdentifier() - Method in class org.apache.pekko.remote.transport.FailureInjectorTransportAdapter$
- FailureInjectorTransportAdapter$ - Class in org.apache.pekko.remote.transport
-
INTERNAL API
- FailureInjectorTransportAdapter$() - Constructor for class org.apache.pekko.remote.transport.FailureInjectorTransportAdapter$
- failureMessage() - Method in interface org.apache.pekko.io.Tcp.Command
- failureMessage() - Method in interface org.apache.pekko.io.Udp.Command
- failureMessage() - Method in interface org.apache.pekko.io.UdpConnected.Command
- failureMsg() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- fallbackClassLoader() - Method in class org.apache.pekko.osgi.OsgiActorSystemFactory
- FALSE() - Static method in class org.apache.pekko.testkit.TestActor
- FALSE() - Method in class org.apache.pekko.testkit.TestActor$
- FanInShape<O> - Class in org.apache.pekko.stream
- FanInShape(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape
- FanInShape.Init<O> - Interface in org.apache.pekko.stream
- FanInShape.Name<O> - Class in org.apache.pekko.stream
- FanInShape.Name$ - Class in org.apache.pekko.stream
- FanInShape.Ports<O> - Class in org.apache.pekko.stream
- FanInShape.Ports$ - Class in org.apache.pekko.stream
- FanInShape$ - Class in org.apache.pekko.stream
- FanInShape$() - Constructor for class org.apache.pekko.stream.FanInShape$
- FanInShape10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,O> - Class in org.apache.pekko.stream
- FanInShape10(String) - Constructor for class org.apache.pekko.stream.FanInShape10
- FanInShape10(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape10
- FanInShape10(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape10
- FanInShape11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,O> - Class in org.apache.pekko.stream
- FanInShape11(String) - Constructor for class org.apache.pekko.stream.FanInShape11
- FanInShape11(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape11
- FanInShape11(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape11
- FanInShape12<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,O> - Class in org.apache.pekko.stream
- FanInShape12(String) - Constructor for class org.apache.pekko.stream.FanInShape12
- FanInShape12(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape12
- FanInShape12(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape12
- FanInShape13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,O> - Class in org.apache.pekko.stream
- FanInShape13(String) - Constructor for class org.apache.pekko.stream.FanInShape13
- FanInShape13(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape13
- FanInShape13(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Inlet<T12>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape13
- FanInShape14<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,O> - Class in org.apache.pekko.stream
- FanInShape14(String) - Constructor for class org.apache.pekko.stream.FanInShape14
- FanInShape14(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape14
- FanInShape14(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Inlet<T12>, Inlet<T13>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape14
- FanInShape15<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,O> - Class in org.apache.pekko.stream
- FanInShape15(String) - Constructor for class org.apache.pekko.stream.FanInShape15
- FanInShape15(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape15
- FanInShape15(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Inlet<T12>, Inlet<T13>, Inlet<T14>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape15
- FanInShape16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,O> - Class in org.apache.pekko.stream
- FanInShape16(String) - Constructor for class org.apache.pekko.stream.FanInShape16
- FanInShape16(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape16
- FanInShape16(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Inlet<T12>, Inlet<T13>, Inlet<T14>, Inlet<T15>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape16
- FanInShape17<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,O> - Class in org.apache.pekko.stream
- FanInShape17(String) - Constructor for class org.apache.pekko.stream.FanInShape17
- FanInShape17(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape17
- FanInShape17(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Inlet<T12>, Inlet<T13>, Inlet<T14>, Inlet<T15>, Inlet<T16>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape17
- FanInShape18<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,O> - Class in org.apache.pekko.stream
- FanInShape18(String) - Constructor for class org.apache.pekko.stream.FanInShape18
- FanInShape18(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape18
- FanInShape18(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Inlet<T12>, Inlet<T13>, Inlet<T14>, Inlet<T15>, Inlet<T16>, Inlet<T17>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape18
- FanInShape19<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,O> - Class in org.apache.pekko.stream
- FanInShape19(String) - Constructor for class org.apache.pekko.stream.FanInShape19
- FanInShape19(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape19
- FanInShape19(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Inlet<T12>, Inlet<T13>, Inlet<T14>, Inlet<T15>, Inlet<T16>, Inlet<T17>, Inlet<T18>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape19
- FanInShape1N<T0,T1,O> - Class in org.apache.pekko.stream
-
Deprecated.FanInShape1N was removed because it was not used anywhere. Use a custom shape extending from FanInShape directly. Since Akka 2.5.5.
- FanInShape1N(int) - Constructor for class org.apache.pekko.stream.FanInShape1N
-
Deprecated.
- FanInShape1N(int, String) - Constructor for class org.apache.pekko.stream.FanInShape1N
-
Deprecated.
- FanInShape1N(int, FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape1N
-
Deprecated.
- FanInShape1N(Outlet<O>, Inlet<T0>, Inlet<T1>[]) - Constructor for class org.apache.pekko.stream.FanInShape1N
-
Deprecated.
- FanInShape2<T0,T1,O> - Class in org.apache.pekko.stream
- FanInShape2(String) - Constructor for class org.apache.pekko.stream.FanInShape2
- FanInShape2(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape2
- FanInShape2(Inlet<T0>, Inlet<T1>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape2
- FanInShape20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,O> - Class in org.apache.pekko.stream
- FanInShape20(String) - Constructor for class org.apache.pekko.stream.FanInShape20
- FanInShape20(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape20
- FanInShape20(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Inlet<T12>, Inlet<T13>, Inlet<T14>, Inlet<T15>, Inlet<T16>, Inlet<T17>, Inlet<T18>, Inlet<T19>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape20
- FanInShape21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,O> - Class in org.apache.pekko.stream
- FanInShape21(String) - Constructor for class org.apache.pekko.stream.FanInShape21
- FanInShape21(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape21
- FanInShape21(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Inlet<T12>, Inlet<T13>, Inlet<T14>, Inlet<T15>, Inlet<T16>, Inlet<T17>, Inlet<T18>, Inlet<T19>, Inlet<T20>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape21
- FanInShape22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,O> - Class in org.apache.pekko.stream
- FanInShape22(String) - Constructor for class org.apache.pekko.stream.FanInShape22
- FanInShape22(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape22
- FanInShape22(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Inlet<T9>, Inlet<T10>, Inlet<T11>, Inlet<T12>, Inlet<T13>, Inlet<T14>, Inlet<T15>, Inlet<T16>, Inlet<T17>, Inlet<T18>, Inlet<T19>, Inlet<T20>, Inlet<T21>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape22
- FanInShape3<T0,T1,T2,O> - Class in org.apache.pekko.stream
- FanInShape3(String) - Constructor for class org.apache.pekko.stream.FanInShape3
- FanInShape3(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape3
- FanInShape3(Inlet<T0>, Inlet<T1>, Inlet<T2>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape3
- FanInShape4<T0,T1,T2,T3,O> - Class in org.apache.pekko.stream
- FanInShape4(String) - Constructor for class org.apache.pekko.stream.FanInShape4
- FanInShape4(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape4
- FanInShape4(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape4
- FanInShape5<T0,T1,T2,T3,T4,O> - Class in org.apache.pekko.stream
- FanInShape5(String) - Constructor for class org.apache.pekko.stream.FanInShape5
- FanInShape5(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape5
- FanInShape5(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape5
- FanInShape6<T0,T1,T2,T3,T4,T5,O> - Class in org.apache.pekko.stream
- FanInShape6(String) - Constructor for class org.apache.pekko.stream.FanInShape6
- FanInShape6(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape6
- FanInShape6(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape6
- FanInShape7<T0,T1,T2,T3,T4,T5,T6,O> - Class in org.apache.pekko.stream
- FanInShape7(String) - Constructor for class org.apache.pekko.stream.FanInShape7
- FanInShape7(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape7
- FanInShape7(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape7
- FanInShape8<T0,T1,T2,T3,T4,T5,T6,T7,O> - Class in org.apache.pekko.stream
- FanInShape8(String) - Constructor for class org.apache.pekko.stream.FanInShape8
- FanInShape8(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape8
- FanInShape8(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape8
- FanInShape9<T0,T1,T2,T3,T4,T5,T6,T7,T8,O> - Class in org.apache.pekko.stream
- FanInShape9(String) - Constructor for class org.apache.pekko.stream.FanInShape9
- FanInShape9(FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.FanInShape9
- FanInShape9(Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>, Inlet<T6>, Inlet<T7>, Inlet<T8>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FanInShape9
- FanOutShape<I> - Class in org.apache.pekko.stream
- FanOutShape(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape
- FanOutShape.Init<I> - Interface in org.apache.pekko.stream
- FanOutShape.Name<I> - Class in org.apache.pekko.stream
- FanOutShape.Name$ - Class in org.apache.pekko.stream
- FanOutShape.Ports<I> - Class in org.apache.pekko.stream
- FanOutShape.Ports$ - Class in org.apache.pekko.stream
- FanOutShape$ - Class in org.apache.pekko.stream
- FanOutShape$() - Constructor for class org.apache.pekko.stream.FanOutShape$
- FanOutShape10<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9> - Class in org.apache.pekko.stream
- FanOutShape10(String) - Constructor for class org.apache.pekko.stream.FanOutShape10
- FanOutShape10(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape10
- FanOutShape10(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>) - Constructor for class org.apache.pekko.stream.FanOutShape10
- FanOutShape11<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10> - Class in org.apache.pekko.stream
- FanOutShape11(String) - Constructor for class org.apache.pekko.stream.FanOutShape11
- FanOutShape11(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape11
- FanOutShape11(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>) - Constructor for class org.apache.pekko.stream.FanOutShape11
- FanOutShape12<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11> - Class in org.apache.pekko.stream
- FanOutShape12(String) - Constructor for class org.apache.pekko.stream.FanOutShape12
- FanOutShape12(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape12
- FanOutShape12(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>) - Constructor for class org.apache.pekko.stream.FanOutShape12
- FanOutShape13<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12> - Class in org.apache.pekko.stream
- FanOutShape13(String) - Constructor for class org.apache.pekko.stream.FanOutShape13
- FanOutShape13(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape13
- FanOutShape13(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>, Outlet<O12>) - Constructor for class org.apache.pekko.stream.FanOutShape13
- FanOutShape14<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13> - Class in org.apache.pekko.stream
- FanOutShape14(String) - Constructor for class org.apache.pekko.stream.FanOutShape14
- FanOutShape14(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape14
- FanOutShape14(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>, Outlet<O12>, Outlet<O13>) - Constructor for class org.apache.pekko.stream.FanOutShape14
- FanOutShape15<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14> - Class in org.apache.pekko.stream
- FanOutShape15(String) - Constructor for class org.apache.pekko.stream.FanOutShape15
- FanOutShape15(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape15
- FanOutShape15(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>, Outlet<O12>, Outlet<O13>, Outlet<O14>) - Constructor for class org.apache.pekko.stream.FanOutShape15
- FanOutShape16<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14,O15> - Class in org.apache.pekko.stream
- FanOutShape16(String) - Constructor for class org.apache.pekko.stream.FanOutShape16
- FanOutShape16(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape16
- FanOutShape16(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>, Outlet<O12>, Outlet<O13>, Outlet<O14>, Outlet<O15>) - Constructor for class org.apache.pekko.stream.FanOutShape16
- FanOutShape17<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14,O15,O16> - Class in org.apache.pekko.stream
- FanOutShape17(String) - Constructor for class org.apache.pekko.stream.FanOutShape17
- FanOutShape17(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape17
- FanOutShape17(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>, Outlet<O12>, Outlet<O13>, Outlet<O14>, Outlet<O15>, Outlet<O16>) - Constructor for class org.apache.pekko.stream.FanOutShape17
- FanOutShape18<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14,O15,O16,O17> - Class in org.apache.pekko.stream
- FanOutShape18(String) - Constructor for class org.apache.pekko.stream.FanOutShape18
- FanOutShape18(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape18
- FanOutShape18(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>, Outlet<O12>, Outlet<O13>, Outlet<O14>, Outlet<O15>, Outlet<O16>, Outlet<O17>) - Constructor for class org.apache.pekko.stream.FanOutShape18
- FanOutShape19<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14,O15,O16,O17,O18> - Class in org.apache.pekko.stream
- FanOutShape19(String) - Constructor for class org.apache.pekko.stream.FanOutShape19
- FanOutShape19(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape19
- FanOutShape19(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>, Outlet<O12>, Outlet<O13>, Outlet<O14>, Outlet<O15>, Outlet<O16>, Outlet<O17>, Outlet<O18>) - Constructor for class org.apache.pekko.stream.FanOutShape19
- FanOutShape2<I,O0,O1> - Class in org.apache.pekko.stream
- FanOutShape2(String) - Constructor for class org.apache.pekko.stream.FanOutShape2
- FanOutShape2(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape2
- FanOutShape2(Inlet<I>, Outlet<O0>, Outlet<O1>) - Constructor for class org.apache.pekko.stream.FanOutShape2
- FanOutShape20<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14,O15,O16,O17,O18,O19> - Class in org.apache.pekko.stream
- FanOutShape20(String) - Constructor for class org.apache.pekko.stream.FanOutShape20
- FanOutShape20(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape20
- FanOutShape20(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>, Outlet<O12>, Outlet<O13>, Outlet<O14>, Outlet<O15>, Outlet<O16>, Outlet<O17>, Outlet<O18>, Outlet<O19>) - Constructor for class org.apache.pekko.stream.FanOutShape20
- FanOutShape21<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14,O15,O16,O17,O18,O19,O20> - Class in org.apache.pekko.stream
- FanOutShape21(String) - Constructor for class org.apache.pekko.stream.FanOutShape21
- FanOutShape21(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape21
- FanOutShape21(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>, Outlet<O12>, Outlet<O13>, Outlet<O14>, Outlet<O15>, Outlet<O16>, Outlet<O17>, Outlet<O18>, Outlet<O19>, Outlet<O20>) - Constructor for class org.apache.pekko.stream.FanOutShape21
- FanOutShape22<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14,O15,O16,O17,O18,O19,O20,O21> - Class in org.apache.pekko.stream
- FanOutShape22(String) - Constructor for class org.apache.pekko.stream.FanOutShape22
- FanOutShape22(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape22
- FanOutShape22(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>, Outlet<O9>, Outlet<O10>, Outlet<O11>, Outlet<O12>, Outlet<O13>, Outlet<O14>, Outlet<O15>, Outlet<O16>, Outlet<O17>, Outlet<O18>, Outlet<O19>, Outlet<O20>, Outlet<O21>) - Constructor for class org.apache.pekko.stream.FanOutShape22
- FanOutShape3<I,O0,O1,O2> - Class in org.apache.pekko.stream
- FanOutShape3(String) - Constructor for class org.apache.pekko.stream.FanOutShape3
- FanOutShape3(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape3
- FanOutShape3(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>) - Constructor for class org.apache.pekko.stream.FanOutShape3
- FanOutShape4<I,O0,O1,O2,O3> - Class in org.apache.pekko.stream
- FanOutShape4(String) - Constructor for class org.apache.pekko.stream.FanOutShape4
- FanOutShape4(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape4
- FanOutShape4(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>) - Constructor for class org.apache.pekko.stream.FanOutShape4
- FanOutShape5<I,O0,O1,O2,O3,O4> - Class in org.apache.pekko.stream
- FanOutShape5(String) - Constructor for class org.apache.pekko.stream.FanOutShape5
- FanOutShape5(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape5
- FanOutShape5(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>) - Constructor for class org.apache.pekko.stream.FanOutShape5
- FanOutShape6<I,O0,O1,O2,O3,O4,O5> - Class in org.apache.pekko.stream
- FanOutShape6(String) - Constructor for class org.apache.pekko.stream.FanOutShape6
- FanOutShape6(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape6
- FanOutShape6(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>) - Constructor for class org.apache.pekko.stream.FanOutShape6
- FanOutShape7<I,O0,O1,O2,O3,O4,O5,O6> - Class in org.apache.pekko.stream
- FanOutShape7(String) - Constructor for class org.apache.pekko.stream.FanOutShape7
- FanOutShape7(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape7
- FanOutShape7(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>) - Constructor for class org.apache.pekko.stream.FanOutShape7
- FanOutShape8<I,O0,O1,O2,O3,O4,O5,O6,O7> - Class in org.apache.pekko.stream
- FanOutShape8(String) - Constructor for class org.apache.pekko.stream.FanOutShape8
- FanOutShape8(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape8
- FanOutShape8(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>) - Constructor for class org.apache.pekko.stream.FanOutShape8
- FanOutShape9<I,O0,O1,O2,O3,O4,O5,O6,O7,O8> - Class in org.apache.pekko.stream
- FanOutShape9(String) - Constructor for class org.apache.pekko.stream.FanOutShape9
- FanOutShape9(FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.FanOutShape9
- FanOutShape9(Inlet<I>, Outlet<O0>, Outlet<O1>, Outlet<O2>, Outlet<O3>, Outlet<O4>, Outlet<O5>, Outlet<O6>, Outlet<O7>, Outlet<O8>) - Constructor for class org.apache.pekko.stream.FanOutShape9
- fastForward(long) - Method in interface org.apache.pekko.persistence.typed.internal.ReplicationStreamControl
- FastFrequencySketch$ - Class in org.apache.pekko.util
-
INTERNAL API
- FastFrequencySketch$() - Constructor for class org.apache.pekko.util.FastFrequencySketch$
- fastHash(String) - Static method in class org.apache.pekko.util.Unsafe
- FastMerge - Interface in org.apache.pekko.cluster.ddata
-
INTERNAL API
- faultCreate() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
-
Do create the actor in response to a failure.
- FaultHandling - Interface in org.apache.pekko.actor.dungeon
- FaultHandling.FailedInfo - Interface in org.apache.pekko.actor.dungeon
- FaultHandling$ - Class in org.apache.pekko.actor.dungeon
-
INTERNAL API
- FaultHandling$() - Constructor for class org.apache.pekko.actor.dungeon.FaultHandling$
- faultRecreate(Throwable) - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
-
Do re-create the actor in response to a failure.
- faultResume(Throwable) - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
-
Do resume the actor in response to a failure.
- faultSuspend() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
-
Do suspend the actor in response to a failure of a parent (i.e.
- feedAndExpectLast(ActorRef, String, Seq<Object>) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec
- FI - Class in org.apache.pekko.japi.pf
-
Class that encapsulates Functional Interfaces used for creating partial functions.
- FI.Apply<I,R> - Interface in org.apache.pekko.japi.pf
-
Functional interface for an application.
- FI.Apply2<I1,I2,R> - Interface in org.apache.pekko.japi.pf
-
Functional interface for an application.
- FI.TypedPredicate<T> - Interface in org.apache.pekko.japi.pf
-
Functional interface for a predicate.
- FI.TypedPredicate2<T,U> - Interface in org.apache.pekko.japi.pf
-
Functional interface for a predicate.
- FI.UnitApply<I> - Interface in org.apache.pekko.japi.pf
-
Functional interface for an application.
- FI.UnitApply2<I1,I2> - Interface in org.apache.pekko.japi.pf
-
Functional interface for an application.
- FI.UnitApply3<I1,I2,I3> - Interface in org.apache.pekko.japi.pf
-
Functional interface for an application.
- FI.UnitApply4<I1,I2,I3,I4> - Interface in org.apache.pekko.japi.pf
-
Functional interface for an application.
- FI.UnitApplyVoid - Interface in org.apache.pekko.japi.pf
-
Functional interface for an application.
- FileIO - Class in org.apache.pekko.stream.javadsl
-
Java API: Factories to create sinks and sources from files
- FileIO - Class in org.apache.pekko.stream.scaladsl
-
Factories to create sinks and sources from files
- FileIO() - Constructor for class org.apache.pekko.stream.javadsl.FileIO
- FileIO() - Constructor for class org.apache.pekko.stream.scaladsl.FileIO
- FileIO$ - Class in org.apache.pekko.stream.javadsl
-
Java API: Factories to create sinks and sources from files
- FileIO$ - Class in org.apache.pekko.stream.scaladsl
-
Factories to create sinks and sources from files
- FileIO$() - Constructor for class org.apache.pekko.stream.javadsl.FileIO$
- FileIO$() - Constructor for class org.apache.pekko.stream.scaladsl.FileIO$
- fileIoDispatcher() - Method in class org.apache.pekko.io.TcpExt
- FileIODispatcher() - Method in class org.apache.pekko.io.TcpExt.Settings
- filename() - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- filename() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- FILENAME_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- filePath() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- fillArray(int, Function2<byte[], Object, BoxedUnit>) - Method in class org.apache.pekko.util.ByteStringBuilder
- fillByteBuffer(int, ByteOrder, Function1<ByteBuffer, BoxedUnit>) - Method in class org.apache.pekko.util.ByteStringBuilder
- fillInStackTrace() - Method in interface org.apache.pekko.OnlyCauseStackTrace
- fillInStackTrace() - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- fillInStackTrace() - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- fillInStackTrace() - Static method in exception org.apache.pekko.stream.BindFailedException
- filter() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings
- filter() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings
- filter(int, int) - Method in class org.apache.pekko.routing.DefaultResizer
-
This method can be used to smooth the capacity delta by considering the current pressure and current capacity.
- filter(Logging.LogEvent) - Method in class org.apache.pekko.testkit.TestEventListener
- filter(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Only pass on those elements that satisfy the given predicate.
- filter(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.filter. - filter(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Only pass on those elements that satisfy the given predicate.
- filter(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.filter. - filter(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Only pass on those elements that satisfy the given predicate.
- filter(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Only pass on those elements that satisfy the given predicate.
- filter(Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Only pass on those elements that satisfy the given predicate.
- filter(Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.filter. - Filter - Class in org.apache.pekko.dispatch
-
Java API (not recommended): Callback for the Future.filter operation that creates a new Future which will conditionally contain the success of another Future.
- Filter() - Constructor for class org.apache.pekko.dispatch.Filter
- Filter$ - Class in org.apache.pekko.dispatch
-
Java API (not recommended): Callback for the Future.filter operation that creates a new Future which will conditionally contain the success of another Future.
- Filter$() - Constructor for class org.apache.pekko.dispatch.Filter$
- filtered(ClassTag<T>) - Method in class org.apache.pekko.stream.Attributes
-
Scala API: Get all attributes of a given type (or subtypes thereof).
- FilterLeeway() - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Dilated with `TestTimeFactor`.
- filterNot(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Only pass on those elements that NOT satisfy the given predicate.
- filterNot(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.filterNot. - filterNot(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Only pass on those elements that NOT satisfy the given predicate.
- filterNot(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.filterNot. - filterNot(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Only pass on those elements that NOT satisfy the given predicate.
- filterNot(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Only pass on those elements that NOT satisfy the given predicate.
- filterNot(Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Only pass on those elements that NOT satisfy the given predicate.
- filterNot(Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.filterNot. - filterOf(Function<T, Boolean>) - Static method in class org.apache.pekko.dispatch.Filter
- filterOf(Function<T, Boolean>) - Method in class org.apache.pekko.dispatch.Filter$
- filters() - Method in class org.apache.pekko.testkit.TestEvent.Mute
- filters() - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- filters() - Method in class org.apache.pekko.testkit.TestEventListener
- filters_$eq(List<EventFilter>) - Method in class org.apache.pekko.testkit.TestEventListener
- FilterSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings$
- FilterSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings$
- finalizeHash(int) - Static method in class org.apache.pekko.routing.MurmurHash
-
Once all hashes have been incorporated, this performs a final mixing
- finalizeHash(int) - Method in class org.apache.pekko.routing.MurmurHash$
-
Once all hashes have been incorporated, this performs a final mixing
- finalStopMessage() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- finalStopMessage() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- finalStopMessage() - Method in class org.apache.pekko.pattern.BackoffSupervisor
- finalStopMessageReceived() - Method in interface org.apache.pekko.pattern.HandleBackoff
- finalStopMessageReceived_$eq(boolean) - Method in interface org.apache.pekko.pattern.HandleBackoff
- finalTerminationSignalDeadline() - Method in interface org.apache.pekko.stream.StreamRefSettings
-
Deprecated.Use attribute 'StreamRefAttributes.FinalTerminationSignalDeadline' to read the concrete setting value. Since Akka 2.6.0.
- finalTerminationSignalDeadline(Duration) - Static method in class org.apache.pekko.stream.StreamRefAttributes
-
Java API: The time between the Terminated signal being received and when the local SourceRef determines to fail itself
- finalTerminationSignalDeadline(Duration) - Method in class org.apache.pekko.stream.StreamRefAttributes$
-
Java API: The time between the Terminated signal being received and when the local SourceRef determines to fail itself
- finalTerminationSignalDeadline(FiniteDuration) - Static method in class org.apache.pekko.stream.StreamRefAttributes
-
Scala API: The time between the Terminated signal being received and when the local SourceRef determines to fail itself
- finalTerminationSignalDeadline(FiniteDuration) - Method in class org.apache.pekko.stream.StreamRefAttributes$
-
Scala API: The time between the Terminated signal being received and when the local SourceRef determines to fail itself
- FinalTerminationSignalDeadline(FiniteDuration) - Constructor for class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- FinalTerminationSignalDeadline$() - Constructor for class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline$
- find(Iterable<Future<T>>, Function<T, Boolean>, ExecutionContext) - Static method in class org.apache.pekko.dispatch.Futures
-
Returns a Future that will hold the optional result of the first Future with a result that matches the predicate
- find(Iterable<Future<T>>, Function<T, Boolean>, ExecutionContext) - Method in class org.apache.pekko.dispatch.Futures$
-
Returns a Future that will hold the optional result of the first Future with a result that matches the predicate
- find(ServiceKey<T>, ActorRef<Receptionist.Listing>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
-
Java API:
Findmessage. - find(ServiceKey<T>, ActorRef<Receptionist.Listing>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Java API:
Findmessage. - find(Iterable<Future<T>>, Function1<T, Object>, ExecutionContext) - Static method in class org.apache.pekko.compat.Future
- find(Iterable<Future<T>>, Function1<T, Object>, ExecutionContext) - Method in class org.apache.pekko.compat.Future$
- find(IterableOnce<Future<T>>, Function1<T, Object>, ExecutionContext) - Static method in class org.apache.pekko.compat.Future
- find(IterableOnce<Future<T>>, Function1<T, Object>, ExecutionContext) - Method in class org.apache.pekko.compat.Future$
- Find$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find$
- Find$() - Constructor for class org.apache.pekko.actor.typed.receptionist.Receptionist.Find$
- findBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class org.apache.pekko.serialization.jackson.JacksonModule.DeserializerResolverByClass
- findChild(String) - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Returns a reference to the named child if it exists.
- findChild(String) - Method in interface org.apache.pekko.actor.dungeon.Children
- findClass(String) - Method in class org.apache.pekko.osgi.BundleDelegatingClassLoader
- findExtension(ExtensionId<T>) - Method in interface org.apache.pekko.actor.typed.internal.ExtensionsImpl
-
Returns any extension registered to the specified Extension or returns null if not registered
- findMany(K, int, int) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- findMarker(Class<?>, Class<?>) - Static method in class org.apache.pekko.util.Reflect
- findMarker(Class<?>, Class<?>) - Method in class org.apache.pekko.util.Reflect$
- findOneByIndex(K, int) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- findResource(String) - Method in class org.apache.pekko.osgi.BundleDelegatingClassLoader
- findResources(String) - Method in class org.apache.pekko.osgi.BundleDelegatingClassLoader
- findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class org.apache.pekko.serialization.jackson.JacksonModule.SerializerResolverByClass
- findSerializerFor(Object) - Method in class org.apache.pekko.serialization.Serialization
-
Returns the Serializer configured for the given object, returns the NullSerializer if it's null.
- findSmallestVersionPropagatedToAllNodes(String, Vector<UniqueAddress>) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- findValue(K, Function1<V, Object>) - Method in class org.apache.pekko.util.Index
- FinishConnectNeverReturnedTrueException() - Method in class org.apache.pekko.io.TcpOutgoingConnection$
- FinishConnectRetries() - Method in class org.apache.pekko.io.TcpExt.Settings
- finishCreate() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- finished() - Static method in class org.apache.pekko.stream.FlowMonitorState
-
Java API
- finished() - Method in class org.apache.pekko.stream.FlowMonitorState$
-
Java API
- Finished$() - Constructor for class org.apache.pekko.stream.FlowMonitorState.Finished$
- finishing() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- finishing_$eq(boolean) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- finishRecreate(Throwable) - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- finishTerminate() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- FiniteDurationDeserializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- FiniteDurationDeserializer$() - Constructor for class org.apache.pekko.serialization.jackson.FiniteDurationDeserializer$
- FiniteDurationModule - Interface in org.apache.pekko.serialization.jackson
-
INTERNAL API: Adds support for serializing and deserializing
FiniteDuration. - FiniteDurationSerializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- FiniteDurationSerializer$() - Constructor for class org.apache.pekko.serialization.jackson.FiniteDurationSerializer$
- first() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- first() - Method in class org.apache.pekko.japi.Pair
- FIRST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- FIRSTCHUNK_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- FIRSTCHUNK_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- firstCompletedOf(Iterable<Future<T>>, ExecutionContext) - Static method in class org.apache.pekko.dispatch.Futures
-
Returns a Future to the result of the first future in the list that is completed
- firstCompletedOf(Iterable<Future<T>>, ExecutionContext) - Method in class org.apache.pekko.dispatch.Futures$
-
Returns a Future to the result of the first future in the list that is completed
- firstHeartbeatEstimate() - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
- firstInExpectNextQueue(K) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- fishForMessage(Duration, String, Function<Object, Object>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Hybrid of expectMsgPF and receiveWhile: receive messages while the partial function matches and returns false.
- fishForMessage(Duration, String, Function<M, FishingOutcome>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Same as the other
fishForMessagebut includes the provided hint in all error messages - fishForMessage(Duration, Function<M, FishingOutcome>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Java API: Allows for flexible matching of multiple messages within a timeout, the fisher function is fed each incoming message, and returns one of the following effects to decide on what happens next:
- fishForMessage(Duration, String, Function<Object, Object>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.6.0.
- fishForMessage(Duration, String, PartialFunction<Object, Object>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Hybrid of expectMsgPF and receiveWhile: receive messages while the partial function matches and returns false.
- fishForMessage(FiniteDuration, String, Function1<M, FishingOutcome>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Allows for flexible matching of multiple messages within a timeout, the fisher function is fed each incoming message, and returns one of the following effects to decide on what happens next:
- fishForMessage(FiniteDuration, Function1<M, FishingOutcome>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Same as the other
fishForMessagebut with no hint - fishForMessage$default$1() - Method in interface org.apache.pekko.testkit.TestKitBase
- fishForMessage$default$2() - Method in interface org.apache.pekko.testkit.TestKitBase
- fishForMessagePF(FiniteDuration, String, PartialFunction<M, FishingOutcome>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Same as
fishForMessagebut accepting a partial function and failing for non-matches - fishForMessagePF(FiniteDuration, PartialFunction<M, FishingOutcome>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Same as
fishForMessagebut with no hint, accepting a partial function and failing for non-matches - fishForSpecificMessage(Duration, String, Function<Object, T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
fishForMessage, but gets a different partial function and returns properly typed message. - fishForSpecificMessage(Duration, String, Function<Object, T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.6.0.
- fishForSpecificMessage(Duration, String, PartialFunction<Object, T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Waits for specific message that partial function matches while ignoring all other messages coming in the meantime.
- fishForSpecificMessage$default$1() - Method in interface org.apache.pekko.testkit.TestKitBase
- fishForSpecificMessage$default$2() - Method in interface org.apache.pekko.testkit.TestKitBase
- FishingOutcome - Interface in org.apache.pekko.actor.testkit.typed
-
Not for user extension.
- FishingOutcome.Complete$ - Class in org.apache.pekko.actor.testkit.typed
- FishingOutcome.Continue$ - Class in org.apache.pekko.actor.testkit.typed
- FishingOutcome.ContinueAndIgnore$ - Class in org.apache.pekko.actor.testkit.typed
- FishingOutcome.ContinueOutcome - Interface in org.apache.pekko.actor.testkit.typed
- FishingOutcome.Fail - Class in org.apache.pekko.actor.testkit.typed
- FishingOutcome.Fail$ - Class in org.apache.pekko.actor.testkit.typed
- FishingOutcome$ - Class in org.apache.pekko.actor.testkit.typed
- FishingOutcome$() - Constructor for class org.apache.pekko.actor.testkit.typed.FishingOutcome$
- FishingOutcomes - Class in org.apache.pekko.actor.testkit.typed.javadsl
- FishingOutcomes - Class in org.apache.pekko.actor.testkit.typed.scaladsl
- FishingOutcomes() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes
- FishingOutcomes() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.FishingOutcomes
- FishingOutcomes$ - Class in org.apache.pekko.actor.testkit.typed.javadsl
- FishingOutcomes$ - Class in org.apache.pekko.actor.testkit.typed.scaladsl
- FishingOutcomes$() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes$
- FishingOutcomes$() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.FishingOutcomes$
- fixedDelay(Duration) - Method in class org.apache.pekko.stream.javadsl.DelayStrategy$
-
Fixed delay strategy, always returns constant delay for any element.
- fixedDelay(FiniteDuration) - Method in class org.apache.pekko.stream.scaladsl.DelayStrategy$
-
Fixed delay strategy, always returns constant delay for any element.
- fixedDelayMode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
- fixedDelayMode(Duration) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
- FixedDelayMode$() - Constructor for class org.apache.pekko.actor.FSM.FixedDelayMode$
- FixedDelayMode$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayMode$
- FixedDelayMode$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
-
Deprecated.
- FixedDelayModeWithInitialDelay(FiniteDuration) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- FixedDelayModeWithInitialDelay$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay$
- fixedRateMode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
- fixedRateMode(Duration) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
- FixedRateMode$() - Constructor for class org.apache.pekko.actor.FSM.FixedRateMode$
- FixedRateMode$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateMode$
- FixedRateMode$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
-
Deprecated.
- FixedRateModeWithInitialDelay(FiniteDuration) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- FixedRateModeWithInitialDelay$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay$
- flag(ByteFlag) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- flag(ByteFlag) - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- Flag - Class in org.apache.pekko.cluster.ddata
- Flag(boolean) - Constructor for class org.apache.pekko.cluster.ddata.Flag
- Flag$ - Class in org.apache.pekko.cluster.ddata
- Flag$() - Constructor for class org.apache.pekko.cluster.ddata.Flag$
- flagFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- flagFromProto(ReplicatedDataMessages.Flag) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- FlagKey - Class in org.apache.pekko.cluster.ddata
- FlagKey(String) - Constructor for class org.apache.pekko.cluster.ddata.FlagKey
- FlagKey$ - Class in org.apache.pekko.cluster.ddata
- FlagKey$() - Constructor for class org.apache.pekko.cluster.ddata.FlagKey$
- flags() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- flags() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- FlagsOffset() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- flagToProto(Flag) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- flatMap(Function1<Out, Graph<SourceShape<T>, M>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Alias for
FlowOps.<T,M>flatMapConcat(scala.Function1<Out,org.apache.pekko.stream.Graph<org.apache.pekko.stream.SourceShape<T>,M>>), added to enable for comprehensions. - flatMapConcat(Function<Out, ? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform each input element into a
Sourceof output elements that is then flattened into the output stream by concatenation, fully consuming one Source after the other. - flatMapConcat(Function<Out, ? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform each input element into a
Sourceof output elements that is then flattened into the output stream by concatenation, fully consuming one Source after the other. - flatMapConcat(Function<Out, ? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform each input element into a
Sourceof output elements that is then flattened into the output stream by concatenation, fully consuming one Source after the other. - flatMapConcat(Function<Out, ? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform each input element into a
Sourceof output elements that is then flattened into the output stream by concatenation, fully consuming one Source after the other. - flatMapConcat(Function1<Out, Graph<SourceShape<T>, M>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform each input element into a
Sourceof output elements that is then flattened into the output stream by concatenation, fully consuming one Source after the other. - flatMapMerge(int, Function<Out, ? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform each input element into a
Sourceof output elements that is then flattened into the output stream by merging, where at mostbreadthsubstreams are being consumed at any given time. - flatMapMerge(int, Function<Out, ? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform each input element into a
Sourceof output elements that is then flattened into the output stream by merging, where at mostbreadthsubstreams are being consumed at any given time. - flatMapMerge(int, Function<Out, ? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform each input element into a
Sourceof output elements that is then flattened into the output stream by merging, where at mostbreadthsubstreams are being consumed at any given time. - flatMapMerge(int, Function<Out, ? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform each input element into a
Sourceof output elements that is then flattened into the output stream by merging, where at mostbreadthsubstreams are being consumed at any given time. - flatMapMerge(int, Function1<Out, Graph<SourceShape<T>, M>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform each input element into a
Sourceof output elements that is then flattened into the output stream by merging, where at mostbreadthsubstreams are being consumed at any given time. - flatMapPrefix(int, Function<Iterable<Out>, Flow<Out, Out2, Mat2>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Takes up to
nelements from the stream (less thannonly if the upstream completes before emittingnelements), then applyfon these elements in order to obtain a flow, this flow is then materialized and the rest of the input is processed by this flow (similar to via). - flatMapPrefix(int, Function<Iterable<Out>, Flow<Out, Out2, Mat2>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Takes up to
nelements from the stream (less thannonly if the upstream completes before emittingnelements), then applyfon these elements in order to obtain a flow, this flow is then materialized and the rest of the input is processed by this flow (similar to via). - flatMapPrefix(int, Function<Iterable<Out>, Flow<Out, Out2, Mat2>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Takes up to
nelements from the stream (less thannonly if the upstream completes before emittingnelements), then applyfon these elements in order to obtain a flow, this flow is then materialized and the rest of the input is processed by this flow (similar to via). - flatMapPrefix(int, Function<Iterable<Out>, Flow<Out, Out2, Mat2>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Takes up to
nelements from the stream (less thannonly if the upstream completes before emittingnelements), then applyfon these elements in order to obtain a flow, this flow is then materialized and the rest of the input is processed by this flow (similar to via). - flatMapPrefix(int, Function1<Seq<Out>, Flow<Out, Out2, Mat2>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Takes up to
nelements from the stream (less thannonly if the upstream completes before emittingnelements), then applyfon these elements in order to obtain a flow, this flow is then materialized and the rest of the input is processed by this flow (similar to via). - flatMapPrefixMat(int, Function<Iterable<Out>, Flow<Out, Out2, Mat2>>, Function2<Mat, CompletionStage<Mat2>, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
mat version of
Flow.flatMapPrefix(int, org.apache.pekko.japi.function.Function<java.lang.Iterable<Out>, org.apache.pekko.stream.javadsl.Flow<Out, Out2, Mat2>>), this method gives access to a future materialized value of the downstream flow (as a completion stage). - flatMapPrefixMat(int, Function<Iterable<Out>, Flow<Out, Out2, Mat2>>, Function2<Mat, CompletionStage<Mat2>, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Source
-
mat version of
Source.flatMapPrefix(int, org.apache.pekko.japi.function.Function<java.lang.Iterable<Out>, org.apache.pekko.stream.javadsl.Flow<Out, Out2, Mat2>>), this method gives access to a future materialized value of the downstream flow (as a completion stage). - flatMapPrefixMat(int, Function1<Seq<Out>, Flow<Out, Out2, Mat2>>, Function2<Mat, Future<Mat2>, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
mat version of
FlowOps.flatMapPrefix(int, scala.Function1<scala.collection.immutable.Seq<Out>, org.apache.pekko.stream.scaladsl.Flow<Out, Out2, Mat2>>), this method gives access to a future materialized value of the downstream flow. - flatten($less$colon$less<Out, Graph<SourceShape<T>, M>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Flattens a stream of
Sourceinto a single output stream by concatenation, fully consuming oneSourceafter the other. - flattenMerge(int, $less$colon$less<Out, Graph<SourceShape<T>, M>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Flattens a stream of
Sourceinto a single output stream by merging, where at mostbreadthsubstreams are being consumed at any given time. - flattenOptional() - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Collect the value of
Optionalfrom the elements passing through this flow, emptyOptionalis filtered out. - flattenOptional() - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Collect the value of
Optionalfrom the elements passing through this flow, emptyOptionalis filtered out. - FlightRecorderLoader - Class in org.apache.pekko.util
-
INTERNAL API
- FlightRecorderLoader() - Constructor for class org.apache.pekko.util.FlightRecorderLoader
- FlightRecorderLoader$ - Class in org.apache.pekko.util
-
INTERNAL API
- FlightRecorderLoader$() - Constructor for class org.apache.pekko.util.FlightRecorderLoader$
- Float - org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Float = 2; - Float_VALUE - Static variable in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Float = 2; - flow() - Method in class org.apache.pekko.stream.javadsl.Tcp.IncomingConnection
-
A flow representing the client on the other side of the connection.
- flow() - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
- flow() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- flow() - Method in class org.apache.pekko.stream.SharedKillSwitch
-
Returns a typed Flow of a requested type that will be linked to this
SharedKillSwitchinstance. - Flow<In,Out,Mat> - Class in org.apache.pekko.stream.javadsl
-
A
Flowis a set of stream processing steps that has one open input and one open output. - Flow<In,Out,Mat> - Class in org.apache.pekko.stream.scaladsl
-
A
Flowis a set of stream processing steps that has one open input and one open output. - Flow(LinearTraversalBuilder, FlowShape<In, Out>) - Constructor for class org.apache.pekko.stream.scaladsl.Flow
- Flow(Flow<In, Out, Mat>) - Constructor for class org.apache.pekko.stream.javadsl.Flow
- Flow$ - Class in org.apache.pekko.stream.javadsl
- Flow$ - Class in org.apache.pekko.stream.scaladsl
- Flow$() - Constructor for class org.apache.pekko.stream.javadsl.Flow$
- Flow$() - Constructor for class org.apache.pekko.stream.scaladsl.Flow$
- flowControlWindow() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
- FlowMonitor<T> - Interface in org.apache.pekko.stream
-
Used to monitor the state of a stream
- FlowMonitorState - Class in org.apache.pekko.stream
- FlowMonitorState() - Constructor for class org.apache.pekko.stream.FlowMonitorState
- FlowMonitorState.Failed - Class in org.apache.pekko.stream
-
Stream failed
- FlowMonitorState.Failed$ - Class in org.apache.pekko.stream
- FlowMonitorState.Finished$ - Class in org.apache.pekko.stream
-
Stream completed successfully
- FlowMonitorState.Initialized$ - Class in org.apache.pekko.stream
-
Stream was created, but no events have passed through it
- FlowMonitorState.Received<U> - Class in org.apache.pekko.stream
-
Stream processed a message
- FlowMonitorState.Received$ - Class in org.apache.pekko.stream
- FlowMonitorState.StreamState<U> - Interface in org.apache.pekko.stream
- FlowMonitorState$ - Class in org.apache.pekko.stream
- FlowMonitorState$() - Constructor for class org.apache.pekko.stream.FlowMonitorState$
- FlowOps<Out,Mat> - Interface in org.apache.pekko.stream.scaladsl
-
Scala API: Operations offered by Sources and Flows with a free output side: the DSL flows left-to-right only.
- FlowOpsMat<Out,Mat> - Interface in org.apache.pekko.stream.scaladsl
-
INTERNAL API: this trait will be changed in binary-incompatible ways for classes that are derived from it! Do not implement this interface outside the Pekko code base!
- FlowShape<I,O> - Class in org.apache.pekko.stream
-
A Flow
Shapehas exactly one input and one output, it looks from the outside like a pipe (but it can be a complex topology of streams within of course). - FlowShape(Inlet<I>, Outlet<O>) - Constructor for class org.apache.pekko.stream.FlowShape
- FlowShape$ - Class in org.apache.pekko.stream
- FlowShape$() - Constructor for class org.apache.pekko.stream.FlowShape$
- FlowWithContext<In,CtxIn,Out,CtxOut,Mat> - Class in org.apache.pekko.stream.javadsl
-
A flow that provides operations which automatically propagate the context of an element.
- FlowWithContext<In,CtxIn,Out,CtxOut,Mat> - Class in org.apache.pekko.stream.scaladsl
-
A flow that provides operations which automatically propagate the context of an element.
- FlowWithContext(Flow<Pair<In, CtxIn>, Pair<Out, CtxOut>, Mat>) - Constructor for class org.apache.pekko.stream.javadsl.FlowWithContext
- FlowWithContext(Flow<Tuple2<In, CtxIn>, Tuple2<Out, CtxOut>, Mat>) - Constructor for class org.apache.pekko.stream.scaladsl.FlowWithContext
- FlowWithContext$ - Class in org.apache.pekko.stream.javadsl
- FlowWithContext$ - Class in org.apache.pekko.stream.scaladsl
- FlowWithContext$() - Constructor for class org.apache.pekko.stream.javadsl.FlowWithContext$
- FlowWithContext$() - Constructor for class org.apache.pekko.stream.scaladsl.FlowWithContext$
- FlowWithContextOps<Out,Ctx,Mat> - Interface in org.apache.pekko.stream.scaladsl
-
Shared stream operations for
FlowWithContextandSourceWithContextthat automatically propagate a context element with each data element. - Flush - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- Flush() - Constructor for class org.apache.pekko.remote.artery.Flush
- Flush$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- Flush$() - Constructor for class org.apache.pekko.remote.artery.Flush$
- FlushAck$ - Class in org.apache.pekko.remote.artery
- FlushAck$() - Constructor for class org.apache.pekko.remote.artery.FlushAck$
- flushBatch() - Method in interface org.apache.pekko.persistence.Eventsourced
- FlushBeforeDeathWatchNotification$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- FlushBeforeDeathWatchNotification$() - Constructor for class org.apache.pekko.remote.artery.FlushBeforeDeathWatchNotification$
- flushChanges() - Static method in class org.apache.pekko.cluster.ddata.Replicator
-
Java API: The
FlushChangesinstance - flushChanges() - Method in class org.apache.pekko.cluster.ddata.Replicator$
-
Java API: The
FlushChangesinstance - flushChanges() - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator
-
The
FlushChangesinstance. - flushChanges() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator$
-
The
FlushChangesinstance. - FlushChanges$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.FlushChanges$
- FlushChanges$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.FlushChanges$
- FlushChanges$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.FlushChanges$
- flushJournalBatch() - Method in interface org.apache.pekko.persistence.Eventsourced
- FlushOnShutdown$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- FlushOnShutdown$() - Constructor for class org.apache.pekko.remote.artery.FlushOnShutdown$
- FlushWait() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- fold(R, Iterable<Future<T>>, Function2<R, T, R>, ExecutionContext) - Static method in class org.apache.pekko.dispatch.Futures
-
A non-blocking fold over the specified futures, with the start value of the given zero.
- fold(R, Iterable<Future<T>>, Function2<R, T, R>, ExecutionContext) - Method in class org.apache.pekko.dispatch.Futures$
-
A non-blocking fold over the specified futures, with the start value of the given zero.
- fold(Iterable<Future<T>>, R, Function2<R, T, R>, ExecutionContext) - Static method in class org.apache.pekko.compat.Future
- fold(Iterable<Future<T>>, R, Function2<R, T, R>, ExecutionContext) - Method in class org.apache.pekko.compat.Future$
- fold(IterableOnce<Future<T>>, R, Function2<R, T, R>, ExecutionContext) - Static method in class org.apache.pekko.compat.Future
- fold(IterableOnce<Future<T>>, R, Function2<R, T, R>, ExecutionContext) - Method in class org.apache.pekko.compat.Future$
- fold(Function0<T>, Function0<T>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided callbacks depending on if the switch is either on or off waiting for any pending changes to happen before (locking) Be careful of longrunning or blocking within the provided action as it can lead to deadlocks or bad performance
- fold(T, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Similar to
scanbut only emits its result when the upstream completes, after which it also completes. - fold(T, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Similar to
scanbut only emits its result when the upstream completes, after which it also completes. - fold(T, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Similar to
scanbut only emits its result when the upstream completes, after which it also completes. - fold(T, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Similar to
scanbut only emits its result when the upstream completes, after which it also completes. - fold(T, Function2<T, Out, T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Similar to
scanbut only emits its result when the upstream completes, after which it also completes. - fold(U, Function2<U, In, U>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - fold(U, Function2<U, In, U>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - fold(U, Function2<U, T, U>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - fold(U, Function2<U, T, U>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - foldAsync(T, Function2<T, Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Similar to
foldbut with an asynchronous function. - foldAsync(T, Function2<T, Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Similar to
foldbut with an asynchronous function. - foldAsync(T, Function2<T, Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Similar to
foldbut with an asynchronous function. - foldAsync(T, Function2<T, Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Similar to
foldbut with an asynchronous function. - foldAsync(T, Function2<T, Out, Future<T>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Similar to
foldbut with an asynchronous function. - foldAsync(U, Function2<U, In, CompletionStage<U>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat will invoke the given asynchronous function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - foldAsync(U, Function2<U, In, CompletionStage<U>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat will invoke the given asynchronous function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - foldAsync(U, Function2<U, T, Future<U>>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat will invoke the given asynchronous function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - foldAsync(U, Function2<U, T, Future<U>>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat will invoke the given asynchronous function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - foldLeft(B, Function2<B, Object, B>) - Method in class org.apache.pekko.util.ByteIterator
- foldWhile(T, Predicate<T>, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Similar to
scanbut only emits its result when the upstream completes or the predicatepreturnsfalse. - foldWhile(T, Predicate<T>, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Similar to
scanbut only emits its result when the upstream completes or the predicatepreturnsfalse. - foldWhile(T, Predicate<T>, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Similar to
scanbut only emits its result when the upstream completes or the predicatepreturnsfalse. - foldWhile(T, Predicate<T>, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Similar to
scanbut only emits its result when the upstream completes or the predicatepreturnsfalse. - foldWhile(T, Function1<T, Object>, Function2<T, Out, T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Similar to
scanbut only emits its result when the upstream completes or the predicatepreturnsfalse. - foldWhile(U, Predicate<U>, Function2<U, In, U>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - foldWhile(U, Predicate<U>, Function2<U, In, U>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - foldWhile(U, Function1<U, Object>, Function2<U, T, U>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - foldWhile(U, Function1<U, Object>, Function2<U, T, U>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (or the givenzerovalue) and the element as input. - forall(Predicate<In>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat will test the given predicatepfor every received element and 1. - forall(Predicate<In>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat will test the given predicatepfor every received element and 1. - forall(Function1<T, Object>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat will test the given predicatepfor every received element and 1. - forall(Function1<T, Object>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat will test the given predicatepfor every received element and 1. - forAnyState() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder
-
The handlers defined by this builder are used for any state.
- forAnyState() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder
-
The handlers defined by this builder are used for any state.
- forAnyState() - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder
-
The handlers defined by this builder are used for any state.
- forAnyState() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder
-
The handlers defined by this builder are used for any state.
- forAnyState() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder
-
The handlers defined by this builder are used for any state.
- ForceDisassociate(Address) - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- ForceDisassociate$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate$
-
Deprecated.
- ForceDisassociateAck$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
-
Deprecated.
- ForceDisassociateExplicitly(Address, AssociationHandle.DisassociateInfo) - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- ForceDisassociateExplicitly$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly$
-
Deprecated.
- foreach(Procedure<T>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat will invoke the given procedure for each received element. - foreach(Procedure<T>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat will invoke the given procedure for each received element. - foreach(Function1<Object, U>) - Method in class org.apache.pekko.util.ByteIterator
- foreach(Function1<Object, U>) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- foreach(Function1<Object, U>) - Method in class org.apache.pekko.util.ByteString
- foreach(Function1<Out, BoxedUnit>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- foreach(Function1<T, BoxedUnit>) - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
Iterate over all elements of the buffer and apply a function to each element, without removing them.
- foreach(Function1<T, BoxedUnit>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat will invoke the given procedure for each received element. - foreach(Function1<T, BoxedUnit>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat will invoke the given procedure for each received element. - foreach(Function1<To, C>) - Method in class org.apache.pekko.util.Collections.PartialImmutableValuesIterable
- foreach(Function2<I, MessageBuffer, BoxedUnit>) - Method in class org.apache.pekko.util.MessageBufferMap
-
Iterate over all elements of the buffer map and apply a function to each element.
- foreach(Function2<Object, ActorRef, BoxedUnit>) - Method in class org.apache.pekko.util.MessageBuffer
-
Iterate over all elements of the buffer and apply a function to each element.
- foreach(Function2<K, V, BoxedUnit>) - Method in class org.apache.pekko.util.Index
-
Applies the supplied function to all keys and their values
- forEach(Procedure<T>) - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
Iterate over all elements of the buffer and apply a function to each element, without removing them.
- forEach(Procedure2<I, MessageBuffer>) - Method in class org.apache.pekko.util.MessageBufferMap
-
Java API
- forEach(Procedure2<Object, ActorRef>) - Method in class org.apache.pekko.util.MessageBuffer
-
Java API
- Foreach<T> - Class in org.apache.pekko.dispatch
-
Callback for the Future.foreach operation that will be invoked if the Future that this callback is registered on becomes completed with a success.
- Foreach() - Constructor for class org.apache.pekko.dispatch.Foreach
- foreachAsync(int, Function<T, CompletionStage<Void>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat will invoke the given procedure asynchronously for each received element. - foreachAsync(int, Function<T, CompletionStage<Void>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat will invoke the given procedure asynchronously for each received element. - foreachAsync(int, Function1<T, Future<BoxedUnit>>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat will invoke the given procedure asynchronously for each received element. - foreachAsync(int, Function1<T, Future<BoxedUnit>>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat will invoke the given procedure asynchronously for each received element. - foreachParallel(int, Procedure<T>, ExecutionContext) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Deprecated.Use `foreachAsync` instead, it allows you to choose how to run the procedure, by calling some other API returning a CompletionStage or using CompletableFuture.supplyAsync. Since Akka 2.5.17.
- foreachParallel(int, Procedure<T>, ExecutionContext) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Deprecated.Use `foreachAsync` instead, it allows you to choose how to run the procedure, by calling some other API returning a CompletionStage or using CompletableFuture.supplyAsync. Since Akka 2.5.17.
- foreachParallel(int, Function1<T, BoxedUnit>, ExecutionContext) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Deprecated.Use `foreachAsync` instead, it allows you to choose how to run the procedure, by calling some other API returning a Future or spawning a new Future. Since Akka 2.5.17.
- foreachParallel(int, Function1<T, BoxedUnit>, ExecutionContext) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Deprecated.Use `foreachAsync` instead, it allows you to choose how to run the procedure, by calling some other API returning a Future or spawning a new Future. Since Akka 2.5.17.
- Forever$() - Constructor for class org.apache.pekko.io.dns.CachePolicy.Forever$
- ForkJoinExecutorConfigurator - Class in org.apache.pekko.dispatch
- ForkJoinExecutorConfigurator(Config, DispatcherPrerequisites) - Constructor for class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator
- ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory - Class in org.apache.pekko.dispatch
- ForkJoinExecutorConfigurator.PekkoForkJoinPool - Class in org.apache.pekko.dispatch
-
INTERNAL PEKKO USAGE ONLY
- ForkJoinExecutorConfigurator.PekkoForkJoinTask - Class in org.apache.pekko.dispatch
-
INTERNAL PEKKO USAGE ONLY
- ForkJoinExecutorConfigurator$ - Class in org.apache.pekko.dispatch
- ForkJoinExecutorConfigurator$() - Constructor for class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator$
- ForkJoinExecutorServiceFactory(ForkJoinPool.ForkJoinWorkerThreadFactory, int) - Constructor for class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
- ForkJoinExecutorServiceFactory(ForkJoinPool.ForkJoinWorkerThreadFactory, int, boolean) - Constructor for class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
- ForkJoinExecutorServiceFactory(ForkJoinPool.ForkJoinWorkerThreadFactory, int, boolean, int) - Constructor for class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
- ForkJoinPoolConstants - Class in org.apache.pekko.dispatch
- ForkJoinPoolConstants() - Constructor for class org.apache.pekko.dispatch.ForkJoinPoolConstants
- ForkJoinPoolConstants$ - Class in org.apache.pekko.dispatch
- ForkJoinPoolConstants$() - Constructor for class org.apache.pekko.dispatch.ForkJoinPoolConstants$
- forLambda(Object) - Method in class org.apache.pekko.stream.Attributes.SourceLocation$
- format(String, Seq<Object>) - Method in interface org.apache.pekko.event.LoggingAdapter
- format(String, Seq<Object>) - Static method in class org.apache.pekko.event.NoLogging
- format(String, Seq<Object>) - Static method in class org.apache.pekko.event.NoMarkerLogging
- format(TimeUnit, Duration) - Method in interface org.apache.pekko.testkit.TestKitBase
- format(Duration) - Static method in class org.apache.pekko.util.PrettyDuration
-
JAVA API Selects most appropriate TimeUnit for given duration and formats it accordingly, with 4 digits precision
- format(Duration) - Method in class org.apache.pekko.util.PrettyDuration$
-
JAVA API Selects most appropriate TimeUnit for given duration and formats it accordingly, with 4 digits precision
- format(Duration, boolean, int) - Static method in class org.apache.pekko.util.PrettyDuration
-
JAVA API Selects most appropriate TimeUnit for given duration and formats it accordingly
- format(Duration, boolean, int) - Method in class org.apache.pekko.util.PrettyDuration$
-
JAVA API Selects most appropriate TimeUnit for given duration and formats it accordingly
- FORMAT_ERROR() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- FORMAT_ERROR() - Method in class org.apache.pekko.io.dns.internal.ResponseCode$
- format1(String, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- formatImpl(String, Seq<Object>) - Method in interface org.apache.pekko.event.LoggingAdapter
- formatMDC(Map<String, Object>) - Method in interface org.apache.pekko.event.Logging.StdOutLogger
- formatTimestamp(long) - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
-
Override this method to provide a differently formatted timestamp
- formatTimestamp(long) - Method in class org.apache.pekko.persistence.typed.internal.Running$
- forMax(Duration) - Method in class org.apache.pekko.actor.FSM.State
-
JAVA API: Modify state transition descriptor to include a state timeout for the next state.
- forMax(Duration) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.Java API: Modify state transition descriptor to include a state timeout for the next state.
- forMax(Duration) - Method in class org.apache.pekko.actor.FSM.State
-
Modify state transition descriptor to include a state timeout for the next state.
- forMax(Duration) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.Modify state transition descriptor to include a state timeout for the next state.
- forNonNullState() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder
-
The handlers defined by this builder are used for any not
nullstate. - forNonNullState() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder
-
The handlers defined by this builder are used for any not
nullstate. - forNonNullState() - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder
-
The handlers defined by this builder are used for any not
nullstate. - forNonNullState() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder
-
The handlers defined by this builder are used for any not
nullstate. - forNonNullState() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder
-
The handlers defined by this builder are used for any not
nullstate. - forNullState() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder
-
The handlers defined by this builder are used when the state is
null. - forNullState() - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder
-
The handlers defined by this builder are used when the state is
null. - forNullState() - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder
-
The handlers defined by this builder are used when the state is
null. - forNullState() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder
-
The handlers defined by this builder are used when the state is
null. - forNullState() - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder
-
The handlers defined by this builder are used when the state is
null. - forNumber(int) - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
- forNumber(int) - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
- forNumber(int) - Static method in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
- forNumber(int) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
- forNumber(int) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
- forNumber(int) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
- forNumber(int) - Static method in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
- forNumber(int) - Static method in enum org.apache.pekko.remote.ContainerFormats.PatternType
- forNumber(int) - Static method in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
- forNumber(int) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
- forNumber(int) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
- forNumber(int) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
- forNumber(int) - Static method in enum org.apache.pekko.remote.WireFormats.CommandType
- forNumber(int) - Static method in enum org.apache.pekko.remote.WireFormats.TimeUnit
- forState(Class<S>, Predicate<S>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder
-
Use this method to define command handlers that are selected when the passed predicate holds true for a given subtype of your model.
- forState(Class<S>, Predicate<S>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder
-
Use this method to define command handlers that are selected when the passed predicate holds true for a given subtype of your model.
- forState(Class<S>, Predicate<S>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder
-
Use this method to define event handlers that are selected when the passed predicate holds true for a given subtype of your model.
- forState(Class<S>, Predicate<S>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder
-
Use this method to define command handlers that are selected when the passed predicate holds true for a given subtype of your model.
- forState(Class<S>, Predicate<S>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder
-
Use this method to define command handlers that are selected when the passed predicate holds true for a given subtype of your model.
- forState(Predicate<State>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder
-
Use this method to define command handlers that are selected when the passed predicate holds true.
- forState(Predicate<State>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder
-
Use this method to define command handlers that are selected when the passed predicate holds true.
- forState(Predicate<State>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder
-
Use this method to define event handlers that are selected when the passed predicate holds true.
- forState(Predicate<State>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder
-
Use this method to define command handlers that are selected when the passed predicate holds true.
- forState(Predicate<State>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder
-
Use this method to define command handlers that are selected when the passed predicate holds true.
- forStateType(Class<S>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder
-
Use this method to define command handlers for a given subtype of your model.
- forStateType(Class<S>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder
-
Use this method to define command handlers for a given subtype of your model.
- forStateType(Class<S>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder
-
Use this method to define command handlers for a given subtype of your model.
- forStateType(Class<S>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder
-
Use this method to define command handlers for a given subtype of your model.
- forStateType(Class<S>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder
-
Use this method to define command handlers for a given subtype of your model.
- forward(Object, ActorContext) - Method in class org.apache.pekko.actor.ActorRef
-
Forwards the message and passes the original sender actor as the sender.
- forward(Object, ActorContext) - Method in class org.apache.pekko.actor.ActorSelection
-
Forwards the message and passes the original sender actor as the sender.
- forward(Object, ActorContext) - Static method in class org.apache.pekko.actor.Nobody
- forward(ActorRef) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Forward this message as if in the TestActor's receive method with self.forward.
- forward(ActorRef, Object) - Method in class org.apache.pekko.testkit.TestProbe
-
Forward this message as if in the TestActor's receive method with self.forward.
- forward$default$2() - Method in class org.apache.pekko.testkit.TestProbe
- ForwardActor(ActorRef) - Constructor for class org.apache.pekko.testkit.TestActors.ForwardActor
- forwardActorProps(ActorRef) - Static method in class org.apache.pekko.testkit.TestActors
- forwardActorProps(ActorRef) - Method in class org.apache.pekko.testkit.TestActors$
- ForwardDeathLetters - Class in org.apache.pekko.pattern
- ForwardDeathLetters() - Constructor for class org.apache.pekko.pattern.ForwardDeathLetters
- ForwardDeathLetters$ - Class in org.apache.pekko.pattern
- ForwardDeathLetters$() - Constructor for class org.apache.pekko.pattern.ForwardDeathLetters$
- forwardMessages(String, ActorRef) - Method in interface org.apache.pekko.cluster.pubsub.PerGroupingBuffer
- forwardMessages(MessageBuffer, ActorRef) - Method in interface org.apache.pekko.cluster.pubsub.PerGroupingBuffer
- ForwardOps(Outlet<T>) - Constructor for class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ForwardOps
- ForwardTo$ - Class in org.apache.pekko.pattern
- ForwardTo$() - Constructor for class org.apache.pekko.pattern.ForwardTo$
- fqcn() - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- FrameLengthFieldLength() - Static method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- FrameLengthFieldLength() - Method in class org.apache.pekko.remote.transport.netty.NettyTransport$
- Framing - Class in org.apache.pekko.stream.javadsl
- Framing - Class in org.apache.pekko.stream.scaladsl
- Framing() - Constructor for class org.apache.pekko.stream.javadsl.Framing
- Framing() - Constructor for class org.apache.pekko.stream.scaladsl.Framing
- Framing.FramingException - Exception in org.apache.pekko.stream.scaladsl
- Framing$ - Class in org.apache.pekko.stream.javadsl
- Framing$ - Class in org.apache.pekko.stream.scaladsl
- Framing$() - Constructor for class org.apache.pekko.stream.javadsl.Framing$
- Framing$() - Constructor for class org.apache.pekko.stream.scaladsl.Framing$
- FramingException(String) - Constructor for exception org.apache.pekko.stream.scaladsl.Framing.FramingException
- FramingTruncation - Enum in org.apache.pekko.stream.javadsl
-
Determines mode in which [[Framing]] operates.
- FrequencyList$ - Class in org.apache.pekko.util
-
INTERNAL API
- FrequencyList$() - Constructor for class org.apache.pekko.util.FrequencyList$
- FrequencySketch$ - Class in org.apache.pekko.util
-
INTERNAL API
- FrequencySketch$() - Constructor for class org.apache.pekko.util.FrequencySketch$
- FrequencySketchAdmissionFilter(int, double, int, int) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- FrequencySketchAdmissionFilter$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- FrequencySketchAdmissionFilter$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter$
- FrequencySketchAdmissionFilter$() - Constructor for class org.apache.pekko.cluster.sharding.internal.FrequencySketchAdmissionFilter$
- FrequencySketchSettings(int, int, int, double) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- FrequencySketchSettings(int, int, int, double) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- FrequencySketchSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$
- FrequencySketchSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$
- FrequencySketchUtil - Class in org.apache.pekko.util
-
INTERNAL API
- FrequencySketchUtil() - Constructor for class org.apache.pekko.util.FrequencySketchUtil
- FrequencySketchUtil$ - Class in org.apache.pekko.util
-
INTERNAL API
- FrequencySketchUtil$() - Constructor for class org.apache.pekko.util.FrequencySketchUtil$
- from() - Method in class org.apache.pekko.actor.FSM.Transition
- from() - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- from() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- from() - Method in interface org.apache.pekko.remote.artery.compress.CompressionProtocol.CompressionAdvertisement
- from() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- from() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- from() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- from(Iterable<O>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Helper to create
SourcefromIterable. - from(Iterable<O>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Helper to create
SourcefromIterable. - from(String) - Method in class org.apache.pekko.testkit.javadsl.EventFilter
- from(FlowShape<I, O>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- from(Outlet<T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- from(SourceShape<? extends T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ReverseOps
- from(SourceShape<T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- from(UniformFanInShape<I, O>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- from(UniformFanOutShape<I, O>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- FROM_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- fromActor() - Method in class org.apache.pekko.event.LogSource$
- fromActorRef() - Method in class org.apache.pekko.event.LogSource$
- fromAnyClass() - Method in class org.apache.pekko.event.LogSource$
- fromAnyRef(Object) - Method in class org.apache.pekko.event.LogSource$
- fromAnyRef(Object, ActorSystem) - Method in class org.apache.pekko.event.LogSource$
- fromArray(byte[]) - Static method in class org.apache.pekko.util.ByteString
-
Creates a new ByteString by copying a byte array.
- fromArray(byte[]) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by copying a byte array.
- fromArray(byte[], int, int) - Static method in class org.apache.pekko.util.ByteString
-
Creates a new ByteString by copying length bytes starting at offset from an Array.
- fromArray(byte[], int, int) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by copying length bytes starting at offset from an Array.
- fromArray(byte[], int, int) - Static method in class org.apache.pekko.util.CompactByteString
-
Creates a new CompactByteString by copying length bytes starting at offset from an Array.
- fromArray(byte[], int, int) - Method in class org.apache.pekko.util.CompactByteString$
-
Creates a new CompactByteString by copying length bytes starting at offset from an Array.
- fromArray(Object) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates a
Sourcefrom an array, if the array is empty, the stream is completed immediately, otherwise, every element of the array will be emitted sequentially. - fromArray(Object) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates a
Sourcefrom an array, if the array is empty, the stream is completed immediately, otherwise, every element of the array will be emitted sequentially. - fromArrayUnsafe(byte[]) - Static method in class org.apache.pekko.util.ByteString
-
Unsafe API: Use only in situations you are completely confident that this is what you need, and that you understand the implications documented below.
- fromArrayUnsafe(byte[]) - Method in class org.apache.pekko.util.ByteString$
-
Unsafe API: Use only in situations you are completely confident that this is what you need, and that you understand the implications documented below.
- fromArrayUnsafe(byte[], int, int) - Static method in class org.apache.pekko.util.ByteString
-
Unsafe API: Use only in situations you are completely confident that this is what you need, and that you understand the implications documented below.
- fromArrayUnsafe(byte[], int, int) - Method in class org.apache.pekko.util.ByteString$
-
Unsafe API: Use only in situations you are completely confident that this is what you need, and that you understand the implications documented below.
- fromBinary(byte[]) - Method in interface org.apache.pekko.serialization.Serializer
-
Java API: deserialize without type hint
- fromBinary(byte[], Class<?>) - Method in interface org.apache.pekko.serialization.Serializer
-
Java API: deserialize with type hint
- fromBinary(byte[], String) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ServiceKeySerializer
- fromBinary(byte[], String) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- fromBinary(byte[], String) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- fromBinary(byte[], String) - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- fromBinary(byte[], String) - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- fromBinary(byte[], String) - Method in class org.apache.pekko.persistence.TestSerializer
- fromBinary(byte[], String) - Method in class org.apache.pekko.remote.serialization.MiscMessageSerializer
- fromBinary(byte[], String) - Method in class org.apache.pekko.serialization.AsyncSerializerWithStringManifest
- fromBinary(byte[], String) - Method in class org.apache.pekko.serialization.SerializerWithStringManifest
-
Produces an object from an array of bytes, with an optional type-hint.
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
-
Deserializes persistent messages.
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.persistence.serialization.SnapshotSerializer
-
Deserializes a
Snapshot. - fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.remote.serialization.ByteStringSerializer
-
Deprecated.
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.remote.serialization.IntSerializer
-
Deprecated.
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.remote.serialization.LongSerializer
-
Deprecated.
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.remote.serialization.MessageContainerSerializer
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.remote.serialization.ProtobufSerializer
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.remote.serialization.StringSerializer
-
Deprecated.
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.remote.serialization.SystemMessageSerializer
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.serialization.ByteArraySerializer
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.serialization.JavaSerializer
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.serialization.JSerializer
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.serialization.NullSerializer
- fromBinary(byte[], Option<Class<?>>) - Method in interface org.apache.pekko.serialization.Serializer
-
Produces an object from an array of bytes, with an optional type-hint; the class should be loaded using ActorSystem.dynamicAccess.
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.serialization.SerializerWithStringManifest
- fromBinary(byte[], Option<Class<?>>) - Method in class org.apache.pekko.testkit.TestJavaSerializer
- fromBinary(ByteBuffer, String) - Method in class org.apache.pekko.remote.serialization.ByteStringSerializer
-
Deprecated.
- fromBinary(ByteBuffer, String) - Method in class org.apache.pekko.remote.serialization.IntSerializer
-
Deprecated.
- fromBinary(ByteBuffer, String) - Method in class org.apache.pekko.remote.serialization.LongSerializer
-
Deprecated.
- fromBinary(ByteBuffer, String) - Method in class org.apache.pekko.remote.serialization.StringSerializer
-
Deprecated.
- fromBinary(ByteBuffer, String) - Method in class org.apache.pekko.serialization.ByteArraySerializer
- fromBinary(ByteBuffer, String) - Method in interface org.apache.pekko.serialization.ByteBufferSerializer
-
Produces an object from a
ByteBuffer, with an optional type-hint; the class should be loaded using ActorSystem.dynamicAccess. - fromBinary(ByteBuffer, String) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- fromBinaryAsync(byte[], String) - Method in interface org.apache.pekko.serialization.AsyncSerializer
-
Produces an object from an array of bytes, with an optional type-hint.
- fromBinaryAsync(byte[], String) - Method in class org.apache.pekko.serialization.AsyncSerializerWithStringManifestCS
- fromBinaryAsyncCS(byte[], String) - Method in class org.apache.pekko.serialization.AsyncSerializerWithStringManifestCS
- fromBinaryJava(byte[], Class<?>) - Method in class org.apache.pekko.serialization.JSerializer
-
This method must be implemented, manifest may be null.
- fromByteBuffer(ByteBuffer) - Static method in class org.apache.pekko.util.ByteString
-
Creates a new ByteString by copying bytes out of a ByteBuffer.
- fromByteBuffer(ByteBuffer) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString by copying bytes out of a ByteBuffer.
- fromClass() - Method in class org.apache.pekko.event.LogSource$
- fromCompletionStage(CompletionStage<O>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use 'Source.completionStage' instead. Since Akka 2.6.0.
- fromCompletionStage(CompletionStage<O>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use 'Source.completionStage' instead. Since Akka 2.6.0.
- fromCompletionStage(CompletionStage<T>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Deprecated.Use 'Source.completionStage' instead. Since Akka 2.6.0.
- fromCompletionStage(CompletionStage<T>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Deprecated.Use 'Source.completionStage' instead. Since Akka 2.6.0.
- fromConfig(Config) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- fromConfig(Config) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings$
- fromConfig(Config) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- fromConfig(Config) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings$
- fromConfig(Config) - Static method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- fromConfig(Config) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings$
- fromConfig(Config) - Static method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings
-
Load settings from a specific config location.
- fromConfig(Config) - Method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings$
-
Load settings from a specific config location.
- fromConfig(Config) - Static method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- fromConfig(Config) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings$
- fromConfig(Config) - Static method in class org.apache.pekko.routing.DefaultResizer
- fromConfig(Config) - Method in class org.apache.pekko.routing.DefaultResizer$
- fromConfig(Config) - Method in class org.apache.pekko.routing.Resizer$
- fromConfig(Config, DynamicAccess) - Method in class org.apache.pekko.cluster.metrics.MetricsSelector$
- fromConfig(String) - Static method in class org.apache.pekko.actor.typed.DispatcherSelector
-
Look up an executor definition in the
ActorSystemconfiguration. - fromConfig(String) - Method in class org.apache.pekko.actor.typed.DispatcherSelector$
-
Look up an executor definition in the
ActorSystemconfiguration. - fromConfig(String) - Static method in class org.apache.pekko.actor.typed.MailboxSelector
-
Select a mailbox from the config file using an absolute config path.
- fromConfig(String) - Method in class org.apache.pekko.actor.typed.MailboxSelector$
-
Select a mailbox from the config file using an absolute config path.
- FromConfig - Class in org.apache.pekko.routing
-
Java API: Wraps a
pekko.actor.Propsto mark the actor as externally configurable to be used with a router. - FromConfig() - Constructor for class org.apache.pekko.routing.FromConfig
- FromConfig(Option<Resizer>, SupervisorStrategy, String) - Constructor for class org.apache.pekko.routing.FromConfig
- FromConfig$ - Class in org.apache.pekko.routing
-
Wraps a
pekko.actor.Propsto mark the actor as externally configurable to be used with a router. - FromConfig$() - Constructor for class org.apache.pekko.routing.FromConfig$
- fromExecutor(Executor) - Static method in class org.apache.pekko.dispatch.ExecutionContexts
-
Returns a new ExecutionContextExecutor which will delegate execution to the underlying Executor, and which will use the default error reporter.
- fromExecutor(Executor) - Method in class org.apache.pekko.dispatch.ExecutionContexts$
-
Returns a new ExecutionContextExecutor which will delegate execution to the underlying Executor, and which will use the default error reporter.
- fromExecutor(Executor, Procedure<Throwable>) - Static method in class org.apache.pekko.dispatch.ExecutionContexts
-
Returns a new ExecutionContextExecutor which will delegate execution to the underlying Executor, and which will use the provided error reporter.
- fromExecutor(Executor, Procedure<Throwable>) - Method in class org.apache.pekko.dispatch.ExecutionContexts$
-
Returns a new ExecutionContextExecutor which will delegate execution to the underlying Executor, and which will use the provided error reporter.
- fromExecutorService(ExecutorService) - Static method in class org.apache.pekko.dispatch.ExecutionContexts
-
Returns a new ExecutionContextExecutorService which will delegate execution to the underlying ExecutorService, and which will use the default error reporter.
- fromExecutorService(ExecutorService) - Method in class org.apache.pekko.dispatch.ExecutionContexts$
-
Returns a new ExecutionContextExecutorService which will delegate execution to the underlying ExecutorService, and which will use the default error reporter.
- fromExecutorService(ExecutorService, Procedure<Throwable>) - Static method in class org.apache.pekko.dispatch.ExecutionContexts
-
Returns a new ExecutionContextExecutorService which will delegate execution to the underlying ExecutorService, and which will use the provided error reporter.
- fromExecutorService(ExecutorService, Procedure<Throwable>) - Method in class org.apache.pekko.dispatch.ExecutionContexts$
-
Returns a new ExecutionContextExecutorService which will delegate execution to the underlying ExecutorService, and which will use the provided error reporter.
- fromFanIn(UniformFanInShape<U, ? extends T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ReverseOps
- fromFanOut(UniformFanOutShape<U, ? extends T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ReverseOps
- fromFile(File) - Static method in class org.apache.pekko.stream.javadsl.FileIO
-
Deprecated.Use `fromPath` instead. Since Akka 2.4.5.
- fromFile(File) - Method in class org.apache.pekko.stream.javadsl.FileIO$
-
Deprecated.Use `fromPath` instead. Since Akka 2.4.5.
- fromFile(File, int) - Static method in class org.apache.pekko.stream.javadsl.FileIO
-
Deprecated.Use `fromPath` instead. Since Akka 2.4.5.
- fromFile(File, int) - Method in class org.apache.pekko.stream.javadsl.FileIO$
-
Deprecated.Use `fromPath` instead. Since Akka 2.4.5.
- fromFile(File, int) - Static method in class org.apache.pekko.stream.scaladsl.FileIO
-
Deprecated.Use `fromPath` instead. Since Akka 2.4.5.
- fromFile(File, int) - Method in class org.apache.pekko.stream.scaladsl.FileIO$
-
Deprecated.Use `fromPath` instead. Since Akka 2.4.5.
- fromFile$default$2() - Static method in class org.apache.pekko.stream.scaladsl.FileIO
- fromFile$default$2() - Method in class org.apache.pekko.stream.scaladsl.FileIO$
- fromFlows(FlowShape<I1, O1>, FlowShape<I2, O2>) - Static method in class org.apache.pekko.stream.BidiShape
- fromFlows(FlowShape<I1, O1>, FlowShape<I2, O2>) - Method in class org.apache.pekko.stream.BidiShape$
- fromFlows(Graph<FlowShape<I1, O1>, M1>, Graph<FlowShape<I2, O2>, M2>) - Static method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Wraps two Flows to create a ''BidiFlow''.
- fromFlows(Graph<FlowShape<I1, O1>, M1>, Graph<FlowShape<I2, O2>, M2>) - Method in class org.apache.pekko.stream.javadsl.BidiFlow$
-
Wraps two Flows to create a ''BidiFlow''.
- fromFlows(Graph<FlowShape<I1, O1>, M1>, Graph<FlowShape<I2, O2>, M2>) - Static method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Wraps two Flows to create a ''BidiFlow''.
- fromFlows(Graph<FlowShape<I1, O1>, M1>, Graph<FlowShape<I2, O2>, M2>) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow$
-
Wraps two Flows to create a ''BidiFlow''.
- fromFlowsMat(Graph<FlowShape<I1, O1>, M1>, Graph<FlowShape<I2, O2>, M2>, Function2<M1, M2, M>) - Static method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Wraps two Flows to create a ''BidiFlow''.
- fromFlowsMat(Graph<FlowShape<I1, O1>, M1>, Graph<FlowShape<I2, O2>, M2>, Function2<M1, M2, M>) - Method in class org.apache.pekko.stream.javadsl.BidiFlow$
-
Wraps two Flows to create a ''BidiFlow''.
- fromFlowsMat(Graph<FlowShape<I1, O1>, M1>, Graph<FlowShape<I2, O2>, M2>, Function2<M1, M2, M>) - Static method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Wraps two Flows to create a ''BidiFlow''.
- fromFlowsMat(Graph<FlowShape<I1, O1>, M1>, Graph<FlowShape<I2, O2>, M2>, Function2<M1, M2, M>) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow$
-
Wraps two Flows to create a ''BidiFlow''.
- fromFunction(Function<I, O>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Creates a [Flow] which will use the given function to transform its inputs to outputs.
- fromFunction(Function<I, O>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Creates a [Flow] which will use the given function to transform its inputs to outputs.
- fromFunction(Function1<A, B>) - Static method in class org.apache.pekko.compat.PartialFunction
- fromFunction(Function1<A, B>) - Method in class org.apache.pekko.compat.PartialFunction$
- fromFunction(Function1<A, B>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Creates a [Flow] which will use the given function to transform its inputs to outputs.
- fromFunction(Function1<A, B>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Creates a [Flow] which will use the given function to transform its inputs to outputs.
- fromFunctions(Function<I1, O1>, Function<I2, O2>) - Static method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Create a BidiFlow where the top and bottom flows are just one simple mapping operator each, expressed by the two functions.
- fromFunctions(Function<I1, O1>, Function<I2, O2>) - Method in class org.apache.pekko.stream.javadsl.BidiFlow$
-
Create a BidiFlow where the top and bottom flows are just one simple mapping operator each, expressed by the two functions.
- fromFunctions(Function1<I1, O1>, Function1<I2, O2>) - Static method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Create a BidiFlow where the top and bottom flows are just one simple mapping operator each, expressed by the two functions.
- fromFunctions(Function1<I1, O1>, Function1<I2, O2>) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow$
-
Create a BidiFlow where the top and bottom flows are just one simple mapping operator each, expressed by the two functions.
- fromFuture(Future<O>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use 'Source.future' instead. Since Akka 2.6.0.
- fromFuture(Future<O>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use 'Source.future' instead. Since Akka 2.6.0.
- fromFuture(Future<T>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Deprecated.Use 'Source.future' instead. Since Akka 2.6.0.
- fromFuture(Future<T>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Deprecated.Use 'Source.future' instead. Since Akka 2.6.0.
- fromFutureSource(Future<? extends Graph<SourceShape<T>, M>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use 'Source.futureSource' (potentially together with `Source.fromGraph`) instead. Since Akka 2.6.0.
- fromFutureSource(Future<? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use 'Source.futureSource' (potentially together with `Source.fromGraph`) instead. Since Akka 2.6.0.
- fromFutureSource(Future<Graph<SourceShape<T>, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Deprecated.Use 'Source.futureSource' (potentially together with `Source.fromGraph`) instead. Since Akka 2.6.0.
- fromFutureSource(Future<Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Deprecated.Use 'Source.futureSource' (potentially together with `Source.fromGraph`) instead. Since Akka 2.6.0.
- fromGraph(Graph<BidiShape<I1, O1, I2, O2>, M>) - Static method in class org.apache.pekko.stream.javadsl.BidiFlow
-
A graph with the shape of a BidiFlow logically is a BidiFlow, this method makes it so also in type.
- fromGraph(Graph<BidiShape<I1, O1, I2, O2>, M>) - Method in class org.apache.pekko.stream.javadsl.BidiFlow$
-
A graph with the shape of a BidiFlow logically is a BidiFlow, this method makes it so also in type.
- fromGraph(Graph<BidiShape<I1, O1, I2, O2>, Mat>) - Static method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
A graph with the shape of a flow logically is a flow, this method makes it so also in type.
- fromGraph(Graph<BidiShape<I1, O1, I2, O2>, Mat>) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow$
-
A graph with the shape of a flow logically is a flow, this method makes it so also in type.
- fromGraph(Graph<ClosedShape, Mat>) - Static method in class org.apache.pekko.stream.javadsl.RunnableGraph
-
A graph with a closed shape is logically a runnable graph, this method makes it so also in type.
- fromGraph(Graph<ClosedShape, Mat>) - Method in class org.apache.pekko.stream.javadsl.RunnableGraph$
-
A graph with a closed shape is logically a runnable graph, this method makes it so also in type.
- fromGraph(Graph<ClosedShape, Mat>) - Static method in class org.apache.pekko.stream.scaladsl.RunnableGraph
-
A graph with a closed shape is logically a runnable graph, this method makes it so also in type.
- fromGraph(Graph<ClosedShape, Mat>) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph$
-
A graph with a closed shape is logically a runnable graph, this method makes it so also in type.
- fromGraph(Graph<FlowShape<I, O>, M>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
A graph with the shape of a flow logically is a flow, this method makes it so also in type.
- fromGraph(Graph<FlowShape<I, O>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
A graph with the shape of a flow logically is a flow, this method makes it so also in type.
- fromGraph(Graph<FlowShape<I, O>, M>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
A graph with the shape of a flow logically is a flow, this method makes it so also in type.
- fromGraph(Graph<FlowShape<I, O>, M>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
A graph with the shape of a flow logically is a flow, this method makes it so also in type.
- fromGraph(Graph<SinkShape<T>, M>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A graph with the shape of a sink logically is a sink, this method makes it so also in type.
- fromGraph(Graph<SinkShape<T>, M>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A graph with the shape of a sink logically is a sink, this method makes it so also in type.
- fromGraph(Graph<SinkShape<T>, M>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A graph with the shape of a sink logically is a sink, this method makes it so also in type.
- fromGraph(Graph<SinkShape<T>, M>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A graph with the shape of a sink logically is a sink, this method makes it so also in type.
- fromGraph(Graph<SourceShape<T>, M>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
A graph with the shape of a source logically is a source, this method makes it so also in type.
- fromGraph(Graph<SourceShape<T>, M>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
A graph with the shape of a source logically is a source, this method makes it so also in type.
- fromGraph(Graph<SourceShape<T>, M>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
A graph with the shape of a source logically is a source, this method makes it so also in type.
- fromGraph(Graph<SourceShape<T>, M>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
A graph with the shape of a source logically is a source, this method makes it so also in type.
- fromHash(String) - Method in class org.apache.pekko.cluster.VectorClock.Node$
- fromInputStream(Creator<InputStream>) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Creates a Source from an
InputStreamcreated by the given function. - fromInputStream(Creator<InputStream>) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Creates a Source from an
InputStreamcreated by the given function. - fromInputStream(Creator<InputStream>, int) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Creates a Source from an
InputStreamcreated by the given function. - fromInputStream(Creator<InputStream>, int) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Creates a Source from an
InputStreamcreated by the given function. - fromInputStream(Function0<InputStream>, int) - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
-
Creates a Source from an
InputStreamcreated by the given function. - fromInputStream(Function0<InputStream>, int) - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
-
Creates a Source from an
InputStreamcreated by the given function. - fromInputStream$default$2() - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
- fromInputStream$default$2() - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
- fromInts(int...) - Static method in class org.apache.pekko.util.ByteString
-
JAVA API Creates a new ByteString by copying an int array by converting from integral numbers to bytes.
- fromInts(int...) - Method in class org.apache.pekko.util.ByteString$
-
JAVA API Creates a new ByteString by copying an int array by converting from integral numbers to bytes.
- fromInts(Seq<Object>) - Static method in class org.apache.pekko.util.ByteString
-
JAVA API Creates a new ByteString by copying an int array by converting from integral numbers to bytes.
- fromInts(Seq<Object>) - Method in class org.apache.pekko.util.ByteString$
-
JAVA API Creates a new ByteString by copying an int array by converting from integral numbers to bytes.
- fromIterator(Creator<Iterator<O>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Helper to create
SourcefromIterator. - fromIterator(Creator<Iterator<O>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Helper to create
SourcefromIterator. - fromIterator(Function0<Iterator<T>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Helper to create
SourcefromIterator. - fromIterator(Function0<Iterator<T>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Helper to create
SourcefromIterator. - fromJavaStream(Creator<BaseStream<O, S>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates a source that wraps a Java 8
Stream. - fromJavaStream(Creator<BaseStream<O, S>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates a source that wraps a Java 8
Stream. - fromJavaStream(Creator<BaseStream<O, S>>) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Creates a source that wraps a Java 8
Stream. - fromJavaStream(Creator<BaseStream<O, S>>) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Creates a source that wraps a Java 8
Stream. - fromJavaStream(Function0<BaseStream<T, S>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Creates a source that wraps a Java 8
Stream. - fromJavaStream(Function0<BaseStream<T, S>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Creates a source that wraps a Java 8
Stream. - fromJavaStream(Function0<BaseStream<T, S>>) - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
-
Creates a source that wraps a Java 8
Stream. - fromJavaStream(Function0<BaseStream<T, S>>) - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
-
Creates a source that wraps a Java 8
Stream. - fromJournal(Object) - Method in interface org.apache.pekko.persistence.typed.SnapshotAdapter
-
Transform the stored state into the current state type.
- fromJournal(Object, String) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- fromJournal(Object, String) - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- fromJournal(Object, String) - Method in interface org.apache.pekko.persistence.journal.ReadEventAdapter
-
Convert a event from its journal model to the applications domain model.
- fromJournal(P, String) - Method in class org.apache.pekko.persistence.typed.EventAdapter
-
Transform the event on recovery from the journal.
- fromMaterializer(BiFunction<Materializer, Attributes, Flow<I, O, M>>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Defers the creation of a
Flowuntil materialization. - fromMaterializer(BiFunction<Materializer, Attributes, Flow<I, O, M>>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Defers the creation of a
Flowuntil materialization. - fromMaterializer(BiFunction<Materializer, Attributes, Sink<T, M>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Defers the creation of a
Sinkuntil materialization. - fromMaterializer(BiFunction<Materializer, Attributes, Sink<T, M>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Defers the creation of a
Sinkuntil materialization. - fromMaterializer(BiFunction<Materializer, Attributes, Source<T, M>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Defers the creation of a
Sourceuntil materialization. - fromMaterializer(BiFunction<Materializer, Attributes, Source<T, M>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Defers the creation of a
Sourceuntil materialization. - fromMaterializer(Function2<Materializer, Attributes, Flow<T, U, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Defers the creation of a
Flowuntil materialization. - fromMaterializer(Function2<Materializer, Attributes, Flow<T, U, M>>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Defers the creation of a
Flowuntil materialization. - fromMaterializer(Function2<Materializer, Attributes, Sink<T, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Defers the creation of a
Sinkuntil materialization. - fromMaterializer(Function2<Materializer, Attributes, Sink<T, M>>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Defers the creation of a
Sinkuntil materialization. - fromMaterializer(Function2<Materializer, Attributes, Source<T, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Defers the creation of a
Sourceuntil materialization. - fromMaterializer(Function2<Materializer, Attributes, Source<T, M>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Defers the creation of a
Sourceuntil materialization. - fromNode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- fromNode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- fromNode() - Method in interface org.apache.pekko.cluster.ddata.Replicator.Internal$.SendingSystemUid
- fromNode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- FROMNODE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- FROMNODE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- FROMNODE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- fromOutlet(Outlet<? extends T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ReverseOps
- fromOutputStream(Creator<OutputStream>) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Sink which writes incoming
pekko.util.ByteStrings to anOutputStreamcreated by the given function. - fromOutputStream(Creator<OutputStream>) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Sink which writes incoming
pekko.util.ByteStrings to anOutputStreamcreated by the given function. - fromOutputStream(Creator<OutputStream>, boolean) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Sink which writes incoming
pekko.util.ByteStrings to anOutputStreamcreated by the given function. - fromOutputStream(Creator<OutputStream>, boolean) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Sink which writes incoming
pekko.util.ByteStrings to anOutputStreamcreated by the given function. - fromOutputStream(Function0<OutputStream>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
-
Creates a Sink which writes incoming
pekko.util.ByteStrings to anOutputStreamcreated by the given function. - fromOutputStream(Function0<OutputStream>, boolean) - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
-
Creates a Sink which writes incoming
pekko.util.ByteStrings to anOutputStreamcreated by the given function. - fromOutputStream$default$2() - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
- fromOutputStream$default$2() - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
- fromPairs(Flow<Pair<In, CtxIn>, Pair<Out, CtxOut>, Mat>) - Static method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Creates a FlowWithContext from a regular flow that operates on
Pairelements. - fromPairs(Flow<Pair<In, CtxIn>, Pair<Out, CtxOut>, Mat>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext$
-
Creates a FlowWithContext from a regular flow that operates on
Pairelements. - fromPairs(Source<Pair<Out, CtxOut>, Mat>) - Static method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Creates a SourceWithContext from a regular flow that operates on
Pairelements. - fromPairs(Source<Pair<Out, CtxOut>, Mat>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext$
-
Creates a SourceWithContext from a regular flow that operates on
Pairelements. - fromPath(Path) - Static method in class org.apache.pekko.stream.javadsl.FileIO
-
Creates a Source from a files contents.
- fromPath(Path) - Method in class org.apache.pekko.stream.javadsl.FileIO$
-
Creates a Source from a files contents.
- fromPath(Path, int) - Static method in class org.apache.pekko.stream.javadsl.FileIO
-
Creates a synchronous Source from a files contents.
- fromPath(Path, int) - Method in class org.apache.pekko.stream.javadsl.FileIO$
-
Creates a synchronous Source from a files contents.
- fromPath(Path, int) - Static method in class org.apache.pekko.stream.scaladsl.FileIO
-
Creates a Source from a files contents.
- fromPath(Path, int) - Method in class org.apache.pekko.stream.scaladsl.FileIO$
-
Creates a Source from a files contents.
- fromPath(Path, int, long) - Static method in class org.apache.pekko.stream.javadsl.FileIO
-
Creates a synchronous Source from a files contents.
- fromPath(Path, int, long) - Method in class org.apache.pekko.stream.javadsl.FileIO$
-
Creates a synchronous Source from a files contents.
- fromPath(Path, int, long) - Static method in class org.apache.pekko.stream.scaladsl.FileIO
-
Creates a Source from a files contents.
- fromPath(Path, int, long) - Method in class org.apache.pekko.stream.scaladsl.FileIO$
-
Creates a Source from a files contents.
- fromPath$default$2() - Static method in class org.apache.pekko.stream.scaladsl.FileIO
- fromPath$default$2() - Method in class org.apache.pekko.stream.scaladsl.FileIO$
- fromPositive(Duration) - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl$
- fromPositive(FiniteDuration) - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl$
- fromProcessor(Creator<Processor<I, O>>) - Static method in class org.apache.pekko.stream.javadsl.Flow
- fromProcessor(Creator<Processor<I, O>>) - Method in class org.apache.pekko.stream.javadsl.Flow$
- fromProcessor(Function0<Processor<I, O>>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Creates a Flow from a Reactive Streams
Processor - fromProcessor(Function0<Processor<I, O>>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Creates a Flow from a Reactive Streams
Processor - fromProcessorMat(Creator<Pair<Processor<I, O>, Mat>>) - Static method in class org.apache.pekko.stream.javadsl.Flow
- fromProcessorMat(Creator<Pair<Processor<I, O>, Mat>>) - Method in class org.apache.pekko.stream.javadsl.Flow$
- fromProcessorMat(Function0<Tuple2<Processor<I, O>, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Creates a Flow from a Reactive Streams
Processorand returns a materialized value. - fromProcessorMat(Function0<Tuple2<Processor<I, O>, M>>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Creates a Flow from a Reactive Streams
Processorand returns a materialized value. - fromPublisher(Publisher<O>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Helper to create
SourcefromPublisher. - fromPublisher(Publisher<O>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Helper to create
SourcefromPublisher. - fromPublisher(Publisher<T>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Helper to create
SourcefromPublisher. - fromPublisher(Publisher<T>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Helper to create
SourcefromPublisher. - fromScalaOption(Option<T>) - Static method in class org.apache.pekko.japi.Option
-
Converts a Scala Option to a Java Option
- fromScalaOption(Option<T>) - Method in class org.apache.pekko.japi.Option$
-
Converts a Scala Option to a Java Option
- fromSeqNr() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- fromSeqNr() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- FROMSEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- FROMSEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- fromSequenceNr() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- fromSequenceNr() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- fromSharding(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$
- fromSinkAndSource(Graph<SinkShape<I>, ?>, Graph<SourceShape<O>, ?>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Creates a
Flowfrom aSinkand aSourcewhere the Flow's input will be sent to the Sink and the Flow's output will come from the Source. - fromSinkAndSource(Graph<SinkShape<I>, ?>, Graph<SourceShape<O>, ?>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Creates a
Flowfrom aSinkand aSourcewhere the Flow's input will be sent to the Sink and the Flow's output will come from the Source. - fromSinkAndSource(Graph<SinkShape<I>, ?>, Graph<SourceShape<O>, ?>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Creates a
Flowfrom aSinkand aSourcewhere the Flow's input will be sent to the Sink and the Flow's output will come from the Source. - fromSinkAndSource(Graph<SinkShape<I>, ?>, Graph<SourceShape<O>, ?>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Creates a
Flowfrom aSinkand aSourcewhere the Flow's input will be sent to the Sink and the Flow's output will come from the Source. - fromSinkAndSource(Sink<I, M1>, Source<O, M2>) - Static method in class org.apache.pekko.stream.javadsl.CoupledTerminationFlow
-
Deprecated.Use `Flow.fromSinkAndSourceCoupledMat(..., ..., Keep.both())` instead. Since Akka 2.5.2.
- fromSinkAndSource(Sink<I, M1>, Source<O, M2>) - Method in class org.apache.pekko.stream.javadsl.CoupledTerminationFlow$
-
Deprecated.Use `Flow.fromSinkAndSourceCoupledMat(..., ..., Keep.both())` instead. Since Akka 2.5.2.
- fromSinkAndSource(Sink<I, M1>, Source<O, M2>) - Static method in class org.apache.pekko.stream.scaladsl.CoupledTerminationFlow
-
Deprecated.Use `Flow.fromSinkAndSourceCoupledMat(..., ...)(Keep.both)` instead. Since Akka 2.5.2.
- fromSinkAndSource(Sink<I, M1>, Source<O, M2>) - Method in class org.apache.pekko.stream.scaladsl.CoupledTerminationFlow$
-
Deprecated.Use `Flow.fromSinkAndSourceCoupledMat(..., ...)(Keep.both)` instead. Since Akka 2.5.2.
- fromSinkAndSourceCoupled(Graph<SinkShape<I>, ?>, Graph<SourceShape<O>, ?>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- fromSinkAndSourceCoupled(Graph<SinkShape<I>, ?>, Graph<SourceShape<O>, ?>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- fromSinkAndSourceCoupled(Graph<SinkShape<I>, ?>, Graph<SourceShape<O>, ?>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- fromSinkAndSourceCoupled(Graph<SinkShape<I>, ?>, Graph<SourceShape<O>, ?>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- fromSinkAndSourceCoupledMat(Graph<SinkShape<I>, M1>, Graph<SourceShape<O>, M2>, Function2<M1, M2, M>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- fromSinkAndSourceCoupledMat(Graph<SinkShape<I>, M1>, Graph<SourceShape<O>, M2>, Function2<M1, M2, M>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- fromSinkAndSourceCoupledMat(Graph<SinkShape<I>, M1>, Graph<SourceShape<O>, M2>, Function2<M1, M2, M>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- fromSinkAndSourceCoupledMat(Graph<SinkShape<I>, M1>, Graph<SourceShape<O>, M2>, Function2<M1, M2, M>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Allows coupling termination (cancellation, completion, erroring) of Sinks and Sources while creating a Flow from them.
- fromSinkAndSourceMat(Graph<SinkShape<I>, M1>, Graph<SourceShape<O>, M2>, Function2<M1, M2, M>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Creates a
Flowfrom aSinkand aSourcewhere the Flow's input will be sent to the Sink and the Flow's output will come from the Source. - fromSinkAndSourceMat(Graph<SinkShape<I>, M1>, Graph<SourceShape<O>, M2>, Function2<M1, M2, M>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Creates a
Flowfrom aSinkand aSourcewhere the Flow's input will be sent to the Sink and the Flow's output will come from the Source. - fromSinkAndSourceMat(Graph<SinkShape<I>, M1>, Graph<SourceShape<O>, M2>, Function2<M1, M2, M>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Creates a
Flowfrom aSinkand aSourcewhere the Flow's input will be sent to the Sink and the Flow's output will come from the Source. - fromSinkAndSourceMat(Graph<SinkShape<I>, M1>, Graph<SourceShape<O>, M2>, Function2<M1, M2, M>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Creates a
Flowfrom aSinkand aSourcewhere the Flow's input will be sent to the Sink and the Flow's output will come from the Source. - fromSnapshot() - Method in class org.apache.pekko.persistence.Recovery
- fromSourceCompletionStage(CompletionStage<? extends Graph<SourceShape<T>, M>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use 'Source.completionStageSource' (potentially together with `Source.fromGraph`) instead. Since Akka 2.6.0.
- fromSourceCompletionStage(CompletionStage<? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use 'Source.completionStageSource' (potentially together with `Source.fromGraph`) instead. Since Akka 2.6.0.
- fromSourceCompletionStage(CompletionStage<? extends Graph<SourceShape<T>, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Deprecated.Use scala-compat CompletionStage to future converter and 'Source.futureSource' instead. Since Akka 2.6.0.
- fromSourceCompletionStage(CompletionStage<? extends Graph<SourceShape<T>, M>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Deprecated.Use scala-compat CompletionStage to future converter and 'Source.futureSource' instead. Since Akka 2.6.0.
- fromSpecific(IterableOnce<Object>) - Method in class org.apache.pekko.util.ByteString
- fromString() - Method in class org.apache.pekko.event.LogSource$
- fromString(String) - Method in class org.apache.pekko.actor.ActorPath$
-
Parse string as actor path; throws java.net.MalformedURLException if unable to do so.
- fromString(String) - Static method in class org.apache.pekko.actor.ActorPaths
-
Parse string as actor path; throws java.net.MalformedURLException if unable to do so.
- fromString(String) - Method in class org.apache.pekko.actor.ActorPaths$
-
Parse string as actor path; throws java.net.MalformedURLException if unable to do so.
- fromString(String) - Method in class org.apache.pekko.persistence.serialization.SnapshotAutoMigration$
- fromString(String) - Static method in class org.apache.pekko.persistence.typed.ReplicationId
- fromString(String) - Method in class org.apache.pekko.persistence.typed.ReplicationId$
- fromString(String) - Method in class org.apache.pekko.util.ByteString.ByteString1$
- fromString(String) - Method in class org.apache.pekko.util.ByteString.ByteString1C$
- fromString(String) - Static method in class org.apache.pekko.util.ByteString
-
Creates a new ByteString which will contain the UTF-8 representation of the given String
- fromString(String) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString which will contain the UTF-8 representation of the given String
- fromString(String, String) - Static method in class org.apache.pekko.util.ByteString
-
Creates a new ByteString which will contain the representation of the given String in the given charset
- fromString(String, String) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString which will contain the representation of the given String in the given charset
- fromString(String, Charset) - Static method in class org.apache.pekko.util.ByteString
-
Creates a new ByteString which will contain the representation of the given String in the given charset
- fromString(String, Charset) - Method in class org.apache.pekko.util.ByteString$
-
Creates a new ByteString which will contain the representation of the given String in the given charset
- fromSubscriber(Subscriber<In>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Helper to create
SinkfromSubscriber. - fromSubscriber(Subscriber<In>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Helper to create
SinkfromSubscriber. - fromSubscriber(Subscriber<T>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Helper to create
SinkfromSubscriber. - fromSubscriber(Subscriber<T>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Helper to create
SinkfromSubscriber. - fromSystemUid() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- fromSystemUid() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- FROMSYSTEMUID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- FROMSYSTEMUID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- fromTuples(Flow<Tuple2<In, CtxIn>, Tuple2<Out, CtxOut>, Mat>) - Static method in class org.apache.pekko.stream.scaladsl.FlowWithContext
-
Creates a FlowWithContext from a regular flow that operates on a tuple of
(data, context)elements. - fromTuples(Flow<Tuple2<In, CtxIn>, Tuple2<Out, CtxOut>, Mat>) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext$
-
Creates a FlowWithContext from a regular flow that operates on a tuple of
(data, context)elements. - fromTuples(Source<Tuple2<Out, CtxOut>, Mat>) - Static method in class org.apache.pekko.stream.scaladsl.SourceWithContext
-
Creates a SourceWithContext from a regular source that operates on a tuple of
(data, context)elements. - fromTuples(Source<Tuple2<Out, CtxOut>, Mat>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext$
-
Creates a SourceWithContext from a regular source that operates on a tuple of
(data, context)elements. - FSM<S,D> - Interface in org.apache.pekko.actor
-
Finite State Machine actor trait.
- FSM.$minus$greater$ - Class in org.apache.pekko.actor
-
This extractor is just convenience for matching a (S, S) pair, including a reminder what the new state is.
- FSM.CurrentState<S> - Class in org.apache.pekko.actor
-
Message type which is sent directly to the subscribed actor in
pekko.actor.FSM.SubscribeTransitionCallBackbefore sending anypekko.actor.FSM.Transitionmessages. - FSM.CurrentState$ - Class in org.apache.pekko.actor
- FSM.Event<D> - Class in org.apache.pekko.actor
-
All messages sent to the
pekko.actor.FSMwill be wrapped inside anEvent, which allows pattern matching to extract both state and data. - FSM.Event$ - Class in org.apache.pekko.actor
- FSM.Failure - Class in org.apache.pekko.actor
-
Signifies that the
pekko.actor.FSMis shutting itself down because of an error, e.g. - FSM.Failure$ - Class in org.apache.pekko.actor
- FSM.FixedDelayMode$ - Class in org.apache.pekko.actor
-
INTERNAL API
- FSM.FixedRateMode$ - Class in org.apache.pekko.actor
-
INTERNAL API
- FSM.LogEntry<S,D> - Class in org.apache.pekko.actor
-
Log Entry of the
pekko.actor.LoggingFSM, can be obtained by callinggetLog. - FSM.LogEntry$ - Class in org.apache.pekko.actor
- FSM.Normal$ - Class in org.apache.pekko.actor
-
Default reason if calling
stop(). - FSM.NullFunction$ - Class in org.apache.pekko.actor
-
A partial function value which does not match anything and can be used to “reset”
whenUnhandledandonTerminationhandlers. - FSM.Reason - Interface in org.apache.pekko.actor
-
Reason why this
pekko.actor.FSMis shutting down. - FSM.Shutdown$ - Class in org.apache.pekko.actor
-
Reason given when someone was calling
system.stop(fsm)from outside; also applies toStopsupervision directive. - FSM.SilentState<S,D> - Class in org.apache.pekko.actor
-
INTERNAL API Using a subclass for binary compatibility reasons
- FSM.SingleMode$ - Class in org.apache.pekko.actor
-
INTERNAL API
- FSM.State<S,D> - Class in org.apache.pekko.actor
- FSM.State$ - Class in org.apache.pekko.actor
-
This captures all of the managed state of the
pekko.actor.FSM: the state name, the state data, possibly custom timeout, stop reason and replies accumulated while processing the last message. - FSM.StateTimeout$ - Class in org.apache.pekko.actor
-
This case object is received in case of a state timeout.
- FSM.StopEvent<S,D> - Class in org.apache.pekko.actor
-
Case class representing the state of the
pekko.actor.FSMwithin theonTerminationblock. - FSM.StopEvent$ - Class in org.apache.pekko.actor
- FSM.SubscribeTransitionCallBack - Class in org.apache.pekko.actor
-
Send this to an
pekko.actor.FSMto request first theFSM.CurrentStateand then a series ofFSM.Transitionupdates. - FSM.SubscribeTransitionCallBack$ - Class in org.apache.pekko.actor
- FSM.Timer - Class in org.apache.pekko.actor
-
INTERNAL API
- FSM.Timer$ - Class in org.apache.pekko.actor
- FSM.TimerMode - Interface in org.apache.pekko.actor
-
INTERNAL API
- FSM.TransformHelper - Class in org.apache.pekko.actor
- FSM.Transition<S> - Class in org.apache.pekko.actor
-
Message type which is used to communicate transitions between states to all subscribed listeners (use
pekko.actor.FSM.SubscribeTransitionCallBack). - FSM.Transition$ - Class in org.apache.pekko.actor
- FSM.UnsubscribeTransitionCallBack - Class in org.apache.pekko.actor
-
Unsubscribe from
pekko.actor.FSM.Transitionnotifications which was effected by sending the correspondingpekko.actor.FSM.SubscribeTransitionCallBack. - FSM.UnsubscribeTransitionCallBack$ - Class in org.apache.pekko.actor
- FSM$ - Class in org.apache.pekko.actor
- FSM$() - Constructor for class org.apache.pekko.actor.FSM$
- FsmDebugEvent() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- fsmRef() - Method in class org.apache.pekko.actor.FSM.CurrentState
- fsmRef() - Method in class org.apache.pekko.actor.FSM.Transition
- fsmRef() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- fsmRef() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- FSMStateFunctionBuilder<S,D> - Class in org.apache.pekko.japi.pf
-
Builder used to create a partial function for
FSM.whenUnhandled(scala.PartialFunction<org.apache.pekko.actor.FSM.Event<D>, org.apache.pekko.actor.FSM.State<S, D>>). - FSMStateFunctionBuilder<S,D,E> - Class in org.apache.pekko.persistence.fsm.japi.pf
-
Deprecated.use EventSourcedBehavior since Akka 2.6.0
- FSMStateFunctionBuilder() - Constructor for class org.apache.pekko.japi.pf.FSMStateFunctionBuilder
- FSMStateFunctionBuilder() - Constructor for class org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
-
Deprecated.
- FSMStopBuilder<S,D> - Class in org.apache.pekko.japi.pf
-
Builder used to create a partial function for
FSM.onTermination(scala.PartialFunction<org.apache.pekko.actor.FSM.StopEvent<S, D>, scala.runtime.BoxedUnit>). - FSMStopBuilder<S,D> - Class in org.apache.pekko.persistence.fsm.japi.pf
-
Deprecated.use EventSourcedBehavior since Akka 2.6.0
- FSMStopBuilder() - Constructor for class org.apache.pekko.japi.pf.FSMStopBuilder
- FSMStopBuilder() - Constructor for class org.apache.pekko.persistence.fsm.japi.pf.FSMStopBuilder
-
Deprecated.
- FSMTransitionHandlerBuilder<S> - Class in org.apache.pekko.japi.pf
-
Builder used to create a partial function for
FSM.onTransition(scala.PartialFunction<scala.Tuple2<S, S>, scala.runtime.BoxedUnit>). - FSMTransitionHandlerBuilder() - Constructor for class org.apache.pekko.japi.pf.FSMTransitionHandlerBuilder
- Full - org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
-
Full = 2; - Full - org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
-
Full = 2; - full_$eq(boolean) - Method in interface org.apache.pekko.actor.LoggingFSM
- full_$eq(boolean) - Method in interface org.apache.pekko.persistence.fsm.LoggingPersistentFSM
-
Deprecated.
- Full_VALUE - Static variable in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
-
Full = 2; - Full_VALUE - Static variable in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
-
Full = 2; - fullAddress(Routee) - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
-
Fills in self address for local ActorRef
- fullMatch(Seq<String>, Config, Config) - Static method in class org.apache.pekko.cluster.JoinConfigCompatChecker
-
Checks that all
requiredKeysare available intoCheckConfig and its values match exactly the values incurrentConfig. - fullMatch(Seq<String>, Config, Config) - Method in class org.apache.pekko.cluster.JoinConfigCompatChecker$
-
Checks that all
requiredKeysare available intoCheckConfig and its values match exactly the values incurrentConfig. - FullStateDeltaOp$() - Constructor for class org.apache.pekko.cluster.ddata.ORSet.FullStateDeltaOp$
- FullStateDeltaOp$() - Constructor for class org.apache.pekko.persistence.typed.crdt.ORSet.FullStateDeltaOp$
- fullStateGossipEnabled() - Method in class org.apache.pekko.cluster.ddata.Replicator
- fullStateGossipEnabled_$eq(boolean) - Method in class org.apache.pekko.cluster.ddata.Replicator
- fullyMatch() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- fullyMatch() - Method in class org.apache.pekko.persistence.PluginSpec
- Function<T,R> - Interface in org.apache.pekko.japi
-
A Function interface.
- Function<T,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function2<T1,T2,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function2<T1,T2,R> - Interface in org.apache.pekko.japi
-
A Function interface.
- Function20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function3<T1,T2,T3,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function4<T1,T2,T3,T4,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function5<T1,T2,T3,T4,T5,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function6<T1,T2,T3,T4,T5,T6,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function7<T1,T2,T3,T4,T5,T6,T7,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> - Interface in org.apache.pekko.japi.function
-
A Function interface.
- FunctionConverters - Class in org.apache.pekko.util
-
INTERNAL API
- FunctionConverters() - Constructor for class org.apache.pekko.util.FunctionConverters
- FunctionConverters$ - Class in org.apache.pekko.util
-
INTERNAL API
- FunctionConverters$() - Constructor for class org.apache.pekko.util.FunctionConverters$
- FunctionRef$ - Class in org.apache.pekko.actor
-
INTERNAL API
- FunctionRef$() - Constructor for class org.apache.pekko.actor.FunctionRef$
- functionRefs() - Method in interface org.apache.pekko.actor.dungeon.Children
- future() - Method in interface org.apache.pekko.pattern.FutureRef
-
Future associated with this FutureRef.
- future() - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableCompletionStage
- future() - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableFuture
- future() - Method in interface org.apache.pekko.pattern.PromiseRef
-
Future containing the value of the Promise associated with this PromiseRef.
- future(Callable<T>, ExecutionContext) - Static method in class org.apache.pekko.dispatch.Futures
-
Starts an asynchronous computation and returns a
Futureobject with the result of that computation. - future(Callable<T>, ExecutionContext) - Method in class org.apache.pekko.dispatch.Futures$
-
Starts an asynchronous computation and returns a
Futureobject with the result of that computation. - future(Future<T>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Emits a single value when the given Scala
Futureis successfully completed and then completes the stream. - future(Future<T>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Emits a single value when the given Scala
Futureis successfully completed and then completes the stream. - future(Future<T>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Emits a single value when the given
Futureis successfully completed and then completes the stream. - future(Future<T>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Emits a single value when the given
Futureis successfully completed and then completes the stream. - Future - Class in org.apache.pekko.compat
-
INTERNAL API
- Future() - Constructor for class org.apache.pekko.compat.Future
- Future$ - Class in org.apache.pekko.compat
-
INTERNAL API
- Future$() - Constructor for class org.apache.pekko.compat.Future$
- FutureConverters - Class in org.apache.pekko.util
-
INTERNAL API
- FutureConverters() - Constructor for class org.apache.pekko.util.FutureConverters
- FutureConverters.CompletionStageOps<T> - Class in org.apache.pekko.util
- FutureConverters.CompletionStageOps$ - Class in org.apache.pekko.util
- FutureConverters.FutureOps<T> - Class in org.apache.pekko.util
- FutureConverters.FutureOps$ - Class in org.apache.pekko.util
- FutureConverters$ - Class in org.apache.pekko.util
-
INTERNAL API
- FutureConverters$() - Constructor for class org.apache.pekko.util.FutureConverters$
- futureFlow(Future<Flow<I, O, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Turn a
Future[Flow]into a flow that will consume the values of the source when the future completes successfully. - futureFlow(Future<Flow<I, O, M>>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Turn a
Future[Flow]into a flow that will consume the values of the source when the future completes successfully. - FutureOps(Future<T>) - Constructor for class org.apache.pekko.util.FutureConverters.FutureOps
- FutureOps(Future<T>) - Static method in class org.apache.pekko.util.FutureConverters
- FutureOps(Future<T>) - Method in class org.apache.pekko.util.FutureConverters$
- FutureOps$() - Constructor for class org.apache.pekko.util.FutureConverters.FutureOps$
- FutureRef<T> - Interface in org.apache.pekko.pattern
-
A combination of a Future and an ActorRef associated with it, which points to an actor performing a task which will eventually resolve the Future.
- FutureRef$ - Class in org.apache.pekko.pattern
- FutureRef$() - Constructor for class org.apache.pekko.pattern.FutureRef$
- Futures - Class in org.apache.pekko.dispatch
-
Futures is the Java API for Futures and Promises
- Futures() - Constructor for class org.apache.pekko.dispatch.Futures
- Futures$ - Class in org.apache.pekko.dispatch
-
Futures is the Java API for Futures and Promises
- Futures$() - Constructor for class org.apache.pekko.dispatch.Futures$
- futureSink(Future<Sink<T, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Turn a
Future[Sink]into a Sink that will consume the values of the source when the future completes successfully. - futureSink(Future<Sink<T, M>>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Turn a
Future[Sink]into a Sink that will consume the values of the source when the future completes successfully. - futureSource(Future<Source<T, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Turn a
Future[Source]into a source that will emit the values of the source when the future completes successfully. - futureSource(Future<Source<T, M>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Turn a
Future[Source]into a source that will emit the values of the source when the future completes successfully. - FutureTimeoutSupport - Interface in org.apache.pekko.pattern
- fuzzingMode() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.FuzzingMode' to read the concrete setting value. Since Akka 2.6.0.
- fuzzingMode(boolean) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Test utility: fuzzing mode means that GraphStage events are not processed in FIFO order within a fused subgraph, but randomized.
- fuzzingMode(boolean) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Test utility: fuzzing mode means that GraphStage events are not processed in FIFO order within a fused subgraph, but randomized.
- FuzzingMode(boolean) - Constructor for class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- FuzzingMode$() - Constructor for class org.apache.pekko.stream.ActorAttributes.FuzzingMode$
G
- GCounter - Class in org.apache.pekko.cluster.ddata
- GCounter$ - Class in org.apache.pekko.cluster.ddata
- GCounter$() - Constructor for class org.apache.pekko.cluster.ddata.GCounter$
- gcounterFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- gcounterFromProto(ReplicatedDataMessages.GCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- GCounterKey - Class in org.apache.pekko.cluster.ddata
- GCounterKey(String) - Constructor for class org.apache.pekko.cluster.ddata.GCounterKey
- GCounterKey$ - Class in org.apache.pekko.cluster.ddata
- GCounterKey$() - Constructor for class org.apache.pekko.cluster.ddata.GCounterKey$
- gcounterToProto(GCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- gen(Object) - Method in class org.apache.pekko.dispatch.PriorityGenerator
- generation() - Method in class org.apache.pekko.actor.FSM.Timer
- generation() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- generation() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- generation_$eq(long) - Method in interface org.apache.pekko.actor.FSM
- generation_$eq(long) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- GeneratorJdkSecureRandom() - Static method in class org.apache.pekko.remote.artery.tcp.SecureRandomFactory
- GeneratorJdkSecureRandom() - Method in class org.apache.pekko.remote.artery.tcp.SecureRandomFactory$
- GENERIC_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- GENERIC_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- genString(T) - Method in interface org.apache.pekko.event.LogSource
- genString(T, ActorSystem) - Method in interface org.apache.pekko.event.LogSource
- get() - Method in class org.apache.pekko.japi.Option
- get() - Method in class org.apache.pekko.japi.Option.Some
- get(A) - Method in class org.apache.pekko.cluster.ddata.LWWMap
- get(A) - Method in class org.apache.pekko.cluster.ddata.ORMap
- get(A) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Get the set associated with the key if there is one.
- get(A) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Scala API: The count for a key
- get(A) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer.SmallCache
-
Get value from cache or
nullif it doesn't exist. - get(Class<?>) - Method in class org.apache.pekko.persistence.journal.EventAdapters
-
Finds the "most specific" matching adapter for the given class (i.e.
- get(Class<?>) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- get(Class<?>) - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapters$
- get(Class<T>) - Method in class org.apache.pekko.actor.setup.ActorSystemSetup
-
Java API: Extract a concrete
pekko.actor.setup.Setupof typeTif it is defined in the settings. - get(String) - Method in class org.apache.pekko.actor.testkit.typed.internal.CapturingAppender$
- get(String) - Static method in class org.apache.pekko.remote.transport.AssociationRegistry
-
Deprecated.
- get(String) - Method in class org.apache.pekko.remote.transport.AssociationRegistry$
-
Deprecated.
- get(ActorContext) - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.Returns a contextual TypedActorFactory of this extension, this means that any TypedActors created by this TypedActorExtension will be children to the specified context, this allows for creating hierarchies of TypedActors.
- get(ActorContext) - Method in class org.apache.pekko.actor.TypedActor$
-
Deprecated.Returns a contextual TypedActorFactory of this extension, this means that any TypedActors created by this TypedActorExtension will be children to the specified context, this allows for creating hierarchies of TypedActors.
- get(ActorSystem) - Static method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- get(ActorSystem) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig$
-
Deprecated.
- get(ActorSystem) - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- get(ActorSystem) - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- get(ActorSystem) - Method in interface org.apache.pekko.actor.ExtensionId
-
Returns an instance of the extension identified by this ExtensionId instance.
- get(ActorSystem) - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.
- get(ActorSystem) - Method in class org.apache.pekko.actor.TypedActor$
-
Deprecated.
- get(ActorSystem) - Static method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.
- get(ActorSystem) - Method in class org.apache.pekko.cluster.client.ClusterClientReceptionist$
-
Deprecated.
- get(ActorSystem) - Static method in class org.apache.pekko.cluster.Cluster
- get(ActorSystem) - Method in class org.apache.pekko.cluster.Cluster$
- get(ActorSystem) - Static method in class org.apache.pekko.cluster.ddata.DistributedData
- get(ActorSystem) - Method in class org.apache.pekko.cluster.ddata.DistributedData$
- get(ActorSystem) - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
- get(ActorSystem) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension$
- get(ActorSystem) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSub
- get(ActorSystem) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSub$
- get(ActorSystem) - Static method in class org.apache.pekko.cluster.sharding.ClusterSharding
- get(ActorSystem) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding$
- get(ActorSystem) - Static method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider
- get(ActorSystem) - Method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider$
- get(ActorSystem) - Static method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider
- get(ActorSystem) - Method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider$
- get(ActorSystem) - Static method in class org.apache.pekko.discovery.Discovery
- get(ActorSystem) - Method in class org.apache.pekko.discovery.Discovery$
- get(ActorSystem) - Method in class org.apache.pekko.event.AddressTerminatedTopic$
- get(ActorSystem) - Static method in class org.apache.pekko.io.Dns
-
Java API: retrieve the Udp extension for the given system.
- get(ActorSystem) - Method in class org.apache.pekko.io.Dns$
-
Java API: retrieve the Udp extension for the given system.
- get(ActorSystem) - Static method in class org.apache.pekko.io.Tcp
-
Java API: retrieve the Tcp extension for the given system.
- get(ActorSystem) - Method in class org.apache.pekko.io.Tcp$
-
Java API: retrieve the Tcp extension for the given system.
- get(ActorSystem) - Static method in class org.apache.pekko.io.Udp
-
Java API: retrieve the Udp extension for the given system.
- get(ActorSystem) - Method in class org.apache.pekko.io.Udp$
-
Java API: retrieve the Udp extension for the given system.
- get(ActorSystem) - Static method in class org.apache.pekko.io.UdpConnected
-
Java API: retrieve the UdpConnected extension for the given system.
- get(ActorSystem) - Method in class org.apache.pekko.io.UdpConnected$
-
Java API: retrieve the UdpConnected extension for the given system.
- get(ActorSystem) - Method in class org.apache.pekko.pattern.CircuitBreakersRegistry$
-
Returns an instance of the extension identified by this ExtensionId instance.
- get(ActorSystem) - Method in class org.apache.pekko.persistence.fsm.SnapshotAfter$
- get(ActorSystem) - Static method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension
- get(ActorSystem) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension$
- get(ActorSystem) - Static method in class org.apache.pekko.persistence.Persistence
-
Java API.
- get(ActorSystem) - Method in class org.apache.pekko.persistence.Persistence$
-
Java API.
- get(ActorSystem) - Static method in class org.apache.pekko.persistence.query.PersistenceQuery
- get(ActorSystem) - Method in class org.apache.pekko.persistence.query.PersistenceQuery$
- get(ActorSystem) - Static method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry
- get(ActorSystem) - Method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry$
- get(ActorSystem) - Static method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- get(ActorSystem) - Method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension$
- get(ActorSystem) - Static method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension
- get(ActorSystem) - Method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension$
- get(ActorSystem) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit.Settings$
- get(ActorSystem) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit.Settings$
- get(ActorSystem) - Static method in class org.apache.pekko.remote.AddressUidExtension
- get(ActorSystem) - Method in class org.apache.pekko.remote.AddressUidExtension$
- get(ActorSystem) - Static method in class org.apache.pekko.remote.BoundAddressesExtension
- get(ActorSystem) - Method in class org.apache.pekko.remote.BoundAddressesExtension$
- get(ActorSystem) - Static method in class org.apache.pekko.remote.RemoteMetricsExtension
- get(ActorSystem) - Method in class org.apache.pekko.remote.RemoteMetricsExtension$
- get(ActorSystem) - Method in class org.apache.pekko.remote.serialization.ActorRefResolveThreadLocalCache$
- get(ActorSystem) - Static method in class org.apache.pekko.remote.testconductor.TestConductor
-
Java API: retrieve the TestConductor extension for the given system.
- get(ActorSystem) - Method in class org.apache.pekko.remote.testconductor.TestConductor$
-
Java API: retrieve the TestConductor extension for the given system.
- get(ActorSystem) - Static method in class org.apache.pekko.remote.transport.TransportAdaptersExtension
-
Deprecated.
- get(ActorSystem) - Method in class org.apache.pekko.remote.transport.TransportAdaptersExtension$
-
Deprecated.
- get(ActorSystem) - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
- get(ActorSystem) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider$
- get(ActorSystem) - Static method in class org.apache.pekko.serialization.SerializationExtension
- get(ActorSystem) - Method in class org.apache.pekko.serialization.SerializationExtension$
- get(ActorSystem) - Static method in class org.apache.pekko.stream.javadsl.Tcp
- get(ActorSystem) - Method in class org.apache.pekko.stream.javadsl.Tcp$
- get(ActorSystem) - Static method in class org.apache.pekko.stream.scaladsl.Tcp
- get(ActorSystem) - Method in class org.apache.pekko.stream.scaladsl.Tcp$
- get(ActorSystem) - Method in class org.apache.pekko.stream.StreamRefResolver$
- get(ActorSystem) - Static method in class org.apache.pekko.stream.SystemMaterializer
- get(ActorSystem) - Method in class org.apache.pekko.stream.SystemMaterializer$
- get(ActorSystem) - Static method in class org.apache.pekko.testkit.TestKitExtension
- get(ActorSystem) - Method in class org.apache.pekko.testkit.TestKitExtension$
- get(ActorSystem) - Static method in class org.apache.pekko.util.ManifestInfo
- get(ActorSystem) - Method in class org.apache.pekko.util.ManifestInfo$
- get(ClassicActorSystemProvider) - Static method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- get(ClassicActorSystemProvider) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig$
-
Deprecated.
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- get(ClassicActorSystemProvider) - Method in interface org.apache.pekko.actor.ExtensionId
-
Returns an instance of the extension identified by this ExtensionId instance.
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.actor.TypedActor$
-
Deprecated.
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.cluster.client.ClusterClientReceptionist$
-
Deprecated.
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.Cluster
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.cluster.Cluster$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.ddata.DistributedData
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.cluster.ddata.DistributedData$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSub
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSub$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.sharding.ClusterSharding
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.discovery.Discovery
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.discovery.Discovery$
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.event.AddressTerminatedTopic$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.io.Dns
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.io.Dns$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.io.Tcp
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.io.Tcp$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.io.Udp
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.io.Udp$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.io.UdpConnected
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.io.UdpConnected$
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.pattern.CircuitBreakersRegistry$
-
Returns an instance of the extension identified by this ExtensionId instance.
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.persistence.fsm.SnapshotAfter$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.Persistence
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.persistence.Persistence$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.query.PersistenceQuery
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.persistence.query.PersistenceQuery$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.remote.AddressUidExtension
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.remote.AddressUidExtension$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.remote.BoundAddressesExtension
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.remote.BoundAddressesExtension$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.remote.RemoteMetricsExtension
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.remote.RemoteMetricsExtension$
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.remote.serialization.ActorRefResolveThreadLocalCache$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.remote.testconductor.TestConductor
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.remote.testconductor.TestConductor$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.remote.transport.TransportAdaptersExtension
-
Deprecated.
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.remote.transport.TransportAdaptersExtension$
-
Deprecated.
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.serialization.SerializationExtension
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.serialization.SerializationExtension$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.javadsl.Tcp
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Tcp$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.scaladsl.Tcp
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.scaladsl.Tcp$
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.StreamRefResolver$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.SystemMaterializer
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.SystemMaterializer$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.testkit.TestKitExtension
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.testkit.TestKitExtension$
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.util.ManifestInfo
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.util.ManifestInfo$
- get(ActorSystem<?>) - Static method in class org.apache.pekko.actor.typed.ActorRefResolver
- get(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.ActorRefResolver$
- get(ActorSystem<?>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
- get(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
- get(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData
- get(ActorSystem<?>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData$
- get(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData
- get(ActorSystem<?>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData$
- get(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding
- get(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding$
- get(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.sharding.typed.javadsl.ShardedDaemonProcess
- get(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ShardedDaemonProcess$
- get(ActorSystem<?>) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedShardingExtension$
- get(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.typed.Cluster
-
Java API
- get(ActorSystem<?>) - Method in class org.apache.pekko.cluster.typed.Cluster$
-
Java API
- get(ActorSystem<?>) - Static method in class org.apache.pekko.cluster.typed.ClusterSingleton
-
Java API:
- get(ActorSystem<?>) - Method in class org.apache.pekko.cluster.typed.ClusterSingleton$
-
Java API:
- get(ActorSystem<A>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ManualTime
-
Access the manual scheduler, note that you need to setup the actor system/testkit with
ManualTime.configfor this to work. - get(ActorSystem<A>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ManualTime$
-
Access the manual scheduler, note that you need to setup the actor system/testkit with
ManualTime.configfor this to work. - get(Key<T>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
-
The data value, with correct type.
- get(Key<T>) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
-
The data value, with correct type.
- get(Key<T>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
-
The data value, with correct type.
- get(Key<T>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
-
The data value, with correct type.
- get(ClassTag<T>) - Method in class org.apache.pekko.actor.setup.ActorSystemSetup
-
Scala API: Extract a concrete
pekko.actor.setup.Setupof typeTif it is defined in the settings. - get(ClassTag<T>) - Method in class org.apache.pekko.stream.Attributes
-
Scala API: Get the most specific attribute value for a given Attribute type or subclass thereof.
- get(T) - Method in class org.apache.pekko.util.TypedMultiMap
-
Obtain all mappings for the given key.
- get(T, ClassTag<T>) - Method in class org.apache.pekko.stream.Attributes
-
Scala API: Get the most specific attribute value for a given Attribute type or subclass thereof or if no such attribute exists, return a default value.
- Get(Key<A>, Replicator.ReadConsistency) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Get
-
Java API:
Getvalue from localReplicator, i.e. - Get(Key<A>, Replicator.ReadConsistency, Optional<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Get
-
Java API:
Getvalue from localReplicator, i.e. - Get(Key<A>, Replicator.ReadConsistency, ActorRef<Replicator.GetResponse<A>>) - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- Get(Key<A>, Replicator.ReadConsistency, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Get
- Get(Key<A>, Replicator.ReadConsistency, ActorRef<Replicator.GetResponse<A>>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- Get$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Get$
- Get$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get$
- Get$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get$
- get$extension(OptionVal<A>) - Method in class org.apache.pekko.util.OptionVal$
-
Returns the option's value.
- getAck() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required bool ack = 3; - getAck() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required bool ack = 3; - getAck() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required bool ack = 3; - getAck() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required bool ack = 4; - getAck() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required bool ack = 4; - getAck() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required bool ack = 4; - getAck() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .AcknowledgementInfo ack = 1; - getAck() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
-
optional .AcknowledgementInfo ack = 1; - getAck() - Method in interface org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainerOrBuilder
-
optional .AcknowledgementInfo ack = 1; - getAckBuilder() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .AcknowledgementInfo ack = 1; - getAckOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .AcknowledgementInfo ack = 1; - getAckOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
-
optional .AcknowledgementInfo ack = 1; - getAckOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainerOrBuilder
-
optional .AcknowledgementInfo ack = 1; - getAckReplyTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required .UniqueAddress ackReplyTo = 5; - getAckReplyTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
required .UniqueAddress ackReplyTo = 5; - getAckReplyTo() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
required .UniqueAddress ackReplyTo = 5; - getAckReplyToBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required .UniqueAddress ackReplyTo = 5; - getAckReplyToOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required .UniqueAddress ackReplyTo = 5; - getAckReplyToOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
required .UniqueAddress ackReplyTo = 5; - getAckReplyToOrBuilder() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
required .UniqueAddress ackReplyTo = 5; - getActor() - Method in exception org.apache.pekko.actor.ActorInitializationException
- getActor() - Method in class org.apache.pekko.actor.Terminated
- getActor() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
optional .ActorRef actor = 1; - getActor() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
-
optional .ActorRef actor = 1; - getActor() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorInitializationExceptionOrBuilder
-
optional .ActorRef actor = 1; - getActor() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required .ActorRef actor = 1; - getActor() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
-
required .ActorRef actor = 1; - getActor() - Method in interface org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationDataOrBuilder
-
required .ActorRef actor = 1; - getActorBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
optional .ActorRef actor = 1; - getActorBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required .ActorRef actor = 1; - getActorOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
optional .ActorRef actor = 1; - getActorOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
-
optional .ActorRef actor = 1; - getActorOrBuilder() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorInitializationExceptionOrBuilder
-
optional .ActorRef actor = 1; - getActorOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required .ActorRef actor = 1; - getActorOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
-
required .ActorRef actor = 1; - getActorOrBuilder() - Method in interface org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationDataOrBuilder
-
required .ActorRef actor = 1; - getActorRef() - Method in class org.apache.pekko.actor.ActorIdentity
-
Java API:
ActorRefof the actor replying to the request or not defined if no actor matched the request. - getActorRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
required string actorRef = 1; - getActorRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
-
required string actorRef = 1; - getActorRef() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntryOrBuilder
-
required string actorRef = 1; - getActorRefBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
required string actorRef = 1; - getActorRefBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
-
required string actorRef = 1; - getActorRefBytes() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntryOrBuilder
-
required string actorRef = 1; - getActorRefElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
added in Akka 2.5.14
- getActorRefElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
added in Akka 2.5.14
- getActorRefElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
added in Akka 2.5.14
- getActorRefElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
added in Akka 2.5.14
- getActorRefElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
added in Akka 2.5.14
- getActorRefElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
added in Akka 2.5.14
- getActorRefElementsBytes(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
added in Akka 2.5.14
- getActorRefElementsBytes(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
added in Akka 2.5.14
- getActorRefElementsBytes(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
added in Akka 2.5.14
- getActorRefElementsBytes(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
added in Akka 2.5.14
- getActorRefElementsBytes(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
added in Akka 2.5.14
- getActorRefElementsBytes(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
added in Akka 2.5.14
- getActorRefElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
added in Akka 2.5.14
- getActorRefElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
added in Akka 2.5.14
- getActorRefElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
added in Akka 2.5.14
- getActorRefElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
added in Akka 2.5.14
- getActorRefElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
added in Akka 2.5.14
- getActorRefElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
added in Akka 2.5.14
- getActorRefElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
added in Akka 2.5.14
- getActorRefElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
added in Akka 2.5.14
- getActorRefElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
added in Akka 2.5.14
- getActorRefElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
added in Akka 2.5.14
- getActorRefElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
added in Akka 2.5.14
- getActorRefElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
added in Akka 2.5.14
- getActorRefFor(Object) - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- getActorRefFor(Object) - Method in class org.apache.pekko.actor.TypedActorExtension
-
Retrieves the underlying ActorRef for the supplied TypedActor proxy, or null if none found
- getActorRefFor(Object) - Method in interface org.apache.pekko.actor.TypedActorFactory
-
Deprecated.Retrieves the underlying ActorRef for the supplied TypedActor proxy, or null if none found
- getActorSystemConfiguration(BundleContext) - Method in class org.apache.pekko.osgi.ActorSystemActivator
-
Override this method to define a configuration for your
pekko.actor.ActorSysteminstance. - getActorSystemName(BundleContext) - Method in class org.apache.pekko.osgi.ActorSystemActivator
-
By default, the
pekko.actor.ActorSystemname will be set tobundle-<bundle id>-ActorSystem. - getAdapterProvider(String) - Method in class org.apache.pekko.remote.transport.TransportAdapters
-
Deprecated.
- getAdditionalRecords() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
-
Java API
- getAddr() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
optional .Address addr = 2; - getAddr() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
-
optional .Address addr = 2; - getAddr() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder
-
optional .Address addr = 2; - getAddr() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .AddressRequest addr = 5; - getAddr() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .AddressRequest addr = 5; - getAddr() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .AddressRequest addr = 5; - getAddrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
optional .Address addr = 2; - getAddrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .AddressRequest addr = 5; - getAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - getAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - getAddress() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - getAddress() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .Address address = 1; - getAddress() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
-
required .Address address = 1; - getAddress() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAckOrBuilder
-
required .Address address = 1; - getAddress() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required .Address address = 1; - getAddress() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
-
required .Address address = 1; - getAddress() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder
-
required .Address address = 1; - getAddress() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required .Address address = 1; - getAddress() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
-
required .Address address = 1; - getAddress() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.VersionOrBuilder
-
required .Address address = 1; - getAddress() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .Address address = 1; - getAddress() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
-
required .Address address = 1; - getAddress() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntryOrBuilder
-
required .Address address = 1; - getAddress() - Method in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget
-
Java API
- getAddress() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
-
required .UniqueAddress address = 1; - getAddress() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
-
required .UniqueAddress address = 1; - getAddress() - Method in interface org.apache.pekko.remote.ArteryControlFormats.MessageWithAddressOrBuilder
-
required .UniqueAddress address = 1; - getAddress() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required .Address address = 1; - getAddress() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
-
required .Address address = 1; - getAddress() - Method in interface org.apache.pekko.remote.ArteryControlFormats.UniqueAddressOrBuilder
-
required .Address address = 1; - getAddress() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required .Address address = 2; - getAddress() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
-
required .Address address = 2; - getAddress() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.HelloOrBuilder
-
required .Address address = 2; - getAddress() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Address address = 3; - getAddress() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
optional .Address address = 3; - getAddress() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
optional .Address address = 3; - GetAddress$ - Class in org.apache.pekko.remote.testconductor
- GetAddress$() - Constructor for class org.apache.pekko.remote.testconductor.GetAddress$
- getAddressBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - getAddressBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .Address address = 1; - getAddressBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required .Address address = 1; - getAddressBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required .Address address = 1; - getAddressBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .Address address = 1; - getAddressBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
-
required .UniqueAddress address = 1; - getAddressBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required .Address address = 1; - getAddressBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required .Address address = 2; - getAddressBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Address address = 3; - getAddresses() - Method in class org.apache.pekko.discovery.ServiceDiscovery.Resolved
-
Java API
- getAddressFor(RoleName) - Method in interface org.apache.pekko.remote.testconductor.Player
-
Query remote transport address of named node.
- getAddressIndex() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
required int32 addressIndex = 1; - getAddressIndex() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
required int32 addressIndex = 1; - getAddressIndex() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder
-
required int32 addressIndex = 1; - getAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required int32 addressIndex = 1; - getAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
required int32 addressIndex = 1; - getAddressIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
required int32 addressIndex = 1; - getAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
required int32 addressIndex = 1; - getAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
required int32 addressIndex = 1; - getAddressIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder
-
required int32 addressIndex = 1; - getAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required int32 addressIndex = 1; - getAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
-
required int32 addressIndex = 1; - getAddressIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachabilityOrBuilder
-
required int32 addressIndex = 1; - getAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
-
required int32 addressIndex = 1; - getAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
-
required int32 addressIndex = 1; - getAddressIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.TombstoneOrBuilder
-
required int32 addressIndex = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - getAddressOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
-
required .Address address = 1; - getAddressOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAckOrBuilder
-
required .Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required .Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
-
required .Address address = 1; - getAddressOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder
-
required .Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required .Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
-
required .Address address = 1; - getAddressOrBuilder() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.VersionOrBuilder
-
required .Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
-
required .Address address = 1; - getAddressOrBuilder() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntryOrBuilder
-
required .Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
-
required .UniqueAddress address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
-
required .UniqueAddress address = 1; - getAddressOrBuilder() - Method in interface org.apache.pekko.remote.ArteryControlFormats.MessageWithAddressOrBuilder
-
required .UniqueAddress address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required .Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
-
required .Address address = 1; - getAddressOrBuilder() - Method in interface org.apache.pekko.remote.ArteryControlFormats.UniqueAddressOrBuilder
-
required .Address address = 1; - getAddressOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required .Address address = 2; - getAddressOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
-
required .Address address = 2; - getAddressOrBuilder() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.HelloOrBuilder
-
required .Address address = 2; - getAddressOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Address address = 3; - getAddressOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
optional .Address address = 3; - getAddressOrBuilder() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
optional .Address address = 3; - getAddressTerminated() - Method in class org.apache.pekko.actor.Terminated
- getAddressTerminated() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required bool addressTerminated = 3; - getAddressTerminated() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
-
required bool addressTerminated = 3; - getAddressTerminated() - Method in interface org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationDataOrBuilder
-
required bool addressTerminated = 3; - getAddrOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
optional .Address addr = 2; - getAddrOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
-
optional .Address addr = 2; - getAddrOrBuilder() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder
-
optional .Address addr = 2; - getAddrOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .AddressRequest addr = 5; - getAddrOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .AddressRequest addr = 5; - getAddrOrBuilder() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .AddressRequest addr = 5; - getAddrString(Channel) - Method in class org.apache.pekko.remote.testconductor.RemoteConnection$
- getAkkaVersion(Config) - Static method in class org.apache.pekko.cluster.ConfigUtil
- getAkkaVersion(Config) - Method in class org.apache.pekko.cluster.ConfigUtil$
- getAllAddresses(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - getAllAddresses(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated .Address allAddresses = 1; - getAllAddresses(int) - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated .Address allAddresses = 1; - getAllAddresses(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddresses(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .UniqueAddress allAddresses = 1; - getAllAddresses(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - getAllAddressesBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - getAllAddressesBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesCount() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - getAllAddressesCount() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated .Address allAddresses = 1; - getAllAddressesCount() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated .Address allAddresses = 1; - getAllAddressesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - getAllAddressesList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated .Address allAddresses = 1; - getAllAddressesList() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated .Address allAddresses = 1; - getAllAddressesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesOrBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - getAllAddressesOrBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated .Address allAddresses = 1; - getAllAddressesOrBuilder(int) - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated .Address allAddresses = 1; - getAllAddressesOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesOrBuilder(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesOrBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - getAllAddressesOrBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated .Address allAddresses = 1; - getAllAddressesOrBuilderList() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated .Address allAddresses = 1; - getAllAddressesOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .UniqueAddress allAddresses = 1; - getAllAddressesOrBuilderList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .UniqueAddress allAddresses = 1; - getAllAppVersions(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allAppVersions = 8; - getAllAppVersions(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allAppVersions = 8; - getAllAppVersions(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allAppVersions = 8; - getAllAppVersionsBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allAppVersions = 8; - getAllAppVersionsBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allAppVersions = 8; - getAllAppVersionsBytes(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allAppVersions = 8; - getAllAppVersionsCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allAppVersions = 8; - getAllAppVersionsCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allAppVersions = 8; - getAllAppVersionsCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allAppVersions = 8; - getAllAppVersionsList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allAppVersions = 8; - getAllAppVersionsList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allAppVersions = 8; - getAllAppVersionsList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allAppVersions = 8; - getAllButSelf() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required bool allButSelf = 2; - getAllButSelf() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
-
required bool allButSelf = 2; - getAllButSelf() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAllOrBuilder
-
required bool allButSelf = 2; - getAllChildStats() - Method in interface org.apache.pekko.actor.dungeon.Children
- getAllDataCenters() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Java API: All data centers in the cluster
- getAllEffects() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Requests all the effects.
- getAllHashes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3; - getAllHashes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allHashes = 3; - getAllHashes(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allHashes = 3; - getAllHashes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2; - getAllHashes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
repeated string allHashes = 2; - getAllHashes(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
repeated string allHashes = 2; - getAllHashesBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3; - getAllHashesBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allHashes = 3; - getAllHashesBytes(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allHashes = 3; - getAllHashesBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2; - getAllHashesBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
repeated string allHashes = 2; - getAllHashesBytes(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
repeated string allHashes = 2; - getAllHashesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3; - getAllHashesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allHashes = 3; - getAllHashesCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allHashes = 3; - getAllHashesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2; - getAllHashesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
repeated string allHashes = 2; - getAllHashesCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
repeated string allHashes = 2; - getAllHashesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3; - getAllHashesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allHashes = 3; - getAllHashesList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allHashes = 3; - getAllHashesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2; - getAllHashesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
repeated string allHashes = 2; - getAllHashesList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
repeated string allHashes = 2; - getAllLogEntries() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Returns all the
CapturedLogEventissued by this behavior(s) - getAllMetricNames(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2; - getAllMetricNames(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated string allMetricNames = 2; - getAllMetricNames(int) - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated string allMetricNames = 2; - getAllMetricNamesBytes(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2; - getAllMetricNamesBytes(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated string allMetricNames = 2; - getAllMetricNamesBytes(int) - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated string allMetricNames = 2; - getAllMetricNamesCount() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2; - getAllMetricNamesCount() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated string allMetricNames = 2; - getAllMetricNamesCount() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated string allMetricNames = 2; - getAllMetricNamesList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2; - getAllMetricNamesList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated string allMetricNames = 2; - getAllMetricNamesList() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated string allMetricNames = 2; - getAllowLocalRoutees() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required bool allowLocalRoutees = 3; - getAllowLocalRoutees() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
required bool allowLocalRoutees = 3; - getAllowLocalRoutees() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
required bool allowLocalRoutees = 3; - getAllReceived() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox
-
Collect all messages in the inbox and clear it out
- getAllReplicas() - Method in interface org.apache.pekko.persistence.typed.javadsl.ReplicationContext
- getAllRoles() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Java API: All node roles in the cluster
- getAllRoles(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2; - getAllRoles(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allRoles = 2; - getAllRoles(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allRoles = 2; - getAllRolesBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2; - getAllRolesBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allRoles = 2; - getAllRolesBytes(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allRoles = 2; - getAllRolesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2; - getAllRolesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allRoles = 2; - getAllRolesCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allRoles = 2; - getAllRolesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2; - getAllRolesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated string allRoles = 2; - getAllRolesList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated string allRoles = 2; - getAllServiceInstances(ServiceKey<M>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- getAllServiceInstances(ServiceKey<T>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Listing
-
Java API: Return both the reachable and the unreachable service instances.
- getAllSubjectNames(X509Certificate) - Static method in class org.apache.pekko.remote.artery.tcp.ssl.X509Readers
- getAllSubjectNames(X509Certificate) - Method in class org.apache.pekko.remote.artery.tcp.ssl.X509Readers$
- getAlpha() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
required double alpha = 2; - getAlpha() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
-
required double alpha = 2; - getAlpha() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder
-
required double alpha = 2; - getAppVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
optional string appVersion = 3; - getAppVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
optional string appVersion = 3; - getAppVersion() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder
-
optional string appVersion = 3; - getAppVersionBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
optional string appVersion = 3; - getAppVersionBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
optional string appVersion = 3; - getAppVersionBytes() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder
-
optional string appVersion = 3; - getAppVersionIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
optional int32 appVersionIndex = 5; - getAppVersionIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
optional int32 appVersionIndex = 5; - getAppVersionIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
optional int32 appVersionIndex = 5; - getArgs(int) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
repeated bytes args = 4; - getArgs(int) - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
repeated bytes args = 4; - getArgs(int) - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
repeated bytes args = 4; - getArgsCount() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
repeated bytes args = 4; - getArgsCount() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
repeated bytes args = 4; - getArgsCount() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
repeated bytes args = 4; - getArgsList() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
repeated bytes args = 4; - getArgsList() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
repeated bytes args = 4; - getArgsList() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
repeated bytes args = 4; - getAsync() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required bool async = 2; - getAsync() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
-
required bool async = 2; - getAsync() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SuperviseDataOrBuilder
-
required bool async = 2; - getAsyncCallback(Function1<T, BoxedUnit>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Obtain a callback object that can be used asynchronously to re-enter the current
GraphStagewith an asynchronous notification. - getAttribute(Class<T>) - Method in class org.apache.pekko.stream.Attributes
-
Java API: Get the most specific attribute value for a given Attribute type or subclass thereof.
- getAttribute(Class<T>, T) - Method in class org.apache.pekko.stream.Attributes
-
Java API: Get the most specific attribute value for a given Attribute type or subclass thereof.
- getAttributeList() - Method in class org.apache.pekko.stream.Attributes
-
Java API
- getAttributeList(Class<T>) - Method in class org.apache.pekko.stream.Attributes
-
Java API: Get all attributes of a given
Classor subclass thereof. - getAttributes() - Method in interface org.apache.pekko.stream.Graph
- getAttributes() - Method in class org.apache.pekko.stream.javadsl.BidiFlow
- getAttributes() - Method in class org.apache.pekko.stream.javadsl.Flow
- getAttributes() - Method in class org.apache.pekko.stream.javadsl.Sink
- getAttributes() - Method in class org.apache.pekko.stream.javadsl.Source
- getAttributes() - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
- getAttributes() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- getAttributes() - Method in class org.apache.pekko.stream.scaladsl.Sink
- getAttributes() - Method in class org.apache.pekko.stream.scaladsl.Source
- getBackoffRate() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double backoffRate = 6; - getBackoffRate() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required double backoffRate = 6; - getBackoffRate() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required double backoffRate = 6; - getBackoffThreshold() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double backoffThreshold = 5; - getBackoffThreshold() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required double backoffThreshold = 5; - getBackoffThreshold() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required double backoffThreshold = 5; - getBarrier() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .EnterBarrier barrier = 2; - getBarrier() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .EnterBarrier barrier = 2; - getBarrier() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .EnterBarrier barrier = 2; - getBarrierBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .EnterBarrier barrier = 2; - getBarrierOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .EnterBarrier barrier = 2; - getBarrierOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .EnterBarrier barrier = 2; - getBarrierOrBuilder() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .EnterBarrier barrier = 2; - getBatch() - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- getBatch() - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- getBuckets(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - getBuckets(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
-
repeated .Delta.Bucket buckets = 1; - getBuckets(int) - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.DeltaOrBuilder
-
repeated .Delta.Bucket buckets = 1; - getBucketsBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - getBucketsBuilderList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - getBucketsCount() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - getBucketsCount() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
-
repeated .Delta.Bucket buckets = 1; - getBucketsCount() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.DeltaOrBuilder
-
repeated .Delta.Bucket buckets = 1; - getBucketsList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - getBucketsList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
-
repeated .Delta.Bucket buckets = 1; - getBucketsList() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.DeltaOrBuilder
-
repeated .Delta.Bucket buckets = 1; - getBucketsOrBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - getBucketsOrBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
-
repeated .Delta.Bucket buckets = 1; - getBucketsOrBuilder(int) - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.DeltaOrBuilder
-
repeated .Delta.Bucket buckets = 1; - getBucketsOrBuilderList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - getBucketsOrBuilderList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
-
repeated .Delta.Bucket buckets = 1; - getBucketsOrBuilderList() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.DeltaOrBuilder
-
repeated .Delta.Bucket buckets = 1; - getBufferedForEntitiesWithoutDemand() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
-
Java API
- getByName(String) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- getByName(String) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- getByName(String) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- getByName(String) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- getByRef(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- getByRef(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- getByRef(ActorRef) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- getByRef(ActorRef) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- getByte() - Method in class org.apache.pekko.util.ByteIterator
-
Get a single Byte from this iterator.
- getByteBuffers() - Method in class org.apache.pekko.util.ByteString
-
Java API: Returns an Iterable of read-only ByteBuffers that directly wraps this ByteStrings all fragments.
- getBytes(byte[]) - Method in class org.apache.pekko.util.ByteIterator
-
Get a specific number of Bytes from this iterator.
- getBytes(byte[], int, int) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- getBytes(byte[], int, int) - Method in class org.apache.pekko.util.ByteIterator
-
Get a specific number of Bytes from this iterator.
- getBytes(byte[], int, int) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- getBytes(int) - Method in class org.apache.pekko.util.ByteIterator
-
Get a specific number of Bytes from this iterator.
- getByteString(int) - Method in class org.apache.pekko.util.ByteIterator
-
Get a ByteString with specific number of Bytes from this iterator.
- getCallerClass() - Static method in class org.apache.pekko.util.Reflect
-
This optionally holds a function which looks N levels above itself on the call stack and returns the
Class[_]object for the code executing in that stack frame. - getCallerClass() - Method in class org.apache.pekko.util.Reflect$
-
This optionally holds a function which looks N levels above itself on the call stack and returns the
Class[_]object for the code executing in that stack frame. - getCause() - Method in class org.apache.pekko.actor.typed.ChildFailed
-
Java API
- getCause() - Method in class org.apache.pekko.event.Logging.LogEventException
- getCause() - Method in exception org.apache.pekko.pattern.AskTimeoutException
- getCause() - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- getCause() - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- getCause() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- getCause() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required .Payload cause = 3; - getCause() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
-
required .Payload cause = 3; - getCause() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorInitializationExceptionOrBuilder
-
required .Payload cause = 3; - getCause() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional .Payload cause = 3; - getCause() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
optional .Payload cause = 3; - getCause() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
optional .Payload cause = 3; - getCause() - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- getCause() - Static method in exception org.apache.pekko.stream.BindFailedException
- getCause() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
-
optional bytes cause = 1; - getCause() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
-
optional bytes cause = 1; - getCause() - Method in interface org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailureOrBuilder
-
optional bytes cause = 1; - getCauseBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required .Payload cause = 3; - getCauseBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional .Payload cause = 3; - getCauseData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .Payload causeData = 3; - getCauseData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .Payload causeData = 3; - getCauseData() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .Payload causeData = 3; - getCauseDataBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .Payload causeData = 3; - getCauseDataOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .Payload causeData = 3; - getCauseDataOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .Payload causeData = 3; - getCauseDataOrBuilder() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .Payload causeData = 3; - getCauseOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required .Payload cause = 3; - getCauseOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
-
required .Payload cause = 3; - getCauseOrBuilder() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorInitializationExceptionOrBuilder
-
required .Payload cause = 3; - getCauseOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional .Payload cause = 3; - getCauseOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
optional .Payload cause = 3; - getCauseOrBuilder() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
optional .Payload cause = 3; - getChild() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required .ActorRef child = 1; - getChild() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
-
required .ActorRef child = 1; - getChild() - Method in interface org.apache.pekko.remote.SystemMessageFormats.FailedDataOrBuilder
-
required .ActorRef child = 1; - getChild() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required .ActorRef child = 1; - getChild() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
-
required .ActorRef child = 1; - getChild() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SuperviseDataOrBuilder
-
required .ActorRef child = 1; - getChild(String) - Method in interface org.apache.pekko.actor.dungeon.Children
- getChild(String) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- getChild(String) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
The named child Actor if it is alive.
- getChild(Iterator<String>) - Method in interface org.apache.pekko.actor.MinimalActorRef
- getChild(Iterator<String>) - Static method in class org.apache.pekko.actor.Nobody
- getChildBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required .ActorRef child = 1; - getChildBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required .ActorRef child = 1; - getChildByName(String) - Method in interface org.apache.pekko.actor.Cell
-
Get the stats for the named child, if that exists.
- getChildByName(String) - Method in interface org.apache.pekko.actor.dungeon.Children
- getChildByRef(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.Children
- getChildOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required .ActorRef child = 1; - getChildOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
-
required .ActorRef child = 1; - getChildOrBuilder() - Method in interface org.apache.pekko.remote.SystemMessageFormats.FailedDataOrBuilder
-
required .ActorRef child = 1; - getChildOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required .ActorRef child = 1; - getChildOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
-
required .ActorRef child = 1; - getChildOrBuilder() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SuperviseDataOrBuilder
-
required .ActorRef child = 1; - getChildren() - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Returns an unmodifiable Java Collection containing the linked actors
- getChildren() - Method in interface org.apache.pekko.actor.dungeon.Children
- getChildren() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- getChildren() - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
The list of child Actors created by this Actor during its lifetime that are still alive, in no particular order.
- getChunk() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
required uint32 chunk = 1; - getChunk() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
required uint32 chunk = 1; - getChunk() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
required uint32 chunk = 1; - getClassFor(String, ClassTag<T>) - Method in class org.apache.pekko.actor.DynamicAccess
-
Obtain a
Class[_]object loaded with the right class loader (i.e. - getClassFor(String, ClassTag<T>) - Method in class org.apache.pekko.actor.ReflectiveDynamicAccess
- getClassName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string className = 1; - getClassName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required string className = 1; - getClassName() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required string className = 1; - getClassName() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
required string className = 1; - getClassName() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
required string className = 1; - getClassName() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
required string className = 1; - getClassNameBytes() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string className = 1; - getClassNameBytes() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required string className = 1; - getClassNameBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required string className = 1; - getClassNameBytes() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
required string className = 1; - getClassNameBytes() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
required string className = 1; - getClassNameBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
required string className = 1; - getClazz() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required string clazz = 3; - getClazz() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
required string clazz = 3; - getClazz() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
required string clazz = 3; - getClazz(T) - Method in interface org.apache.pekko.event.LogSource
- getClazzBytes() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required string clazz = 3; - getClazzBytes() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
required string clazz = 3; - getClazzBytes() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
required string clazz = 3; - getCleanupUnusedAfter() - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
-
Java API
- getClient(String) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation
-
Java API
- getClusterClients() - Method in class org.apache.pekko.cluster.client.ClusterClients
-
Java API
- GetClusterClients - Class in org.apache.pekko.cluster.client
- GetClusterClients() - Constructor for class org.apache.pekko.cluster.client.GetClusterClients
- GetClusterClients$ - Class in org.apache.pekko.cluster.client
-
Get the cluster clients known to this receptionist.
- GetClusterClients$() - Constructor for class org.apache.pekko.cluster.client.GetClusterClients$
- getClusterConfig() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
-
optional string clusterConfig = 2; - getClusterConfig() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
-
optional string clusterConfig = 2; - getClusterConfig() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheckOrBuilder
-
optional string clusterConfig = 2; - getClusterConfigBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
-
optional string clusterConfig = 2; - getClusterConfigBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
-
optional string clusterConfig = 2; - getClusterConfigBytes() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheckOrBuilder
-
optional string clusterConfig = 2; - GetClusterCoreRef$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.GetClusterCoreRef$
- GetClusterShardingStats - Class in org.apache.pekko.cluster.sharding.typed
-
Query the statistics about the currently running sharded entities in the entire cluster.
- GetClusterShardingStats(EntityTypeKey<?>, Duration, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>) - Constructor for class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
-
Java API
- GetClusterShardingStats(EntityTypeKey<?>, FiniteDuration, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.ClusterShardingStats>) - Constructor for class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- GetClusterShardingStats$ - Class in org.apache.pekko.cluster.sharding.typed
- GetClusterShardingStats$() - Constructor for class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats$
- getClusterShuttingDownInstance() - Static method in class org.apache.pekko.cluster.ClusterEvent
-
Java API: get the singleton instance of
ClusterShuttingDownevent - getClusterShuttingDownInstance() - Method in class org.apache.pekko.cluster.ClusterEvent$
-
Java API: get the singleton instance of
ClusterShuttingDownevent - getClusterStatus() - Method in interface org.apache.pekko.cluster.ClusterNodeMBean
-
JSON format of the status of all nodes in the cluster as follows:
- getCommandType() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
required .CommandType commandType = 1; - getCommandType() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
-
required .CommandType commandType = 1; - getCommandType() - Method in interface org.apache.pekko.remote.WireFormats.PekkoControlMessageOrBuilder
-
required .CommandType commandType = 1; - getConcurrent() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required bool concurrent = 4; - getConcurrent() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
required bool concurrent = 4; - getConcurrent() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
-
required bool concurrent = 4; - getConfig() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes config = 2; - getConfig() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional bytes config = 2; - getConfig() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional bytes config = 2; - getConfigCheck() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .ConfigCheck configCheck = 2; - getConfigCheck() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
-
required .ConfigCheck configCheck = 2; - getConfigCheck() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAckOrBuilder
-
required .ConfigCheck configCheck = 2; - getConfigCheckBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .ConfigCheck configCheck = 2; - getConfigCheckOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .ConfigCheck configCheck = 2; - getConfigCheckOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
-
required .ConfigCheck configCheck = 2; - getConfigCheckOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAckOrBuilder
-
required .ConfigCheck configCheck = 2; - getConfigManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string configManifest = 9; - getConfigManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string configManifest = 9; - getConfigManifest() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string configManifest = 9; - getConfigManifestBytes() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string configManifest = 9; - getConfigManifestBytes() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string configManifest = 9; - getConfigManifestBytes() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string configManifest = 9; - getConfigSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional int32 configSerializerId = 8; - getConfigSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional int32 configSerializerId = 8; - getConfigSerializerId() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional int32 configSerializerId = 8; - getConfirmed(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmed(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmed(int) - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedBuilder(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedBuilderList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedCount() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedCount() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedCount() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedList() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedOrBuilder(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedOrBuilder(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedOrBuilder(int) - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedOrBuilderList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedOrBuilderList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedOrBuilderList() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - getConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
-
required int64 confirmedSeqNr = 1; - getConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
-
required int64 confirmedSeqNr = 1; - getConfirmedSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.AckOrBuilder
-
required int64 confirmedSeqNr = 1; - getConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required int64 confirmedSeqNr = 1; - getConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
-
required int64 confirmedSeqNr = 1; - getConfirmedSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RequestOrBuilder
-
required int64 confirmedSeqNr = 1; - getConsistency() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required sint32 consistency = 2; - getConsistency() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
required sint32 consistency = 2; - getConsistency() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
required sint32 consistency = 2; - getConsistencyAdditional() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional int32 consistencyAdditional = 6; - getConsistencyAdditional() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
optional int32 consistencyAdditional = 6; - getConsistencyAdditional() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
optional int32 consistencyAdditional = 6; - getConsistencyMinCap() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional int32 consistencyMinCap = 5; - getConsistencyMinCap() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
optional int32 consistencyMinCap = 5; - getConsistencyMinCap() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
optional int32 consistencyMinCap = 5; - getConsumerControllerRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
-
required string consumerControllerRef = 1; - getConsumerControllerRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
-
required string consumerControllerRef = 1; - getConsumerControllerRef() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumerOrBuilder
-
required string consumerControllerRef = 1; - getConsumerControllerRefBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
-
required string consumerControllerRef = 1; - getConsumerControllerRefBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
-
required string consumerControllerRef = 1; - getConsumerControllerRefBytes() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumerOrBuilder
-
required string consumerControllerRef = 1; - getConsumerIds() - Method in interface org.apache.pekko.stream.javadsl.PartitionHub.ConsumerInfo
-
Sequence of all identifiers of current consumers.
- getContactPoints() - Method in class org.apache.pekko.cluster.client.ContactPoints
-
Java API
- getContactPoints(int) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1; - getContactPoints(int) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
-
repeated string contactPoints = 1; - getContactPoints(int) - Method in interface org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.ContactsOrBuilder
-
repeated string contactPoints = 1; - GetContactPoints - Class in org.apache.pekko.cluster.client
- GetContactPoints() - Constructor for class org.apache.pekko.cluster.client.GetContactPoints
- GetContactPoints$ - Class in org.apache.pekko.cluster.client
-
Get the contact points known to this client.
- GetContactPoints$() - Constructor for class org.apache.pekko.cluster.client.GetContactPoints$
- getContactPointsBytes(int) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1; - getContactPointsBytes(int) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
-
repeated string contactPoints = 1; - getContactPointsBytes(int) - Method in interface org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.ContactsOrBuilder
-
repeated string contactPoints = 1; - getContactPointsCount() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1; - getContactPointsCount() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
-
repeated string contactPoints = 1; - getContactPointsCount() - Method in interface org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.ContactsOrBuilder
-
repeated string contactPoints = 1; - getContactPointsList() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1; - getContactPointsList() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
-
repeated string contactPoints = 1; - getContactPointsList() - Method in interface org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.ContactsOrBuilder
-
repeated string contactPoints = 1; - GetContacts() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- GetContacts$() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts$
-
Deprecated.
- getContent(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - getContent(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
repeated .Delta.Entry content = 3; - getContent(int) - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder
-
repeated .Delta.Entry content = 3; - getContentBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - getContentBuilderList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - getContentCount() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - getContentCount() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
repeated .Delta.Entry content = 3; - getContentCount() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder
-
repeated .Delta.Entry content = 3; - getContentList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - getContentList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
repeated .Delta.Entry content = 3; - getContentList() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder
-
repeated .Delta.Entry content = 3; - getContentOrBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - getContentOrBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
repeated .Delta.Entry content = 3; - getContentOrBuilder(int) - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder
-
repeated .Delta.Entry content = 3; - getContentOrBuilderList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - getContentOrBuilderList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
repeated .Delta.Entry content = 3; - getContentOrBuilderList() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder
-
repeated .Delta.Entry content = 3; - getContext() - Method in class org.apache.pekko.actor.AbstractActor
-
Returns this AbstractActor's ActorContext The ActorContext is not thread safe so do not expose it outside of the AbstractActor.
- getContext() - Method in class org.apache.pekko.actor.AbstractFSM
-
Returns this AbstractActor's ActorContext The ActorContext is not thread safe so do not expose it outside of the AbstractActor.
- getContext() - Method in class org.apache.pekko.actor.typed.javadsl.AbstractBehavior
- getContext() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Returns this AbstractActor's ActorContext The ActorContext is not thread safe so do not expose it outside of the AbstractActor.
- getCookie() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
optional string cookie = 3; - getCookie() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
-
optional string cookie = 3; - getCookie() - Method in interface org.apache.pekko.remote.WireFormats.PekkoHandshakeInfoOrBuilder
-
optional string cookie = 3; - getCookieBytes() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
optional string cookie = 3; - getCookieBytes() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
-
optional string cookie = 3; - getCookieBytes() - Method in interface org.apache.pekko.remote.WireFormats.PekkoHandshakeInfoOrBuilder
-
optional string cookie = 3; - getCorrelationId() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
required .Payload correlationId = 1; - getCorrelationId() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
-
required .Payload correlationId = 1; - getCorrelationId() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorIdentityOrBuilder
-
required .Payload correlationId = 1; - getCorrelationIdBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
required .Payload correlationId = 1; - getCorrelationIdOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
required .Payload correlationId = 1; - getCorrelationIdOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
-
required .Payload correlationId = 1; - getCorrelationIdOrBuilder() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorIdentityOrBuilder
-
required .Payload correlationId = 1; - getCount() - Method in class org.apache.pekko.stream.IOResult
-
Java API: Numeric value depending on context, for example IO operations performed or bytes processed.
- getCountInstance() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
-
Java API: Send this message to the mediator and it will reply with an
Integerof the number of subscribers. - getCountInstance() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$
-
Java API: Send this message to the mediator and it will reply with an
Integerof the number of subscribers. - getCreatedTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
optional int64 createdTimestamp = 3; - getCreatedTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
-
optional int64 createdTimestamp = 3; - getCreatedTimestamp() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntryOrBuilder
-
optional int64 createdTimestamp = 3; - getCreationTime() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
optional sint64 creationTime = 3; - getCreationTime() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
-
optional sint64 creationTime = 3; - getCreationTime() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartbeatOrBuilder
-
optional sint64 creationTime = 3; - getCreationTime() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
optional int64 creationTime = 3; - getCreationTime() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
-
optional int64 creationTime = 3; - getCreationTime() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponseOrBuilder
-
optional int64 creationTime = 3; - getCriteria() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- getCumulativeAck() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
required fixed64 cumulativeAck = 1; - getCumulativeAck() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
-
required fixed64 cumulativeAck = 1; - getCumulativeAck() - Method in interface org.apache.pekko.remote.WireFormats.AcknowledgementInfoOrBuilder
-
required fixed64 cumulativeAck = 1; - getCurrentChild() - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Java API: Send this message to the
BackoffSupervisorand it will reply withBackoffSupervisor.CurrentChildcontaining theActorRefof the current child, if any. - getCurrentChild() - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Java API: Send this message to the
BackoffSupervisorand it will reply withBackoffSupervisor.CurrentChildcontaining theActorRefof the current child, if any. - GetCurrentChild$() - Constructor for class org.apache.pekko.pattern.BackoffSupervisor.GetCurrentChild$
- getCurrentConfig() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
-
optional string currentConfig = 1; - getCurrentConfig() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
-
optional string currentConfig = 1; - getCurrentConfig() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinOrBuilder
-
optional string currentConfig = 1; - getCurrentConfigBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
-
optional string currentConfig = 1; - getCurrentConfigBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
-
optional string currentConfig = 1; - getCurrentConfigBytes() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinOrBuilder
-
optional string currentConfig = 1; - getCurrentDeliveryId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
required int64 currentDeliveryId = 1; - getCurrentDeliveryId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
-
required int64 currentDeliveryId = 1; - getCurrentDeliveryId() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder
-
required int64 currentDeliveryId = 1; - getCurrentRegionsInstance() - Method in class org.apache.pekko.cluster.sharding.ShardRegion$
-
Java API: Send this message to the
ShardRegionactor to request forCurrentRegions, which contains the addresses of all registered regions. - getCurrentSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
required int64 currentSeqNr = 1; - getCurrentSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
required int64 currentSeqNr = 1; - getCurrentSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
required int64 currentSeqNr = 1; - GetCurrentState - Class in org.apache.pekko.cluster.typed
- GetCurrentState(ActorRef<ClusterEvent.CurrentClusterState>) - Constructor for class org.apache.pekko.cluster.typed.GetCurrentState
- GetCurrentState$ - Class in org.apache.pekko.cluster.typed
- GetCurrentState$() - Constructor for class org.apache.pekko.cluster.typed.GetCurrentState$
- getCurrentTopics() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- getCurrentTransportInformation() - Static method in class org.apache.pekko.serialization.Serialization
-
Gets the serialization information from a
ThreadLocalthat was assigned viaSerialization.withTransportInformation(org.apache.pekko.actor.ExtendedActorSystem, scala.Function0<T>). - getCurrentTransportInformation() - Method in class org.apache.pekko.serialization.Serialization$
-
Gets the serialization information from a
ThreadLocalthat was assigned viaSerialization.withTransportInformation(org.apache.pekko.actor.ExtendedActorSystem, scala.Function0<T>). - getData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getData() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ChangedOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getData() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getData() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelopeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getData() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccessOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getData() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required bytes data = 3; - getData() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
-
required bytes data = 3; - getData() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelectorOrBuilder
-
required bytes data = 3; - getData() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required bytes data = 3; - getData() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
-
required bytes data = 3; - getData() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.PoolOrBuilder
-
required bytes data = 3; - getData() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required .PersistentPayload data = 2; - getData() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
-
required .PersistentPayload data = 2; - getData() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshotOrBuilder
-
required .PersistentPayload data = 2; - getData(String) - Method in class org.apache.pekko.cluster.ddata.Replicator
- getDataBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getDataBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getDataBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getDataBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getDataBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required .PersistentPayload data = 2; - getDataCenter() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityRef
-
The specified datacenter of the incarnation of the particular entity referenced by this EntityRef, if a datacenter was specified.
- GetDataDeleted(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- GetDataDeleted(Key<A>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- GetDataDeleted$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted$
- GetDataDeleted$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted$
- GetDataDeleted$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetDataDeleted$
- getDataOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getDataOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getDataOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ChangedOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getDataOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getDataOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getDataOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getDataOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getDataOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getDataOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelopeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - getDataOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getDataOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getDataOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccessOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - getDataOrBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required .PersistentPayload data = 2; - getDataOrBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
-
required .PersistentPayload data = 2; - getDataOrBuilder() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshotOrBuilder
-
required .PersistentPayload data = 2; - getDecrements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - getDecrements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - getDecrements() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterOrBuilder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - getDecrementsBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - getDecrementsOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - getDecrementsOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - getDecrementsOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterOrBuilder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - getDefaultAddress() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Obtain the external address of the default transport.
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- getDefaultInstance() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- getDefaultInstance() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- getDefaultInstance() - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- getDefaultInstance() - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- getDefaultInstance() - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- getDefaultInstance() - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- getDefaultInstance() - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- getDefaultInstance() - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- getDefaultInstance() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- getDefaultInstance() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- getDefaultInstance() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- getDefaultInstance() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- getDefaultInstance() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- getDefaultInstance() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- getDefaultInstance() - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- getDefaultInstance() - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- getDefaultInstance() - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- getDefaultInstance() - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- getDefaultInstance() - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- getDefaultInstance() - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- getDefaultInstance() - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- getDefaultInstance() - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- getDefaultInstance() - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- getDefaultInstance() - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- getDefaultInstanceForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.Option
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.AddressData
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.DeployData
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.PropsData
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- getDefaultInstanceForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- getDeleted() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
not used in new records from Akka 2.4
- getDeleted() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
not used in new records from Akka 2.4
- getDeleted() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
not used in new records from Akka 2.4
- getDeliveryId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required int64 deliveryId = 1; - getDeliveryId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
required int64 deliveryId = 1; - getDeliveryId() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
-
required int64 deliveryId = 1; - getDeliverySnapshot() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
Full state of the
AtLeastOnceDelivery. - getDelta() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
-
required bytes delta = 1; - getDelta() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
-
required bytes delta = 1; - getDelta() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdateOrBuilder
-
required bytes delta = 1; - getDeltaSeqNr(String, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.Replicator
- getDeltaVersions() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - getDeltaVersions() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - getDeltaVersions() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - getDeltaVersionsBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - getDeltaVersionsOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - getDeltaVersionsOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - getDeltaVersionsOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - getDependencies() - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- getDependencies() - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- getDependencies() - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- getDeploy() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .DeployData deploy = 2; - getDeploy() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required .DeployData deploy = 2; - getDeploy() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required .DeployData deploy = 2; - getDeploy() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required .DeployData deploy = 2; - getDeploy() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
required .DeployData deploy = 2; - getDeploy() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
required .DeployData deploy = 2; - getDeployBuilder() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .DeployData deploy = 2; - getDeployBuilder() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required .DeployData deploy = 2; - getDeployOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .DeployData deploy = 2; - getDeployOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required .DeployData deploy = 2; - getDeployOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required .DeployData deploy = 2; - getDeployOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required .DeployData deploy = 2; - getDeployOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
required .DeployData deploy = 2; - getDeployOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
required .DeployData deploy = 2; - getDescriptor() - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- getDescriptor() - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- getDescriptor() - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- getDescriptor() - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- getDescriptor() - Static method in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- getDescriptor() - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- getDescriptor() - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- getDescriptor() - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- getDescriptor() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- getDescriptor() - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- getDescriptor() - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- getDescriptor() - Static method in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- getDescriptor() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- getDescriptor() - Static method in enum org.apache.pekko.remote.ContainerFormats.PatternType
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- getDescriptor() - Static method in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- getDescriptor() - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
- getDescriptor() - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- getDescriptor() - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- getDescriptor() - Static method in enum org.apache.pekko.remote.WireFormats.CommandType
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- getDescriptor() - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- getDescriptor() - Static method in enum org.apache.pekko.remote.WireFormats.TimeUnit
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- getDescriptor() - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- getDescriptorForType() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- getDescriptorForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- getDescriptorForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.remote.ContainerFormats.PatternType
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
- getDescriptorForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
- getDescriptorForType() - Method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
- getDescriptorForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
- getDescriptorForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.remote.WireFormats.CommandType
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- getDescriptorForType() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- getDescriptorForType() - Method in enum org.apache.pekko.remote.WireFormats.TimeUnit
- getDescriptorForType() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- getDescriptorForType() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- getDescriptorForType() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- getDescriptorForType() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- getDescriptorForType() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- getDescriptorForType() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- getDescriptorForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- getDescriptorForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- getDescriptorForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- getDestination() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required string destination = 2; - getDestination() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
required string destination = 2; - getDestination() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
-
required string destination = 2; - getDestinationBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required string destination = 2; - getDestinationBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
required string destination = 2; - getDestinationBytes() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
-
required string destination = 2; - getDigest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required bytes digest = 2; - getDigest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
-
required bytes digest = 2; - getDigest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.EntryOrBuilder
-
required bytes digest = 2; - getDigest(String) - Method in class org.apache.pekko.cluster.ddata.Replicator
- getDirection() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Direction direction = 2; - getDirection() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
optional .Direction direction = 2; - getDirection() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
optional .Direction direction = 2; - getDispatcher() - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Returns the dispatcher (MessageDispatcher) that is used for this Actor.
- getDispatcher() - Method in class org.apache.pekko.actor.ActorSystem
-
Java API: Default dispatcher as configured.
- getDispatcher() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string dispatcher = 5; - getDispatcher() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string dispatcher = 5; - getDispatcher() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string dispatcher = 5; - getDispatcherBytes() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string dispatcher = 5; - getDispatcherBytes() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string dispatcher = 5; - getDispatcherBytes() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string dispatcher = 5; - getDone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional string done = 4; - getDone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional string done = 4; - getDone() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional string done = 4; - getDoneBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional string done = 4; - getDoneBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional string done = 4; - getDoneBytes() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional string done = 4; - getDots(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDots(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDots(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDots(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - getDots(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated .VersionVector dots = 3; - getDots(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated .VersionVector dots = 3; - getDotsBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - getDotsBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - getDotsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - getDotsCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated .VersionVector dots = 3; - getDotsCount() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated .VersionVector dots = 3; - getDotsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - getDotsList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated .VersionVector dots = 3; - getDotsList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated .VersionVector dots = 3; - getDotsOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsOrBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - getDotsOrBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated .VersionVector dots = 3; - getDotsOrBuilder(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated .VersionVector dots = 3; - getDotsOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - getDotsOrBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - getDotsOrBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated .VersionVector dots = 3; - getDotsOrBuilderList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated .VersionVector dots = 3; - getDouble(ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
- getDoubles(double[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- getDoubles(double[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a number of Doubles from this iterator.
- getDoubles(double[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- getDoubles(double[], ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a number of Doubles from this iterator.
- getDurableQueueRequestTimeout() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
-
Java API
- getDurableStateStoreFor(Class<T>, String) - Method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry
-
Java API: Returns the
pekko.persistence.state.javadsl.DurableStateStorespecified by the given configuration entry. - getDuration$extension(Helpers.ConfigOps, String, TimeUnit) - Method in class org.apache.pekko.util.Helpers.ConfigOps$
- getDwNotificationData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - getDwNotificationData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .DeathWatchNotificationData dwNotificationData = 7; - getDwNotificationData() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - getDwNotificationDataBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - getDwNotificationDataOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - getDwNotificationDataOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .DeathWatchNotificationData dwNotificationData = 7; - getDwNotificationDataOrBuilder() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - getEagerStageActor(Materializer, Function1<Tuple2<ActorRef, Object>, BoxedUnit>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
INTERNAL API
- getEffect() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Requests the oldest
Effectorpekko.actor.testkit.typed.javadsl.Effects.noEffectsif no effects have taken place. - getElements() - Method in interface org.apache.pekko.actor.ActorPath
-
Java API: Sequence of names for this path from root to this.
- getElements() - Method in class org.apache.pekko.cluster.ddata.GSet
-
Java API
- getElements() - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Java API
- getElements() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Java API
- getElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1; - getElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
-
repeated string elements = 1; - getElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSetOrBuilder
-
repeated string elements = 1; - getElementsBytes(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1; - getElementsBytes(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
-
repeated string elements = 1; - getElementsBytes(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSetOrBuilder
-
repeated string elements = 1; - getElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1; - getElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
-
repeated string elements = 1; - getElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSetOrBuilder
-
repeated string elements = 1; - getElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1; - getElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
-
repeated string elements = 1; - getElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSetOrBuilder
-
repeated string elements = 1; - getEnabled() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
-
required bool enabled = 1; - getEnabled() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
-
required bool enabled = 1; - getEnabled() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.FlagOrBuilder
-
required bool enabled = 1; - getEnclosedMessage() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
-
required bytes enclosedMessage = 1; - getEnclosedMessage() - Method in interface org.apache.pekko.stream.StreamRefMessages.PayloadOrBuilder
-
required bytes enclosedMessage = 1; - getEntities(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1; - getEntities(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
-
repeated string entities = 1; - getEntities(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStateOrBuilder
-
repeated string entities = 1; - GetEntities$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.GetEntities$
- getEntitiesBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1; - getEntitiesBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
-
repeated string entities = 1; - getEntitiesBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStateOrBuilder
-
repeated string entities = 1; - getEntitiesCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1; - getEntitiesCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
-
repeated string entities = 1; - getEntitiesCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStateOrBuilder
-
repeated string entities = 1; - getEntitiesList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1; - getEntitiesList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
-
repeated string entities = 1; - getEntitiesList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStateOrBuilder
-
repeated string entities = 1; - getEntitiesWithDemand() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
-
Java API
- getEntityCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required int32 entityCount = 2; - getEntityCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
-
required int32 entityCount = 2; - getEntityCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStatsOrBuilder
-
required int32 entityCount = 2; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
-
required string entityId = 1; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
-
required string entityId = 1; - getEntityId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStartedOrBuilder
-
required string entityId = 1; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
-
required string entityId = 1; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
-
required string entityId = 1; - getEntityId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStoppedOrBuilder
-
required string entityId = 1; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
-
required string entityId = 1; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
-
required string entityId = 1; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string entityId = 1; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
-
required string entityId = 1; - getEntityId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAckOrBuilder
-
required string entityId = 1; - getEntityId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityOrBuilder
-
required string entityId = 1; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required string entityId = 1; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
-
required string entityId = 1; - getEntityId() - Method in interface org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelopeOrBuilder
-
required string entityId = 1; - getEntityId() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityContext
- getEntityId() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityRef
-
The identifier for the particular entity referenced by this EntityRef.
- getEntityId(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
-
repeated string entityId = 1; - getEntityId(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
-
repeated string entityId = 1; - getEntityId(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStartedOrBuilder
-
repeated string entityId = 1; - getEntityId(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
-
repeated string entityId = 1; - getEntityId(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
-
repeated string entityId = 1; - getEntityId(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStoppedOrBuilder
-
repeated string entityId = 1; - getEntityIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
-
required string entityId = 1; - getEntityIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
-
required string entityId = 1; - getEntityIdBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStartedOrBuilder
-
required string entityId = 1; - getEntityIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
-
required string entityId = 1; - getEntityIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
-
required string entityId = 1; - getEntityIdBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStoppedOrBuilder
-
required string entityId = 1; - getEntityIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
-
required string entityId = 1; - getEntityIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
-
required string entityId = 1; - getEntityIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string entityId = 1; - getEntityIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
-
required string entityId = 1; - getEntityIdBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAckOrBuilder
-
required string entityId = 1; - getEntityIdBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityOrBuilder
-
required string entityId = 1; - getEntityIdBytes() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required string entityId = 1; - getEntityIdBytes() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
-
required string entityId = 1; - getEntityIdBytes() - Method in interface org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelopeOrBuilder
-
required string entityId = 1; - getEntityIdBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
-
repeated string entityId = 1; - getEntityIdBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
-
repeated string entityId = 1; - getEntityIdBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStartedOrBuilder
-
repeated string entityId = 1; - getEntityIdBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
-
repeated string entityId = 1; - getEntityIdBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
-
repeated string entityId = 1; - getEntityIdBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStoppedOrBuilder
-
repeated string entityId = 1; - getEntityIdCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
-
repeated string entityId = 1; - getEntityIdCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
-
repeated string entityId = 1; - getEntityIdCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStartedOrBuilder
-
repeated string entityId = 1; - getEntityIdCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
-
repeated string entityId = 1; - getEntityIdCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
-
repeated string entityId = 1; - getEntityIdCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStoppedOrBuilder
-
repeated string entityId = 1; - getEntityIdList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
-
repeated string entityId = 1; - getEntityIdList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
-
repeated string entityId = 1; - getEntityIdList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStartedOrBuilder
-
repeated string entityId = 1; - getEntityIdList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
-
repeated string entityId = 1; - getEntityIdList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
-
repeated string entityId = 1; - getEntityIdList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStoppedOrBuilder
-
repeated string entityId = 1; - getEntityIds(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
repeated string entityIds = 2; - getEntityIds(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
-
repeated string entityIds = 2; - getEntityIds(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardStateOrBuilder
-
repeated string entityIds = 2; - getEntityIds(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
repeated string entityIds = 2; - getEntityIds(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
-
repeated string entityIds = 2; - getEntityIds(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStateOrBuilder
-
repeated string entityIds = 2; - getEntityIdsBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
repeated string entityIds = 2; - getEntityIdsBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
-
repeated string entityIds = 2; - getEntityIdsBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardStateOrBuilder
-
repeated string entityIds = 2; - getEntityIdsBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
repeated string entityIds = 2; - getEntityIdsBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
-
repeated string entityIds = 2; - getEntityIdsBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStateOrBuilder
-
repeated string entityIds = 2; - getEntityIdsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
repeated string entityIds = 2; - getEntityIdsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
-
repeated string entityIds = 2; - getEntityIdsCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardStateOrBuilder
-
repeated string entityIds = 2; - getEntityIdsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
repeated string entityIds = 2; - getEntityIdsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
-
repeated string entityIds = 2; - getEntityIdsCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStateOrBuilder
-
repeated string entityIds = 2; - getEntityIdsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
repeated string entityIds = 2; - getEntityIdsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
-
repeated string entityIds = 2; - getEntityIdsList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardStateOrBuilder
-
repeated string entityIds = 2; - getEntityIdsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
repeated string entityIds = 2; - getEntityIdsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
-
repeated string entityIds = 2; - getEntityIdsList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStateOrBuilder
-
repeated string entityIds = 2; - getEntityRefsFor(String) - Method in interface org.apache.pekko.cluster.sharding.typed.ReplicatedSharding
-
Java API: Returns the entity ref for each replica for user defined routing/replica selection
- getEntityType() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string entity_type = 2; - getEntityType() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string entity_type = 2; - getEntityType() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string entity_type = 2; - getEntityTypeBytes() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string entity_type = 2; - getEntityTypeBytes() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string entity_type = 2; - getEntityTypeBytes() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string entity_type = 2; - getEntityTypeKey() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityContext
- getEntries() - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Java API: All entries of the map.
- getEntries() - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Java API: All entries of the map.
- getEntries() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Java API: All entries of a multimap where keys are strings and values are sets.
- getEntries() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Java API
- getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroupOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroupOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagationOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntries(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVectorOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntries(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntries(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntries(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroupOrBuilder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntries(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - getEntries(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
-
repeated .VersionVector.Entry entries = 1; - getEntries(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVectorOrBuilder
-
repeated .VersionVector.Entry entries = 1; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroupOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroupOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagationOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVectorOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesCount() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroupOrBuilder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - getEntriesCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
-
repeated .VersionVector.Entry entries = 1; - getEntriesCount() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVectorOrBuilder
-
repeated .VersionVector.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroupOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroupOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagationOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVectorOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroupOrBuilder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - getEntriesList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
-
repeated .VersionVector.Entry entries = 1; - getEntriesList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVectorOrBuilder
-
repeated .VersionVector.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroupOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroupOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagationOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVectorOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroupOrBuilder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - getEntriesOrBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
-
repeated .VersionVector.Entry entries = 1; - getEntriesOrBuilder(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVectorOrBuilder
-
repeated .VersionVector.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroupOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroupOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMapOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagationOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVectorOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroupOrBuilder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - getEntriesOrBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
-
repeated .VersionVector.Entry entries = 1; - getEntriesOrBuilderList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVectorOrBuilder
-
repeated .VersionVector.Entry entries = 1; - getEntryData(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; - getEntryData(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryData(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataBuilder(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; - getEntryDataBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataOrBuilder(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; - getEntryDataOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEntryDataOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry entryData = 4; - getEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelope() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelope() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - getEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - getEnvelope() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResultOrBuilder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - getEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelope() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.WriteOrBuilder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelope() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .RemoteEnvelope envelope = 2; - getEnvelope() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
-
optional .RemoteEnvelope envelope = 2; - getEnvelope() - Method in interface org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainerOrBuilder
-
optional .RemoteEnvelope envelope = 2; - getEnvelopeBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - getEnvelopeBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeBuilder() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .RemoteEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - getEnvelopeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - getEnvelopeOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResultOrBuilder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - getEnvelopeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.WriteOrBuilder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .RemoteEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
-
optional .RemoteEnvelope envelope = 2; - getEnvelopeOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainerOrBuilder
-
optional .RemoteEnvelope envelope = 2; - getError() - Method in class org.apache.pekko.pattern.StatusReply
-
Java API: returns the exception if the reply is a failure, or throws an exception if not.
- getError() - Method in class org.apache.pekko.persistence.testkit.Reject
- getError() - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- getError() - Method in class org.apache.pekko.stream.IOResult
-
Deprecated.status is always set to Success(Done). Since Akka 2.6.0.
- getErrorCause() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- getErrorCause() - Method in interface org.apache.pekko.io.Tcp.ConnectionClosed
-
If
isErrorClosedreturns true, then the error condition can be retrieved by this method. - getErrorCause() - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- getErrorMessage() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
-
required string errorMessage = 1; - getErrorMessage() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
-
required string errorMessage = 1; - getErrorMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessageOrBuilder
-
required string errorMessage = 1; - getErrorMessageBytes() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
-
required string errorMessage = 1; - getErrorMessageBytes() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
-
required string errorMessage = 1; - getErrorMessageBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessageOrBuilder
-
required string errorMessage = 1; - getEvent() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload event = 8; - getEvent() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
optional .Payload event = 8; - getEvent() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
optional .Payload event = 8; - getEvent() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
-
Java API
- getEventBuilder() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload event = 8; - getEventMetaData() - Method in class org.apache.pekko.persistence.query.EventEnvelope
-
Java API
- getEventMetaData() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
-
Java API
- getEventOrBuilder() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload event = 8; - getEventOrBuilder() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
optional .Payload event = 8; - getEventOrBuilder() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
optional .Payload event = 8; - getEventStream() - Method in class org.apache.pekko.actor.ActorSystem
-
Java API: Main event bus of this actor system, used for example for logging.
- getEwma() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
optional .NodeMetrics.EWMA ewma = 3; - getEwma() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
-
optional .NodeMetrics.EWMA ewma = 3; - getEwma() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder
-
optional .NodeMetrics.EWMA ewma = 3; - getEwmaBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
optional .NodeMetrics.EWMA ewma = 3; - getEwmaOrBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
optional .NodeMetrics.EWMA ewma = 3; - getEwmaOrBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
-
optional .NodeMetrics.EWMA ewma = 3; - getEwmaOrBuilder() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder
-
optional .NodeMetrics.EWMA ewma = 3; - getExecutionContext() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- getExecutionContext() - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
This Actor’s execution context.
- getExistenceConfirmed() - Method in class org.apache.pekko.actor.Terminated
- getExistenceConfirmed() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required bool existenceConfirmed = 2; - getExistenceConfirmed() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
-
required bool existenceConfirmed = 2; - getExistenceConfirmed() - Method in interface org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationDataOrBuilder
-
required bool existenceConfirmed = 2; - getExitValue() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional int32 exitValue = 7; - getExitValue() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
optional int32 exitValue = 7; - getExitValue() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
optional int32 exitValue = 7; - getExpectedAcks() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
-
optional int32 expectedAcks = 1; - getExpectedAcks() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
-
optional int32 expectedAcks = 1; - getExpectedAcks() - Method in interface org.apache.pekko.remote.ArteryControlFormats.FlushAckOrBuilder
-
optional int32 expectedAcks = 1; - getExternalAddressFor(Address) - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Obtain the address which is to be used within sender references when sending to the given other address or none if the other address cannot be reached from this system (i.e.
- getFailed(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated string failed = 2; - getFailed(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
-
repeated string failed = 2; - getFailed(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionStateOrBuilder
-
repeated string failed = 2; - getFailed(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated string failed = 2; - getFailed(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
-
repeated string failed = 2; - getFailed(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStatsOrBuilder
-
repeated string failed = 2; - getFailedBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated string failed = 2; - getFailedBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
-
repeated string failed = 2; - getFailedBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionStateOrBuilder
-
repeated string failed = 2; - getFailedBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated string failed = 2; - getFailedBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
-
repeated string failed = 2; - getFailedBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStatsOrBuilder
-
repeated string failed = 2; - getFailedCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated string failed = 2; - getFailedCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
-
repeated string failed = 2; - getFailedCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionStateOrBuilder
-
repeated string failed = 2; - getFailedCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated string failed = 2; - getFailedCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
-
repeated string failed = 2; - getFailedCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStatsOrBuilder
-
repeated string failed = 2; - getFailedData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .FailedData failedData = 6; - getFailedData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .FailedData failedData = 6; - getFailedData() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .FailedData failedData = 6; - getFailedDataBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .FailedData failedData = 6; - getFailedDataOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .FailedData failedData = 6; - getFailedDataOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .FailedData failedData = 6; - getFailedDataOrBuilder() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .FailedData failedData = 6; - getFailedList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated string failed = 2; - getFailedList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
-
repeated string failed = 2; - getFailedList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionStateOrBuilder
-
repeated string failed = 2; - getFailedList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated string failed = 2; - getFailedList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
-
repeated string failed = 2; - getFailedList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStatsOrBuilder
-
repeated string failed = 2; - getFailure() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
-
Java API
- getFailure() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
-
Java API
- getFailure() - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
-
Java API
- getFailure() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
-
Java API
- getFailure() - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
-
Java API
- getFailure() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
required .FailType failure = 1; - getFailure() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
required .FailType failure = 1; - getFailure() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
required .FailType failure = 1; - getFailure() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .InjectFailure failure = 3; - getFailure() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .InjectFailure failure = 3; - getFailure() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .InjectFailure failure = 3; - GetFailure(Throwable) - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- GetFailure(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- GetFailure(Key<A>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- GetFailure$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.GetFailure$
- GetFailure$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure$
- GetFailure$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetFailure$
- GetFailure$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure$
- getFailureBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .InjectFailure failure = 3; - GetFailureManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- getFailureOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .InjectFailure failure = 3; - getFailureOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .InjectFailure failure = 3; - getFailureOrBuilder() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .InjectFailure failure = 3; - getFileName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string fileName = 3; - getFileName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required string fileName = 3; - getFileName() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required string fileName = 3; - getFileNameBytes() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string fileName = 3; - getFileNameBytes() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required string fileName = 3; - getFileNameBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required string fileName = 3; - getFirst() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required bool first = 3; - getFirst() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required bool first = 3; - getFirst() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required bool first = 3; - getFirst(ClassTag<T>) - Method in class org.apache.pekko.stream.Attributes
-
Deprecated.Attributes should always be most specific, use get[T]. Since Akka 2.5.7.
- getFirst(T, ClassTag<T>) - Method in class org.apache.pekko.stream.Attributes
-
Deprecated.Attributes should always be most specific, use get[T]. Since Akka 2.5.7.
- getFirstAttribute(Class<T>) - Method in class org.apache.pekko.stream.Attributes
-
Deprecated.Attributes should always be most specific, use get[T]. Since Akka 2.5.7.
- getFirstAttribute(Class<T>, T) - Method in class org.apache.pekko.stream.Attributes
-
Deprecated.Attributes should always be most specific, use getAttribute[T]. Since Akka 2.5.7.
- getFirstChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
optional bool firstChunk = 6; - getFirstChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
optional bool firstChunk = 6; - getFirstChunk() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
optional bool firstChunk = 6; - getFirstChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
optional bool firstChunk = 7; - getFirstChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
optional bool firstChunk = 7; - getFirstChunk() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
optional bool firstChunk = 7; - getFloat(ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
- getFloats(float[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- getFloats(float[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a number of Floats from this iterator.
- getFloats(float[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- getFloats(float[], ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a number of Floats from this iterator.
- getFrom() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .Address from = 1; - getFrom() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
-
required .Address from = 1; - getFrom() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder
-
required .Address from = 1; - getFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
-
required .UniqueAddress from = 1; - getFrom() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelopeOrBuilder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
required .UniqueAddress from = 1; - getFrom() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
required .Address from = 1; - getFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
-
required .Address from = 1; - getFrom() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartbeatOrBuilder
-
required .Address from = 1; - getFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
-
required .UniqueAddress from = 1; - getFrom() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponseOrBuilder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
-
required .UniqueAddress from = 1; - getFrom() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.WelcomeOrBuilder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
-
required .UniqueAddress from = 1; - getFrom() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAckOrBuilder
-
required .UniqueAddress from = 1; - getFrom() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
-
required .UniqueAddress from = 1; - getFrom() - Method in interface org.apache.pekko.remote.ArteryControlFormats.HandshakeReqOrBuilder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
-
required .UniqueAddress from = 1; - getFrom() - Method in interface org.apache.pekko.remote.ArteryControlFormats.QuarantinedOrBuilder
-
required .UniqueAddress from = 1; - getFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required .UniqueAddress from = 2; - getFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
-
required .UniqueAddress from = 2; - getFrom() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAckOrBuilder
-
required .UniqueAddress from = 2; - getFromBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .Address from = 1; - getFromBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress from = 1; - getFromBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .UniqueAddress from = 1; - getFromBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
required .Address from = 1; - getFromBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
required .UniqueAddress from = 1; - getFromBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .UniqueAddress from = 1; - getFromBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required .UniqueAddress from = 1; - getFromBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required .UniqueAddress from = 1; - getFromBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .UniqueAddress from = 1; - getFromBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress from = 1; - getFromBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required .UniqueAddress from = 2; - getFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - getFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - getFromNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagationOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - getFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - getFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - getFromNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadOrBuilder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - getFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - getFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - getFromNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.WriteOrBuilder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - getFromNodeBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - getFromNodeBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - getFromNodeBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - getFromNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - getFromNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - getFromNodeOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagationOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - getFromNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - getFromNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - getFromNodeOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadOrBuilder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - getFromNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - getFromNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - getFromNodeOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.WriteOrBuilder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .Address from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
-
required .Address from = 1; - getFromOrBuilder() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder
-
required .Address from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelopeOrBuilder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
required .Address from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
-
required .Address from = 1; - getFromOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartbeatOrBuilder
-
required .Address from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponseOrBuilder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.WelcomeOrBuilder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAckOrBuilder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in interface org.apache.pekko.remote.ArteryControlFormats.HandshakeReqOrBuilder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in interface org.apache.pekko.remote.ArteryControlFormats.QuarantinedOrBuilder
-
required .UniqueAddress from = 1; - getFromOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required .UniqueAddress from = 2; - getFromOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
-
required .UniqueAddress from = 2; - getFromOrBuilder() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAckOrBuilder
-
required .UniqueAddress from = 2; - getFromSeqNr() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required int64 fromSeqNr = 3; - getFromSeqNr() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
required int64 fromSeqNr = 3; - getFromSeqNr() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.EntryOrBuilder
-
required int64 fromSeqNr = 3; - getFromSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
-
required int64 fromSeqNr = 1; - getFromSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
-
required int64 fromSeqNr = 1; - getFromSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.ResendOrBuilder
-
required int64 fromSeqNr = 1; - getFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
optional sfixed64 fromSystemUid = 4; - getFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
optional sfixed64 fromSystemUid = 4; - getFromSystemUid() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
optional sfixed64 fromSystemUid = 4; - getFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
optional sfixed64 fromSystemUid = 5; - getFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
optional sfixed64 fromSystemUid = 5; - getFromSystemUid() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
optional sfixed64 fromSystemUid = 5; - getFunctionRefOrNobody(String, int) - Method in interface org.apache.pekko.actor.dungeon.Children
- getFunctionRefOrNobody$default$2() - Method in interface org.apache.pekko.actor.dungeon.Children
- getGeneric() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .GenericRoutingPool generic = 1; - getGeneric() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
-
required .GenericRoutingPool generic = 1; - getGeneric() - Method in interface org.apache.pekko.remote.WireFormats.ScatterGatherPoolOrBuilder
-
required .GenericRoutingPool generic = 1; - getGeneric() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .GenericRoutingPool generic = 1; - getGeneric() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
-
required .GenericRoutingPool generic = 1; - getGeneric() - Method in interface org.apache.pekko.remote.WireFormats.TailChoppingPoolOrBuilder
-
required .GenericRoutingPool generic = 1; - getGenericBuilder() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .GenericRoutingPool generic = 1; - getGenericBuilder() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .GenericRoutingPool generic = 1; - getGenericOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .GenericRoutingPool generic = 1; - getGenericOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
-
required .GenericRoutingPool generic = 1; - getGenericOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.ScatterGatherPoolOrBuilder
-
required .GenericRoutingPool generic = 1; - getGenericOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .GenericRoutingPool generic = 1; - getGenericOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
-
required .GenericRoutingPool generic = 1; - getGenericOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.TailChoppingPoolOrBuilder
-
required .GenericRoutingPool generic = 1; - getGossip() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .MetricsGossip gossip = 2; - getGossip() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
-
required .MetricsGossip gossip = 2; - getGossip() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder
-
required .MetricsGossip gossip = 2; - getGossip() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .Gossip gossip = 2; - getGossip() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
-
required .Gossip gossip = 2; - getGossip() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.WelcomeOrBuilder
-
required .Gossip gossip = 2; - getGossipBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .MetricsGossip gossip = 2; - getGossipBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .Gossip gossip = 2; - getGossipOrBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .MetricsGossip gossip = 2; - getGossipOrBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
-
required .MetricsGossip gossip = 2; - getGossipOrBuilder() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder
-
required .MetricsGossip gossip = 2; - getGossipOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .Gossip gossip = 2; - getGossipOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
-
required .Gossip gossip = 2; - getGossipOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.WelcomeOrBuilder
-
required .Gossip gossip = 2; - getHandler(Inlet<?>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Retrieves the current callback for the events on the given
Inlet - getHandler(Outlet<?>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Retrieves the current callback for the events on the given
Outlet - getHandshakeInfo() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - getHandshakeInfo() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - getHandshakeInfo() - Method in interface org.apache.pekko.remote.WireFormats.PekkoControlMessageOrBuilder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - getHandshakeInfoBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - getHandshakeInfoOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - getHandshakeInfoOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - getHandshakeInfoOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.PekkoControlMessageOrBuilder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - getHashIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
required int32 hashIndex = 1; - getHashIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
-
required int32 hashIndex = 1; - getHashIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.VersionOrBuilder
-
required int32 hashIndex = 1; - getHasManifest(int) - 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
- getHasManifest(int) - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
additionally a flag per position to indicate if it was serialized with manifest or not
- getHasManifest(int) - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
additionally a flag per position to indicate if it was serialized with manifest or not
- getHasManifestCount() - 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
- getHasManifestCount() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
additionally a flag per position to indicate if it was serialized with manifest or not
- getHasManifestCount() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
additionally a flag per position to indicate if it was serialized with manifest or not
- getHasManifestList() - 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
- getHasManifestList() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
additionally a flag per position to indicate if it was serialized with manifest or not
- getHasManifestList() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
additionally a flag per position to indicate if it was serialized with manifest or not
- getHead() - Method in class org.apache.pekko.util.MessageBuffer
-
Java API
- getHeartbeatInterval() - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
-
Java API
- getHeartbeatTimeout() - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
-
Java API
- getHello() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .Hello hello = 1; - getHello() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .Hello hello = 1; - getHello() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .Hello hello = 1; - getHelloBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .Hello hello = 1; - getHelloOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .Hello hello = 1; - getHelloOrBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .Hello hello = 1; - getHelloOrBuilder() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .Hello hello = 1; - getHighestConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
required int64 highestConfirmedSeqNr = 2; - getHighestConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
required int64 highestConfirmedSeqNr = 2; - getHighestConfirmedSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
required int64 highestConfirmedSeqNr = 2; - getHighestSeqNumber(K) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- getHomes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - getHomes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
-
repeated .ShardHomesEntry homes = 1; - getHomes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesOrBuilder
-
repeated .ShardHomesEntry homes = 1; - getHomesBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - getHomesBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - getHomesCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - getHomesCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
-
repeated .ShardHomesEntry homes = 1; - getHomesCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesOrBuilder
-
repeated .ShardHomesEntry homes = 1; - getHomesList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - getHomesList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
-
repeated .ShardHomesEntry homes = 1; - getHomesList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesOrBuilder
-
repeated .ShardHomesEntry homes = 1; - getHomesOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - getHomesOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
-
repeated .ShardHomesEntry homes = 1; - getHomesOrBuilder(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesOrBuilder
-
repeated .ShardHomesEntry homes = 1; - getHomesOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - getHomesOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
-
repeated .ShardHomesEntry homes = 1; - getHomesOrBuilderList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesOrBuilder
-
repeated .ShardHomesEntry homes = 1; - getHost() - Method in class org.apache.pekko.actor.Address
-
Java API: The hostname if specified or empty optional if not
- getHost() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string host = 3; - getHost() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required string host = 3; - getHost() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required string host = 3; - getHostBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string host = 3; - getHostBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required string host = 3; - getHostBytes() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required string host = 3; - getHostname() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required string hostname = 1; - getHostname() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
-
required string hostname = 1; - getHostname() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder
-
required string hostname = 1; - getHostname() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string hostname = 2; - getHostname() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
required string hostname = 2; - getHostname() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
required string hostname = 2; - getHostname() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string hostname = 2; - getHostname() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
required string hostname = 2; - getHostname() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
required string hostname = 2; - getHostname() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string hostname = 2; - getHostname() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
required string hostname = 2; - getHostname() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
required string hostname = 2; - getHostname() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string hostname = 3; - getHostname() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required string hostname = 3; - getHostname() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required string hostname = 3; - getHostname() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string hostname = 3; - getHostname() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required string hostname = 3; - getHostname() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required string hostname = 3; - getHostname() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string hostname = 2; - getHostname() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
required string hostname = 2; - getHostname() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
required string hostname = 2; - getHostname(String, Config) - Method in class org.apache.pekko.remote.artery.ArterySettings$
- getHostnameBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required string hostname = 1; - getHostnameBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
-
required string hostname = 1; - getHostnameBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder
-
required string hostname = 1; - getHostnameBytes() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string hostname = 2; - getHostnameBytes() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
required string hostname = 2; - getHostnameBytes() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
required string hostname = 2; - getHostnameBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string hostname = 2; - getHostnameBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
required string hostname = 2; - getHostnameBytes() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
required string hostname = 2; - getHostnameBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string hostname = 2; - getHostnameBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
required string hostname = 2; - getHostnameBytes() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
required string hostname = 2; - getHostnameBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string hostname = 3; - getHostnameBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required string hostname = 3; - getHostnameBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required string hostname = 3; - getHostnameBytes() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string hostname = 3; - getHostnameBytes() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required string hostname = 3; - getHostnameBytes() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required string hostname = 3; - getHostnameBytes() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string hostname = 2; - getHostnameBytes() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
required string hostname = 2; - getHostnameBytes() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
required string hostname = 2; - getIncrements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - getIncrements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - getIncrements() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterOrBuilder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - getIncrementsBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - getIncrementsOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - getIncrementsOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - getIncrementsOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterOrBuilder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - getInetAddress(Option<Inet4Address>, Option<Inet6Address>) - Static method in class org.apache.pekko.io.IpVersionSelector
-
INTERNAL API
- getInetAddress(Option<Inet4Address>, Option<Inet6Address>) - Method in class org.apache.pekko.io.IpVersionSelector$
-
INTERNAL API
- getInlets() - Method in class org.apache.pekko.stream.AbstractShape
- getInlets() - Static method in class org.apache.pekko.stream.ClosedShape
- getInlets() - Method in class org.apache.pekko.stream.Shape
-
Java API: get a list of all input ports
- getInstance() - Static method in class org.apache.pekko.actor.Kill
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.actor.Kill$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.actor.LocalScope
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.actor.LocalScope$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.actor.NoScopeGiven
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.actor.NoScopeGiven$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.actor.PoisonPill
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.actor.PoisonPill$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.actor.ReceiveTimeout
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.actor.ReceiveTimeout$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.client.GetClusterClients
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.client.GetClusterClients$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.client.GetContactPoints
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.client.GetContactPoints$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.client.SubscribeClusterClients$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.client.SubscribeContactPoints$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.ClusterScope
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.ClusterScope$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
-
Java API
- getInstance() - Method in class org.apache.pekko.cluster.metrics.CollectionStartMessage$
-
Java API
- getInstance() - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
-
Java API
- getInstance() - Method in class org.apache.pekko.cluster.metrics.CollectionStopMessage$
-
Java API
- getInstance() - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
-
Java API: get the default singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector$
-
Java API: get the default singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.cluster.Valid
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.cluster.Valid$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.Done
-
Java API: the singleton instance
- getInstance() - Method in class org.apache.pekko.Done$
-
Java API: the singleton instance
- getInstance() - Method in class org.apache.pekko.event.Logging.LoggerInitialized$
- getInstance() - Static method in class org.apache.pekko.event.NoLogging
-
Java API to return the reference to NoLogging
- getInstance() - Method in class org.apache.pekko.event.NoLogging$
-
Java API to return the reference to NoLogging
- getInstance() - Static method in class org.apache.pekko.event.NoMarkerLogging
-
Java API to return the reference to NoLogging
- getInstance() - Method in class org.apache.pekko.event.NoMarkerLogging$
-
Java API to return the reference to NoLogging
- getInstance() - Static method in class org.apache.pekko.NotUsed
-
Java API: the singleton instance
- getInstance() - Method in class org.apache.pekko.NotUsed$
-
Java API: the singleton instance
- getInstance() - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.persistence.query.NoOffset
-
Java API:
- getInstance() - Method in class org.apache.pekko.persistence.query.NoOffset$
-
Java API:
- getInstance() - Static method in class org.apache.pekko.persistence.RecoveryCompleted
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.persistence.RecoveryCompleted$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- getInstance() - Method in class org.apache.pekko.persistence.testkit.ExpectedFailure$
- getInstance() - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- getInstance() - Method in class org.apache.pekko.persistence.testkit.ExpectedRejection$
- getInstance() - Static method in class org.apache.pekko.persistence.testkit.PersistenceTestKitDurableStateStorePlugin
- getInstance() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitDurableStateStorePlugin$
- getInstance() - Static method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- getInstance() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin$
- getInstance() - Static method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- getInstance() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin$
- getInstance() - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- getInstance() - Method in class org.apache.pekko.persistence.testkit.ProcessingSuccess$
- getInstance() - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
-
Java API: the singleton instance.
- getInstance() - Method in class org.apache.pekko.persistence.testkit.ReadSeqNum$
-
Java API: the singleton instance.
- getInstance() - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.remote.testconductor.Done$
- getInstance() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
-
Deprecated.Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
-
Deprecated.Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.routing.FromConfig
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.routing.FromConfig$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.routing.GetRoutees
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.routing.GetRoutees$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.routing.NoRouter
-
Java API: get the singleton instance
- getInstance() - Method in class org.apache.pekko.routing.NoRouter$
-
Java API: get the singleton instance
- getInstance() - Static method in class org.apache.pekko.stream.ClosedShape
-
Java API: obtain ClosedShape instance
- getInstance() - Method in class org.apache.pekko.stream.ClosedShape$
-
Java API: obtain ClosedShape instance
- getInstance() - Static method in class org.apache.pekko.stream.javadsl.TLSPlacebo
-
Returns a reusable
BidiFlowinstance representing aTLSPlacebo$. - getInstance() - Method in class org.apache.pekko.stream.javadsl.TLSPlacebo$
-
Returns a reusable
BidiFlowinstance representing aTLSPlacebo$. - getInstruction() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional .PekkoControlMessage instruction = 2; - getInstruction() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
-
optional .PekkoControlMessage instruction = 2; - getInstruction() - Method in interface org.apache.pekko.remote.WireFormats.PekkoProtocolMessageOrBuilder
-
optional .PekkoControlMessage instruction = 2; - getInstructionBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional .PekkoControlMessage instruction = 2; - getInstructionOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional .PekkoControlMessage instruction = 2; - getInstructionOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
-
optional .PekkoControlMessage instruction = 2; - getInstructionOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.PekkoProtocolMessageOrBuilder
-
optional .PekkoControlMessage instruction = 2; - getInt(ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a single Int from this iterator.
- getIntElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint32 intElements = 2 [packed = true]; - getIntElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated sint32 intElements = 2 [packed = true]; - getIntElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated sint32 intElements = 2 [packed = true]; - getIntElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint32 intElements = 4 [packed = true]; - getIntElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated sint32 intElements = 4 [packed = true]; - getIntElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated sint32 intElements = 4 [packed = true]; - getIntElements(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint32 intElements = 5 [packed = true]; - getIntElements(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated sint32 intElements = 5 [packed = true]; - getIntElements(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated sint32 intElements = 5 [packed = true]; - getIntElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint32 intElements = 2 [packed = true]; - getIntElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated sint32 intElements = 2 [packed = true]; - getIntElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated sint32 intElements = 2 [packed = true]; - getIntElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint32 intElements = 4 [packed = true]; - getIntElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated sint32 intElements = 4 [packed = true]; - getIntElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated sint32 intElements = 4 [packed = true]; - getIntElementsCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint32 intElements = 5 [packed = true]; - getIntElementsCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated sint32 intElements = 5 [packed = true]; - getIntElementsCount() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated sint32 intElements = 5 [packed = true]; - getIntElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint32 intElements = 2 [packed = true]; - getIntElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated sint32 intElements = 2 [packed = true]; - getIntElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated sint32 intElements = 2 [packed = true]; - getIntElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint32 intElements = 4 [packed = true]; - getIntElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated sint32 intElements = 4 [packed = true]; - getIntElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated sint32 intElements = 4 [packed = true]; - getIntElementsList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint32 intElements = 5 [packed = true]; - getIntElementsList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated sint32 intElements = 5 [packed = true]; - getIntElementsList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated sint32 intElements = 5 [packed = true]; - getInterval() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration interval = 3; - getInterval() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
-
required .FiniteDuration interval = 3; - getInterval() - Method in interface org.apache.pekko.remote.WireFormats.TailChoppingPoolOrBuilder
-
required .FiniteDuration interval = 3; - getIntervalBuilder() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration interval = 3; - getIntervalOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration interval = 3; - getIntervalOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
-
required .FiniteDuration interval = 3; - getIntervalOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.TailChoppingPoolOrBuilder
-
required .FiniteDuration interval = 3; - getIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional sint32 intKey = 3; - getIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
optional sint32 intKey = 3; - getIntKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
optional sint32 intKey = 3; - getIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional sint32 intKey = 3; - getIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
optional sint32 intKey = 3; - getIntKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
optional sint32 intKey = 3; - getIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional sint32 intKey = 3; - getIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional sint32 intKey = 3; - getIntKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional sint32 intKey = 3; - getIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional sint32 intKey = 3; - getIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
optional sint32 intKey = 3; - getIntKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
optional sint32 intKey = 3; - getIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional sint32 intKey = 3; - getIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
optional sint32 intKey = 3; - getIntKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
optional sint32 intKey = 3; - getIntKey(Entry) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryReader
- getIntKey(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- getIntKey(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- getIntKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- getIntKey(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- getIntKey(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- getInts(int[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- getInts(int[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a number of Ints from this iterator.
- getInts(int[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- getInts(int[], ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a number of Ints from this iterator.
- getItem(String, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
- getItem(String, int) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- getKey() - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Deregistered
-
Java API
- getKey() - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Listing
-
Java API
- getKey() - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Registered
-
Java API
- getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ChangedOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
required string key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.EntryOrBuilder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailureOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccessOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
-
required string key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.EntryOrBuilder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFoundOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
-
required string key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadOrBuilder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
-
required string key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.EntryOrBuilder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.SubscribeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UnsubscribeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
required string key = 1; - getKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.WriteOrBuilder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
-
required string key = 1; - getKey() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
-
optional string key = 1; - getKey() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
-
optional string key = 1; - getKey() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntryOrBuilder
-
optional string key = 1; - getKey() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
-
required string key = 1; - getKey() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
-
required string key = 1; - getKey() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.EntryOrBuilder
-
required string key = 1; - getKey(int) - Method in class org.apache.pekko.remote.artery.RemoteInstruments$
- getKey(A) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.KeyComparator
-
Get the key from the entry.
- getKey(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntryComparator$
- getKey(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntryComparator$
- getKey(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntryComparator$
- getKey(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntryComparator$
- getKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
required string key = 1; - getKeyBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.EntryOrBuilder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
-
required string key = 1; - getKeyBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.EntryOrBuilder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
-
required string key = 1; - getKeyBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadOrBuilder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
-
required string key = 1; - getKeyBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.EntryOrBuilder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
required string key = 1; - getKeyBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.WriteOrBuilder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
-
required string key = 1; - getKeyBytes() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
-
optional string key = 1; - getKeyBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
-
optional string key = 1; - getKeyBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntryOrBuilder
-
optional string key = 1; - getKeyBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
-
required string key = 1; - getKeyBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
-
required string key = 1; - getKeyBytes() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.EntryOrBuilder
-
required string key = 1; - GetKeyIds$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.GetKeyIds$
- GetKeyIdsResult$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.GetKeyIdsResult$
- getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ChangedOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailureOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccessOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFoundOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.SubscribeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UnsubscribeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - getKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeys(int) - 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
- getKeys(int) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
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
- getKeys(int) - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
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
- getKeysBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysBytes(int) - 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
- getKeysBytes(int) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
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
- getKeysBytes(int) - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
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
- getKeysCount() - 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
- getKeysCount() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
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
- getKeysCount() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
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
- getKeysList() - 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
- getKeysList() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
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
- getKeysList() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
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
- getKeysOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getKeysOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - getLastChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
optional bool lastChunk = 7; - getLastChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
optional bool lastChunk = 7; - getLastChunk() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
optional bool lastChunk = 7; - getLastChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
optional bool lastChunk = 8; - getLastChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
optional bool lastChunk = 8; - getLastChunk() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
optional bool lastChunk = 8; - getLastSender() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Get the last sender of the TestProbe
- getLastSeqNumber(Seq<R>) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- getLeader() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Java API: get address of current data center leader, or null if none
- getLeader() - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
-
Java API
- getLeader() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
-
Java API
- getLeader() - Method in interface org.apache.pekko.cluster.ClusterNodeMBean
-
Get the address of the current leader.
- getLease(String, String, String) - Method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider
-
The configuration define at
configPathmust have a propertylease-classthat defines the fully qualified class name of the Lease implementation. - getLease(String, String, String) - Method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider
-
The configuration define at
configPathmust have a propertylease-classthat defines the fully qualified class name of the Lease implementation. - getLeaseRetryInterval() - Method in class org.apache.pekko.coordination.lease.LeaseUsageSettings
- getLength(int) - Method in class org.apache.pekko.remote.artery.RemoteInstruments$
- getLineNumber() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required int32 lineNumber = 4; - getLineNumber() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required int32 lineNumber = 4; - getLineNumber() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required int32 lineNumber = 4; - getListenAddresses() - Method in class org.apache.pekko.remote.RemotingListenEvent
- getLocal() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
required .Payload local = 1; - getLocal() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
-
required .Payload local = 1; - getLocal() - Method in interface org.apache.pekko.remote.WireFormats.RemoteRouterConfigOrBuilder
-
required .Payload local = 1; - getLocalAddress() - Method in interface org.apache.pekko.remote.AssociationEvent
-
Deprecated.
- getLocalAffinity() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required bool localAffinity = 2; - getLocalAffinity() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
-
required bool localAffinity = 2; - getLocalAffinity() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendOrBuilder
-
required bool localAffinity = 2; - getLocalBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
required .Payload local = 1; - getLocalizedMessage() - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- getLocalizedMessage() - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- getLocalizedMessage() - Static method in exception org.apache.pekko.stream.BindFailedException
- getLocalOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
required .Payload local = 1; - getLocalOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
-
required .Payload local = 1; - getLocalOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.RemoteRouterConfigOrBuilder
-
required .Payload local = 1; - getLog() - Method in interface org.apache.pekko.actor.LoggingFSM
-
Retrieve current rolling log in oldest-first order.
- getLog() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- getLog() - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
An actor specific logger.
- getLog() - Method in interface org.apache.pekko.persistence.fsm.LoggingPersistentFSM
-
Deprecated.Retrieve current rolling log in oldest-first order.
- getLogbackLogger(String) - Static method in class org.apache.pekko.actor.testkit.typed.internal.LogbackUtil
- getLogbackLogger(String) - Method in class org.apache.pekko.actor.testkit.typed.internal.LogbackUtil$
- getLogger() - Method in class org.apache.pekko.actor.typed.LogOptions
-
Java API
- getLogger(Actor) - Static method in class org.apache.pekko.event.Logging
-
Obtain LoggingAdapter with MDC support for the given actor.
- getLogger(Actor) - Method in class org.apache.pekko.event.Logging$
-
Obtain LoggingAdapter with MDC support for the given actor.
- getLogger(ActorSystem, Object) - Static method in class org.apache.pekko.event.Logging
-
Obtain LoggingAdapter for the given actor system and source object.
- getLogger(ActorSystem, Object) - Method in class org.apache.pekko.event.Logging$
-
Obtain LoggingAdapter for the given actor system and source object.
- getLogger(LoggingBus, Object) - Static method in class org.apache.pekko.event.Logging
-
Obtain LoggingAdapter for the given logging bus and source object.
- getLogger(LoggingBus, Object) - Method in class org.apache.pekko.event.Logging$
-
Obtain LoggingAdapter for the given logging bus and source object.
- getLong(ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a single Long from this iterator.
- getLongElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint64 longElements = 3 [packed = true]; - getLongElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated sint64 longElements = 3 [packed = true]; - getLongElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated sint64 longElements = 3 [packed = true]; - getLongElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint64 longElements = 5 [packed = true]; - getLongElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated sint64 longElements = 5 [packed = true]; - getLongElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated sint64 longElements = 5 [packed = true]; - getLongElements(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint64 longElements = 6 [packed = true]; - getLongElements(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated sint64 longElements = 6 [packed = true]; - getLongElements(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated sint64 longElements = 6 [packed = true]; - getLongElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint64 longElements = 3 [packed = true]; - getLongElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated sint64 longElements = 3 [packed = true]; - getLongElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated sint64 longElements = 3 [packed = true]; - getLongElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint64 longElements = 5 [packed = true]; - getLongElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated sint64 longElements = 5 [packed = true]; - getLongElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated sint64 longElements = 5 [packed = true]; - getLongElementsCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint64 longElements = 6 [packed = true]; - getLongElementsCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated sint64 longElements = 6 [packed = true]; - getLongElementsCount() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated sint64 longElements = 6 [packed = true]; - getLongElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint64 longElements = 3 [packed = true]; - getLongElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated sint64 longElements = 3 [packed = true]; - getLongElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated sint64 longElements = 3 [packed = true]; - getLongElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint64 longElements = 5 [packed = true]; - getLongElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated sint64 longElements = 5 [packed = true]; - getLongElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated sint64 longElements = 5 [packed = true]; - getLongElementsList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint64 longElements = 6 [packed = true]; - getLongElementsList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated sint64 longElements = 6 [packed = true]; - getLongElementsList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated sint64 longElements = 6 [packed = true]; - getLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional sint64 longKey = 4; - getLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
optional sint64 longKey = 4; - getLongKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
optional sint64 longKey = 4; - getLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional sint64 longKey = 4; - getLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
optional sint64 longKey = 4; - getLongKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
optional sint64 longKey = 4; - getLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional sint64 longKey = 4; - getLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional sint64 longKey = 4; - getLongKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional sint64 longKey = 4; - getLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional sint64 longKey = 4; - getLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
optional sint64 longKey = 4; - getLongKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
optional sint64 longKey = 4; - getLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional sint64 longKey = 4; - getLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
optional sint64 longKey = 4; - getLongKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
optional sint64 longKey = 4; - getLongKey(Entry) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryReader
- getLongKey(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- getLongKey(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- getLongKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- getLongKey(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- getLongKey(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- getLongPart(int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a Long from this iterator where only the least significant
nbytes were encoded. - getLongs(long[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- getLongs(long[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a number of Longs from this iterator.
- getLongs(long[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- getLongs(long[], ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a number of Longs from this iterator.
- getLowerBound() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 lowerBound = 1; - getLowerBound() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required uint32 lowerBound = 1; - getLowerBound() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required uint32 lowerBound = 1; - getManager() - Method in class org.apache.pekko.io.TcpExt
-
Java API: retrieve a reference to the manager actor.
- getManager() - Method in class org.apache.pekko.io.UdpConnectedExt
-
Java API: retrieve the UDP manager actor’s reference.
- getManager() - Method in class org.apache.pekko.io.UdpExt
-
Java API: retrieve the UDP manager actor’s reference.
- getMandatoryAttribute(Class<T>) - Method in class org.apache.pekko.stream.Attributes
-
Java API: Get the most specific of one of the mandatory attributes.
- getManifest() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required string manifest = 2; - getManifest() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
-
required string manifest = 2; - getManifest() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelectorOrBuilder
-
required string manifest = 2; - getManifest() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required string manifest = 2; - getManifest() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
-
required string manifest = 2; - getManifest() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.PoolOrBuilder
-
required string manifest = 2; - getManifest() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string manifest = 12; - getManifest() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string manifest = 12; - getManifest() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string manifest = 12; - GetManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- getManifestBytes() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required string manifest = 2; - getManifestBytes() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
-
required string manifest = 2; - getManifestBytes() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelectorOrBuilder
-
required string manifest = 2; - getManifestBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required string manifest = 2; - getManifestBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
-
required string manifest = 2; - getManifestBytes() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.PoolOrBuilder
-
required string manifest = 2; - getManifestBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string manifest = 12; - getManifestBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string manifest = 12; - getManifestBytes() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string manifest = 12; - getManifests(int) - 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
- getManifests(int) - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- getManifests(int) - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- getManifestsBytes(int) - 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
- getManifestsBytes(int) - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- getManifestsBytes(int) - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- getManifestsCount() - 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
- getManifestsCount() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- getManifestsCount() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- getManifestsList() - 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
- getManifestsList() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- getManifestsList() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
- getMarker() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- getMarker() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
-
Java API
- getMarker() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
optional bool marker = 2; - getMarker() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
-
optional bool marker = 2; - getMarker() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardStateOrBuilder
-
optional bool marker = 2; - getMatcher() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
-
optional string matcher = 2; - getMatcher() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
-
optional string matcher = 2; - getMatcher() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionOrBuilder
-
optional string matcher = 2; - getMatcherBytes() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
-
optional string matcher = 2; - getMatcherBytes() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
-
optional string matcher = 2; - getMatcherBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionOrBuilder
-
optional string matcher = 2; - getMaxInstancesPerNode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required uint32 maxInstancesPerNode = 2; - getMaxInstancesPerNode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
required uint32 maxInstancesPerNode = 2; - getMaxInstancesPerNode() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
required uint32 maxInstancesPerNode = 2; - getMaxTotalNrOfInstances(Config) - Method in class org.apache.pekko.cluster.routing.ClusterRouterSettingsBase$
-
For backwards compatibility reasons, nr-of-instances has the same purpose as max-total-nr-of-instances for cluster aware routers and nr-of-instances (if defined by user) takes precedence over max-total-nr-of-instances.
- getMdc() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
-
Java API
- getMDC() - Method in interface org.apache.pekko.event.DiagnosticLoggingAdapter
-
Java API: Mapped Diagnostic Context for application defined values which can be used in PatternLayout when
org.apache.pekko.event.slf4j.Slf4jLoggeris configured. - getMDC() - Method in interface org.apache.pekko.event.Logging.LogEvent
- getMembers() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Java API: get current member list.
- getMembers() - Method in interface org.apache.pekko.cluster.ClusterNodeMBean
-
Comma separated addresses of member nodes, sorted in the cluster ring order.
- getMembers(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - getMembers(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .Member members = 4; - getMembers(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .Member members = 4; - getMembersBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - getMembersBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - getMembersCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - getMembersCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .Member members = 4; - getMembersCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .Member members = 4; - getMembersList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - getMembersList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .Member members = 4; - getMembersList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .Member members = 4; - getMembersOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - getMembersOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .Member members = 4; - getMembersOrBuilder(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .Member members = 4; - getMembersOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - getMembersOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .Member members = 4; - getMembersOrBuilderList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .Member members = 4; - getMemberStatus() - Method in interface org.apache.pekko.cluster.ClusterNodeMBean
-
Member status for this node.
- getMessage() - Method in class org.apache.pekko.actor.UnhandledMessage
- getMessage() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required .Payload message = 2; - getMessage() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
-
required .Payload message = 2; - getMessage() - Method in interface org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelopeOrBuilder
-
required .Payload message = 2; - getMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
-
required .Payload message = 1; - getMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
-
required .Payload message = 1; - getMessage() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublishedOrBuilder
-
required .Payload message = 1; - getMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required .Payload message = 5; - getMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required .Payload message = 5; - getMessage() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required .Payload message = 5; - getMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required .Payload message = 6; - getMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required .Payload message = 6; - getMessage() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required .Payload message = 6; - getMessage() - Method in class org.apache.pekko.event.Logging.LogEventException
- getMessage() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
-
Java API
- getMessage() - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- getMessage() - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- getMessage() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required bytes message = 1; - getMessage() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
required bytes message = 1; - getMessage() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
required bytes message = 1; - getMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required string message = 2; - getMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
-
required string message = 2; - getMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorInitializationExceptionOrBuilder
-
required string message = 2; - getMessage() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional string message = 2; - getMessage() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
optional string message = 2; - getMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string message = 1; - getMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
-
required string message = 1; - getMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializableOrBuilder
-
required string message = 1; - getMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
optional string message = 2; - getMessage() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .SerializedMessage message = 2; - getMessage() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
required .SerializedMessage message = 2; - getMessage() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
required .SerializedMessage message = 2; - getMessage() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
required bytes message = 1; - getMessage() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
-
required bytes message = 1; - getMessage() - Method in interface org.apache.pekko.remote.WireFormats.SerializedMessageOrBuilder
-
required bytes message = 1; - getMessage() - Static method in exception org.apache.pekko.stream.BindFailedException
- getMessageBuilder() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required .Payload message = 2; - getMessageBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
-
required .Payload message = 1; - getMessageBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required .Payload message = 5; - getMessageBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required .Payload message = 6; - getMessageBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .SerializedMessage message = 2; - getMessageBytes() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required string message = 2; - getMessageBytes() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
-
required string message = 2; - getMessageBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorInitializationExceptionOrBuilder
-
required string message = 2; - getMessageBytes() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional string message = 2; - getMessageBytes() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
optional string message = 2; - getMessageBytes() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string message = 1; - getMessageBytes() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
-
required string message = 1; - getMessageBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializableOrBuilder
-
required string message = 1; - getMessageBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
optional string message = 2; - getMessageId() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
-
required .Payload messageId = 1; - getMessageId() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
-
required .Payload messageId = 1; - getMessageId() - Method in interface org.apache.pekko.remote.ContainerFormats.IdentifyOrBuilder
-
required .Payload messageId = 1; - getMessageIdBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
-
required .Payload messageId = 1; - getMessageIdOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
-
required .Payload messageId = 1; - getMessageIdOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
-
required .Payload messageId = 1; - getMessageIdOrBuilder() - Method in interface org.apache.pekko.remote.ContainerFormats.IdentifyOrBuilder
-
required .Payload messageId = 1; - getMessageManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
optional bytes messageManifest = 3; - getMessageManifest() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
optional bytes messageManifest = 3; - getMessageManifest() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
optional bytes messageManifest = 3; - getMessageManifest() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in interface org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
optional bytes messageManifest = 4; - getMessageManifest() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
optional bytes messageManifest = 3; - getMessageManifest() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
-
optional bytes messageManifest = 3; - getMessageManifest() - Method in interface org.apache.pekko.remote.WireFormats.SerializedMessageOrBuilder
-
optional bytes messageManifest = 3; - getMessageManifest() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
optional bytes messageManifest = 3; - getMessageManifest() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
-
optional bytes messageManifest = 3; - getMessageManifest() - Method in interface org.apache.pekko.stream.StreamRefMessages.PayloadOrBuilder
-
optional bytes messageManifest = 3; - getMessageOrBuilder() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required .Payload message = 2; - getMessageOrBuilder() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
-
required .Payload message = 2; - getMessageOrBuilder() - Method in interface org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelopeOrBuilder
-
required .Payload message = 2; - getMessageOrBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
-
required .Payload message = 1; - getMessageOrBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
-
required .Payload message = 1; - getMessageOrBuilder() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublishedOrBuilder
-
required .Payload message = 1; - getMessageOrBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required .Payload message = 5; - getMessageOrBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required .Payload message = 5; - getMessageOrBuilder() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required .Payload message = 5; - getMessageOrBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required .Payload message = 6; - getMessageOrBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required .Payload message = 6; - getMessageOrBuilder() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required .Payload message = 6; - getMessageOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .SerializedMessage message = 2; - getMessageOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
required .SerializedMessage message = 2; - getMessageOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
required .SerializedMessage message = 2; - getMessagesPerResize() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 messagesPerResize = 7; - getMessagesPerResize() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required uint32 messagesPerResize = 7; - getMessagesPerResize() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required uint32 messagesPerResize = 7; - getMetadata() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload metadata = 9; - getMetadata() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
optional .Payload metadata = 9; - getMetadata() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
optional .Payload metadata = 9; - getMetadata() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload metadata = 15; - getMetadata() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional .PersistentPayload metadata = 15; - getMetadata() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional .PersistentPayload metadata = 15; - getMetadata() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- getMetadata() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- getMetadata() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - getMetadata() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - getMetadata() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - getMetadataBuilder() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload metadata = 9; - getMetadataBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload metadata = 15; - getMetadataBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - getMetadataOrBuilder() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload metadata = 9; - getMetadataOrBuilder() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
optional .Payload metadata = 9; - getMetadataOrBuilder() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
optional .Payload metadata = 9; - getMetadataOrBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload metadata = 15; - getMetadataOrBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional .PersistentPayload metadata = 15; - getMetadataOrBuilder() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional .PersistentPayload metadata = 15; - getMetadataOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - getMetadataOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - getMetadataOrBuilder() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - getMethodName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string methodName = 2; - getMethodName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required string methodName = 2; - getMethodName() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required string methodName = 2; - getMethodNameBytes() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string methodName = 2; - getMethodNameBytes() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required string methodName = 2; - getMethodNameBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required string methodName = 2; - getMetrics() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
-
Java API
- getMetrics(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetrics(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
repeated .NodeMetrics.Metric metrics = 3; - getMetrics(int) - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsCount() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsCount() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsCount() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsList() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsOrBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsOrBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsOrBuilder(int) - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsOrBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsOrBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsOrBuilderList() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder
-
repeated .NodeMetrics.Metric metrics = 3; - getMetricsSelector() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- getMetricsSelector() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
omitted if default
- getMetricsSelector() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder
-
omitted if default
- getMetricsSelectorBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- getMetricsSelectorOrBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- getMetricsSelectorOrBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
omitted if default
- getMetricsSelectorOrBuilder() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder
-
omitted if default
- getMillisDuration$extension(Helpers.ConfigOps, String) - Method in class org.apache.pekko.util.Helpers.ConfigOps$
- getModuleName() - Method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- getModuleName() - Method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- getModuleName() - Method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- getNacks(int) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
repeated fixed64 nacks = 2; - getNacks(int) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
-
repeated fixed64 nacks = 2; - getNacks(int) - Method in interface org.apache.pekko.remote.WireFormats.AcknowledgementInfoOrBuilder
-
repeated fixed64 nacks = 2; - getNacksCount() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
repeated fixed64 nacks = 2; - getNacksCount() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
-
repeated fixed64 nacks = 2; - getNacksCount() - Method in interface org.apache.pekko.remote.WireFormats.AcknowledgementInfoOrBuilder
-
repeated fixed64 nacks = 2; - getNacksList() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
repeated fixed64 nacks = 2; - getNacksList() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
-
repeated fixed64 nacks = 2; - getNacksList() - Method in interface org.apache.pekko.remote.WireFormats.AcknowledgementInfoOrBuilder
-
repeated fixed64 nacks = 2; - getName() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required string name = 1; - getName() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
-
required string name = 1; - getName() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder
-
required string name = 1; - getName() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required string name = 1; - getName() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
-
required string name = 1; - getName() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.HelloOrBuilder
-
required string name = 1; - getNameBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required string name = 1; - getNameBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
-
required string name = 1; - getNameBytes() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder
-
required string name = 1; - getNameBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required string name = 1; - getNameBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
-
required string name = 1; - getNameBytes() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.HelloOrBuilder
-
required string name = 1; - getNameIndex() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required int32 nameIndex = 1; - getNameIndex() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
-
required int32 nameIndex = 1; - getNameIndex() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder
-
required int32 nameIndex = 1; - getNanosDuration$extension(Helpers.ConfigOps, String) - Method in class org.apache.pekko.util.Helpers.ConfigOps$
- GetNext$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$
- getNextOldestChanged() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- GetNobody() - Method in class org.apache.pekko.actor.dungeon.Children$
- getNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - getNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - getNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - getNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
required .UniqueAddress node = 1; - getNode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
required .UniqueAddress node = 1; - getNode() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder
-
required .UniqueAddress node = 1; - getNode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
required string node = 1; - getNode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
-
required string node = 1; - getNode() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder
-
required string node = 1; - getNode() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
-
required .AddressData node = 1; - getNode() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
-
required .AddressData node = 1; - getNode() - Method in interface org.apache.pekko.remote.WireFormats.RemoteScopeOrBuilder
-
required .AddressData node = 1; - getNodeBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNodeBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - getNodeBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNodeBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
required .UniqueAddress node = 1; - getNodeBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
-
required .AddressData node = 1; - getNodeBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
required string node = 1; - getNodeBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
-
required string node = 1; - getNodeBytes() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder
-
required string node = 1; - getNodeMetrics() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
-
Java API
- getNodeMetrics(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetrics(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetrics(int) - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsCount() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsCount() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsCount() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsList() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsOrBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsOrBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsOrBuilder(int) - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsOrBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsOrBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeMetricsOrBuilderList() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder
-
repeated .NodeMetrics nodeMetrics = 3; - getNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNodeOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - getNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - getNodeOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - getNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNodeOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNodeOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - getNodeOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
required .UniqueAddress node = 1; - getNodeOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
required .UniqueAddress node = 1; - getNodeOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder
-
required .UniqueAddress node = 1; - getNodeOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
-
required .AddressData node = 1; - getNodeOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
-
required .AddressData node = 1; - getNodeOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.RemoteScopeOrBuilder
-
required .AddressData node = 1; - getNodes() - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Obtain the list of remote host names currently registered.
- getNodes(int) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - getNodes(int) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
-
repeated .AddressData nodes = 2; - getNodes(int) - Method in interface org.apache.pekko.remote.WireFormats.RemoteRouterConfigOrBuilder
-
repeated .AddressData nodes = 2; - getNodesBuilder(int) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - getNodesBuilderList() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - getNodesCount() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - getNodesCount() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
-
repeated .AddressData nodes = 2; - getNodesCount() - Method in interface org.apache.pekko.remote.WireFormats.RemoteRouterConfigOrBuilder
-
repeated .AddressData nodes = 2; - getNodesList() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - getNodesList() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
-
repeated .AddressData nodes = 2; - getNodesList() - Method in interface org.apache.pekko.remote.WireFormats.RemoteRouterConfigOrBuilder
-
repeated .AddressData nodes = 2; - getNodesOrBuilder(int) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - getNodesOrBuilder(int) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
-
repeated .AddressData nodes = 2; - getNodesOrBuilder(int) - Method in interface org.apache.pekko.remote.WireFormats.RemoteRouterConfigOrBuilder
-
repeated .AddressData nodes = 2; - getNodesOrBuilderList() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - getNodesOrBuilderList() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
-
repeated .AddressData nodes = 2; - getNodesOrBuilderList() - Method in interface org.apache.pekko.remote.WireFormats.RemoteRouterConfigOrBuilder
-
repeated .AddressData nodes = 2; - getNrOfInstances() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
required uint32 nrOfInstances = 2; - getNrOfInstances() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
required uint32 nrOfInstances = 2; - getNrOfInstances() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder
-
required uint32 nrOfInstances = 2; - getNrOfInstances() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
required uint32 nrOfInstances = 1; - getNrOfInstances() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
required uint32 nrOfInstances = 1; - getNrOfInstances() - Method in interface org.apache.pekko.remote.WireFormats.GenericRoutingPoolOrBuilder
-
required uint32 nrOfInstances = 1; - getNumber() - Method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
- getNumber() - Method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
- getNumber() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required .NodeMetrics.Number number = 2; - getNumber() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
-
required .NodeMetrics.Number number = 2; - getNumber() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder
-
required .NodeMetrics.Number number = 2; - getNumber() - Method in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
- getNumber() - Method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
- getNumber() - Method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
- getNumber() - Method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
- getNumber() - Method in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
- getNumber() - Method in enum org.apache.pekko.remote.ContainerFormats.PatternType
- getNumber() - Method in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
- getNumber() - Method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
- getNumber() - Method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
- getNumber() - Method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
- getNumber() - Method in enum org.apache.pekko.remote.WireFormats.CommandType
- getNumber() - Method in enum org.apache.pekko.remote.WireFormats.TimeUnit
- getNumberBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required .NodeMetrics.Number number = 2; - getNumberOrBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required .NodeMetrics.Number number = 2; - getNumberOrBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
-
required .NodeMetrics.Number number = 2; - getNumberOrBuilder() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder
-
required .NodeMetrics.Number number = 2; - getObject(String) - Method in interface org.apache.pekko.persistence.state.javadsl.DurableStateStore
- getObject(String) - Method in interface org.apache.pekko.persistence.state.scaladsl.DurableStateStore
- getObject(String) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- getObject(String) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- getObjectFor(String, ClassTag<T>) - Method in class org.apache.pekko.actor.DynamicAccess
-
Obtain the Scala “object” instance for the given fully-qualified class name, if there is one.
- getObjectFor(String, ClassTag<T>) - Method in class org.apache.pekko.actor.ReflectiveDynamicAccess
- GetObjectResult<A> - Class in org.apache.pekko.persistence.state.javadsl
- GetObjectResult<A> - Class in org.apache.pekko.persistence.state.scaladsl
- GetObjectResult(Optional<A>, long) - Constructor for class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- GetObjectResult(Option<A>, long) - Constructor for class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- GetObjectResult$ - Class in org.apache.pekko.persistence.state.javadsl
- GetObjectResult$ - Class in org.apache.pekko.persistence.state.scaladsl
- GetObjectResult$() - Constructor for class org.apache.pekko.persistence.state.javadsl.GetObjectResult$
- GetObjectResult$() - Constructor for class org.apache.pekko.persistence.state.scaladsl.GetObjectResult$
- getObserverReachability(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachability(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachability(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityOrBuilder(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
-
repeated .ObserverReachability observerReachability = 2; - getObserverReachabilityOrBuilderList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder
-
repeated .ObserverReachability observerReachability = 2; - getObsoleteTime() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
optional sint64 obsoleteTime = 5; - getObsoleteTime() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
optional sint64 obsoleteTime = 5; - getObsoleteTime() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
optional sint64 obsoleteTime = 5; - getOffset() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset = 6; - getOffset() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string offset = 6; - getOffset() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string offset = 6; - getOffsetBytes() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset = 6; - getOffsetBytes() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string offset = 6; - getOffsetBytes() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string offset = 6; - getOffsetManifest() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset_manifest = 7; - getOffsetManifest() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string offset_manifest = 7; - getOffsetManifest() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string offset_manifest = 7; - getOffsetManifestBytes() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset_manifest = 7; - getOffsetManifestBytes() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string offset_manifest = 7; - getOffsetManifestBytes() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string offset_manifest = 7; - getOp() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required .BarrierOp op = 2; - getOp() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
-
required .BarrierOp op = 2; - getOp() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder
-
required .BarrierOp op = 2; - getOperation() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORMapDeltaOp operation = 1; - getOperation() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
required .org.apache.pekko.cluster.ddata.ORMapDeltaOp operation = 1; - getOperation() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORMapDeltaOp operation = 1; - getOperation() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1; - getOperation() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
-
required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1; - getOperation() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1; - getOperation() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSetDeltaOp operation = 1; - getOperation() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
-
required .ORSetDeltaOp operation = 1; - getOperation() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder
-
required .ORSetDeltaOp operation = 1; - getOperationTimeout() - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
-
Java API
- getOptionalEvent() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
-
Java API
- getOrAdd(A) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer.SmallCache
-
Get value from cache or create new value with the
getOrAddFactorythat was given in the constructor. - getOrCreate(String, Optional<JsonFactory>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
-
Java API: Returns an existing Jackson
ObjectMapperthat was created previously with this method, or creates a new instance. - getOrCreate(String, Option<JsonFactory>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
-
Scala API: Returns an existing Jackson
ObjectMapperthat was created previously with this method, or creates a new instance. - getOrElse(A, Function0<B>) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Scala API: Get the value associated with the key if there is one, else return the given default.
- getOrElse(A, Function0<Set<B>>) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Scala API: Get the set associated with the key if there is one, else return the given default.
- getOrElse(B) - Method in class org.apache.pekko.japi.Option
-
Returns
aif this issome(a)ordefaultValueif this isnone. - getOrElse(B) - Method in class org.apache.pekko.japi.Option.Some
- getOrElse$extension(OptionVal<A>, B) - Method in class org.apache.pekko.util.OptionVal$
-
Returns the option's value if the option is nonempty, otherwise return
default. - getOrEmpty(I) - Method in class org.apache.pekko.util.MessageBufferMap
-
Get the message buffer for an id, or an empty buffer if the id doesn't exist in the map.
- getOrigin() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required .AddressData origin = 1; - getOrigin() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
-
required .AddressData origin = 1; - getOrigin() - Method in interface org.apache.pekko.remote.WireFormats.PekkoHandshakeInfoOrBuilder
-
required .AddressData origin = 1; - getOriginalClassName() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalClassName = 3; - getOriginalClassName() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
-
required string originalClassName = 3; - getOriginalClassName() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializableOrBuilder
-
required string originalClassName = 3; - getOriginalClassNameBytes() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalClassName = 3; - getOriginalClassNameBytes() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
-
required string originalClassName = 3; - getOriginalClassNameBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializableOrBuilder
-
required string originalClassName = 3; - getOriginalMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalMessage = 2; - getOriginalMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
-
required string originalMessage = 2; - getOriginalMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializableOrBuilder
-
required string originalMessage = 2; - getOriginalMessageBytes() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalMessage = 2; - getOriginalMessageBytes() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
-
required string originalMessage = 2; - getOriginalMessageBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializableOrBuilder
-
required string originalMessage = 2; - getOriginBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required .AddressData origin = 1; - getOriginDc() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required string originDc = 1; - getOriginDc() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
required string originDc = 1; - getOriginDc() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
required string originDc = 1; - getOriginDcBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required string originDc = 1; - getOriginDcBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
required string originDc = 1; - getOriginDcBytes() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
required string originDc = 1; - getOriginOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required .AddressData origin = 1; - getOriginOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
-
required .AddressData origin = 1; - getOriginOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.PekkoHandshakeInfoOrBuilder
-
required .AddressData origin = 1; - getOriginRef() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
-
required .ActorRef originRef = 1; - getOriginRef() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
-
required .ActorRef originRef = 1; - getOriginRef() - Method in interface org.apache.pekko.stream.StreamRefMessages.SourceRefOrBuilder
-
required .ActorRef originRef = 1; - getOriginRefBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
-
required .ActorRef originRef = 1; - getOriginRefOrBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
-
required .ActorRef originRef = 1; - getOriginRefOrBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
-
required .ActorRef originRef = 1; - getOriginRefOrBuilder() - Method in interface org.apache.pekko.stream.StreamRefMessages.SourceRefOrBuilder
-
required .ActorRef originRef = 1; - getOriginReplica() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required string originReplica = 1; - getOriginReplica() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
required string originReplica = 1; - getOriginReplica() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
-
required string originReplica = 1; - getOriginReplicaBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required string originReplica = 1; - getOriginReplicaBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
required string originReplica = 1; - getOriginReplicaBytes() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
-
required string originReplica = 1; - getOriginSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required int64 originSequenceNr = 2; - getOriginSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
required int64 originSequenceNr = 2; - getOriginSequenceNr() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
-
required int64 originSequenceNr = 2; - getOriginUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required uint64 originUid = 2; - getOriginUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
required uint64 originUid = 2; - getOriginUid() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
required uint64 originUid = 2; - getOtherElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElements(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - getOtherElements(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated .Payload otherElements = 7; - getOtherElements(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated .Payload otherElements = 7; - getOtherElementsBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - getOtherElementsBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - getOtherElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - getOtherElementsCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated .Payload otherElements = 7; - getOtherElementsCount() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated .Payload otherElements = 7; - getOtherElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - getOtherElementsList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated .Payload otherElements = 7; - getOtherElementsList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated .Payload otherElements = 7; - getOtherElementsOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsOrBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - getOtherElementsOrBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated .Payload otherElements = 7; - getOtherElementsOrBuilder(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated .Payload otherElements = 7; - getOtherElementsOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - getOtherElementsOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - getOtherElementsOrBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - getOtherElementsOrBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated .Payload otherElements = 7; - getOtherElementsOrBuilderList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated .Payload otherElements = 7; - getOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKey(Entry) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryReader
- getOtherKey(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- getOtherKey(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- getOtherKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- getOtherKey(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- getOtherKey(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- getOtherKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOtherKeyOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - getOutlets() - Method in class org.apache.pekko.stream.AbstractShape
- getOutlets() - Static method in class org.apache.pekko.stream.ClosedShape
- getOutlets() - Method in class org.apache.pekko.stream.Shape
-
Java API: get a list of all output ports
- getOverview() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .GossipOverview overview = 5; - getOverview() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
required .GossipOverview overview = 5; - getOverview() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
required .GossipOverview overview = 5; - getOverviewBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .GossipOverview overview = 5; - getOverviewOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .GossipOverview overview = 5; - getOverviewOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
required .GossipOverview overview = 5; - getOverviewOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
required .GossipOverview overview = 5; - getOwner() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required .Address owner = 1; - getOwner() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
required .Address owner = 1; - getOwner() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder
-
required .Address owner = 1; - getOwnerAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - getOwnerAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - getOwnerAddress() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - getOwnerAddressBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - getOwnerAddressOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - getOwnerAddressOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - getOwnerAddressOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - getOwnerBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required .Address owner = 1; - getOwnerOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required .Address owner = 1; - getOwnerOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
required .Address owner = 1; - getOwnerOrBuilder() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder
-
required .Address owner = 1; - getParent() - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Returns the supervisor of this actor.
- getParent() - Method in interface org.apache.pekko.actor.MinimalActorRef
- getParent() - Static method in class org.apache.pekko.actor.Nobody
- getParserForType() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- getParserForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- getParserForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- getParserForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- getParserForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- getParserForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- getParserForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- getParserForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- getParserForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- getParserForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- getParserForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- getParserForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- getParserForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- getParserForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- getParserForType() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- getParserForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- getParserForType() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- getParserForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- getParserForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- getParserForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- getParserForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- getParserForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- getParserForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- getParserForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- getParserForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- getParserForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.Option
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- getParserForType() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- getParserForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- getParserForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- getParserForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- getParserForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- getParserForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- getParserForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- getParserForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- getParserForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- getParserForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- getParserForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- getParserForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.AddressData
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.DeployData
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.PropsData
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- getParserForType() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- getParserForType() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- getParserForType() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- getParserForType() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- getParserForType() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- getParserForType() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- getParserForType() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- getParserForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- getParserForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- getParserForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- getPath() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
-
required string path = 1; - getPath() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendOrBuilder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
-
required string path = 1; - getPath() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAllOrBuilder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
-
required string path = 1; - getPath() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorRefOrBuilder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
-
required string path = 1; - getPath() - Method in interface org.apache.pekko.remote.WireFormats.ActorRefDataOrBuilder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required string path = 3; - getPath() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required string path = 3; - getPath() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required string path = 3; - getPath() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
required string path = 1; - getPath() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
-
required string path = 1; - getPath() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
-
required string path = 1; - getPath() - Method in interface org.apache.pekko.stream.StreamRefMessages.ActorRefOrBuilder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
-
required string path = 1; - getPathBytes() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendOrBuilder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
-
required string path = 1; - getPathBytes() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAllOrBuilder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
-
required string path = 1; - getPathBytes() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorRefOrBuilder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
-
required string path = 1; - getPathBytes() - Method in interface org.apache.pekko.remote.WireFormats.ActorRefDataOrBuilder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required string path = 3; - getPathBytes() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required string path = 3; - getPathBytes() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required string path = 3; - getPathBytes() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
required string path = 1; - getPathBytes() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
-
required string path = 1; - getPathBytes() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
-
required string path = 1; - getPathBytes() - Method in interface org.apache.pekko.stream.StreamRefMessages.ActorRefOrBuilder
-
required string path = 1; - getPaths(ActorSystem) - Method in class org.apache.pekko.routing.GroupBase
- getPattern(int) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - getPattern(int) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
repeated .Selection pattern = 3; - getPattern(int) - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
repeated .Selection pattern = 3; - getPatternBuilder(int) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - getPatternBuilderList() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - getPatternCount() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - getPatternCount() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
repeated .Selection pattern = 3; - getPatternCount() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
repeated .Selection pattern = 3; - getPatternList() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - getPatternList() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
repeated .Selection pattern = 3; - getPatternList() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
repeated .Selection pattern = 3; - getPatternOrBuilder(int) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - getPatternOrBuilder(int) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
repeated .Selection pattern = 3; - getPatternOrBuilder(int) - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
repeated .Selection pattern = 3; - getPatternOrBuilderList() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - getPatternOrBuilderList() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
repeated .Selection pattern = 3; - getPatternOrBuilderList() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
repeated .Selection pattern = 3; - getPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required .Payload payload = 3; - getPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
-
required .Payload payload = 3; - getPayload() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PublishOrBuilder
-
required .Payload payload = 3; - getPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required .Payload payload = 3; - getPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
-
required .Payload payload = 3; - getPayload() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendOrBuilder
-
required .Payload payload = 3; - getPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required .Payload payload = 3; - getPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
-
required .Payload payload = 3; - getPayload() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAllOrBuilder
-
required .Payload payload = 3; - getPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
required .Payload payload = 1; - getPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
-
required .Payload payload = 1; - getPayload() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriberOrBuilder
-
required .Payload payload = 1; - getPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required .PersistentPayload payload = 3; - getPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
required .PersistentPayload payload = 3; - getPayload() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
-
required .PersistentPayload payload = 3; - getPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload payload = 1; - getPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional .PersistentPayload payload = 1; - getPayload() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional .PersistentPayload payload = 1; - getPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
required bytes payload = 2; - getPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
-
required bytes payload = 2; - getPayload() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder
-
required bytes payload = 2; - getPayload() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .Payload payload = 3; - getPayload() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional .Payload payload = 3; - getPayload() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional .Payload payload = 3; - getPayload() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional bytes payload = 1; - getPayload() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
-
optional bytes payload = 1; - getPayload() - Method in interface org.apache.pekko.remote.WireFormats.PekkoProtocolMessageOrBuilder
-
optional bytes payload = 1; - getPayload() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required .Payload payload = 2; - getPayload() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
-
required .Payload payload = 2; - getPayload() - Method in interface org.apache.pekko.stream.StreamRefMessages.SequencedOnNextOrBuilder
-
required .Payload payload = 2; - getPayload(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - getPayload(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
-
repeated .PersistentMessage payload = 1; - getPayload(int) - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtomicWriteOrBuilder
-
repeated .PersistentMessage payload = 1; - getPayloadBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required .Payload payload = 3; - getPayloadBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required .Payload payload = 3; - getPayloadBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required .Payload payload = 3; - getPayloadBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
required .Payload payload = 1; - getPayloadBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required .PersistentPayload payload = 3; - getPayloadBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload payload = 1; - getPayloadBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .Payload payload = 3; - getPayloadBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required .Payload payload = 2; - getPayloadBuilder(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - getPayloadBuilderList() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - getPayloadCount() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - getPayloadCount() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
-
repeated .PersistentMessage payload = 1; - getPayloadCount() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtomicWriteOrBuilder
-
repeated .PersistentMessage payload = 1; - getPayloadList() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - getPayloadList() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
-
repeated .PersistentMessage payload = 1; - getPayloadList() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtomicWriteOrBuilder
-
repeated .PersistentMessage payload = 1; - getPayloadManifest() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
optional bytes payloadManifest = 3; - getPayloadManifest() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
-
optional bytes payloadManifest = 3; - getPayloadManifest() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder
-
optional bytes payloadManifest = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required .Payload payload = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
-
required .Payload payload = 3; - getPayloadOrBuilder() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PublishOrBuilder
-
required .Payload payload = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required .Payload payload = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
-
required .Payload payload = 3; - getPayloadOrBuilder() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendOrBuilder
-
required .Payload payload = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required .Payload payload = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
-
required .Payload payload = 3; - getPayloadOrBuilder() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAllOrBuilder
-
required .Payload payload = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
required .Payload payload = 1; - getPayloadOrBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
-
required .Payload payload = 1; - getPayloadOrBuilder() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriberOrBuilder
-
required .Payload payload = 1; - getPayloadOrBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required .PersistentPayload payload = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
required .PersistentPayload payload = 3; - getPayloadOrBuilder() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
-
required .PersistentPayload payload = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload payload = 1; - getPayloadOrBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional .PersistentPayload payload = 1; - getPayloadOrBuilder() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional .PersistentPayload payload = 1; - getPayloadOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .Payload payload = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional .Payload payload = 3; - getPayloadOrBuilder() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional .Payload payload = 3; - getPayloadOrBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required .Payload payload = 2; - getPayloadOrBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
-
required .Payload payload = 2; - getPayloadOrBuilder() - Method in interface org.apache.pekko.stream.StreamRefMessages.SequencedOnNextOrBuilder
-
required .Payload payload = 2; - getPayloadOrBuilder(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - getPayloadOrBuilder(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
-
repeated .PersistentMessage payload = 1; - getPayloadOrBuilder(int) - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtomicWriteOrBuilder
-
repeated .PersistentMessage payload = 1; - getPayloadOrBuilderList() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - getPayloadOrBuilderList() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
-
repeated .PersistentMessage payload = 1; - getPayloadOrBuilderList() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtomicWriteOrBuilder
-
repeated .PersistentMessage payload = 1; - getPerformed() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required bool performed = 3; - getPerformed() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
required bool performed = 3; - getPerformed() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
required bool performed = 3; - getPersistenceId() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string persistence_id = 1; - getPersistenceId() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string persistence_id = 1; - getPersistenceId() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string persistence_id = 1; - getPersistenceId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string persistenceId = 3; - getPersistenceId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string persistenceId = 3; - getPersistenceId() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string persistenceId = 3; - getPersistenceId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional string persistenceId = 1; - getPersistenceId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional string persistenceId = 1; - getPersistenceId() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional string persistenceId = 1; - getPersistenceIdBytes() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string persistence_id = 1; - getPersistenceIdBytes() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string persistence_id = 1; - getPersistenceIdBytes() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string persistence_id = 1; - getPersistenceIdBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string persistenceId = 3; - getPersistenceIdBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string persistenceId = 3; - getPersistenceIdBytes() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string persistenceId = 3; - getPersistenceIdBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional string persistenceId = 1; - getPersistenceIdBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional string persistenceId = 1; - getPersistenceIdBytes() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional string persistenceId = 1; - getPool() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .Pool pool = 1; - getPool() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
-
required .Pool pool = 1; - getPool() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolOrBuilder
-
required .Pool pool = 1; - getPoolBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .Pool pool = 1; - getPoolOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .Pool pool = 1; - getPoolOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
-
required .Pool pool = 1; - getPoolOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolOrBuilder
-
required .Pool pool = 1; - getPort() - Method in class org.apache.pekko.actor.Address
-
Java API: The port if specified or empty optional if not
- getPort() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required uint32 port = 2; - getPort() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
-
required uint32 port = 2; - getPort() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder
-
required uint32 port = 2; - getPort() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required uint32 port = 3; - getPort() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
required uint32 port = 3; - getPort() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
required uint32 port = 3; - getPort() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required uint32 port = 3; - getPort() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
required uint32 port = 3; - getPort() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
required uint32 port = 3; - getPort() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required uint32 port = 3; - getPort() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
required uint32 port = 3; - getPort() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
required uint32 port = 3; - getPort() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required uint32 port = 4; - getPort() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required uint32 port = 4; - getPort() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required uint32 port = 4; - getPort() - Method in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget
-
Java API
- getPort() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required uint32 port = 4; - getPort() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required uint32 port = 4; - getPort() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required uint32 port = 4; - getPort() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required int32 port = 4; - getPort() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required int32 port = 4; - getPort() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required int32 port = 4; - getPort() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required uint32 port = 3; - getPort() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
required uint32 port = 3; - getPort() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
required uint32 port = 3; - getPortName() - Method in class org.apache.pekko.discovery.Lookup
-
Java API
- getPressureThreshold() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 pressureThreshold = 3; - getPressureThreshold() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required uint32 pressureThreshold = 3; - getPressureThreshold() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required uint32 pressureThreshold = 3; - getProducerControllerRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerControllerRef = 5; - getProducerControllerRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required string producerControllerRef = 5; - getProducerControllerRef() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required string producerControllerRef = 5; - getProducerControllerRefBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerControllerRef = 5; - getProducerControllerRefBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required string producerControllerRef = 5; - getProducerControllerRefBytes() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required string producerControllerRef = 5; - getProducerId() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerId = 1; - getProducerId() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required string producerId = 1; - getProducerId() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required string producerId = 1; - getProducerIdBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerId = 1; - getProducerIdBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required string producerId = 1; - getProducerIdBytes() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required string producerId = 1; - getProperties() - Method in class org.apache.pekko.event.LogMarker
-
Java API
- getProps() - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Retrieve the Props which were used to create this actor.
- getProps() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .PropsData props = 1; - getProps() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required .PropsData props = 1; - getProps() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required .PropsData props = 1; - getPropsBuilder() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .PropsData props = 1; - getPropsOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .PropsData props = 1; - getPropsOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required .PropsData props = 1; - getPropsOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required .PropsData props = 1; - getProtocol() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
optional string protocol = 4; - getProtocol() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
optional string protocol = 4; - getProtocol() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
optional string protocol = 4; - getProtocol() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
optional string protocol = 4; - getProtocol() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
optional string protocol = 4; - getProtocol() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
optional string protocol = 4; - getProtocol() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
optional string protocol = 4; - getProtocol() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
optional string protocol = 4; - getProtocol() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
optional string protocol = 4; - getProtocol() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string protocol = 1; - getProtocol() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required string protocol = 1; - getProtocol() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required string protocol = 1; - getProtocol() - Method in class org.apache.pekko.discovery.Lookup
-
Java API
- getProtocol() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string protocol = 1; - getProtocol() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required string protocol = 1; - getProtocol() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required string protocol = 1; - getProtocol() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string protocol = 1; - getProtocol() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required string protocol = 1; - getProtocol() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required string protocol = 1; - getProtocol() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
optional string protocol = 4; - getProtocol() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
optional string protocol = 4; - getProtocol() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
optional string protocol = 4; - getProtocolBytes() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
optional string protocol = 4; - getProtocolBytes() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
optional string protocol = 4; - getProtocolBytes() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
optional string protocol = 4; - getProtocolBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
optional string protocol = 4; - getProtocolBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
optional string protocol = 4; - getProtocolBytes() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
optional string protocol = 4; - getProtocolBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
optional string protocol = 4; - getProtocolBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
optional string protocol = 4; - getProtocolBytes() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
optional string protocol = 4; - getProtocolBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string protocol = 1; - getProtocolBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required string protocol = 1; - getProtocolBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required string protocol = 1; - getProtocolBytes() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string protocol = 1; - getProtocolBytes() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required string protocol = 1; - getProtocolBytes() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required string protocol = 1; - getProtocolBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string protocol = 1; - getProtocolBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required string protocol = 1; - getProtocolBytes() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required string protocol = 1; - getProtocolBytes() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
optional string protocol = 4; - getProtocolBytes() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
optional string protocol = 4; - getProtocolBytes() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
optional string protocol = 4; - getPruning(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruning(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruning(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruning(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruning(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruning(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelopeOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelopeOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelopeOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelopeOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPruningOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelopeOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - getPublisher() - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
- getQualifier() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required string qualifier = 2; - getQualifier() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
-
required string qualifier = 2; - getQualifier() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.ConfirmedOrBuilder
-
required string qualifier = 2; - getQualifier() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required string qualifier = 2; - getQualifier() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required string qualifier = 2; - getQualifier() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required string qualifier = 2; - getQualifierBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required string qualifier = 2; - getQualifierBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
-
required string qualifier = 2; - getQualifierBytes() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.ConfirmedOrBuilder
-
required string qualifier = 2; - getQualifierBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required string qualifier = 2; - getQualifierBytes() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required string qualifier = 2; - getQualifierBytes() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required string qualifier = 2; - getQualifiers(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
-
repeated string qualifiers = 1; - getQualifiers(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
-
repeated string qualifiers = 1; - getQualifiers(int) - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.CleanupOrBuilder
-
repeated string qualifiers = 1; - getQualifiersBytes(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
-
repeated string qualifiers = 1; - getQualifiersBytes(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
-
repeated string qualifiers = 1; - getQualifiersBytes(int) - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.CleanupOrBuilder
-
repeated string qualifiers = 1; - getQualifiersCount() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
-
repeated string qualifiers = 1; - getQualifiersCount() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
-
repeated string qualifiers = 1; - getQualifiersCount() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.CleanupOrBuilder
-
repeated string qualifiers = 1; - getQualifiersList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
-
repeated string qualifiers = 1; - getQualifiersList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
-
repeated string qualifiers = 1; - getQualifiersList() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.CleanupOrBuilder
-
repeated string qualifiers = 1; - getQueue(Runnable, int) - Method in interface org.apache.pekko.dispatch.affinity.QueueSelector
-
Must be deterministic—return the same value for the same input.
- getRampupRate() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double rampupRate = 4; - getRampupRate() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required double rampupRate = 4; - getRampupRate() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required double rampupRate = 4; - getRateMBit() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional float rateMBit = 6; - getRateMBit() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
optional float rateMBit = 6; - getRateMBit() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
optional float rateMBit = 6; - getRawResult() - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinTask
- getReadJournalFor(Class<T>, String) - Method in class org.apache.pekko.persistence.query.PersistenceQuery
- getReadJournalFor(Class<T>, String, Config) - Method in class org.apache.pekko.persistence.query.PersistenceQuery
-
Java API: Returns the
pekko.persistence.query.javadsl.ReadJournalspecified by the given read journal configuration entry. - getReceiveTimeout() - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Gets the current receive timeout.
- getRecipient() - Method in class org.apache.pekko.actor.UnhandledMessage
- getRecipient() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .ActorRefData recipient = 1; - getRecipient() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
required .ActorRefData recipient = 1; - getRecipient() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
required .ActorRefData recipient = 1; - getRecipientBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .ActorRefData recipient = 1; - getRecipientOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .ActorRefData recipient = 1; - getRecipientOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
required .ActorRefData recipient = 1; - getRecipientOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
required .ActorRefData recipient = 1; - getRecords() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
-
Java API
- getRef() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
The self reference of the actor living inside this testkit.
- getRef() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox
-
The actor ref of the inbox
- getRef() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
ActorRef for this TestProbe
- getRef() - Method in exception org.apache.pekko.actor.typed.DeathPactException
-
Java API
- getRef() - Method in class org.apache.pekko.actor.typed.Terminated
-
Java API: The actor that was watched and got terminated
- getRef() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required string ref = 2; - getRef() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
-
required string ref = 2; - getRef() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.SubscribeOrBuilder
-
required string ref = 2; - getRef() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required string ref = 2; - getRef() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
-
required string ref = 2; - getRef() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UnsubscribeOrBuilder
-
required string ref = 2; - getRef() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
optional string ref = 3; - getRef() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
-
optional string ref = 3; - getRef() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder
-
optional string ref = 3; - getRef() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
-
required string ref = 1; - getRef() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
-
required string ref = 1; - getRef() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessageOrBuilder
-
required string ref = 1; - getRef() - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
-
Java API: The
ActorRefof the current child, if any - getRef() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
optional .ActorRef ref = 2; - getRef() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
-
optional .ActorRef ref = 2; - getRef() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorIdentityOrBuilder
-
optional .ActorRef ref = 2; - getRef() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Shorthand to get the testActor.
- getRefBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
optional .ActorRef ref = 2; - getRefBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required string ref = 2; - getRefBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
-
required string ref = 2; - getRefBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.SubscribeOrBuilder
-
required string ref = 2; - getRefBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required string ref = 2; - getRefBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
-
required string ref = 2; - getRefBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UnsubscribeOrBuilder
-
required string ref = 2; - getRefBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
optional string ref = 3; - getRefBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
-
optional string ref = 3; - getRefBytes() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder
-
optional string ref = 3; - getRefBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
-
required string ref = 1; - getRefBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
-
required string ref = 1; - getRefBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessageOrBuilder
-
required string ref = 1; - getRefOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
optional .ActorRef ref = 2; - getRefOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
-
optional .ActorRef ref = 2; - getRefOrBuilder() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorIdentityOrBuilder
-
optional .ActorRef ref = 2; - getRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string region = 2; - getRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
-
required string region = 2; - getRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string region = 2; - getRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
-
required string region = 2; - getRegion() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocatedOrBuilder
-
required string region = 2; - getRegion() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeOrBuilder
-
required string region = 2; - getRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
required string region = 1; - getRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
-
required string region = 1; - getRegion() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntryOrBuilder
-
required string region = 1; - getRegionBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string region = 2; - getRegionBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
-
required string region = 2; - getRegionBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string region = 2; - getRegionBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
-
required string region = 2; - getRegionBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocatedOrBuilder
-
required string region = 2; - getRegionBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeOrBuilder
-
required string region = 2; - getRegionBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
required string region = 1; - getRegionBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
-
required string region = 1; - getRegionBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntryOrBuilder
-
required string region = 1; - getRegionProxies(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3; - getRegionProxies(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string regionProxies = 3; - getRegionProxies(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string regionProxies = 3; - getRegionProxiesBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3; - getRegionProxiesBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string regionProxies = 3; - getRegionProxiesBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string regionProxies = 3; - getRegionProxiesCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3; - getRegionProxiesCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string regionProxies = 3; - getRegionProxiesCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string regionProxies = 3; - getRegionProxiesList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3; - getRegionProxiesList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string regionProxies = 3; - getRegionProxiesList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string regionProxies = 3; - getRegionRef() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string regionRef = 2; - getRegionRef() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
-
required string regionRef = 2; - getRegionRef() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder
-
required string regionRef = 2; - getRegionRefBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string regionRef = 2; - getRegionRefBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
-
required string regionRef = 2; - getRegionRefBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder
-
required string regionRef = 2; - getRegions(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2; - getRegions(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string regions = 2; - getRegions(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string regions = 2; - getRegions(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - getRegions(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
-
repeated .Address regions = 1; - getRegions(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegionsOrBuilder
-
repeated .Address regions = 1; - getRegionsBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - getRegionsBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - getRegionsBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2; - getRegionsBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string regions = 2; - getRegionsBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string regions = 2; - getRegionsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2; - getRegionsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string regions = 2; - getRegionsCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string regions = 2; - getRegionsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - getRegionsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
-
repeated .Address regions = 1; - getRegionsCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegionsOrBuilder
-
repeated .Address regions = 1; - getRegionsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2; - getRegionsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string regions = 2; - getRegionsList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string regions = 2; - getRegionsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - getRegionsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
-
repeated .Address regions = 1; - getRegionsList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegionsOrBuilder
-
repeated .Address regions = 1; - getRegionsOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - getRegionsOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
-
repeated .Address regions = 1; - getRegionsOrBuilder(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegionsOrBuilder
-
repeated .Address regions = 1; - getRegionsOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - getRegionsOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
-
repeated .Address regions = 1; - getRegionsOrBuilderList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegionsOrBuilder
-
repeated .Address regions = 1; - getRegionStatsInstance() - Method in class org.apache.pekko.cluster.sharding.ShardRegion$
-
Java API:
- getRemaining() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Obtain time remaining for execution of the innermost enclosing
withinblock or throw anAssertionErrorif nowithinblock surrounds this call. - getRemaining() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Obtain time remaining for execution of the innermost enclosing
withinblock or throw anAssertionErrorif nowithinblock surrounds this call. - getRemainingOr(Duration) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Obtain time remaining for execution of the innermost enclosing
withinblock or missing that it returns the given duration. - getRemainingOr(Duration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Obtain time remaining for execution of the innermost enclosing
withinblock or missing that it returns the given duration. - getRemainingOrDefault() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Obtain time remaining for execution of the innermost enclosing
withinblock or missing that it returns the properly dilated default for this case from settings (key "pekko.actor.testkit.typed.single-expect-default"). - getRemainingOrDefault() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Obtain time remaining for execution of the innermost enclosing
withinblock or missing that it returns the properly dilated default for this case from settings (key "pekko.test.single-expect-default"). - getRemoteAddress() - Method in interface org.apache.pekko.remote.AssociationEvent
-
Deprecated.
- getRemoteReadHandlerFor(TestAssociationHandle) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Returns the event handler corresponding to the remote endpoint of the given local handle.
- getRemovedAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - getRemovedAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - getRemovedAddress() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - getRemovedAddressBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - getRemovedAddressOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - getRemovedAddressOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - getRemovedAddressOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - getReplicaCount() - Static method in class org.apache.pekko.cluster.ddata.Replicator
-
Java API: The
GetReplicaCountinstance - getReplicaCount() - Method in class org.apache.pekko.cluster.ddata.Replicator$
-
Java API: The
GetReplicaCountinstance - GetReplicaCount(ActorRef<Replicator.ReplicaCount>) - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- GetReplicaCount(ActorRef<Replicator.ReplicaCount>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- GetReplicaCount$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.GetReplicaCount$
- GetReplicaCount$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount$
- GetReplicaCount$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount$
- getReplicaId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional string replicaId = 1; - getReplicaId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
-
optional string replicaId = 1; - getReplicaId() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaDataOrBuilder
-
optional string replicaId = 1; - getReplicaId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
-
required string replicaId = 1; - getReplicaId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
-
required string replicaId = 1; - getReplicaId() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.SeenOrBuilder
-
required string replicaId = 1; - getReplicaIdBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional string replicaId = 1; - getReplicaIdBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
-
optional string replicaId = 1; - getReplicaIdBytes() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaDataOrBuilder
-
optional string replicaId = 1; - getReplicaIdBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
-
required string replicaId = 1; - getReplicaIdBytes() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
-
required string replicaId = 1; - getReplicaIdBytes() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.SeenOrBuilder
-
required string replicaId = 1; - getReplicatedMetaData() - Method in interface org.apache.pekko.persistence.typed.PublishedEvent
-
Java API: When emitted from an Replicated Event Sourcing actor this will contain the replica id
- getReplicationContext() - Method in class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcedBehavior
- getReply() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
no reply if not set
- getReply() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
no reply if not set
- getReply() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagationOrBuilder
-
no reply if not set
- getReply() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required bool reply = 3; - getReply() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
-
required bool reply = 3; - getReply() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder
-
required bool reply = 3; - getReplyToStatus() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
optional bool replyToStatus = 2; - getReplyToStatus() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
-
optional bool replyToStatus = 2; - getReplyToStatus() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.StatusOrBuilder
-
optional bool replyToStatus = 2; - getRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailureOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccessOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFoundOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequest() - Method in interface org.apache.pekko.cluster.ddata.Replicator.DeleteResponse
-
Java API
- getRequest() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetResponse
-
Java API
- getRequest() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
-
Java API
- getRequest() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateResponse
-
Java API
- getRequestBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequestBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequestBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequestBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequestOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequestOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequestOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequestOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequestOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailureOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequestOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequestOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequestOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequestOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccessOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - getRequestOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequestOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequestOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFoundOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - getRequestUpToSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required int64 requestUpToSeqNr = 2; - getRequestUpToSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
-
required int64 requestUpToSeqNr = 2; - getRequestUpToSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RequestOrBuilder
-
required int64 requestUpToSeqNr = 2; - getResendIntervalMax() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
-
Java API
- getResetBackoffAfter() - Method in class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
- getResizer() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional .Payload resizer = 1; - getResizer() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
-
optional .Payload resizer = 1; - getResizer() - Method in interface org.apache.pekko.remote.WireFormats.FromConfigOrBuilder
-
optional .Payload resizer = 1; - getResizer() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional .Payload resizer = 4; - getResizer() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
optional .Payload resizer = 4; - getResizer() - Method in interface org.apache.pekko.remote.WireFormats.GenericRoutingPoolOrBuilder
-
optional .Payload resizer = 4; - getResizerBuilder() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional .Payload resizer = 1; - getResizerBuilder() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional .Payload resizer = 4; - getResizerOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional .Payload resizer = 1; - getResizerOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
-
optional .Payload resizer = 1; - getResizerOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.FromConfigOrBuilder
-
optional .Payload resizer = 1; - getResizerOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional .Payload resizer = 4; - getResizerOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
optional .Payload resizer = 4; - getResizerOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.GenericRoutingPoolOrBuilder
-
optional .Payload resizer = 4; - getResolver() - Method in class org.apache.pekko.io.DnsExt
- GetResponse() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.GetResponse
- GetResponse() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetResponse
- getRestartCount() - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Java API: Send this message to the
BackoffSupervisorand it will reply withBackoffSupervisor.RestartCountcontaining the current restart count. - getRestartCount() - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Java API: Send this message to the
BackoffSupervisorand it will reply withBackoffSupervisor.RestartCountcontaining the current restart count. - GetRestartCount$() - Constructor for class org.apache.pekko.pattern.BackoffSupervisor.GetRestartCount$
- getRestartingDecider() - Static method in class org.apache.pekko.stream.Supervision
-
Java API: Decider function that returns
Supervision.restart()for all exceptions. - getRestartingDecider() - Method in class org.apache.pekko.stream.Supervision$
-
Java API: Decider function that returns
Supervision$.restart()for all exceptions. - getRestartMaxBackoff() - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
-
Java API
- getResumingDecider() - Static method in class org.apache.pekko.stream.Supervision
-
Java API: Decider function that returns
Supervision.resume()for all exceptions. - getResumingDecider() - Method in class org.apache.pekko.stream.Supervision$
-
Java API: Decider function that returns
Supervision$.resume()for all exceptions. - getRoleLeader(String) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Java API: get address of current leader, if any, within the data center that has the given role or null if no such node exists
- getRoles() - Method in class org.apache.pekko.cluster.Member
-
Java API
- getRoles(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2; - getRoles(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
repeated string roles = 2; - getRoles(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder
-
repeated string roles = 2; - getRolesBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2; - getRolesBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
repeated string roles = 2; - getRolesBytes(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder
-
repeated string roles = 2; - getRolesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2; - getRolesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
repeated string roles = 2; - getRolesCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder
-
repeated string roles = 2; - getRolesIndexes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
repeated int32 rolesIndexes = 4 [packed = true]; - getRolesIndexes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
repeated int32 rolesIndexes = 4 [packed = true]; - getRolesIndexes(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
repeated int32 rolesIndexes = 4 [packed = true]; - getRolesIndexesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
repeated int32 rolesIndexes = 4 [packed = true]; - getRolesIndexesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
repeated int32 rolesIndexes = 4 [packed = true]; - getRolesIndexesCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
repeated int32 rolesIndexes = 4 [packed = true]; - getRolesIndexesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
repeated int32 rolesIndexes = 4 [packed = true]; - getRolesIndexesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
repeated int32 rolesIndexes = 4 [packed = true]; - getRolesIndexesList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
repeated int32 rolesIndexes = 4 [packed = true]; - getRolesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2; - getRolesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
repeated string roles = 2; - getRolesList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder
-
repeated string roles = 2; - getRoutees() - Method in class org.apache.pekko.routing.Routees
-
Java API
- getRoutees() - Method in class org.apache.pekko.routing.SeveralRoutees
-
Java API
- GetRoutees - Class in org.apache.pekko.routing
-
Sending this message to a router will make it send back its currently used routees.
- GetRoutees() - Constructor for class org.apache.pekko.routing.GetRoutees
- GetRoutees$ - Class in org.apache.pekko.routing
- GetRoutees$() - Constructor for class org.apache.pekko.routing.GetRoutees$
- getRouterConfig() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes routerConfig = 3; - getRouterConfig() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional bytes routerConfig = 3; - getRouterConfig() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional bytes routerConfig = 3; - getRouterConfigManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string routerConfigManifest = 11; - getRouterConfigManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string routerConfigManifest = 11; - getRouterConfigManifest() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string routerConfigManifest = 11; - getRouterConfigManifestBytes() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string routerConfigManifest = 11; - getRouterConfigManifestBytes() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string routerConfigManifest = 11; - getRouterConfigManifestBytes() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string routerConfigManifest = 11; - getRouterConfigSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional int32 routerConfigSerializerId = 10; - getRouterConfigSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional int32 routerConfigSerializerId = 10; - getRouterConfigSerializerId() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional int32 routerConfigSerializerId = 10; - getRouterDispatcher() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- getRouterDispatcher() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
omitted if default
- getRouterDispatcher() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder
-
omitted if default
- getRouterDispatcher() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional string routerDispatcher = 2; - getRouterDispatcher() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
-
optional string routerDispatcher = 2; - getRouterDispatcher() - Method in interface org.apache.pekko.remote.WireFormats.FromConfigOrBuilder
-
optional string routerDispatcher = 2; - getRouterDispatcher() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional string routerDispatcher = 2; - getRouterDispatcher() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
optional string routerDispatcher = 2; - getRouterDispatcher() - Method in interface org.apache.pekko.remote.WireFormats.GenericRoutingPoolOrBuilder
-
optional string routerDispatcher = 2; - getRouterDispatcherBytes() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- getRouterDispatcherBytes() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
omitted if default
- getRouterDispatcherBytes() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder
-
omitted if default
- getRouterDispatcherBytes() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional string routerDispatcher = 2; - getRouterDispatcherBytes() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
-
optional string routerDispatcher = 2; - getRouterDispatcherBytes() - Method in interface org.apache.pekko.remote.WireFormats.FromConfigOrBuilder
-
optional string routerDispatcher = 2; - getRouterDispatcherBytes() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional string routerDispatcher = 2; - getRouterDispatcherBytes() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
optional string routerDispatcher = 2; - getRouterDispatcherBytes() - Method in interface org.apache.pekko.remote.WireFormats.GenericRoutingPoolOrBuilder
-
optional string routerDispatcher = 2; - getScheduler() - Method in class org.apache.pekko.actor.ActorSystem
-
Java API: Light-weight scheduler for running asynchronous tasks after some deadline in the future.
- getScope() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes scope = 4; - getScope() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional bytes scope = 4; - getScope() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional bytes scope = 4; - getScopeManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string scopeManifest = 7; - getScopeManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string scopeManifest = 7; - getScopeManifest() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string scopeManifest = 7; - getScopeManifestBytes() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string scopeManifest = 7; - getScopeManifestBytes() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string scopeManifest = 7; - getScopeManifestBytes() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string scopeManifest = 7; - getScopeSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
- getScopeSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
- getScopeSerializerId() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
- getSeen() - Method in class org.apache.pekko.persistence.query.TimestampOffset
-
Java API
- getSeen(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeen(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeen(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeen(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
- getSeen(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
-
This is the address indexes for the nodes that have seen this gossip
- getSeen(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder
-
This is the address indexes for the nodes that have seen this gossip
- getSeenBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenBy() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Java API: get current “seen-by” set.
- getSeenCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenCount() - 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
- getSeenCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
-
This is the address indexes for the nodes that have seen this gossip
- getSeenCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder
-
This is the address indexes for the nodes that have seen this gossip
- getSeenDigest() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
optional bytes seenDigest = 4; - getSeenDigest() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
optional bytes seenDigest = 4; - getSeenDigest() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
optional bytes seenDigest = 4; - getSeenList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenList() - 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
- getSeenList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
-
This is the address indexes for the nodes that have seen this gossip
- getSeenList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder
-
This is the address indexes for the nodes that have seen this gossip
- getSeenOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenOrBuilder(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenOrBuilder(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenOrBuilderList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenOrBuilderList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - getSeenPerReplica(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplica(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplica(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadataOrBuilder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaCount() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadataOrBuilder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadataOrBuilder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaOrBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaOrBuilder(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaOrBuilder(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadataOrBuilder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaOrBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaOrBuilderList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSeenPerReplicaOrBuilderList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadataOrBuilder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - getSelectors(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - getSelectors(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
-
repeated .MetricsSelector selectors = 1; - getSelectors(int) - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelectorOrBuilder
-
repeated .MetricsSelector selectors = 1; - getSelectorsBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - getSelectorsBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - getSelectorsCount() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - getSelectorsCount() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
-
repeated .MetricsSelector selectors = 1; - getSelectorsCount() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelectorOrBuilder
-
repeated .MetricsSelector selectors = 1; - getSelectorsList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - getSelectorsList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
-
repeated .MetricsSelector selectors = 1; - getSelectorsList() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelectorOrBuilder
-
repeated .MetricsSelector selectors = 1; - getSelectorsOrBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - getSelectorsOrBuilder(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
-
repeated .MetricsSelector selectors = 1; - getSelectorsOrBuilder(int) - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelectorOrBuilder
-
repeated .MetricsSelector selectors = 1; - getSelectorsOrBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - getSelectorsOrBuilderList() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
-
repeated .MetricsSelector selectors = 1; - getSelectorsOrBuilderList() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelectorOrBuilder
-
repeated .MetricsSelector selectors = 1; - getSelf() - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
The ActorRef representing this actor
- getSelf() - Method in class org.apache.pekko.actor.AbstractActor
-
Returns the ActorRef for this actor.
- getSelf() - Method in class org.apache.pekko.actor.AbstractFSM
-
Returns the ActorRef for this actor.
- getSelf() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- getSelf() - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
The identity of this Actor, bound to the lifecycle of this Actor instance.
- getSelf() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Returns the ActorRef for this actor.
- getSelfRoles() - Method in class org.apache.pekko.cluster.Cluster
-
Java API: roles that this member has
- getSendBack() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
required bool sendBack = 1; - getSendBack() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
required bool sendBack = 1; - getSendBack() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
required bool sendBack = 1; - getSender() - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Returns the sender 'ActorRef' of the current message.
- getSender() - Method in class org.apache.pekko.actor.AbstractActor
-
The reference sender Actor of the currently processed message.
- getSender() - Method in class org.apache.pekko.actor.AbstractFSM
-
The reference sender Actor of the currently processed message.
- getSender() - Method in class org.apache.pekko.actor.UnhandledMessage
- getSender() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.The reference sender Actor of the currently processed message.
- getSender() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string sender = 11; - getSender() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string sender = 11; - getSender() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string sender = 11; - getSender() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional .ActorRefData sender = 4; - getSender() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
optional .ActorRefData sender = 4; - getSender() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
optional .ActorRefData sender = 4; - getSenderBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional .ActorRefData sender = 4; - getSenderBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string sender = 11; - getSenderBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string sender = 11; - getSenderBytes() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string sender = 11; - getSenderOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional .ActorRefData sender = 4; - getSenderOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
optional .ActorRefData sender = 4; - getSenderOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
optional .ActorRefData sender = 4; - getSeq() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional fixed64 seq = 5; - getSeq() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
optional fixed64 seq = 5; - getSeq() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
optional fixed64 seq = 5; - getSeqNo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required uint64 seqNo = 1; - getSeqNo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
-
required uint64 seqNo = 1; - getSeqNo() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAckOrBuilder
-
required uint64 seqNo = 1; - getSeqNo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required uint64 seqNo = 4; - getSeqNo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
required uint64 seqNo = 4; - getSeqNo() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
required uint64 seqNo = 4; - getSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required int64 seqNr = 1; - getSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
-
required int64 seqNr = 1; - getSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.ConfirmedOrBuilder
-
required int64 seqNr = 1; - getSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required int64 seqNr = 1; - getSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required int64 seqNr = 1; - getSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required int64 seqNr = 1; - getSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required int64 seqNr = 2; - getSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required int64 seqNr = 2; - getSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required int64 seqNr = 2; - getSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
-
required int64 seqNr = 1; - getSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
-
required int64 seqNr = 1; - getSeqNr() - Method in interface org.apache.pekko.stream.StreamRefMessages.CumulativeDemandOrBuilder
-
required int64 seqNr = 1; - getSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
-
required int64 seqNr = 1; - getSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
-
required int64 seqNr = 1; - getSeqNr() - Method in interface org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompletedOrBuilder
-
required int64 seqNr = 1; - getSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required int64 seqNr = 1; - getSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
-
required int64 seqNr = 1; - getSeqNr() - Method in interface org.apache.pekko.stream.StreamRefMessages.SequencedOnNextOrBuilder
-
required int64 seqNr = 1; - getSequenceNr() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartbeatOrBuilder
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponseOrBuilder
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int64 sequence_nr = 4; - getSequenceNr() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required int64 sequence_nr = 4; - getSequenceNr() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required int64 sequence_nr = 4; - getSequenceNr() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- getSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional int64 sequenceNr = 2; - getSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
-
required int64 sequenceNr = 2; - getSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
-
required int64 sequenceNr = 2; - getSequenceNr() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.SeenOrBuilder
-
required int64 sequenceNr = 2; - getSerialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional bytes serialized = 4; - getSerialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
-
optional bytes serialized = 4; - getSerialized() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
-
optional bytes serialized = 4; - getSerializedGossip() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required bytes serializedGossip = 3; - getSerializedGossip() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
-
required bytes serializedGossip = 3; - getSerializedGossip() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelopeOrBuilder
-
required bytes serializedGossip = 3; - getSerializedSize() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- getSerializedSize() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- getSerializedSize() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- getSerializedSize() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- getSerializedSize() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- getSerializedSize() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- getSerializedSize() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- getSerializedSize() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- getSerializedSize() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- getSerializedSize() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- getSerializedSize() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- getSerializedSize() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- getSerializedSize() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- getSerializedSize() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- getSerializedSize() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- getSerializedSize() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- getSerializedSize() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- getSerializedSize() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- getSerializedSize() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- getSerializedSize() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- getSerializedSize() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- getSerializedSize() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- getSerializedSize() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- getSerializedSize() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- getSerializedSize() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- getSerializedSize() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.Option
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- getSerializedSize() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- getSerializedSize() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- getSerializedSize() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- getSerializedSize() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- getSerializedSize() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- getSerializedSize() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- getSerializedSize() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- getSerializedSize() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- getSerializedSize() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- getSerializedSize() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- getSerializedSize() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- getSerializedSize() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.AddressData
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.DeployData
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.PropsData
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- getSerializedSize() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- getSerializedSize() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- getSerializedSize() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- getSerializedSize() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- getSerializedSize() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- getSerializedSize() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- getSerializedSize() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- getSerializedSize() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- getSerializedSize() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- getSerializedSize() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- getSerializerId() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
-
required int32 serializerId = 2; - getSerializerId() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required uint32 serializerId = 1; - getSerializerId() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
-
required uint32 serializerId = 1; - getSerializerId() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelectorOrBuilder
-
required uint32 serializerId = 1; - getSerializerId() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required uint32 serializerId = 1; - getSerializerId() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
-
required uint32 serializerId = 1; - getSerializerId() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.PoolOrBuilder
-
required uint32 serializerId = 1; - getSerializerId() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
-
required int32 serializerId = 2; - getSerializerId() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
required int32 serializerId = 1; - getSerializerId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
-
required int32 serializerId = 1; - getSerializerId() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder
-
required int32 serializerId = 1; - getSerializerId() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
required int32 serializerId = 2; - getSerializerId() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
-
required int32 serializerId = 2; - getSerializerId() - Method in interface org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
required int32 serializerId = 2; - getSerializerId() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
-
required int32 serializerId = 2; - getSerializerId() - Method in interface org.apache.pekko.remote.WireFormats.SerializedMessageOrBuilder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
required int32 serializerId = 2; - getSerializerId() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
-
required int32 serializerId = 2; - getSerializerId() - Method in interface org.apache.pekko.stream.StreamRefMessages.PayloadOrBuilder
-
required int32 serializerId = 2; - getSerializerIds(int) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
newer wire protocol: serializer id for each arg
- getSerializerIds(int) - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
newer wire protocol: serializer id for each arg
- getSerializerIds(int) - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
newer wire protocol: serializer id for each arg
- getSerializerIdsCount() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
newer wire protocol: serializer id for each arg
- getSerializerIdsCount() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
newer wire protocol: serializer id for each arg
- getSerializerIdsCount() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
newer wire protocol: serializer id for each arg
- getSerializerIdsList() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
newer wire protocol: serializer id for each arg
- getSerializerIdsList() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
newer wire protocol: serializer id for each arg
- getSerializerIdsList() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
newer wire protocol: serializer id for each arg
- getServiceInstance(ServiceKey<M>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- getServiceInstance(ServiceKey<M>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- getServiceInstance(ServiceKey<T>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Deregistered
-
Java API
- getServiceInstance(ServiceKey<T>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Registered
-
Java API
- getServiceInstances(ServiceKey<M>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- getServiceInstances(ServiceKey<T>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Listing
-
Java API: Return the reachable service instances.
- getSettings() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .ClusterRouterPoolSettings settings = 2; - getSettings() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
-
required .ClusterRouterPoolSettings settings = 2; - getSettings() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolOrBuilder
-
required .ClusterRouterPoolSettings settings = 2; - getSettings() - Method in class org.apache.pekko.coordination.lease.javadsl.Lease
- getSettingsBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .ClusterRouterPoolSettings settings = 2; - getSettingsOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .ClusterRouterPoolSettings settings = 2; - getSettingsOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
-
required .ClusterRouterPoolSettings settings = 2; - getSettingsOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolOrBuilder
-
required .ClusterRouterPoolSettings settings = 2; - getShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string shard = 1; - getShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
-
required string shard = 1; - getShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string shard = 1; - getShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
-
required string shard = 1; - getShard() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocatedOrBuilder
-
required string shard = 1; - getShard() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeOrBuilder
-
required string shard = 1; - getShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
-
required string shard = 1; - getShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
-
required string shard = 1; - getShard() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessageOrBuilder
-
required string shard = 1; - getShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required string shard = 1; - getShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
-
required string shard = 1; - getShard() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStatsOrBuilder
-
required string shard = 1; - getShard() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityContext
- getShard(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
repeated string shard = 2; - getShard(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
-
repeated string shard = 2; - getShard(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntryOrBuilder
-
repeated string shard = 2; - getShardBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string shard = 1; - getShardBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
-
required string shard = 1; - getShardBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string shard = 1; - getShardBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
-
required string shard = 1; - getShardBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocatedOrBuilder
-
required string shard = 1; - getShardBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeOrBuilder
-
required string shard = 1; - getShardBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
-
required string shard = 1; - getShardBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
-
required string shard = 1; - getShardBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessageOrBuilder
-
required string shard = 1; - getShardBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required string shard = 1; - getShardBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
-
required string shard = 1; - getShardBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStatsOrBuilder
-
required string shard = 1; - getShardBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
repeated string shard = 2; - getShardBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
-
repeated string shard = 2; - getShardBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntryOrBuilder
-
repeated string shard = 2; - getShardCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
repeated string shard = 2; - getShardCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
-
repeated string shard = 2; - getShardCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntryOrBuilder
-
repeated string shard = 2; - GetShardHome(String) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- GetShardHome$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome$
- getShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string shardId = 1; - getShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
-
required string shardId = 1; - getShardId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder
-
required string shardId = 1; - getShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
required string shardId = 1; - getShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
-
required string shardId = 1; - getShardId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardStateOrBuilder
-
required string shardId = 1; - getShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
required string shardId = 1; - getShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
-
required string shardId = 1; - getShardId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStateOrBuilder
-
required string shardId = 1; - getShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string shardId = 2; - getShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
-
required string shardId = 2; - getShardId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAckOrBuilder
-
required string shardId = 2; - getShardId(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
repeated string shardId = 1; - getShardId(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
-
repeated string shardId = 1; - getShardId(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardStateOrBuilder
-
repeated string shardId = 1; - getShardIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string shardId = 1; - getShardIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
-
required string shardId = 1; - getShardIdBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder
-
required string shardId = 1; - getShardIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
required string shardId = 1; - getShardIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
-
required string shardId = 1; - getShardIdBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardStateOrBuilder
-
required string shardId = 1; - getShardIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
required string shardId = 1; - getShardIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
-
required string shardId = 1; - getShardIdBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStateOrBuilder
-
required string shardId = 1; - getShardIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string shardId = 2; - getShardIdBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
-
required string shardId = 2; - getShardIdBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAckOrBuilder
-
required string shardId = 2; - getShardIdBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
repeated string shardId = 1; - getShardIdBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
-
repeated string shardId = 1; - getShardIdBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardStateOrBuilder
-
repeated string shardId = 1; - getShardIdCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
repeated string shardId = 1; - getShardIdCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
-
repeated string shardId = 1; - getShardIdCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardStateOrBuilder
-
repeated string shardId = 1; - getShardIdList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
repeated string shardId = 1; - getShardIdList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
-
repeated string shardId = 1; - getShardIdList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardStateOrBuilder
-
repeated string shardId = 1; - getShardList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
repeated string shard = 2; - getShardList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
-
repeated string shard = 2; - getShardList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntryOrBuilder
-
repeated string shard = 2; - GetShardLocation$() - Constructor for class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocation$
- GetShardLocationResponse$() - Constructor for class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationResponse$
- getShardLocations() - Method in interface org.apache.pekko.cluster.sharding.external.javadsl.ExternalShardAllocationClient
-
Get all the current shard locations that have been set via setShardLocation
- getShardLocations() - Method in class org.apache.pekko.cluster.sharding.external.ShardLocations
-
Java API
- GetShardLocations$() - Constructor for class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocations$
- GetShardLocationsResponse$() - Constructor for class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationsResponse$
- GetShardRegionState - Class in org.apache.pekko.cluster.sharding.typed
-
Query the ShardRegion state for the given entity type key.
- GetShardRegionState(EntityTypeKey<?>, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.CurrentShardRegionState>) - Constructor for class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
-
Java API
- GetShardRegionState(EntityTypeKey<?>, ActorRef<org.apache.pekko.cluster.sharding.ShardRegion.CurrentShardRegionState>) - Constructor for class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- GetShardRegionState$ - Class in org.apache.pekko.cluster.sharding.typed
- GetShardRegionState$() - Constructor for class org.apache.pekko.cluster.sharding.typed.GetShardRegionState$
- getShardRegionStateInstance() - Method in class org.apache.pekko.cluster.sharding.ShardRegion$
-
Java API:
- getShards(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShards(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShards(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShards(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - getShards(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
-
repeated .ShardState shards = 1; - getShards(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionStateOrBuilder
-
repeated .ShardState shards = 1; - GetShards$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.GetShards$
- getShardsBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - getShardsBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - getShardsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - getShardsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
-
repeated .ShardState shards = 1; - getShardsCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionStateOrBuilder
-
repeated .ShardState shards = 1; - getShardsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - getShardsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
-
repeated .ShardState shards = 1; - getShardsList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionStateOrBuilder
-
repeated .ShardState shards = 1; - getShardsOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsOrBuilder(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - getShardsOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
-
repeated .ShardState shards = 1; - getShardsOrBuilder(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionStateOrBuilder
-
repeated .ShardState shards = 1; - getShardsOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsOrBuilderList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated .CoordinatorState.ShardEntry shards = 1; - getShardsOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - getShardsOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
-
repeated .ShardState shards = 1; - getShardsOrBuilderList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionStateOrBuilder
-
repeated .ShardState shards = 1; - getShardTypeNames() - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Java API: get all currently defined sharding type names.
- getShort(ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a single Short from this iterator.
- getShorts(short[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- getShorts(short[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a number of Shorts from this iterator.
- getShorts(short[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- getShorts(short[], ByteOrder) - Method in class org.apache.pekko.util.ByteIterator
-
Get a number of Shorts from this iterator.
- getShutdownReason() - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
The
Reasonfor the shutdown as passed to therunmethod. - getShutdownTimeout() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
-
Overridable for tests
- getSingleChild(String) - Method in interface org.apache.pekko.actor.Cell
-
Method for looking up a single child beneath this actor.
- getSingleChild(String) - Method in interface org.apache.pekko.actor.dungeon.Children
- getSink() - Method in interface org.apache.pekko.stream.SinkRef
-
Java API: Get
javadsl.Sinkunderlying to this source ref. - getSlice() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int32 slice = 3; - getSlice() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required int32 slice = 3; - getSlice() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required int32 slice = 3; - getSliceRanges(int) - Method in class org.apache.pekko.persistence.Persistence
-
Java API: Split the total number of slices into ranges by the given
numberOfRanges. - getSnapshot() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- getSnapshot() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- getSnapshotMetadata() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
-
Java API
- getSnapshotMetadata() - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
-
Java API
- getSnapshotMetadata() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
-
Java API
- getSnapshotSelection() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
-
Java API
- getSnapshotSelectionCriteria() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- getSource() - Method in interface org.apache.pekko.stream.SourceRef
-
Java API: Get
javadsl.Sourceunderlying to this source ref. - getStackTrace() - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- getStackTrace() - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- getStackTrace() - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- getStackTrace() - Static method in exception org.apache.pekko.stream.BindFailedException
- getStackTrace(int) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - getStackTrace(int) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
repeated .StackTraceElement stackTrace = 4; - getStackTrace(int) - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceBuilder(int) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceBuilderList() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceCount() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceCount() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceCount() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceList() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceList() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceList() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceOrBuilder(int) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceOrBuilder(int) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceOrBuilder(int) - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceOrBuilderList() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceOrBuilderList() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
repeated .StackTraceElement stackTrace = 4; - getStackTraceOrBuilderList() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
repeated .StackTraceElement stackTrace = 4; - getStageActor(Function1<Tuple2<ActorRef, Object>, BoxedUnit>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Initialize a
GraphStageLogic.StageActorRefwhich can be used to interact with from the outside world "as-if" anpekko.actor.Actor. - getState() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - getState() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - getState() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - getState() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
Retrieve the current state of the Behavior.
- getState() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit
-
Retrieve the current state of the Behavior.
- getStateBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - getStateIdentifier() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required string stateIdentifier = 1; - getStateIdentifier() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
-
required string stateIdentifier = 1; - getStateIdentifier() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshotOrBuilder
-
required string stateIdentifier = 1; - getStateIdentifier() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
required string stateIdentifier = 1; - getStateIdentifier() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
-
required string stateIdentifier = 1; - getStateIdentifier() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEventOrBuilder
-
required string stateIdentifier = 1; - getStateIdentifierBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required string stateIdentifier = 1; - getStateIdentifierBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
-
required string stateIdentifier = 1; - getStateIdentifierBytes() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshotOrBuilder
-
required string stateIdentifier = 1; - getStateIdentifierBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
required string stateIdentifier = 1; - getStateIdentifierBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
-
required string stateIdentifier = 1; - getStateIdentifierBytes() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEventOrBuilder
-
required string stateIdentifier = 1; - getStateOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - getStateOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - getStateOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - getStats() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .ShardRegionStats stats = 2; - getStats() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
-
required .ShardRegionStats stats = 2; - getStats() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntryOrBuilder
-
required .ShardRegionStats stats = 2; - getStats(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStats(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
-
repeated .ClusterShardingStatsEntry stats = 1; - getStats(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsOrBuilder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStats(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - getStats(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
-
repeated .MapFieldEntry stats = 1; - getStats(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStatsOrBuilder
-
repeated .MapFieldEntry stats = 1; - getStatsBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .ShardRegionStats stats = 2; - getStatsBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - getStatsBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - getStatsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsOrBuilder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - getStatsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
-
repeated .MapFieldEntry stats = 1; - getStatsCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStatsOrBuilder
-
repeated .MapFieldEntry stats = 1; - getStatsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsOrBuilder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - getStatsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
-
repeated .MapFieldEntry stats = 1; - getStatsList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStatsOrBuilder
-
repeated .MapFieldEntry stats = 1; - getStatsOrBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .ShardRegionStats stats = 2; - getStatsOrBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
-
required .ShardRegionStats stats = 2; - getStatsOrBuilder() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntryOrBuilder
-
required .ShardRegionStats stats = 2; - getStatsOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsOrBuilder(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsOrBuilder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - getStatsOrBuilder(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
-
repeated .MapFieldEntry stats = 1; - getStatsOrBuilder(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStatsOrBuilder
-
repeated .MapFieldEntry stats = 1; - getStatsOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsOrBuilderList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsOrBuilder
-
repeated .ClusterShardingStatsEntry stats = 1; - getStatsOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - getStatsOrBuilderList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
-
repeated .MapFieldEntry stats = 1; - getStatsOrBuilderList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStatsOrBuilder
-
repeated .MapFieldEntry stats = 1; - getStatus() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required .MemberStatus status = 3; - getStatus() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
required .MemberStatus status = 3; - getStatus() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
required .MemberStatus status = 3; - getStatus() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required .ReachabilityStatus status = 3; - getStatus() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
-
required .ReachabilityStatus status = 3; - getStatus() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachabilityOrBuilder
-
required .ReachabilityStatus status = 3; - getStoppingDecider() - Static method in class org.apache.pekko.stream.Supervision
-
Java API: Decider function that returns
Supervision.stop()for all exceptions. - getStoppingDecider() - Method in class org.apache.pekko.stream.Supervision$
-
Java API: Decider function that returns
Supervision$.stop()for all exceptions. - getStringElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1; - getStringElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated string stringElements = 1; - getStringElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated string stringElements = 1; - getStringElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3; - getStringElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated string stringElements = 3; - getStringElements(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated string stringElements = 3; - getStringElements(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated string stringElements = 4; - getStringElements(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated string stringElements = 4; - getStringElements(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated string stringElements = 4; - getStringElementsBytes(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1; - getStringElementsBytes(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated string stringElements = 1; - getStringElementsBytes(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated string stringElements = 1; - getStringElementsBytes(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3; - getStringElementsBytes(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated string stringElements = 3; - getStringElementsBytes(int) - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated string stringElements = 3; - getStringElementsBytes(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated string stringElements = 4; - getStringElementsBytes(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated string stringElements = 4; - getStringElementsBytes(int) - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated string stringElements = 4; - getStringElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1; - getStringElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated string stringElements = 1; - getStringElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated string stringElements = 1; - getStringElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3; - getStringElementsCount() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated string stringElements = 3; - getStringElementsCount() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated string stringElements = 3; - getStringElementsCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated string stringElements = 4; - getStringElementsCount() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated string stringElements = 4; - getStringElementsCount() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated string stringElements = 4; - getStringElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1; - getStringElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
repeated string stringElements = 1; - getStringElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder
-
repeated string stringElements = 1; - getStringElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3; - getStringElementsList() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
repeated string stringElements = 3; - getStringElementsList() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
repeated string stringElements = 3; - getStringElementsList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated string stringElements = 4; - getStringElementsList() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
repeated string stringElements = 4; - getStringElementsList() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
repeated string stringElements = 4; - getStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional string stringKey = 1; - getStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
optional string stringKey = 1; - getStringKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
optional string stringKey = 1; - getStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional string stringKey = 1; - getStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
optional string stringKey = 1; - getStringKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
optional string stringKey = 1; - getStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional string stringKey = 1; - getStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional string stringKey = 1; - getStringKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional string stringKey = 1; - getStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional string stringKey = 1; - getStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
optional string stringKey = 1; - getStringKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
optional string stringKey = 1; - getStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional string stringKey = 1; - getStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
optional string stringKey = 1; - getStringKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
optional string stringKey = 1; - getStringKey(Entry) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryReader
- getStringKey(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- getStringKey(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- getStringKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- getStringKey(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- getStringKey(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- getStringKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional string stringKey = 1; - getStringKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
optional string stringKey = 1; - getStringKeyBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
optional string stringKey = 1; - getStringKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional string stringKey = 1; - getStringKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
optional string stringKey = 1; - getStringKeyBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
optional string stringKey = 1; - getStringKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional string stringKey = 1; - getStringKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional string stringKey = 1; - getStringKeyBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional string stringKey = 1; - getStringKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional string stringKey = 1; - getStringKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
optional string stringKey = 1; - getStringKeyBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
optional string stringKey = 1; - getStringKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional string stringKey = 1; - getStringKeyBytes() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
optional string stringKey = 1; - getStringKeyBytes() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
optional string stringKey = 1; - getSubjectReachability(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachability(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachability(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityOrBuilder(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
repeated .SubjectReachability subjectReachability = 2; - getSubjectReachabilityOrBuilderList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder
-
repeated .SubjectReachability subjectReachability = 2; - GetSuccess(Key<A>, A) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- GetSuccess(Key<A>, Option<Object>, A) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- GetSuccess(GetObjectResult<S>) - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- GetSuccess$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.GetSuccess$
- GetSuccess$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess$
- GetSuccess$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetSuccess$
- GetSuccess$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess$
- GetSuccessManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- getSuperviseData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .SuperviseData superviseData = 5; - getSuperviseData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .SuperviseData superviseData = 5; - getSuperviseData() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .SuperviseData superviseData = 5; - getSuperviseDataBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .SuperviseData superviseData = 5; - getSuperviseDataOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .SuperviseData superviseData = 5; - getSuperviseDataOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .SuperviseData superviseData = 5; - getSuperviseDataOrBuilder() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .SuperviseData superviseData = 5; - getSupervisor() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .ActorRefData supervisor = 4; - getSupervisor() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required .ActorRefData supervisor = 4; - getSupervisor() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required .ActorRefData supervisor = 4; - getSupervisorBuilder() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .ActorRefData supervisor = 4; - getSupervisorOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .ActorRefData supervisor = 4; - getSupervisorOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required .ActorRefData supervisor = 4; - getSupervisorOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required .ActorRefData supervisor = 4; - getSupportResend() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required bool supportResend = 3; - getSupportResend() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
-
required bool supportResend = 3; - getSupportResend() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RequestOrBuilder
-
required bool supportResend = 3; - getSuppressed() - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- getSuppressed() - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- getSuppressed() - Static method in exception org.apache.pekko.stream.BindFailedException
- getSystem() - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Returns the system this actor is running in.
- getSystem() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- getSystem() - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
The
ActorSystemto which this Actor belongs. - getSystem() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string system = 1; - getSystem() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
required string system = 1; - getSystem() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
required string system = 1; - getSystem() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string system = 1; - getSystem() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
required string system = 1; - getSystem() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
required string system = 1; - getSystem() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string system = 1; - getSystem() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
required string system = 1; - getSystem() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
required string system = 1; - getSystem() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string system = 2; - getSystem() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required string system = 2; - getSystem() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required string system = 2; - getSystem() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string system = 2; - getSystem() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required string system = 2; - getSystem() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required string system = 2; - getSystem() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string system = 2; - getSystem() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required string system = 2; - getSystem() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required string system = 2; - getSystem() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string system = 1; - getSystem() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
required string system = 1; - getSystem() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
required string system = 1; - getSystem() - Method in class org.apache.pekko.testkit.javadsl.TestKit
- getSystemBytes() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string system = 1; - getSystemBytes() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
required string system = 1; - getSystemBytes() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
required string system = 1; - getSystemBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string system = 1; - getSystemBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
required string system = 1; - getSystemBytes() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
required string system = 1; - getSystemBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string system = 1; - getSystemBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
required string system = 1; - getSystemBytes() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
required string system = 1; - getSystemBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string system = 2; - getSystemBytes() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required string system = 2; - getSystemBytes() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required string system = 2; - getSystemBytes() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string system = 2; - getSystemBytes() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required string system = 2; - getSystemBytes() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required string system = 2; - getSystemBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string system = 2; - getSystemBytes() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required string system = 2; - getSystemBytes() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required string system = 2; - getSystemBytes() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string system = 1; - getSystemBytes() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
required string system = 1; - getSystemBytes() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
required string system = 1; - getSystemUid() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
required uint64 systemUid = 2; - getSystemUid() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
-
required uint64 systemUid = 2; - getSystemUid() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntryOrBuilder
-
required uint64 systemUid = 2; - getTableVersion() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required uint32 tableVersion = 3; - getTableVersion() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
required uint32 tableVersion = 3; - getTableVersion() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
required uint32 tableVersion = 3; - getTags() - Method in class org.apache.pekko.actor.typed.ActorTags
-
Java API: one or more tags defined for the actor
- getTags(int) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
repeated string tags = 12; - getTags(int) - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
repeated string tags = 12; - getTags(int) - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
repeated string tags = 12; - getTagsBytes(int) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
repeated string tags = 12; - getTagsBytes(int) - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
repeated string tags = 12; - getTagsBytes(int) - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
repeated string tags = 12; - getTagsCount() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
repeated string tags = 12; - getTagsCount() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
repeated string tags = 12; - getTagsCount() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
repeated string tags = 12; - getTagsList() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
repeated string tags = 12; - getTagsList() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
repeated string tags = 12; - getTagsList() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
repeated string tags = 12; - getTarget() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
-
Java API
- getTarget() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
-
Java API
- getTargetRef() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
-
required .ActorRef targetRef = 1; - getTargetRef() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
-
required .ActorRef targetRef = 1; - getTargetRef() - Method in interface org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshakeOrBuilder
-
required .ActorRef targetRef = 1; - getTargetRef() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
-
required .ActorRef targetRef = 1; - getTargetRef() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
-
required .ActorRef targetRef = 1; - getTargetRef() - Method in interface org.apache.pekko.stream.StreamRefMessages.SinkRefOrBuilder
-
required .ActorRef targetRef = 1; - getTargetRefBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
-
required .ActorRef targetRef = 1; - getTargetRefBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
-
required .ActorRef targetRef = 1; - getTargetRefOrBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
-
required .ActorRef targetRef = 1; - getTargetRefOrBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
-
required .ActorRef targetRef = 1; - getTargetRefOrBuilder() - Method in interface org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshakeOrBuilder
-
required .ActorRef targetRef = 1; - getTargetRefOrBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
-
required .ActorRef targetRef = 1; - getTargetRefOrBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
-
required .ActorRef targetRef = 1; - getTargetRefOrBuilder() - Method in interface org.apache.pekko.stream.StreamRefMessages.SinkRefOrBuilder
-
required .ActorRef targetRef = 1; - getTestActor() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
ActorRef of the test actor.
- getThrowable() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
-
Java API
- getTimeout() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required uint32 timeout = 3; - getTimeout() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
required uint32 timeout = 3; - getTimeout() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
required uint32 timeout = 3; - getTimeout() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
not used in new records from Akka 2.4.5
- getTimeout() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
-
not used in new records from Akka 2.4.5
- getTimeout() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEventOrBuilder
-
not used in new records from Akka 2.4.5
- getTimeout() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
optional int64 timeout = 3; - getTimeout() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
-
optional int64 timeout = 3; - getTimeout() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder
-
optional int64 timeout = 3; - getTimeoutBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
not used in new records from Akka 2.4.5
- getTimeoutBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
-
not used in new records from Akka 2.4.5
- getTimeoutBytes() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEventOrBuilder
-
not used in new records from Akka 2.4.5
- getTimeoutNanos() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
-
required int64 timeoutNanos = 1; - getTimeoutNanos() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
-
required int64 timeoutNanos = 1; - getTimeoutNanos() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStatsOrBuilder
-
required int64 timeoutNanos = 1; - getTimeoutNanos() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
optional int64 timeoutNanos = 3; - getTimeoutNanos() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
-
optional int64 timeoutNanos = 3; - getTimeoutNanos() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshotOrBuilder
-
optional int64 timeoutNanos = 3; - getTimeoutNanos() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
optional int64 timeoutNanos = 3; - getTimeoutNanos() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
-
optional int64 timeoutNanos = 3; - getTimeoutNanos() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEventOrBuilder
-
optional int64 timeoutNanos = 3; - getTimers() - Method in class org.apache.pekko.actor.AbstractActorWithTimers
-
Start and cancel timers via the enclosed
TimerScheduler. - getTimers() - Method in class org.apache.pekko.actor.UntypedAbstractActorWithTimers
-
Start and cancel timers via the enclosed
TimerScheduler. - getTimestamp() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required sint64 timestamp = 1; - getTimestamp() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
-
required sint64 timestamp = 1; - getTimestamp() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder
-
required sint64 timestamp = 1; - getTimestamp() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
required int64 timestamp = 2; - getTimestamp() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
required int64 timestamp = 2; - getTimestamp() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder
-
required int64 timestamp = 2; - getTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
-
required int64 timestamp = 2; - getTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
-
required int64 timestamp = 2; - getTimestamp() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.TombstoneOrBuilder
-
required int64 timestamp = 2; - getTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
the timestamp could be removed but left for test data compatibility
- getTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
-
the timestamp could be removed but left for test data compatibility
- getTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
required int64 timestamp = 2; - getTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
-
required int64 timestamp = 2; - getTimestamp() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.VersionOrBuilder
-
required int64 timestamp = 2; - getTimestamp() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder
-
the timestamp could be removed but left for test data compatibility
- getTimestamp() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required int64 timestamp = 2; - getTimestamp() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
-
required int64 timestamp = 2; - getTimestamp() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.VersionOrBuilder
-
required int64 timestamp = 2; - getTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required int64 timestamp = 3; - getTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
-
required int64 timestamp = 3; - getTimestamp() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.ConfirmedOrBuilder
-
required int64 timestamp = 3; - getTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required int64 timestamp = 4; - getTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required int64 timestamp = 4; - getTimestamp() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required int64 timestamp = 4; - getTimestamp() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int64 timestamp = 5; - getTimestamp() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required int64 timestamp = 5; - getTimestamp() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required int64 timestamp = 5; - getTimestamp() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional sint64 timestamp = 14; - getTimestamp() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional sint64 timestamp = 14; - getTimestamp() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional sint64 timestamp = 14; - getTimestamp() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- getTimestamp() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional int64 timestamp = 4; - getTimestamp() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional int64 timestamp = 4; - getTimestamp() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional int64 timestamp = 4; - getTo() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress to = 2; - getTo() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
-
required .UniqueAddress to = 2; - getTo() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelopeOrBuilder
-
required .UniqueAddress to = 2; - getTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .Address to = 2; - getTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
-
required .Address to = 2; - getTo() - Method in interface org.apache.pekko.remote.ArteryControlFormats.HandshakeReqOrBuilder
-
required .Address to = 2; - getTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress to = 2; - getTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
-
required .UniqueAddress to = 2; - getTo() - Method in interface org.apache.pekko.remote.ArteryControlFormats.QuarantinedOrBuilder
-
required .UniqueAddress to = 2; - getToArray(Object, int, int, int, Function0<A>, Function3<Object, Object, Object, BoxedUnit>) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- getToBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress to = 2; - getToBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .Address to = 2; - getToBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress to = 2; - getTombstones(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - getTombstones(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .Tombstone tombstones = 7; - getTombstones(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .Tombstone tombstones = 7; - getTombstonesBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - getTombstonesBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - getTombstonesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - getTombstonesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .Tombstone tombstones = 7; - getTombstonesCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .Tombstone tombstones = 7; - getTombstonesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - getTombstonesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .Tombstone tombstones = 7; - getTombstonesList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .Tombstone tombstones = 7; - getTombstonesOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - getTombstonesOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .Tombstone tombstones = 7; - getTombstonesOrBuilder(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .Tombstone tombstones = 7; - getTombstonesOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - getTombstonesOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
repeated .Tombstone tombstones = 7; - getTombstonesOrBuilderList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
repeated .Tombstone tombstones = 7; - getToOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress to = 2; - getToOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
-
required .UniqueAddress to = 2; - getToOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelopeOrBuilder
-
required .UniqueAddress to = 2; - getToOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .Address to = 2; - getToOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
-
required .Address to = 2; - getToOrBuilder() - Method in interface org.apache.pekko.remote.ArteryControlFormats.HandshakeReqOrBuilder
-
required .Address to = 2; - getToOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress to = 2; - getToOrBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
-
required .UniqueAddress to = 2; - getToOrBuilder() - Method in interface org.apache.pekko.remote.ArteryControlFormats.QuarantinedOrBuilder
-
required .UniqueAddress to = 2; - getTopic() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required string topic = 1; - getTopic() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
-
required string topic = 1; - getTopic() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PublishOrBuilder
-
required string topic = 1; - getTopicBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required string topic = 1; - getTopicBytes() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
-
required string topic = 1; - getTopicBytes() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PublishOrBuilder
-
required string topic = 1; - getTopics() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
-
Java API
- GetTopics() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics
- GetTopics$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics$
- getTopicsInstance() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
-
Java API: Send this message to the mediator and it will reply with
DistributedPubSubMediator.CurrentTopicscontaining the names of the (currently known) registered topic names. - getTopicsInstance() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$
-
Java API: Send this message to the mediator and it will reply with
DistributedPubSubMediator.CurrentTopicscontaining the names of the (currently known) registered topic names. - getTopicStats(ActorRef<Topic.TopicStats>) - Static method in class org.apache.pekko.actor.typed.pubsub.Topic
-
Java API: Get a summary of the state for a local topic actor.
- getTopicStats(ActorRef<Topic.TopicStats>) - Method in class org.apache.pekko.actor.typed.pubsub.Topic$
-
Java API: Get a summary of the state for a local topic actor.
- GetTopicStats$() - Constructor for class org.apache.pekko.actor.typed.pubsub.Topic.GetTopicStats$
- getToSeqNr() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
if not set then same as fromSequenceNr
- getToSeqNr() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
if not set then same as fromSequenceNr
- getToSeqNr() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.EntryOrBuilder
-
if not set then same as fromSequenceNr
- getToSeqNumber() - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- getToSequenceNr() - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
-
Java API
- getToSequenceNr() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
-
Java API
- getToSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
optional sfixed64 toSystemUid = 3; - getToSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
optional sfixed64 toSystemUid = 3; - getToSystemUid() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
optional sfixed64 toSystemUid = 3; - getToSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
optional sfixed64 toSystemUid = 4; - getToSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
optional sfixed64 toSystemUid = 4; - getToSystemUid() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
optional sfixed64 toSystemUid = 4; - getTotalInstances() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required uint32 totalInstances = 1; - getTotalInstances() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
required uint32 totalInstances = 1; - getTotalInstances() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
required uint32 totalInstances = 1; - getTotChunks() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
required uint32 totChunks = 2; - getTotChunks() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
required uint32 totChunks = 2; - getTotChunks() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
required uint32 totChunks = 2; - getType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
required .NodeMetrics.NumberType type = 1; - getType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
-
required .NodeMetrics.NumberType type = 1; - getType() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
-
required .NodeMetrics.NumberType type = 1; - getType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
-
required .ConfigCheck.Type type = 1; - getType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
-
required .ConfigCheck.Type type = 1; - getType() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheckOrBuilder
-
required .ConfigCheck.Type type = 1; - getType() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
-
required .PatternType type = 1; - getType() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
-
required .PatternType type = 1; - getType() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionOrBuilder
-
required .PatternType type = 1; - getType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
required .SystemMessage.Type type = 1; - getType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
required .SystemMessage.Type type = 1; - getType() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
required .SystemMessage.Type type = 1; - getTypeId() - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- getTypeId() - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- getTypeId() - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- getTypeKey() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityRef
-
The name of the EntityTypeKey associated with this EntityRef
- getUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required sfixed32 uid = 2; - getUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
-
required sfixed32 uid = 2; - getUid() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder
-
required sfixed32 uid = 2; - getUid() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required uint32 uid = 2; - getUid() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
-
required uint32 uid = 2; - getUid() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder
-
required uint32 uid = 2; - getUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
-
required uint64 uid = 1; - getUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
-
required uint64 uid = 1; - getUid() - Method in interface org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRspOrBuilder
-
required uint64 uid = 1; - getUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required uint64 uid = 2; - getUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
-
required uint64 uid = 2; - getUid() - Method in interface org.apache.pekko.remote.ArteryControlFormats.UniqueAddressOrBuilder
-
required uint64 uid = 2; - getUid() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
-
required uint64 uid = 1; - getUid() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
-
required uint64 uid = 1; - getUid() - Method in interface org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponseOrBuilder
-
required uint64 uid = 1; - getUid() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required uint64 uid = 2; - getUid() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
-
required uint64 uid = 2; - getUid() - Method in interface org.apache.pekko.remote.SystemMessageFormats.FailedDataOrBuilder
-
required uint64 uid = 2; - getUid() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required fixed64 uid = 2; - getUid() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
-
required fixed64 uid = 2; - getUid() - Method in interface org.apache.pekko.remote.WireFormats.PekkoHandshakeInfoOrBuilder
-
required fixed64 uid = 2; - getUid2() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
64 bit uids but with backward wire compatibility
- getUid2() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
-
64 bit uids but with backward wire compatibility
- getUid2() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder
-
64 bit uids but with backward wire compatibility
- getUid2() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
64 bit uids but with backward wire compatibility
- getUid2() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
-
64 bit uids but with backward wire compatibility
- getUid2() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder
-
64 bit uids but with backward wire compatibility
- getUnallocatedShards(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4; - getUnallocatedShards(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string unallocatedShards = 4; - getUnallocatedShards(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string unallocatedShards = 4; - getUnallocatedShardsBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4; - getUnallocatedShardsBytes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string unallocatedShards = 4; - getUnallocatedShardsBytes(int) - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string unallocatedShards = 4; - getUnallocatedShardsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4; - getUnallocatedShardsCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string unallocatedShards = 4; - getUnallocatedShardsCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string unallocatedShards = 4; - getUnallocatedShardsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4; - getUnallocatedShardsList() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
repeated string unallocatedShards = 4; - getUnallocatedShardsList() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder
-
repeated string unallocatedShards = 4; - getUnconfirmed(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmed(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmed(int) - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedBuilder(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedBuilderList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedCount() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedCount() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedCount() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedDeliveries() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
-
Java API
- getUnconfirmedDeliveries() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
-
Java API
- getUnconfirmedDeliveries(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveries(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveries(int) - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesBuilder(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesBuilderList() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesCount() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesCount() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesCount() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesList() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesList() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesList() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesOrBuilder(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesOrBuilder(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesOrBuilder(int) - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesOrBuilderList() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesOrBuilderList() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedDeliveriesOrBuilderList() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - getUnconfirmedList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedList() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedOrBuilder(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedOrBuilder(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedOrBuilder(int) - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedOrBuilderList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedOrBuilderList() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnconfirmedOrBuilderList() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - getUnderlying() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlying() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlying() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlying() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlying() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlying() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlying() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSet underlying = 2; - getUnderlying() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
-
required .ORSet underlying = 2; - getUnderlying() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder
-
required .ORSet underlying = 2; - getUnderlyingBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlyingBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlyingBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSet underlying = 2; - getUnderlyingOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlyingOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlyingOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlyingOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlyingOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlyingOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - getUnderlyingOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSet underlying = 2; - getUnderlyingOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
-
required .ORSet underlying = 2; - getUnderlyingOrBuilder() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder
-
required .ORSet underlying = 2; - getUnit() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
-
required .TimeUnit unit = 2; - getUnit() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
-
required .TimeUnit unit = 2; - getUnit() - Method in interface org.apache.pekko.remote.WireFormats.FiniteDurationOrBuilder
-
required .TimeUnit unit = 2; - getUnknownFields() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- getUnknownFields() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- getUnknownFields() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- getUnknownFields() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- getUnknownFields() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- getUnknownFields() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- getUnknownFields() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- getUnknownFields() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- getUnknownFields() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- getUnknownFields() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- getUnknownFields() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- getUnknownFields() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- getUnknownFields() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- getUnknownFields() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- getUnknownFields() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- getUnknownFields() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- getUnknownFields() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- getUnknownFields() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- getUnknownFields() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- getUnknownFields() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- getUnknownFields() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- getUnknownFields() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- getUnknownFields() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- getUnknownFields() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- getUnknownFields() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- getUnknownFields() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.Option
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- getUnknownFields() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- getUnknownFields() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- getUnknownFields() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- getUnknownFields() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- getUnknownFields() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- getUnknownFields() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- getUnknownFields() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- getUnknownFields() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- getUnknownFields() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- getUnknownFields() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- getUnknownFields() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- getUnknownFields() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.AddressData
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.DeployData
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.PropsData
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- getUnknownFields() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- getUnknownFields() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- getUnknownFields() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- getUnknownFields() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- getUnknownFields() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- getUnknownFields() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- getUnknownFields() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- getUnknownFields() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- getUnknownFields() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- getUnknownFields() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- getUnreachable() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Java API: get current unreachable set.
- getUnreachable() - Method in interface org.apache.pekko.cluster.ClusterNodeMBean
-
Comma separated addresses of unreachable member nodes.
- getUnreachableDataCenters() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Java API: All data centers in the cluster
- getUpNumber() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required int32 upNumber = 2; - getUpNumber() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
required int32 upNumber = 2; - getUpNumber() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
required int32 upNumber = 2; - getUpperBound() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 upperBound = 2; - getUpperBound() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required uint32 upperBound = 2; - getUpperBound() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required uint32 upperBound = 2; - getUsePoolDispatcher() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
required bool usePoolDispatcher = 4; - getUsePoolDispatcher() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
required bool usePoolDispatcher = 4; - getUsePoolDispatcher() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder
-
required bool usePoolDispatcher = 4; - getUsePoolDispatcher() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
required bool usePoolDispatcher = 3; - getUsePoolDispatcher() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
required bool usePoolDispatcher = 3; - getUsePoolDispatcher() - Method in interface org.apache.pekko.remote.WireFormats.GenericRoutingPoolOrBuilder
-
required bool usePoolDispatcher = 3; - getUseRole() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
optional string useRole = 4; - getUseRole() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
optional string useRole = 4; - getUseRole() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
optional string useRole = 4; - getUseRoleBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
optional string useRole = 4; - getUseRoleBytes() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
optional string useRole = 4; - getUseRoleBytes() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
optional string useRole = 4; - getUseRoles(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
repeated string useRoles = 5; - getUseRoles(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
repeated string useRoles = 5; - getUseRoles(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
repeated string useRoles = 5; - getUseRolesBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
repeated string useRoles = 5; - getUseRolesBytes(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
repeated string useRoles = 5; - getUseRolesBytes(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
repeated string useRoles = 5; - getUseRolesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
repeated string useRoles = 5; - getUseRolesCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
repeated string useRoles = 5; - getUseRolesCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
repeated string useRoles = 5; - getUseRolesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
repeated string useRoles = 5; - getUseRolesList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
repeated string useRoles = 5; - getUseRolesList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
repeated string useRoles = 5; - getValue() - Method in class org.apache.pekko.cluster.ddata.GCounter
-
Java API: Current total value of the counter.
- getValue() - Method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Java API
- getValue() - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Java API: Current total value of the counter.
- getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required bytes value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
-
required bytes value = 2; - getValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.EntryOrBuilder
-
required bytes value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - getValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - getValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - getValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - getValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - getValue() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
required double value = 1; - getValue() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
-
required double value = 1; - getValue() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder
-
required double value = 1; - getValue() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
-
optional int32 value = 2; - getValue() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
-
optional int32 value = 2; - getValue() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntryOrBuilder
-
optional int32 value = 2; - getValue() - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl
- getValue() - Method in class org.apache.pekko.pattern.StatusReply
-
Java API: in the case of a successful reply returns the value, if the reply was not successful the exception the failure was created with is thrown
- getValue() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
-
required bytes value = 1; - getValue() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
-
required bytes value = 1; - getValue() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterOrBuilder
-
required bytes value = 1; - getValue() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
-
optional .Payload value = 1; - getValue() - Method in class org.apache.pekko.remote.ContainerFormats.Option
-
optional .Payload value = 1; - getValue() - Method in interface org.apache.pekko.remote.ContainerFormats.OptionOrBuilder
-
optional .Payload value = 1; - getValue() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
-
required int64 value = 1; - getValue() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
-
required int64 value = 1; - getValue() - Method in interface org.apache.pekko.remote.WireFormats.FiniteDurationOrBuilder
-
required int64 value = 1; - getValue(A) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Java API: The count for a key, or
nullif it doesn't exist - getValue(Entry) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryReader
- getValue(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- getValue(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- getValue(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- getValue(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- getValue(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- getValue32() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional uint32 value32 = 2; - getValue32() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
-
optional uint32 value32 = 2; - getValue32() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
-
optional uint32 value32 = 2; - getValue64() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional uint64 value64 = 3; - getValue64() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
-
optional uint64 value64 = 3; - getValue64() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
-
optional uint64 value64 = 3; - getValueBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - getValueBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValueBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValueBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - getValueBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - getValueBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
-
optional .Payload value = 1; - getValueDescriptor() - Method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
- getValueDescriptor() - Method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
- getValueDescriptor() - Method in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
- getValueDescriptor() - Method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
- getValueDescriptor() - Method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
- getValueDescriptor() - Method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
- getValueDescriptor() - Method in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
- getValueDescriptor() - Method in enum org.apache.pekko.remote.ContainerFormats.PatternType
- getValueDescriptor() - Method in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
- getValueDescriptor() - Method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
- getValueDescriptor() - Method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
- getValueDescriptor() - Method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
- getValueDescriptor() - Method in enum org.apache.pekko.remote.WireFormats.CommandType
- getValueDescriptor() - Method in enum org.apache.pekko.remote.WireFormats.TimeUnit
- getValueOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - getValueOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - getValueOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - getValueOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValueOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValueOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValueOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValueOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValueOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - getValueOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - getValueOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - getValueOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - getValueOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - getValueOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - getValueOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - getValueOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
-
optional .Payload value = 1; - getValueOrBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Option
-
optional .Payload value = 1; - getValueOrBuilder() - Method in interface org.apache.pekko.remote.ContainerFormats.OptionOrBuilder
-
optional .Payload value = 1; - getValues(int) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated uint32 values = 5; - getValues(int) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
repeated uint32 values = 5; - getValues(int) - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
repeated uint32 values = 5; - getValuesCount() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated uint32 values = 5; - getValuesCount() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
repeated uint32 values = 5; - getValuesCount() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
repeated uint32 values = 5; - getValuesList() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated uint32 values = 5; - getValuesList() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
repeated uint32 values = 5; - getValuesList() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
repeated uint32 values = 5; - getVersion() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required int64 version = 2; - getVersion() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
-
required int64 version = 2; - getVersion() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.EntryOrBuilder
-
required int64 version = 2; - getVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .VectorClock version = 6; - getVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
required .VectorClock version = 6; - getVersion() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
required .VectorClock version = 6; - getVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .VectorClock version = 3; - getVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
required .VectorClock version = 3; - getVersion() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
required .VectorClock version = 3; - getVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
required int64 version = 4; - getVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
required int64 version = 4; - getVersion() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder
-
required int64 version = 4; - getVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required int64 version = 4; - getVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
-
required int64 version = 4; - getVersion() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachabilityOrBuilder
-
required int64 version = 4; - getVersion() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required int64 version = 2; - getVersion() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
required int64 version = 2; - getVersion() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder
-
required int64 version = 2; - getVersion() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required int64 version = 2; - getVersion() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
-
required int64 version = 2; - getVersion() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder
-
required int64 version = 2; - getVersion() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
required .VersionVector version = 1; - getVersion() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
-
required .VersionVector version = 1; - getVersion() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadataOrBuilder
-
required .VersionVector version = 1; - getVersion() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
-
required int64 version = 2; - getVersion() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
-
required int64 version = 2; - getVersion() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.EntryOrBuilder
-
required int64 version = 2; - getVersion() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required uint32 version = 2; - getVersion() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
-
required uint32 version = 2; - getVersion() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAckOrBuilder
-
required uint32 version = 2; - getVersionBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .VectorClock version = 6; - getVersionBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .VectorClock version = 3; - getVersionBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
required .VersionVector version = 1; - getVersionOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .VectorClock version = 6; - getVersionOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
required .VectorClock version = 6; - getVersionOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
required .VectorClock version = 6; - getVersionOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .VectorClock version = 3; - getVersionOrBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
required .VectorClock version = 3; - getVersionOrBuilder() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
required .VectorClock version = 3; - getVersionOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
required .VersionVector version = 1; - getVersionOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
-
required .VersionVector version = 1; - getVersionOrBuilder() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadataOrBuilder
-
required .VersionVector version = 1; - getVersions(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - getVersions(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
-
repeated .VectorClock.Version versions = 2; - getVersions(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder
-
repeated .VectorClock.Version versions = 2; - getVersions(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - getVersions(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
-
repeated .Status.Version versions = 1; - getVersions(int) - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.StatusOrBuilder
-
repeated .Status.Version versions = 1; - getVersionsBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - getVersionsBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - getVersionsBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - getVersionsBuilderList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - getVersionsCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - getVersionsCount() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
-
repeated .VectorClock.Version versions = 2; - getVersionsCount() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder
-
repeated .VectorClock.Version versions = 2; - getVersionsCount() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - getVersionsCount() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
-
repeated .Status.Version versions = 1; - getVersionsCount() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.StatusOrBuilder
-
repeated .Status.Version versions = 1; - getVersionsList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - getVersionsList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
-
repeated .VectorClock.Version versions = 2; - getVersionsList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder
-
repeated .VectorClock.Version versions = 2; - getVersionsList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - getVersionsList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
-
repeated .Status.Version versions = 1; - getVersionsList() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.StatusOrBuilder
-
repeated .Status.Version versions = 1; - getVersionsOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - getVersionsOrBuilder(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
-
repeated .VectorClock.Version versions = 2; - getVersionsOrBuilder(int) - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder
-
repeated .VectorClock.Version versions = 2; - getVersionsOrBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - getVersionsOrBuilder(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
-
repeated .Status.Version versions = 1; - getVersionsOrBuilder(int) - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.StatusOrBuilder
-
repeated .Status.Version versions = 1; - getVersionsOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - getVersionsOrBuilderList() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
-
repeated .VectorClock.Version versions = 2; - getVersionsOrBuilderList() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder
-
repeated .VectorClock.Version versions = 2; - getVersionsOrBuilderList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - getVersionsOrBuilderList() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
-
repeated .Status.Version versions = 1; - getVersionsOrBuilderList() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.StatusOrBuilder
-
repeated .Status.Version versions = 1; - getVersionVector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required .VersionVector versionVector = 3; - getVersionVector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
required .VersionVector versionVector = 3; - getVersionVector() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
-
required .VersionVector versionVector = 3; - getVersionVector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional .VersionVector versionVector = 2; - getVersionVector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
-
optional .VersionVector versionVector = 2; - getVersionVector() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaDataOrBuilder
-
optional .VersionVector versionVector = 2; - getVersionVectorBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required .VersionVector versionVector = 3; - getVersionVectorBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional .VersionVector versionVector = 2; - getVersionVectorOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required .VersionVector versionVector = 3; - getVersionVectorOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
required .VersionVector versionVector = 3; - getVersionVectorOrBuilder() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
-
required .VersionVector versionVector = 3; - getVersionVectorOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional .VersionVector versionVector = 2; - getVersionVectorOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
-
optional .VersionVector versionVector = 2; - getVersionVectorOrBuilder() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaDataOrBuilder
-
optional .VersionVector versionVector = 2; - getViaTimeout() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required bool viaTimeout = 4; - getViaTimeout() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
-
required bool viaTimeout = 4; - getViaTimeout() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RequestOrBuilder
-
required bool viaTimeout = 4; - getVvector() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - getVvector() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - getVvector() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - getVvector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required .VersionVector vvector = 2; - getVvector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
required .VersionVector vvector = 2; - getVvector() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
required .VersionVector vvector = 2; - getVvectorBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - getVvectorBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required .VersionVector vvector = 2; - getVvectorOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - getVvectorOrBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - getVvectorOrBuilder() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - getVvectorOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required .VersionVector vvector = 2; - getVvectorOrBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
required .VersionVector vvector = 2; - getVvectorOrBuilder() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
required .VersionVector vvector = 2; - getWatchData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .WatchData watchData = 2; - getWatchData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .WatchData watchData = 2; - getWatchData() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .WatchData watchData = 2; - getWatchDataBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .WatchData watchData = 2; - getWatchDataOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .WatchData watchData = 2; - getWatchDataOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .WatchData watchData = 2; - getWatchDataOrBuilder() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .WatchData watchData = 2; - getWatchee() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watchee = 1; - getWatchee() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
-
required .ActorRef watchee = 1; - getWatchee() - Method in interface org.apache.pekko.remote.SystemMessageFormats.WatchDataOrBuilder
-
required .ActorRef watchee = 1; - getWatcheeBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watchee = 1; - getWatcheeOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watchee = 1; - getWatcheeOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
-
required .ActorRef watchee = 1; - getWatcheeOrBuilder() - Method in interface org.apache.pekko.remote.SystemMessageFormats.WatchDataOrBuilder
-
required .ActorRef watchee = 1; - getWatcher() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watcher = 2; - getWatcher() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
-
required .ActorRef watcher = 2; - getWatcher() - Method in interface org.apache.pekko.remote.SystemMessageFormats.WatchDataOrBuilder
-
required .ActorRef watcher = 2; - getWatcherBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watcher = 2; - getWatcherOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watcher = 2; - getWatcherOrBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
-
required .ActorRef watcher = 2; - getWatcherOrBuilder() - Method in interface org.apache.pekko.remote.SystemMessageFormats.WatchDataOrBuilder
-
required .ActorRef watcher = 2; - getWhenTerminated() - Method in class org.apache.pekko.actor.ActorSystem
-
Returns a CompletionStage which will be completed after the ActorSystem has been terminated and termination hooks have been executed.
- getWhenTerminated() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Java API: Returns a CompletionStage which will be completed after the ActorSystem has been terminated and termination hooks have been executed.
- getWildcardFanOut() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
optional for pre 2.3.4 compatibility
- getWildcardFanOut() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
optional for pre 2.3.4 compatibility
- getWildcardFanOut() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
optional for pre 2.3.4 compatibility
- getWithin() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .FiniteDuration within = 2; - getWithin() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
-
required .FiniteDuration within = 2; - getWithin() - Method in interface org.apache.pekko.remote.WireFormats.ScatterGatherPoolOrBuilder
-
required .FiniteDuration within = 2; - getWithin() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration within = 2; - getWithin() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
-
required .FiniteDuration within = 2; - getWithin() - Method in interface org.apache.pekko.remote.WireFormats.TailChoppingPoolOrBuilder
-
required .FiniteDuration within = 2; - getWithinBuilder() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .FiniteDuration within = 2; - getWithinBuilder() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration within = 2; - getWithinOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .FiniteDuration within = 2; - getWithinOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
-
required .FiniteDuration within = 2; - getWithinOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.ScatterGatherPoolOrBuilder
-
required .FiniteDuration within = 2; - getWithinOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration within = 2; - getWithinOrBuilder() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
-
required .FiniteDuration within = 2; - getWithinOrBuilder() - Method in interface org.apache.pekko.remote.WireFormats.TailChoppingPoolOrBuilder
-
required .FiniteDuration within = 2; - getWithValueDeltas() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
optional bool withValueDeltas = 3; - getWithValueDeltas() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
optional bool withValueDeltas = 3; - getWithValueDeltas() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder
-
optional bool withValueDeltas = 3; - GetWorkerStats(ActorRef<WorkPullingProducerController.WorkerStats>) - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- GetWorkerStats$() - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats$
- getWriterUuid() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string writerUuid = 13; - getWriterUuid() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string writerUuid = 13; - getWriterUuid() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string writerUuid = 13; - getWriterUuidBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string writerUuid = 13; - getWriterUuidBytes() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string writerUuid = 13; - getWriterUuidBytes() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string writerUuid = 13; - getZeroTag() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required sint32 zeroTag = 3; - getZeroTag() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
required sint32 zeroTag = 3; - getZeroTag() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
required sint32 zeroTag = 3; - global() - Static method in class org.apache.pekko.dispatch.ExecutionContexts
- global() - Method in class org.apache.pekko.dispatch.ExecutionContexts$
- globalOffset() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- gossip() - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- gossip() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
-
Gossip to peer nodes.
- gossip(Object, ActorRef) - Method in interface org.apache.pekko.routing.Listeners
-
Sends the supplied message to all current listeners using the provided sender() as sender.
- Gossip(Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>, boolean, Option<Object>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- GOSSIP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- GOSSIP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- Gossip$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- Gossip$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip$
- Gossip$() - Constructor for class org.apache.pekko.cluster.Gossip$
- gossip$default$2(Object) - Method in interface org.apache.pekko.routing.Listeners
- GossipDifferentViewProbability() - Method in class org.apache.pekko.cluster.ClusterSettings
- GossipEnvelope$ - Class in org.apache.pekko.cluster
- GossipEnvelope$() - Constructor for class org.apache.pekko.cluster.GossipEnvelope$
- GossipEnvelopeManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- GossipEnvelopeManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- gossipInterval() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- gossipInterval() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- GossipInterval() - Method in class org.apache.pekko.cluster.ClusterSettings
- gossipIntervalDivisor() - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- GossipManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- GossipOverview$ - Class in org.apache.pekko.cluster
- GossipOverview$() - Constructor for class org.apache.pekko.cluster.GossipOverview$
- GossipSpeedupTick$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.GossipSpeedupTick$
- GossipStats$ - Class in org.apache.pekko.cluster
- GossipStats$() - Constructor for class org.apache.pekko.cluster.GossipStats$
- GossipStatus$ - Class in org.apache.pekko.cluster
- GossipStatus$() - Constructor for class org.apache.pekko.cluster.GossipStatus$
- GossipStatusManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- GossipStatusManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- gossipTask() - Method in class org.apache.pekko.cluster.ddata.Replicator
- gossipTask() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- GossipTick() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- GossipTick() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- GossipTick$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick$
- GossipTick$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.GossipTick$
- GossipTick$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick$
- GossipTimeToLive() - Method in class org.apache.pekko.cluster.ClusterSettings
- gossipTo(Address) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- gossipTo(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.Replicator
- goTo(S) - Method in class org.apache.pekko.actor.AbstractFSM
-
Produce transition to other state.
- goTo(S) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Produce transition to other state.
- gotoHandingOver(Option<ActorRef>, Option<ActorRef>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- gotoOldest() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- gotoStopping(ActorRef) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- gotRef() - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- gotSeqNr() - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- grab() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- grab(Inlet<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Once the callback
InHandler.onPushfor an input port has been invoked, the element that has been pushed can be retrieved via this method. - gracefulClose(Channel, ExecutionContext) - Static method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- gracefulClose(Channel, ExecutionContext) - Method in class org.apache.pekko.remote.transport.netty.NettyTransport$
- gracefulShutdownInProgress() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- gracefulShutdownInProgress_$eq(Set<ActorRef>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- gracefulShutdownInstance() - Method in class org.apache.pekko.cluster.sharding.ShardRegion$
-
Java API: Send this message to the
ShardRegionactor to handoff all shards that are hosted by theShardRegionand then theShardRegionactor will be stopped. - GracefulShutdownQuarantinedEvent - Class in org.apache.pekko.remote.artery
- GracefulShutdownQuarantinedEvent - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- GracefulShutdownQuarantinedEvent(UniqueAddress, String) - Constructor for class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- GracefulShutdownQuarantinedEvent(UniqueAddress, String) - Constructor for class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- GracefulShutdownQuarantinedEvent$ - Class in org.apache.pekko.remote.artery
- GracefulShutdownQuarantinedEvent$ - Class in org.apache.pekko.remote
- GracefulShutdownQuarantinedEvent$() - Constructor for class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent$
- GracefulShutdownQuarantinedEvent$() - Constructor for class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent$
- GracefulShutdownReq(ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- GracefulShutdownReq$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq$
- gracefulStop(ActorRef, Duration) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns a
CompletionStagethat will be completed with success (valuetrue) when existing messages of the target actor has been processed and the actor has been terminated. - gracefulStop(ActorRef, Duration) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns a
CompletionStagethat will be completed with success (valuetrue) when existing messages of the target actor has been processed and the actor has been terminated. - gracefulStop(ActorRef, Duration) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Patterns.gracefulStop instead. Since Akka 2.5.19.
- gracefulStop(ActorRef, Duration) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Patterns.gracefulStop instead. Since Akka 2.5.19.
- gracefulStop(ActorRef, Duration, Object) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns a
CompletionStagethat will be completed with success (valuetrue) when existing messages of the target actor has been processed and the actor has been terminated. - gracefulStop(ActorRef, Duration, Object) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns a
CompletionStagethat will be completed with success (valuetrue) when existing messages of the target actor has been processed and the actor has been terminated. - gracefulStop(ActorRef, Duration, Object) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Patterns.gracefulStop instead. Since Akka 2.5.19.
- gracefulStop(ActorRef, Duration, Object) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Patterns.gracefulStop instead. Since Akka 2.5.19.
- gracefulStop(ActorRef, FiniteDuration) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns a
Futurethat will be completed with success (valuetrue) when existing messages of the target actor has been processed and the actor has been terminated. - gracefulStop(ActorRef, FiniteDuration) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns a
Futurethat will be completed with success (valuetrue) when existing messages of the target actor has been processed and the actor has been terminated. - gracefulStop(ActorRef, FiniteDuration) - 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.
- gracefulStop(ActorRef, FiniteDuration) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- gracefulStop(ActorRef, FiniteDuration, Object) - Method in interface org.apache.pekko.pattern.GracefulStopSupport
-
Returns a
Futurethat will be completed with success (valuetrue) when existing messages of the target actor has been processed and the actor has been terminated. - gracefulStop(ActorRef, FiniteDuration, Object) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns a
Futurethat will be completed with success (valuetrue) when existing messages of the target actor has been processed and the actor has been terminated. - gracefulStop(ActorRef, FiniteDuration, Object) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns a
Futurethat will be completed with success (valuetrue) when existing messages of the target actor has been processed and the actor has been terminated. - gracefulStop(ActorRef, FiniteDuration, Object) - 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.
- gracefulStop(ActorRef, FiniteDuration, Object) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- gracefulStop$default$3() - Method in interface org.apache.pekko.pattern.GracefulStopSupport
- GracefulStopSupport - Interface in org.apache.pekko.pattern
- Graph<S extends Shape,M> - Interface in org.apache.pekko.stream
-
Not intended to be directly extended by user classes
- Graph.GraphMapMatVal<S extends Shape,M> - Class in org.apache.pekko.stream
-
Scala API, see https://github.com/akka/akka/issues/28501 for discussion why this can't be an instance method on class Graph.
- Graph$ - Class in org.apache.pekko.stream
- Graph$() - Constructor for class org.apache.pekko.stream.Graph$
- GraphApply - Interface in org.apache.pekko.stream.scaladsl
- GraphDSL - Class in org.apache.pekko.stream.javadsl
- GraphDSL() - Constructor for class org.apache.pekko.stream.javadsl.GraphDSL
- GraphDSL.Builder<Mat> - Class in org.apache.pekko.stream.javadsl
- GraphDSL.Builder.ForwardOps<T> - Class in org.apache.pekko.stream.javadsl
- GraphDSL.Builder.ReverseOps<T> - Class in org.apache.pekko.stream.javadsl
- GraphDSL$ - Class in org.apache.pekko.stream.javadsl
- GraphDSL$ - Class in org.apache.pekko.stream.scaladsl
- GraphDSL$() - Constructor for class org.apache.pekko.stream.javadsl.GraphDSL$
- GraphDSL$() - Constructor for class org.apache.pekko.stream.scaladsl.GraphDSL$
- GraphMapMatVal(Graph<S, M>) - Constructor for class org.apache.pekko.stream.Graph.GraphMapMatVal
- GraphMapMatVal(Graph<S, M>) - Method in class org.apache.pekko.stream.Graph$
- GraphStage<S extends Shape> - Class in org.apache.pekko.stream.stage
-
A GraphStage represents a reusable graph stream processing operator.
- GraphStage() - Constructor for class org.apache.pekko.stream.stage.GraphStage
- GraphStageLogic - Class in org.apache.pekko.stream.stage
-
Represents the processing logic behind a
GraphStage. - GraphStageLogic(Shape) - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic
- GraphStageLogic.ConditionalTerminateInput - Class in org.apache.pekko.stream.stage
-
Input handler that terminates the state upon receiving completion if the given condition holds at that time.
- GraphStageLogic.ConditionalTerminateOutput - Class in org.apache.pekko.stream.stage
-
Output handler that terminates the state upon receiving completion if the given condition holds at that time.
- GraphStageLogic.EagerTerminateInput$ - Class in org.apache.pekko.stream.stage
-
Input handler that terminates the operator upon receiving completion.
- GraphStageLogic.EagerTerminateOutput$ - Class in org.apache.pekko.stream.stage
-
Output handler that terminates the operator upon cancellation.
- GraphStageLogic.IgnoreTerminateInput$ - Class in org.apache.pekko.stream.stage
-
Input handler that does not terminate the operator upon receiving completion.
- GraphStageLogic.IgnoreTerminateOutput$ - Class in org.apache.pekko.stream.stage
-
Output handler that does not terminate the operator upon cancellation.
- GraphStageLogic.StageActor - Class in org.apache.pekko.stream.stage
-
Minimal actor to work with other actors and watch them in a synchronous ways
- GraphStageLogic.StageActorRef$ - Class in org.apache.pekko.stream.stage
- GraphStageLogic.StageActorRefNotInitializedException - Exception in org.apache.pekko.stream.stage
- GraphStageLogic.StageActorRefNotInitializedException$ - Class in org.apache.pekko.stream.stage
- GraphStageLogic.SubSinkInlet<T> - Class in org.apache.pekko.stream.stage
-
INTERNAL API
- GraphStageLogic.SubSourceOutlet<T> - Class in org.apache.pekko.stream.stage
-
INTERNAL API
- GraphStageLogic.TotallyIgnorantInput$ - Class in org.apache.pekko.stream.stage
-
Input handler that does not terminate the operator upon receiving completion nor failure.
- GraphStageLogic$ - Class in org.apache.pekko.stream.stage
- GraphStageLogic$() - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic$
- GraphStageLogicWithLogging - Class in org.apache.pekko.stream.stage
-
Java API:
GraphStageLogicwithStageLogging. - GraphStageLogicWithLogging(Shape) - Constructor for class org.apache.pekko.stream.stage.GraphStageLogicWithLogging
- GraphStageMessages - Class in org.apache.pekko.stream.testkit
-
Messages emitted after the corresponding
stageUnderTestmethods has been invoked. - GraphStageMessages() - Constructor for class org.apache.pekko.stream.testkit.GraphStageMessages
- GraphStageMessages.DownstreamFinish$ - Class in org.apache.pekko.stream.testkit
- GraphStageMessages.Failure - Class in org.apache.pekko.stream.testkit
- GraphStageMessages.Failure$ - Class in org.apache.pekko.stream.testkit
- GraphStageMessages.Pull$ - Class in org.apache.pekko.stream.testkit
- GraphStageMessages.Push$ - Class in org.apache.pekko.stream.testkit
- GraphStageMessages.StageFailure - Class in org.apache.pekko.stream.testkit
-
Sent to the probe when the operator callback threw an exception param: operation The operation that failed
- GraphStageMessages.StageFailure$ - Class in org.apache.pekko.stream.testkit
- GraphStageMessages.StageMessage - Interface in org.apache.pekko.stream.testkit
- GraphStageMessages.UpstreamFinish$ - Class in org.apache.pekko.stream.testkit
- GraphStageMessages$ - Class in org.apache.pekko.stream.testkit
-
Messages emitted after the corresponding
stageUnderTestmethods has been invoked. - GraphStageMessages$() - Constructor for class org.apache.pekko.stream.testkit.GraphStageMessages$
- GraphStageWithMaterializedValue<S extends Shape,M> - Class in org.apache.pekko.stream.stage
-
Scala API: A GraphStage represents a reusable graph stream processing operator.
- GraphStageWithMaterializedValue() - Constructor for class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue
- group() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- group() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- group(ServiceKey<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Routers
-
A router that will keep track of the available routees registered to the
pekko.actor.typed.receptionist.Receptionistand route over those by random selection. - group(ServiceKey<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Routers$
-
A router that will keep track of the available routees registered to the
pekko.actor.typed.receptionist.Receptionistand route over those by random selection. - group(ServiceKey<T>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Routers
-
A router that will keep track of the available routees registered to the
pekko.actor.typed.receptionist.Receptionistand route over those by random selection. - group(ServiceKey<T>) - Method in class org.apache.pekko.actor.typed.scaladsl.Routers$
-
A router that will keep track of the available routees registered to the
pekko.actor.typed.receptionist.Receptionistand route over those by random selection. - Group - Interface in org.apache.pekko.routing
-
RouterConfigfor router actor with routee actors that are created external to the router and the router sends messages to the specified path using actor selection, without watching for termination. - Group(FiniteDuration, RoutingLogic) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- GroupBase - Class in org.apache.pekko.routing
-
Java API: Base class for custom router
Group - GroupBase() - Constructor for class org.apache.pekko.routing.GroupBase
- groupBy(int, Function<Out, K>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
This operation demultiplexes the incoming stream into separate output streams, one for each element key.
- groupBy(int, Function<Out, K>) - Method in class org.apache.pekko.stream.javadsl.Source
-
This operation demultiplexes the incoming stream into separate output streams, one for each element key.
- groupBy(int, Function<Out, K>, boolean) - Method in class org.apache.pekko.stream.javadsl.Flow
-
This operation demultiplexes the incoming stream into separate output streams, one for each element key.
- groupBy(int, Function<Out, K>, boolean) - Method in class org.apache.pekko.stream.javadsl.Source
-
This operation demultiplexes the incoming stream into separate output streams, one for each element key.
- groupBy(int, Function1<Out, K>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
This operation demultiplexes the incoming stream into separate output streams, one for each element key.
- groupBy(int, Function1<Out, K>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
This operation demultiplexes the incoming stream into separate output streams, one for each element key.
- grouped(int) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Chunk up this stream into groups of the given size, with the last group possibly smaller than requested due to end-of-stream.
- grouped(int) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.grouped. - grouped(int) - Method in class org.apache.pekko.stream.javadsl.Source
-
Chunk up this stream into groups of the given size, with the last group possibly smaller than requested due to end-of-stream.
- grouped(int) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.grouped. - grouped(int) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Chunk up this stream into groups of the given size, with the last group possibly smaller than requested due to end-of-stream.
- grouped(int) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Chunk up this stream into groups of the given size, with the last group possibly smaller than requested due to end-of-stream.
- grouped(int) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Chunk up this stream into groups of the given size, with the last group possibly smaller than requested due to end-of-stream.
- grouped(int) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.grouped. - grouped(int) - Method in class org.apache.pekko.util.ByteString
- groupedWeighted(long, Function<Out, Long>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Chunk up this stream into groups of elements that have a cumulative weight greater than or equal to the
minWeight, with the last group possibly smaller than requestedminWeightdue to end-of-stream. - groupedWeighted(long, Function<Out, Long>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Chunk up this stream into groups of elements that have a cumulative weight greater than or equal to the
minWeight, with the last group possibly smaller than requestedminWeightdue to end-of-stream. - groupedWeighted(long, Function<Out, Long>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Chunk up this stream into groups of elements that have a cumulative weight greater than or equal to the
minWeight, with the last group possibly smaller than requestedminWeightdue to end-of-stream. - groupedWeighted(long, Function<Out, Long>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Chunk up this stream into groups of elements that have a cumulative weight greater than or equal to the
minWeight, with the last group possibly smaller than requestedminWeightdue to end-of-stream. - groupedWeighted(long, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Chunk up this stream into groups of elements that have a cumulative weight greater than or equal to the
minWeight, with the last group possibly smaller than requestedminWeightdue to end-of-stream. - groupedWeightedWithin(long, int, Function<Out, Long>, Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Chunk up this stream into groups of elements received within a time window, or limited by the weight and number of the elements, whatever happens first.
- groupedWeightedWithin(long, int, Function<Out, Long>, Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Chunk up this stream into groups of elements received within a time window, or limited by the weight and number of the elements, whatever happens first.
- groupedWeightedWithin(long, int, Function<Out, Long>, Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Chunk up this stream into groups of elements received within a time window, or limited by the weight and number of the elements, whatever happens first.
- groupedWeightedWithin(long, int, Function<Out, Long>, Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Chunk up this stream into groups of elements received within a time window, or limited by the weight and number of the elements, whatever happens first.
- groupedWeightedWithin(long, int, FiniteDuration, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Chunk up this stream into groups of elements received within a time window, or limited by the weight and number of the elements, whatever happens first.
- groupedWeightedWithin(long, Function<Out, Long>, Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Chunk up this stream into groups of elements received within a time window, or limited by the weight of the elements, whatever happens first.
- groupedWeightedWithin(long, Function<Out, Long>, Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Chunk up this stream into groups of elements received within a time window, or limited by the weight of the elements, whatever happens first.
- groupedWeightedWithin(long, Function<Out, Long>, Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Chunk up this stream into groups of elements received within a time window, or limited by the weight of the elements, whatever happens first.
- groupedWeightedWithin(long, Function<Out, Long>, Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Chunk up this stream into groups of elements received within a time window, or limited by the weight of the elements, whatever happens first.
- groupedWeightedWithin(long, Function<Out, Long>, FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- groupedWeightedWithin(long, Function<Out, Long>, FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- groupedWeightedWithin(long, Function<Out, Long>, FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- groupedWeightedWithin(long, Function<Out, Long>, FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- groupedWeightedWithin(long, FiniteDuration, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Chunk up this stream into groups of elements received within a time window, or limited by the weight of the elements, whatever happens first.
- groupedWithin(int, Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Chunk up this stream into groups of elements received within a time window, or limited by the given number of elements, whatever happens first.
- groupedWithin(int, Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Chunk up this stream into groups of elements received within a time window, or limited by the given number of elements, whatever happens first.
- groupedWithin(int, Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Chunk up this stream into groups of elements received within a time window, or limited by the given number of elements, whatever happens first.
- groupedWithin(int, Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Chunk up this stream into groups of elements received within a time window, or limited by the given number of elements, whatever happens first.
- groupedWithin(int, FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- groupedWithin(int, FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- groupedWithin(int, FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- groupedWithin(int, FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- groupedWithin(int, FiniteDuration) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Chunk up this stream into groups of elements received within a time window, or limited by the given number of elements, whatever happens first.
- GroupRouter<T> - Class in org.apache.pekko.actor.typed.javadsl
-
Provides builder style configuration options for group routers
- GroupRouter<T> - Interface in org.apache.pekko.actor.typed.scaladsl
-
Provides builder style configuration options for group routers
- GroupRouter() - Constructor for class org.apache.pekko.actor.typed.javadsl.GroupRouter
- GroupRouterBuilder$ - Class in org.apache.pekko.actor.typed.internal.routing
- GroupRouterBuilder$() - Constructor for class org.apache.pekko.actor.typed.internal.routing.GroupRouterBuilder$
- GroupRouterHelper - Class in org.apache.pekko.actor.typed.internal.routing
-
INTERNAL API
- GroupRouterHelper() - Constructor for class org.apache.pekko.actor.typed.internal.routing.GroupRouterHelper
- GroupRouterHelper$ - Class in org.apache.pekko.actor.typed.internal.routing
-
INTERNAL API
- GroupRouterHelper$() - Constructor for class org.apache.pekko.actor.typed.internal.routing.GroupRouterHelper$
- GSet<A> - Class in org.apache.pekko.cluster.ddata
- GSet() - Constructor for class org.apache.pekko.cluster.ddata.GSet
- GSet$ - Class in org.apache.pekko.cluster.ddata
- GSet$() - Constructor for class org.apache.pekko.cluster.ddata.GSet$
- gsetFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- gsetFromProto(ReplicatedDataMessages.GSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- GSetKey<A> - Class in org.apache.pekko.cluster.ddata
- GSetKey(String) - Constructor for class org.apache.pekko.cluster.ddata.GSetKey
- GSetKey$ - Class in org.apache.pekko.cluster.ddata
- GSetKey$() - Constructor for class org.apache.pekko.cluster.ddata.GSetKey$
- gsetToProto(GSet<?>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- guardian() - Method in interface org.apache.pekko.actor.ActorRefFactory
-
Parent of all children created by this interface.
- guardian() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Reference to the supervisor used for all top-level user actors.
- guardian() - Method in class org.apache.pekko.actor.ExtendedActorSystem
-
The top-level supervisor of all actors created using system.actorOf(...).
- GuardianStartupBehavior - Class in org.apache.pekko.actor.typed.internal.adapter
-
INTERNAL API
- GuardianStartupBehavior() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior
- GuardianStartupBehavior.Start$ - Class in org.apache.pekko.actor.typed.internal.adapter
- GuardianStartupBehavior$ - Class in org.apache.pekko.actor.typed.internal.adapter
-
INTERNAL API
- GuardianStartupBehavior$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior$
- gunzip(int) - Static method in class org.apache.pekko.stream.javadsl.Compression
-
Creates a Flow that decompresses gzip-compressed stream of data.
- gunzip(int) - Method in class org.apache.pekko.stream.javadsl.Compression$
-
Creates a Flow that decompresses gzip-compressed stream of data.
- gunzip(int) - Static method in class org.apache.pekko.stream.scaladsl.Compression
-
Creates a Flow that decompresses a gzip-compressed stream of data.
- gunzip(int) - Method in class org.apache.pekko.stream.scaladsl.Compression$
-
Creates a Flow that decompresses a gzip-compressed stream of data.
- gunzip$default$1() - Static method in class org.apache.pekko.stream.scaladsl.Compression
- gunzip$default$1() - Method in class org.apache.pekko.stream.scaladsl.Compression$
- gzip() - Static method in class org.apache.pekko.stream.javadsl.Compression
-
Creates a flow that gzip-compresses a stream of ByteStrings.
- gzip() - Method in class org.apache.pekko.stream.javadsl.Compression$
-
Creates a flow that gzip-compresses a stream of ByteStrings.
- gzip() - Static method in class org.apache.pekko.stream.scaladsl.Compression
-
Creates a flow that gzip-compresses a stream of ByteStrings.
- gzip() - Method in class org.apache.pekko.stream.scaladsl.Compression$
-
Creates a flow that gzip-compresses a stream of ByteStrings.
- gzip(int) - Static method in class org.apache.pekko.stream.javadsl.Compression
-
Same as
Compression.gzip()with a custom level. - gzip(int) - Method in class org.apache.pekko.stream.javadsl.Compression$
-
Same as
Compression$.gzip()with a custom level. - gzip(int) - Static method in class org.apache.pekko.stream.scaladsl.Compression
-
Same as
Compression.gzip()with a custom level. - gzip(int) - Method in class org.apache.pekko.stream.scaladsl.Compression$
-
Same as
Compression$.gzip()with a custom level. - GZip(long) - Constructor for class org.apache.pekko.serialization.jackson.Compression.GZip
- GZip$() - Constructor for class org.apache.pekko.serialization.jackson.Compression.GZip$
H
- HandingOver() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- HandingOver$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver$
- HandingOverData(ActorRef, Option<ActorRef>) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- HandingOverData$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData$
- handleBackoff() - Method in interface org.apache.pekko.pattern.HandleBackoff
- HandleBackoff - Interface in org.apache.pekko.pattern
-
INTERNAL API
- handleChildTerminated(ActorContext, ActorRef, Iterable<ActorRef>) - Method in class org.apache.pekko.actor.AllForOneStrategy
- handleChildTerminated(ActorContext, ActorRef, Iterable<ActorRef>) - Method in class org.apache.pekko.actor.OneForOneStrategy
- handleChildTerminated(ActorContext, ActorRef, Iterable<ActorRef>) - Method in class org.apache.pekko.actor.SupervisorStrategy
-
This method is called after the child has been removed from the set of children.
- handleChildTerminated(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- handleEvent_$eq(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Method in interface org.apache.pekko.actor.FSM
- handleEvent_$eq(PartialFunction<PersistentFSM.Event<D>, PersistentFSM.State<S, D, E>>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- handleException() - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- handleException(TypedActorContext<Object>) - Method in class org.apache.pekko.actor.typed.internal.ResumeSupervisor
- handleException(TypedActorContext<Object>) - Method in class org.apache.pekko.actor.typed.internal.SimpleSupervisor
- handleException(TypedActorContext<Object>) - Method in class org.apache.pekko.actor.typed.internal.StopSupervisor
- handleExceptionOnStart(TypedActorContext<Object>, BehaviorInterceptor.PreStartTarget<I>) - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- handleExceptionOnStart(TypedActorContext<Object>, BehaviorInterceptor.PreStartTarget<T>) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor
- handleExceptionOnStart(TypedActorContext<Object>, BehaviorInterceptor.PreStartTarget<T>) - Method in class org.apache.pekko.actor.typed.internal.SimpleSupervisor
- handleFailure(ActorContext, ActorRef, Throwable, ChildRestartStats, Iterable<ChildRestartStats>) - Method in class org.apache.pekko.actor.SupervisorStrategy
-
This is the main entry point: in case of a child’s failure, this method must try to handle the failure by resuming, restarting or stopping the child (and returning
true), or it returnsfalseto escalate the failure, which will lead to this actor re-throwing the exception which caused the failure. - handleFailure(org.apache.pekko.dispatch.sysmsg.Failed) - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- handleGetShardHome(String) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- handleInitial(ClusterEvent.CurrentClusterState) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- handleInitial(ClusterEvent.CurrentClusterState) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- handleInvokeFailure(Iterable<ActorRef>, Throwable) - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- handleMemberEvent(ClusterEvent.MemberEvent) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- handleMessageToChild(Object) - Method in interface org.apache.pekko.pattern.HandleBackoff
- handleNonFatalOrInterruptedException(Function1<Throwable, BoxedUnit>) - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- handleOldestChanged(Option<ActorRef>, Option<UniqueAddress>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- handler() - Method in class org.apache.pekko.io.Tcp.Bind
- handler() - Method in class org.apache.pekko.io.Tcp.Register
- handler() - Method in class org.apache.pekko.io.Udp.Bind
- handler() - Method in class org.apache.pekko.io.UdpConnected.Connect
- handler() - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- handler() - Method in interface org.apache.pekko.persistence.Eventsourced.PendingHandlerInvocation
- handler() - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- handleReceiveException(TypedActorContext<Object>, BehaviorInterceptor.ReceiveTarget<I>) - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- handleReceiveException(TypedActorContext<Object>, BehaviorInterceptor.ReceiveTarget<T>) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor
- handleReceiveException(TypedActorContext<Object>, BehaviorInterceptor.ReceiveTarget<T>) - Method in class org.apache.pekko.actor.typed.internal.SimpleSupervisor
- handleSignalException(TypedActorContext<Object>, BehaviorInterceptor.SignalTarget<I>) - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- handleSignalException(TypedActorContext<Object>, BehaviorInterceptor.SignalTarget<T>) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor
- handleSignalException(TypedActorContext<Object>, BehaviorInterceptor.SignalTarget<T>) - Method in class org.apache.pekko.actor.typed.internal.SimpleSupervisor
- handleTransition(S, S) - Method in interface org.apache.pekko.actor.FSM
- handleTransition(S, S) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- handleWith(Flow<ByteString, ByteString, Mat>, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Tcp.IncomingConnection
-
Handles the connection using the given flow, which is materialized exactly once and the respective materialized value is returned.
- handleWith(Flow<ByteString, ByteString, Mat>, Materializer) - Method in class org.apache.pekko.stream.javadsl.Tcp.IncomingConnection
-
Handles the connection using the given flow, which is materialized exactly once and the respective materialized value is returned.
- handleWith(Flow<ByteString, ByteString, Mat>, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
-
Handles the connection using the given flow, which is materialized exactly once and the respective materialized instance is returned.
- handlingPromise() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- handlingWhileStopped() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- handlingWhileStopped() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- HandlingWhileStopped - Interface in org.apache.pekko.pattern
- HandOff(String) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- HandOff$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff$
- handOffTimeout() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- handOffTimeout() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- handOverDone(Option<ActorRef>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- HandOverDone() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- HandOverDone$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone$
- HandOverInProgress() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- HandOverInProgress$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress$
- HandOverRetry(int) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- HandOverRetry$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry$
- handOverRetryInterval() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- handOverRetryInterval() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- handOverRetryInterval() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- HandOverRetryTimer() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$
- handOverTo() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- HandOverToMe() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- HandOverToMe$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe$
- HandshakeInfo - Class in org.apache.pekko.remote.transport
- HandshakeInfo(Address, int, Option<String>) - Constructor for class org.apache.pekko.remote.transport.HandshakeInfo
- HANDSHAKEINFO_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- HandshakeInfo$ - Class in org.apache.pekko.remote.transport
- HandshakeInfo$() - Constructor for class org.apache.pekko.remote.transport.HandshakeInfo$
- hasAck() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required bool ack = 3; - hasAck() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required bool ack = 3; - hasAck() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required bool ack = 3; - hasAck() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required bool ack = 4; - hasAck() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required bool ack = 4; - hasAck() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required bool ack = 4; - hasAck() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .AcknowledgementInfo ack = 1; - hasAck() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
-
optional .AcknowledgementInfo ack = 1; - hasAck() - Method in interface org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainerOrBuilder
-
optional .AcknowledgementInfo ack = 1; - hasAckReplyTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required .UniqueAddress ackReplyTo = 5; - hasAckReplyTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
required .UniqueAddress ackReplyTo = 5; - hasAckReplyTo() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
required .UniqueAddress ackReplyTo = 5; - hasActor() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
optional .ActorRef actor = 1; - hasActor() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
-
optional .ActorRef actor = 1; - hasActor() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorInitializationExceptionOrBuilder
-
optional .ActorRef actor = 1; - hasActor() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required .ActorRef actor = 1; - hasActor() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
-
required .ActorRef actor = 1; - hasActor() - Method in interface org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationDataOrBuilder
-
required .ActorRef actor = 1; - hasActorRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
required string actorRef = 1; - hasActorRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
-
required string actorRef = 1; - hasActorRef() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntryOrBuilder
-
required string actorRef = 1; - hasAddr() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
optional .Address addr = 2; - hasAddr() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
-
optional .Address addr = 2; - hasAddr() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder
-
optional .Address addr = 2; - hasAddr() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .AddressRequest addr = 5; - hasAddr() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .AddressRequest addr = 5; - hasAddr() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .AddressRequest addr = 5; - hasAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - hasAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - hasAddress() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - hasAddress() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .Address address = 1; - hasAddress() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
-
required .Address address = 1; - hasAddress() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAckOrBuilder
-
required .Address address = 1; - hasAddress() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required .Address address = 1; - hasAddress() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
-
required .Address address = 1; - hasAddress() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder
-
required .Address address = 1; - hasAddress() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required .Address address = 1; - hasAddress() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
-
required .Address address = 1; - hasAddress() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.VersionOrBuilder
-
required .Address address = 1; - hasAddress() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .Address address = 1; - hasAddress() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
-
required .Address address = 1; - hasAddress() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntryOrBuilder
-
required .Address address = 1; - hasAddress() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
-
required .UniqueAddress address = 1; - hasAddress() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
-
required .UniqueAddress address = 1; - hasAddress() - Method in interface org.apache.pekko.remote.ArteryControlFormats.MessageWithAddressOrBuilder
-
required .UniqueAddress address = 1; - hasAddress() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required .Address address = 1; - hasAddress() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
-
required .Address address = 1; - hasAddress() - Method in interface org.apache.pekko.remote.ArteryControlFormats.UniqueAddressOrBuilder
-
required .Address address = 1; - hasAddress() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required .Address address = 2; - hasAddress() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
-
required .Address address = 2; - hasAddress() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.HelloOrBuilder
-
required .Address address = 2; - hasAddress() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Address address = 3; - hasAddress() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
optional .Address address = 3; - hasAddress() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
optional .Address address = 3; - hasAddressIndex() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachabilityOrBuilder
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
-
required int32 addressIndex = 1; - hasAddressIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.TombstoneOrBuilder
-
required int32 addressIndex = 1; - hasAddressTerminated() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required bool addressTerminated = 3; - hasAddressTerminated() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
-
required bool addressTerminated = 3; - hasAddressTerminated() - Method in interface org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationDataOrBuilder
-
required bool addressTerminated = 3; - hasAllButSelf() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required bool allButSelf = 2; - hasAllButSelf() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
-
required bool allButSelf = 2; - hasAllButSelf() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAllOrBuilder
-
required bool allButSelf = 2; - hasAllowLocalRoutees() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required bool allowLocalRoutees = 3; - hasAllowLocalRoutees() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
required bool allowLocalRoutees = 3; - hasAllowLocalRoutees() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
required bool allowLocalRoutees = 3; - hasAllPersistenceIdsSubscribers() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- hasAllRegionsRegistered() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- hasAlpha() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
required double alpha = 2; - hasAlpha() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
-
required double alpha = 2; - hasAlpha() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder
-
required double alpha = 2; - hasAppVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
optional string appVersion = 3; - hasAppVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
optional string appVersion = 3; - hasAppVersion() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder
-
optional string appVersion = 3; - hasAppVersionIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
optional int32 appVersionIndex = 5; - hasAppVersionIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
optional int32 appVersionIndex = 5; - hasAppVersionIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
optional int32 appVersionIndex = 5; - hasAsync() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required bool async = 2; - hasAsync() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
-
required bool async = 2; - hasAsync() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SuperviseDataOrBuilder
-
required bool async = 2; - hasBackoffRate() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double backoffRate = 6; - hasBackoffRate() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required double backoffRate = 6; - hasBackoffRate() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required double backoffRate = 6; - hasBackoffThreshold() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double backoffThreshold = 5; - hasBackoffThreshold() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required double backoffThreshold = 5; - hasBackoffThreshold() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required double backoffThreshold = 5; - hasBarrier() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .EnterBarrier barrier = 2; - hasBarrier() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .EnterBarrier barrier = 2; - hasBarrier() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .EnterBarrier barrier = 2; - hasBeenPulled() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- hasBeenPulled(Inlet<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Indicates whether there is already a pending pull for the given input port.
- hasCause() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required .Payload cause = 3; - hasCause() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
-
required .Payload cause = 3; - hasCause() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorInitializationExceptionOrBuilder
-
required .Payload cause = 3; - hasCause() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional .Payload cause = 3; - hasCause() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
optional .Payload cause = 3; - hasCause() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
optional .Payload cause = 3; - hasCause() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
-
optional bytes cause = 1; - hasCause() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
-
optional bytes cause = 1; - hasCause() - Method in interface org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailureOrBuilder
-
optional bytes cause = 1; - hasCauseData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .Payload causeData = 3; - hasCauseData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .Payload causeData = 3; - hasCauseData() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .Payload causeData = 3; - hasChild() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required .ActorRef child = 1; - hasChild() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
-
required .ActorRef child = 1; - hasChild() - Method in interface org.apache.pekko.remote.SystemMessageFormats.FailedDataOrBuilder
-
required .ActorRef child = 1; - hasChild() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required .ActorRef child = 1; - hasChild() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
-
required .ActorRef child = 1; - hasChild() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SuperviseDataOrBuilder
-
required .ActorRef child = 1; - hasChunk() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
required uint32 chunk = 1; - hasChunk() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
required uint32 chunk = 1; - hasChunk() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
required uint32 chunk = 1; - hasClassName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string className = 1; - hasClassName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required string className = 1; - hasClassName() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required string className = 1; - hasClassName() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
required string className = 1; - hasClassName() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
required string className = 1; - hasClassName() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
required string className = 1; - hasClazz() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required string clazz = 3; - hasClazz() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
required string clazz = 3; - hasClazz() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
required string clazz = 3; - HasCluster() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- hasClusterConfig() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
-
optional string clusterConfig = 2; - hasClusterConfig() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
-
optional string clusterConfig = 2; - hasClusterConfig() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheckOrBuilder
-
optional string clusterConfig = 2; - hasCommandType() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
required .CommandType commandType = 1; - hasCommandType() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
-
required .CommandType commandType = 1; - hasCommandType() - Method in interface org.apache.pekko.remote.WireFormats.PekkoControlMessageOrBuilder
-
required .CommandType commandType = 1; - hasConcurrent() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required bool concurrent = 4; - hasConcurrent() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
required bool concurrent = 4; - hasConcurrent() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
-
required bool concurrent = 4; - hasConfig() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes config = 2; - hasConfig() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional bytes config = 2; - hasConfig() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional bytes config = 2; - hasConfigCheck() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .ConfigCheck configCheck = 2; - hasConfigCheck() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
-
required .ConfigCheck configCheck = 2; - hasConfigCheck() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAckOrBuilder
-
required .ConfigCheck configCheck = 2; - hasConfigManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string configManifest = 9; - hasConfigManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string configManifest = 9; - hasConfigManifest() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string configManifest = 9; - hasConfigSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional int32 configSerializerId = 8; - hasConfigSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional int32 configSerializerId = 8; - hasConfigSerializerId() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional int32 configSerializerId = 8; - hasConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
-
required int64 confirmedSeqNr = 1; - hasConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
-
required int64 confirmedSeqNr = 1; - hasConfirmedSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.AckOrBuilder
-
required int64 confirmedSeqNr = 1; - hasConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required int64 confirmedSeqNr = 1; - hasConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
-
required int64 confirmedSeqNr = 1; - hasConfirmedSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RequestOrBuilder
-
required int64 confirmedSeqNr = 1; - hasConsistency() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required sint32 consistency = 2; - hasConsistency() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
required sint32 consistency = 2; - hasConsistency() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
required sint32 consistency = 2; - hasConsistencyAdditional() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional int32 consistencyAdditional = 6; - hasConsistencyAdditional() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
optional int32 consistencyAdditional = 6; - hasConsistencyAdditional() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
optional int32 consistencyAdditional = 6; - hasConsistencyMinCap() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional int32 consistencyMinCap = 5; - hasConsistencyMinCap() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
optional int32 consistencyMinCap = 5; - hasConsistencyMinCap() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
optional int32 consistencyMinCap = 5; - hasConsumerControllerRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
-
required string consumerControllerRef = 1; - hasConsumerControllerRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
-
required string consumerControllerRef = 1; - hasConsumerControllerRef() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumerOrBuilder
-
required string consumerControllerRef = 1; - hasCookie() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
optional string cookie = 3; - hasCookie() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
-
optional string cookie = 3; - hasCookie() - Method in interface org.apache.pekko.remote.WireFormats.PekkoHandshakeInfoOrBuilder
-
optional string cookie = 3; - hasCorrelationId() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
required .Payload correlationId = 1; - hasCorrelationId() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
-
required .Payload correlationId = 1; - hasCorrelationId() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorIdentityOrBuilder
-
required .Payload correlationId = 1; - hasCreatedTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
optional int64 createdTimestamp = 3; - hasCreatedTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
-
optional int64 createdTimestamp = 3; - hasCreatedTimestamp() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntryOrBuilder
-
optional int64 createdTimestamp = 3; - hasCreationTime() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
optional sint64 creationTime = 3; - hasCreationTime() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
-
optional sint64 creationTime = 3; - hasCreationTime() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartbeatOrBuilder
-
optional sint64 creationTime = 3; - hasCreationTime() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
optional int64 creationTime = 3; - hasCreationTime() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
-
optional int64 creationTime = 3; - hasCreationTime() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponseOrBuilder
-
optional int64 creationTime = 3; - hasCumulativeAck() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
required fixed64 cumulativeAck = 1; - hasCumulativeAck() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
-
required fixed64 cumulativeAck = 1; - hasCumulativeAck() - Method in interface org.apache.pekko.remote.WireFormats.AcknowledgementInfoOrBuilder
-
required fixed64 cumulativeAck = 1; - hasCurrentConfig() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
-
optional string currentConfig = 1; - hasCurrentConfig() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
-
optional string currentConfig = 1; - hasCurrentConfig() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinOrBuilder
-
optional string currentConfig = 1; - hasCurrentDeliveryId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
required int64 currentDeliveryId = 1; - hasCurrentDeliveryId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
-
required int64 currentDeliveryId = 1; - hasCurrentDeliveryId() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder
-
required int64 currentDeliveryId = 1; - hasCurrentSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
required int64 currentSeqNr = 1; - hasCurrentSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
required int64 currentSeqNr = 1; - hasCurrentSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
required int64 currentSeqNr = 1; - hasCustomLoggerName() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- hasCustomName() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- hasData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - hasData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - hasData() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ChangedOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - hasData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - hasData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - hasData() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - hasData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - hasData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - hasData() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelopeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - hasData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - hasData() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - hasData() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccessOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - hasData() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required bytes data = 3; - hasData() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
-
required bytes data = 3; - hasData() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelectorOrBuilder
-
required bytes data = 3; - hasData() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required bytes data = 3; - hasData() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
-
required bytes data = 3; - hasData() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.PoolOrBuilder
-
required bytes data = 3; - hasData() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required .PersistentPayload data = 2; - hasData() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
-
required .PersistentPayload data = 2; - hasData() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshotOrBuilder
-
required .PersistentPayload data = 2; - hasDecrements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - hasDecrements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - hasDecrements() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterOrBuilder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - hasDeleted() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
not used in new records from Akka 2.4
- hasDeleted() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
not used in new records from Akka 2.4
- hasDeleted() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
not used in new records from Akka 2.4
- hasDeliveryId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required int64 deliveryId = 1; - hasDeliveryId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
required int64 deliveryId = 1; - hasDeliveryId() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
-
required int64 deliveryId = 1; - hasDelta() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
-
required bytes delta = 1; - hasDelta() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
-
required bytes delta = 1; - hasDelta() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdateOrBuilder
-
required bytes delta = 1; - hasDeltaEntries(String) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- hasDeltaVersions() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - hasDeltaVersions() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - hasDeltaVersions() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - hasDeploy() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .DeployData deploy = 2; - hasDeploy() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required .DeployData deploy = 2; - hasDeploy() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required .DeployData deploy = 2; - hasDeploy() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required .DeployData deploy = 2; - hasDeploy() - Method in class org.apache.pekko.remote.WireFormats.PropsData
-
required .DeployData deploy = 2; - hasDeploy() - Method in interface org.apache.pekko.remote.WireFormats.PropsDataOrBuilder
-
required .DeployData deploy = 2; - hasDestination() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required string destination = 2; - hasDestination() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
required string destination = 2; - hasDestination() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
-
required string destination = 2; - hasDigest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required bytes digest = 2; - hasDigest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
-
required bytes digest = 2; - hasDigest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.EntryOrBuilder
-
required bytes digest = 2; - hasDirection() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Direction direction = 2; - hasDirection() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
optional .Direction direction = 2; - hasDirection() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
optional .Direction direction = 2; - hasDispatcher() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string dispatcher = 5; - hasDispatcher() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string dispatcher = 5; - hasDispatcher() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string dispatcher = 5; - hasDispatcher(String) - Method in class org.apache.pekko.dispatch.Dispatchers
-
Checks that the configuration provides a section for the given dispatcher.
- hasDone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional string done = 4; - hasDone() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional string done = 4; - hasDone() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional string done = 4; - hasDurableKeys() - Method in class org.apache.pekko.cluster.ddata.Replicator
- hasDwNotificationData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - hasDwNotificationData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .DeathWatchNotificationData dwNotificationData = 7; - hasDwNotificationData() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - hasEffects() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Returns if there have been any effects.
- hasEffects() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Returns if there have been any effects.
- hasEnabled() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
-
required bool enabled = 1; - hasEnabled() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
-
required bool enabled = 1; - hasEnabled() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.FlagOrBuilder
-
required bool enabled = 1; - hasEnclosedMessage() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
-
required bytes enclosedMessage = 1; - hasEnclosedMessage() - Method in interface org.apache.pekko.stream.StreamRefMessages.PayloadOrBuilder
-
required bytes enclosedMessage = 1; - hasEntityCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required int32 entityCount = 2; - hasEntityCount() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
-
required int32 entityCount = 2; - hasEntityCount() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStatsOrBuilder
-
required int32 entityCount = 2; - hasEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
-
required string entityId = 1; - hasEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
-
required string entityId = 1; - hasEntityId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStartedOrBuilder
-
required string entityId = 1; - hasEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
-
required string entityId = 1; - hasEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
-
required string entityId = 1; - hasEntityId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStoppedOrBuilder
-
required string entityId = 1; - hasEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
-
required string entityId = 1; - hasEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
-
required string entityId = 1; - hasEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string entityId = 1; - hasEntityId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
-
required string entityId = 1; - hasEntityId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAckOrBuilder
-
required string entityId = 1; - hasEntityId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityOrBuilder
-
required string entityId = 1; - hasEntityId() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required string entityId = 1; - hasEntityId() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
-
required string entityId = 1; - hasEntityId() - Method in interface org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelopeOrBuilder
-
required string entityId = 1; - hasEntityType() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string entity_type = 2; - hasEntityType() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string entity_type = 2; - hasEntityType() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string entity_type = 2; - hasEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - hasEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - hasEnvelope() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - hasEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - hasEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - hasEnvelope() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - hasEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - hasEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - hasEnvelope() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResultOrBuilder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - hasEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - hasEnvelope() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - hasEnvelope() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.WriteOrBuilder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - hasEnvelope() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .RemoteEnvelope envelope = 2; - hasEnvelope() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
-
optional .RemoteEnvelope envelope = 2; - hasEnvelope() - Method in interface org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainerOrBuilder
-
optional .RemoteEnvelope envelope = 2; - hasErrorMessage() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
-
required string errorMessage = 1; - hasErrorMessage() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
-
required string errorMessage = 1; - hasErrorMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessageOrBuilder
-
required string errorMessage = 1; - hasEvent() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload event = 8; - hasEvent() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
optional .Payload event = 8; - hasEvent() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
optional .Payload event = 8; - hasEwma() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
optional .NodeMetrics.EWMA ewma = 3; - hasEwma() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
-
optional .NodeMetrics.EWMA ewma = 3; - hasEwma() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder
-
optional .NodeMetrics.EWMA ewma = 3; - hasExistenceConfirmed() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required bool existenceConfirmed = 2; - hasExistenceConfirmed() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
-
required bool existenceConfirmed = 2; - hasExistenceConfirmed() - Method in interface org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationDataOrBuilder
-
required bool existenceConfirmed = 2; - hasExitValue() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional int32 exitValue = 7; - hasExitValue() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
optional int32 exitValue = 7; - hasExitValue() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
optional int32 exitValue = 7; - hasExpectedAcks() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
-
optional int32 expectedAcks = 1; - hasExpectedAcks() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
-
optional int32 expectedAcks = 1; - hasExpectedAcks() - Method in interface org.apache.pekko.remote.ArteryControlFormats.FlushAckOrBuilder
-
optional int32 expectedAcks = 1; - hasExtension(ExtensionId<? extends Extension>) - Method in class org.apache.pekko.actor.ActorSystem
-
Returns whether the specified extension is already registered, this method can potentially block, waiting for the initialization of the payload, if is in the process of registration from another Thread of execution
- hasExtension(ExtensionId<? extends Extension>) - Method in interface org.apache.pekko.actor.typed.Extensions
-
Returns whether the specified extension is already registered, this method can potentially block, waiting for the initialization of the payload, if is in the process of registration from another Thread of execution
- hasExtension(ExtensionId<? extends Extension>) - Method in interface org.apache.pekko.actor.typed.internal.ExtensionsImpl
- hasFailedData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .FailedData failedData = 6; - hasFailedData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .FailedData failedData = 6; - hasFailedData() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .FailedData failedData = 6; - hasFailure() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
required .FailType failure = 1; - hasFailure() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
required .FailType failure = 1; - hasFailure() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
required .FailType failure = 1; - hasFailure() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .InjectFailure failure = 3; - hasFailure() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .InjectFailure failure = 3; - hasFailure() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .InjectFailure failure = 3; - hasFileName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string fileName = 3; - hasFileName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required string fileName = 3; - hasFileName() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required string fileName = 3; - hasFirst() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required bool first = 3; - hasFirst() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required bool first = 3; - hasFirst() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required bool first = 3; - hasFirstChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
optional bool firstChunk = 6; - hasFirstChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
optional bool firstChunk = 6; - hasFirstChunk() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
optional bool firstChunk = 6; - hasFirstChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
optional bool firstChunk = 7; - hasFirstChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
optional bool firstChunk = 7; - hasFirstChunk() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
optional bool firstChunk = 7; - hasFrom() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .Address from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
-
required .Address from = 1; - hasFrom() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder
-
required .Address from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
-
required .UniqueAddress from = 1; - hasFrom() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelopeOrBuilder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
required .UniqueAddress from = 1; - hasFrom() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
required .Address from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
-
required .Address from = 1; - hasFrom() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartbeatOrBuilder
-
required .Address from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
-
required .UniqueAddress from = 1; - hasFrom() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponseOrBuilder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
-
required .UniqueAddress from = 1; - hasFrom() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.WelcomeOrBuilder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
-
required .UniqueAddress from = 1; - hasFrom() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAckOrBuilder
-
required .UniqueAddress from = 1; - hasFrom() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
-
required .UniqueAddress from = 1; - hasFrom() - Method in interface org.apache.pekko.remote.ArteryControlFormats.HandshakeReqOrBuilder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
-
required .UniqueAddress from = 1; - hasFrom() - Method in interface org.apache.pekko.remote.ArteryControlFormats.QuarantinedOrBuilder
-
required .UniqueAddress from = 1; - hasFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required .UniqueAddress from = 2; - hasFrom() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
-
required .UniqueAddress from = 2; - hasFrom() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAckOrBuilder
-
required .UniqueAddress from = 2; - hasFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - hasFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - hasFromNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagationOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - hasFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - hasFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - hasFromNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadOrBuilder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - hasFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - hasFromNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - hasFromNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.WriteOrBuilder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - hasFromSeqNr() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required int64 fromSeqNr = 3; - hasFromSeqNr() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
required int64 fromSeqNr = 3; - hasFromSeqNr() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.EntryOrBuilder
-
required int64 fromSeqNr = 3; - hasFromSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
-
required int64 fromSeqNr = 1; - hasFromSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
-
required int64 fromSeqNr = 1; - hasFromSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.ResendOrBuilder
-
required int64 fromSeqNr = 1; - hasFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
optional sfixed64 fromSystemUid = 4; - hasFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
optional sfixed64 fromSystemUid = 4; - hasFromSystemUid() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
optional sfixed64 fromSystemUid = 4; - hasFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
optional sfixed64 fromSystemUid = 5; - hasFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
optional sfixed64 fromSystemUid = 5; - hasFromSystemUid() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
optional sfixed64 fromSystemUid = 5; - hasGeneric() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .GenericRoutingPool generic = 1; - hasGeneric() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
-
required .GenericRoutingPool generic = 1; - hasGeneric() - Method in interface org.apache.pekko.remote.WireFormats.ScatterGatherPoolOrBuilder
-
required .GenericRoutingPool generic = 1; - hasGeneric() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .GenericRoutingPool generic = 1; - hasGeneric() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
-
required .GenericRoutingPool generic = 1; - hasGeneric() - Method in interface org.apache.pekko.remote.WireFormats.TailChoppingPoolOrBuilder
-
required .GenericRoutingPool generic = 1; - hasGlobalScope() - Method in class org.apache.pekko.actor.Address
-
Returns true if this Address is usable globally.
- hasGossip() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .MetricsGossip gossip = 2; - hasGossip() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
-
required .MetricsGossip gossip = 2; - hasGossip() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder
-
required .MetricsGossip gossip = 2; - hasGossip() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .Gossip gossip = 2; - hasGossip() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
-
required .Gossip gossip = 2; - hasGossip() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.WelcomeOrBuilder
-
required .Gossip gossip = 2; - hash(int, boolean) - Static method in class org.apache.pekko.util.HashCode
- hash(int, boolean) - Method in class org.apache.pekko.util.HashCode$
- hash(int, char) - Static method in class org.apache.pekko.util.HashCode
- hash(int, char) - Method in class org.apache.pekko.util.HashCode$
- hash(int, double) - Static method in class org.apache.pekko.util.HashCode
- hash(int, double) - Method in class org.apache.pekko.util.HashCode$
- hash(int, float) - Static method in class org.apache.pekko.util.HashCode
- hash(int, float) - Method in class org.apache.pekko.util.HashCode$
- hash(int, int) - Static method in class org.apache.pekko.util.HashCode
- hash(int, int) - Method in class org.apache.pekko.util.HashCode$
- hash(int, long) - Static method in class org.apache.pekko.util.HashCode
- hash(int, long) - Method in class org.apache.pekko.util.HashCode$
- hash(int, Object) - Static method in class org.apache.pekko.util.HashCode
- hash(int, Object) - Method in class org.apache.pekko.util.HashCode$
- hasHandshakeInfo() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - hasHandshakeInfo() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - hasHandshakeInfo() - Method in interface org.apache.pekko.remote.WireFormats.PekkoControlMessageOrBuilder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - hasHashIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
required int32 hashIndex = 1; - hasHashIndex() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
-
required int32 hashIndex = 1; - hasHashIndex() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.VersionOrBuilder
-
required int32 hashIndex = 1; - hashCode() - Static method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.actor.ActorIdentity
- hashCode() - Method in exception org.apache.pekko.actor.ActorKilledException
- hashCode() - Method in exception org.apache.pekko.actor.ActorNotFound
- hashCode() - Method in class org.apache.pekko.actor.ActorRef
- hashCode() - Method in class org.apache.pekko.actor.ActorSelection
- hashCode() - Method in class org.apache.pekko.actor.Address
- hashCode() - Method in class org.apache.pekko.actor.AllForOneStrategy
- hashCode() - Method in class org.apache.pekko.actor.ChildActorPath
- hashCode() - Static method in class org.apache.pekko.actor.ChildNameReserved
- hashCode() - Method in class org.apache.pekko.actor.ChildNameReserved$
- hashCode() - Method in class org.apache.pekko.actor.ChildRestartStats
- hashCode() - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- hashCode() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ActorSystemTerminateReason$
- hashCode() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterDowningReason$
- hashCode() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
- hashCode() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterLeavingReason$
- hashCode() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- hashCode() - Method in class org.apache.pekko.actor.CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
- hashCode() - Method in class org.apache.pekko.actor.CoordinatedShutdown.JvmExitReason$
- hashCode() - Method in class org.apache.pekko.actor.CoordinatedShutdown.UnknownReason$
- hashCode() - Method in class org.apache.pekko.actor.DeadLetter
- hashCode() - Method in exception org.apache.pekko.actor.DeathPactException
- hashCode() - Method in class org.apache.pekko.actor.Deploy
- hashCode() - Method in class org.apache.pekko.actor.Dropped
- hashCode() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- hashCode() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- hashCode() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- hashCode() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Termination$
- hashCode() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.UserRequest$
- hashCode() - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- hashCode() - Method in interface org.apache.pekko.actor.ExtensionId
- hashCode() - Method in class org.apache.pekko.actor.FSM.CurrentState
- hashCode() - Method in class org.apache.pekko.actor.FSM.Event
- hashCode() - Method in class org.apache.pekko.actor.FSM.Failure
- hashCode() - Method in class org.apache.pekko.actor.FSM.FixedDelayMode$
- hashCode() - Method in class org.apache.pekko.actor.FSM.FixedRateMode$
- hashCode() - Method in class org.apache.pekko.actor.FSM.LogEntry
- hashCode() - Method in class org.apache.pekko.actor.FSM.Normal$
- hashCode() - Method in class org.apache.pekko.actor.FSM.Shutdown$
- hashCode() - Method in class org.apache.pekko.actor.FSM.SingleMode$
- hashCode() - Method in class org.apache.pekko.actor.FSM.StateTimeout$
- hashCode() - Method in class org.apache.pekko.actor.FSM.StopEvent
- hashCode() - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- hashCode() - Method in class org.apache.pekko.actor.FSM.Timer
- hashCode() - Method in class org.apache.pekko.actor.FSM.Transition
- hashCode() - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- hashCode() - Method in class org.apache.pekko.actor.Identify
- hashCode() - Method in exception org.apache.pekko.actor.IllegalActorStateException
- hashCode() - Method in exception org.apache.pekko.actor.InvalidActorNameException
- hashCode() - Method in exception org.apache.pekko.actor.InvalidMessageException
- hashCode() - Static method in class org.apache.pekko.actor.Kill
- hashCode() - Method in class org.apache.pekko.actor.Kill$
- hashCode() - Static method in class org.apache.pekko.actor.LocalScope
- hashCode() - Method in class org.apache.pekko.actor.LocalScope$
- hashCode() - Static method in class org.apache.pekko.actor.Nobody
- hashCode() - Static method in class org.apache.pekko.actor.NoScopeGiven
- hashCode() - Method in class org.apache.pekko.actor.NoScopeGiven$
- hashCode() - Method in class org.apache.pekko.actor.OneForOneStrategy
- hashCode() - Static method in class org.apache.pekko.actor.PoisonPill
- hashCode() - Method in class org.apache.pekko.actor.PoisonPill$
- hashCode() - Method in exception org.apache.pekko.actor.PostRestartException
- hashCode() - Method in exception org.apache.pekko.actor.PreRestartException
- hashCode() - Method in class org.apache.pekko.actor.Props
- hashCode() - Method in class org.apache.pekko.actor.ProviderSelection.Cluster$
- hashCode() - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- hashCode() - Method in class org.apache.pekko.actor.ProviderSelection.Local$
- hashCode() - Method in class org.apache.pekko.actor.ProviderSelection.Remote$
- hashCode() - Static method in class org.apache.pekko.actor.ReceiveTimeout
- hashCode() - Method in class org.apache.pekko.actor.ReceiveTimeout$
- hashCode() - Method in class org.apache.pekko.actor.RootActorPath
- hashCode() - Method in exception org.apache.pekko.actor.SchedulerException
- hashCode() - Static method in class org.apache.pekko.actor.SelectParent
- hashCode() - Method in class org.apache.pekko.actor.SelectParent$
- hashCode() - Method in class org.apache.pekko.actor.Status.Failure
- hashCode() - Method in class org.apache.pekko.actor.Status.Success
- hashCode() - Method in class org.apache.pekko.actor.SupervisorStrategy.Escalate$
- hashCode() - Method in class org.apache.pekko.actor.SupervisorStrategy.Restart$
- hashCode() - Method in class org.apache.pekko.actor.SupervisorStrategy.Resume$
- hashCode() - Method in class org.apache.pekko.actor.SupervisorStrategy.Stop$
- hashCode() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- hashCode() - Method in class org.apache.pekko.actor.SystemGuardian.RegisterTerminationHook$
- hashCode() - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHook$
- hashCode() - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHookDone$
- hashCode() - Method in class org.apache.pekko.actor.Terminated
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.NoEffects$
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled$
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayMode$
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateMode$
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.SingleMode$
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Complete$
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Continue$
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.ContinueAndIgnore$
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.Ack$
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- hashCode() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- hashCode() - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- hashCode() - Method in class org.apache.pekko.actor.typed.ActorRef.ActorRefOps
- hashCode() - Static method in class org.apache.pekko.actor.typed.ActorRefResolver
- hashCode() - Method in class org.apache.pekko.actor.typed.Behavior.BehaviorDecorators
- hashCode() - Method in class org.apache.pekko.actor.typed.ChildFailed
- hashCode() - Method in exception org.apache.pekko.actor.typed.DeathPactException
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.ResendFirstUnconfirmed$
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- hashCode() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- hashCode() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- hashCode() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- hashCode() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- hashCode() - Method in class org.apache.pekko.actor.typed.ExtensionId
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- hashCode() - Method in interface org.apache.pekko.actor.typed.internal.ActorRefImpl
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior.Start$
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ContextAs
- hashCode() - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.NoMessage$
- hashCode() - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.PoisonPill$
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- hashCode() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- hashCode() - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- hashCode() - Static method in class org.apache.pekko.actor.typed.PostStop
- hashCode() - Method in class org.apache.pekko.actor.typed.PostStop$
- hashCode() - Static method in class org.apache.pekko.actor.typed.PreRestart
- hashCode() - Method in class org.apache.pekko.actor.typed.PreRestart$
- hashCode() - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
- hashCode() - Method in class org.apache.pekko.actor.typed.RecipientRef.RecipientRefOps
- hashCode() - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable
- hashCode() - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise
- hashCode() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- hashCode() - Method in class org.apache.pekko.actor.typed.Terminated
- hashCode() - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.actor.TypedProps
- hashCode() - Method in class org.apache.pekko.actor.UnhandledMessage
- hashCode() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick$
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout$
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterClients
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- hashCode() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts$
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat$
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp$
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping$
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- hashCode() - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- hashCode() - Method in class org.apache.pekko.cluster.client.ContactPoints
- hashCode() - Static method in class org.apache.pekko.cluster.client.GetClusterClients
- hashCode() - Method in class org.apache.pekko.cluster.client.GetClusterClients$
- hashCode() - Static method in class org.apache.pekko.cluster.client.GetContactPoints
- hashCode() - Method in class org.apache.pekko.cluster.client.GetContactPoints$
- hashCode() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- hashCode() - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
- hashCode() - Method in class org.apache.pekko.cluster.client.SubscribeClusterClients$
- hashCode() - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
- hashCode() - Method in class org.apache.pekko.cluster.client.SubscribeContactPoints$
- hashCode() - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- hashCode() - Method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
- hashCode() - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- hashCode() - Method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
- hashCode() - Static method in class org.apache.pekko.cluster.Cluster
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.ClusterShuttingDown$
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsEvents$
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsSnapshot$
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- hashCode() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- hashCode() - Static method in class org.apache.pekko.cluster.ClusterScope
- hashCode() - Method in class org.apache.pekko.cluster.ClusterScope$
- hashCode() - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- hashCode() - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- hashCode() - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- hashCode() - Method in class org.apache.pekko.cluster.ClusterUserAction.PrepareForShutdown$
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.DistributedData
- hashCode() - Method in class org.apache.pekko.cluster.ddata.DurableStore.DurableDataEnvelope
- hashCode() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAll$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAllCompleted$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- hashCode() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- hashCode() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Flag
- hashCode() - Method in class org.apache.pekko.cluster.ddata.GCounter
- hashCode() - Method in class org.apache.pekko.cluster.ddata.GSet
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Key
- hashCode() - Method in class org.apache.pekko.cluster.ddata.LWWMap
- hashCode() - Method in class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.LWWRegister
- hashCode() - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- hashCode() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- hashCode() - Method in class org.apache.pekko.cluster.ddata.ORMap
- hashCode() - Method in class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- hashCode() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.ORSet
- hashCode() - Method in class org.apache.pekko.cluster.ddata.PNCounter
- hashCode() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- hashCode() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- hashCode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- hashCode() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- hashCode() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- hashCode() - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.FlushChanges$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIds$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetReplicaCount$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck$
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- hashCode() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- hashCode() - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.FlushChanges$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- hashCode() - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- hashCode() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- hashCode() - Method in class org.apache.pekko.cluster.ddata.VersionVector.After$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Before$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Concurrent$
- hashCode() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Same$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingCompleted$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.GetClusterCoreRef$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipSpeedupTick$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipTick$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.IncompatibleConfig$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNode$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.LeaderActionsTick$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishStatsTick$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.ReapUnreachableTick$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.UncheckedConfig$
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- hashCode() - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- hashCode() - Method in class org.apache.pekko.cluster.Invalid
- hashCode() - Method in class org.apache.pekko.cluster.Member
- hashCode() - Method in class org.apache.pekko.cluster.MemberStatus.Down$
- hashCode() - Method in class org.apache.pekko.cluster.MemberStatus.Exiting$
- hashCode() - Method in class org.apache.pekko.cluster.MemberStatus.Joining$
- hashCode() - Method in class org.apache.pekko.cluster.MemberStatus.Leaving$
- hashCode() - Method in class org.apache.pekko.cluster.MemberStatus.PreparingForShutdown$
- hashCode() - Method in class org.apache.pekko.cluster.MemberStatus.ReadyForShutdown$
- hashCode() - Method in class org.apache.pekko.cluster.MemberStatus.Removed$
- hashCode() - Method in class org.apache.pekko.cluster.MemberStatus.Up$
- hashCode() - Method in class org.apache.pekko.cluster.MemberStatus.WeaklyUp$
- hashCode() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- hashCode() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- hashCode() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- hashCode() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- hashCode() - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
- hashCode() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- hashCode() - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
- hashCode() - Method in class org.apache.pekko.cluster.metrics.CollectionStartMessage$
- hashCode() - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
- hashCode() - Method in class org.apache.pekko.cluster.metrics.CollectionStopMessage$
- hashCode() - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- hashCode() - Method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
- hashCode() - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- hashCode() - Method in class org.apache.pekko.cluster.metrics.EWMA
- hashCode() - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- hashCode() - Method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
- hashCode() - Method in class org.apache.pekko.cluster.metrics.Metric
- hashCode() - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- hashCode() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- hashCode() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- hashCode() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- hashCode() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- hashCode() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- hashCode() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- hashCode() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- hashCode() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- hashCode() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- hashCode() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- hashCode() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- hashCode() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- hashCode() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- hashCode() - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- hashCode() - Method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- hashCode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- hashCode() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSub
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count$
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics$
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- hashCode() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount$
- hashCode() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick$
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- hashCode() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived$
- hashCode() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers$
- hashCode() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune$
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- hashCode() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest$
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- hashCode() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- hashCode() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- hashCode() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- hashCode() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- hashCode() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- hashCode() - Static method in class org.apache.pekko.cluster.sharding.ClusterSharding
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.NoPassivationStrategy$
- hashCode() - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation
- hashCode() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocations$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- hashCode() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- hashCode() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.GetShards$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- hashCode() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- hashCode() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- hashCode() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.GetEntities$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- hashCode() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- hashCode() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- hashCode() - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- hashCode() - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- hashCode() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- hashCode() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- hashCode() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- hashCode() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- hashCode() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized$
- hashCode() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- hashCode() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- hashCode() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End$
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData$
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone$
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry$
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting$
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start$
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer$
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver$
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized$
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- hashCode() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger$
- hashCode() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- hashCode() - Static method in class org.apache.pekko.cluster.typed.Cluster
- hashCode() - Static method in class org.apache.pekko.cluster.typed.ClusterSingleton
- hashCode() - Method in class org.apache.pekko.cluster.typed.Down
- hashCode() - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- hashCode() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- hashCode() - Method in class org.apache.pekko.cluster.typed.Join
- hashCode() - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- hashCode() - Method in class org.apache.pekko.cluster.typed.Leave
- hashCode() - Method in class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
- hashCode() - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- hashCode() - Method in class org.apache.pekko.cluster.typed.SelfUp
- hashCode() - Method in class org.apache.pekko.cluster.typed.Subscribe
- hashCode() - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- hashCode() - Method in class org.apache.pekko.cluster.UniqueAddress
- hashCode() - Static method in class org.apache.pekko.cluster.Valid
- hashCode() - Method in class org.apache.pekko.cluster.Valid$
- hashCode() - Method in class org.apache.pekko.cluster.VectorClock.After$
- hashCode() - Method in class org.apache.pekko.cluster.VectorClock.Before$
- hashCode() - Method in class org.apache.pekko.cluster.VectorClock.Concurrent$
- hashCode() - Method in class org.apache.pekko.cluster.VectorClock
- hashCode() - Method in class org.apache.pekko.cluster.VectorClock.Same$
- hashCode() - Static method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider
- hashCode() - Static method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider
- hashCode() - Static method in class org.apache.pekko.discovery.Discovery
- hashCode() - Method in class org.apache.pekko.discovery.Lookup
- hashCode() - Method in class org.apache.pekko.discovery.Lookup$
- hashCode() - Method in class org.apache.pekko.discovery.ServiceDiscovery.Resolved
- hashCode() - Method in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget
- hashCode() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- hashCode() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- hashCode() - Method in class org.apache.pekko.dispatch.BoundedMailbox
- hashCode() - Method in class org.apache.pekko.dispatch.Envelope
- hashCode() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- hashCode() - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- hashCode() - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- hashCode() - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- hashCode() - Method in class org.apache.pekko.dispatch.sysmsg.NoMessage$
- hashCode() - Method in class org.apache.pekko.dispatch.TaskInvocation
- hashCode() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- hashCode() - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- hashCode() - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- hashCode() - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- hashCode() - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- hashCode() - Static method in class org.apache.pekko.Done
- hashCode() - Method in class org.apache.pekko.Done$
- hashCode() - Method in class org.apache.pekko.event.Logging.Debug
- hashCode() - Method in class org.apache.pekko.event.Logging.Error
- hashCode() - Method in class org.apache.pekko.event.Logging.Info
- hashCode() - Method in class org.apache.pekko.event.Logging.InitializeLogger
- hashCode() - Method in class org.apache.pekko.event.Logging.LoggerInitialized$
- hashCode() - Method in class org.apache.pekko.event.Logging.LogLevel
- hashCode() - Method in class org.apache.pekko.event.Logging.Warning
- hashCode() - Method in class org.apache.pekko.io.dns.AAAARecord
- hashCode() - Method in class org.apache.pekko.io.dns.ARecord
- hashCode() - Method in class org.apache.pekko.io.dns.CachePolicy.Forever$
- hashCode() - Method in class org.apache.pekko.io.dns.CachePolicy.Never$
- hashCode() - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl
- hashCode() - Method in class org.apache.pekko.io.dns.CNameRecord
- hashCode() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- hashCode() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- hashCode() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- hashCode() - Method in class org.apache.pekko.io.dns.DnsProtocol.Srv$
- hashCode() - Static method in class org.apache.pekko.io.Dns
- hashCode() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.EnhancedDoubleHashRandom$
- hashCode() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.SecureRandom$
- hashCode() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.ThreadLocalRandom$
- hashCode() - Method in class org.apache.pekko.io.dns.RecordClass
- hashCode() - Method in class org.apache.pekko.io.dns.RecordType
- hashCode() - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.io.dns.SRVRecord
- hashCode() - Method in class org.apache.pekko.io.dns.UnknownRecord
- hashCode() - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- hashCode() - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- hashCode() - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- hashCode() - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- hashCode() - Method in class org.apache.pekko.io.Tcp.Abort$
- hashCode() - Method in class org.apache.pekko.io.Tcp.Aborted$
- hashCode() - Method in class org.apache.pekko.io.Tcp.Bind
- hashCode() - Method in class org.apache.pekko.io.Tcp.Bound
- hashCode() - Method in class org.apache.pekko.io.Tcp.Close$
- hashCode() - Method in class org.apache.pekko.io.Tcp.Closed$
- hashCode() - Method in class org.apache.pekko.io.Tcp.CommandFailed
- hashCode() - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- hashCode() - Method in class org.apache.pekko.io.Tcp.ConfirmedClose$
- hashCode() - Method in class org.apache.pekko.io.Tcp.ConfirmedClosed$
- hashCode() - Method in class org.apache.pekko.io.Tcp.Connect
- hashCode() - Method in class org.apache.pekko.io.Tcp.Connected
- hashCode() - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- hashCode() - Static method in class org.apache.pekko.io.Tcp
- hashCode() - Method in class org.apache.pekko.io.Tcp.NoAck
- hashCode() - Method in class org.apache.pekko.io.Tcp.PeerClosed$
- hashCode() - Method in class org.apache.pekko.io.Tcp.Received
- hashCode() - Method in class org.apache.pekko.io.Tcp.Register
- hashCode() - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- hashCode() - Method in class org.apache.pekko.io.Tcp.ResumeReading$
- hashCode() - Method in class org.apache.pekko.io.Tcp.ResumeWriting$
- hashCode() - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- hashCode() - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- hashCode() - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- hashCode() - Method in class org.apache.pekko.io.Tcp.SuspendReading$
- hashCode() - Method in class org.apache.pekko.io.Tcp.Unbind$
- hashCode() - Method in class org.apache.pekko.io.Tcp.Unbound$
- hashCode() - Method in class org.apache.pekko.io.Tcp.Write
- hashCode() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.io.Tcp.WritePath
- hashCode() - Method in class org.apache.pekko.io.Tcp.WritingResumed$
- hashCode() - Method in class org.apache.pekko.io.Udp.Bind
- hashCode() - Method in class org.apache.pekko.io.Udp.Bound
- hashCode() - Method in class org.apache.pekko.io.Udp.CommandFailed
- hashCode() - Static method in class org.apache.pekko.io.Udp
- hashCode() - Method in class org.apache.pekko.io.Udp.NoAck
- hashCode() - Method in class org.apache.pekko.io.Udp.Received
- hashCode() - Method in class org.apache.pekko.io.Udp.ResumeReading$
- hashCode() - Method in class org.apache.pekko.io.Udp.Send
- hashCode() - Method in class org.apache.pekko.io.Udp.SimpleSender
- hashCode() - Method in class org.apache.pekko.io.Udp.SimpleSenderReady$
- hashCode() - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- hashCode() - Method in class org.apache.pekko.io.Udp.SuspendReading$
- hashCode() - Method in class org.apache.pekko.io.Udp.Unbind$
- hashCode() - Method in class org.apache.pekko.io.Udp.Unbound$
- hashCode() - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- hashCode() - Method in class org.apache.pekko.io.UdpConnected.Connect
- hashCode() - Method in class org.apache.pekko.io.UdpConnected.Connected$
- hashCode() - Method in class org.apache.pekko.io.UdpConnected.Disconnect$
- hashCode() - Method in class org.apache.pekko.io.UdpConnected.Disconnected$
- hashCode() - Static method in class org.apache.pekko.io.UdpConnected
- hashCode() - Method in class org.apache.pekko.io.UdpConnected.NoAck
- hashCode() - Method in class org.apache.pekko.io.UdpConnected.Received
- hashCode() - Method in class org.apache.pekko.io.UdpConnected.ResumeReading$
- hashCode() - Method in class org.apache.pekko.io.UdpConnected.Send
- hashCode() - Method in class org.apache.pekko.io.UdpConnected.SuspendReading$
- hashCode() - Method in exception org.apache.pekko.japi.JavaPartialFunction.NoMatch$
- hashCode() - Method in class org.apache.pekko.japi.Option.Some
- hashCode() - Method in class org.apache.pekko.japi.Pair
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple10
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple11
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple12
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple13
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple14
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple15
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple16
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple17
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple18
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple19
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple20
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple21
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple22
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple3
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple4
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple5
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple6
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple7
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple8
- hashCode() - Method in class org.apache.pekko.japi.tuple.Tuple9
- hashCode() - Static method in class org.apache.pekko.NotUsed
- hashCode() - Method in class org.apache.pekko.NotUsed$
- hashCode() - Static method in class org.apache.pekko.osgi.UnregisteringLogService
- hashCode() - Method in class org.apache.pekko.osgi.UnregisteringLogService$
- hashCode() - Method in class org.apache.pekko.pattern.AskableActorRef
- hashCode() - Method in class org.apache.pekko.pattern.AskableActorSelection
- hashCode() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- hashCode() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- hashCode() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- hashCode() - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- hashCode() - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetCurrentChild$
- hashCode() - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetRestartCount$
- hashCode() - Method in class org.apache.pekko.pattern.BackoffSupervisor.Reset$
- hashCode() - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- hashCode() - Method in class org.apache.pekko.pattern.BackoffSupervisor.StartChild$
- hashCode() - Static method in class org.apache.pekko.pattern.CircuitBreakersRegistry
- hashCode() - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- hashCode() - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- hashCode() - Static method in class org.apache.pekko.pattern.ForwardDeathLetters
- hashCode() - Method in class org.apache.pekko.pattern.ForwardDeathLetters$
- hashCode() - Static method in class org.apache.pekko.pattern.ManualReset
- hashCode() - Method in class org.apache.pekko.pattern.ManualReset$
- hashCode() - Static method in class org.apache.pekko.pattern.RestartImpliesFailure
- hashCode() - Method in class org.apache.pekko.pattern.RestartImpliesFailure$
- hashCode() - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- hashCode() - Method in class org.apache.pekko.pattern.StatusReply
- hashCode() - Static method in class org.apache.pekko.pattern.StopImpliesFailure
- hashCode() - Method in class org.apache.pekko.pattern.StopImpliesFailure$
- hashCode() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- hashCode() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- hashCode() - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- hashCode() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick$
- hashCode() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- hashCode() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- hashCode() - Method in class org.apache.pekko.persistence.AtomicWrite
- hashCode() - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- hashCode() - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- hashCode() - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- hashCode() - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- hashCode() - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- hashCode() - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- hashCode() - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- hashCode() - Method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
- hashCode() - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- hashCode() - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- hashCode() - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Normal$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Shutdown$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateTimeout$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- hashCode() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.InitTimeout$
- hashCode() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- hashCode() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- hashCode() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- hashCode() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- hashCode() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- hashCode() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- hashCode() - Method in class org.apache.pekko.persistence.journal.EventsSeq
- hashCode() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- hashCode() - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- hashCode() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- hashCode() - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapters$
- hashCode() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- hashCode() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.ResetCounter$
- hashCode() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- hashCode() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- hashCode() - Static method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension
- hashCode() - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- hashCode() - Method in class org.apache.pekko.persistence.journal.Tagged
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesSuccessful$
- hashCode() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- hashCode() - Static method in class org.apache.pekko.persistence.Persistence
- hashCode() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- hashCode() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- hashCode() - Static method in class org.apache.pekko.persistence.query.NoOffset
- hashCode() - Method in class org.apache.pekko.persistence.query.NoOffset$
- hashCode() - Static method in class org.apache.pekko.persistence.query.PersistenceQuery
- hashCode() - Method in class org.apache.pekko.persistence.query.Sequence
- hashCode() - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- hashCode() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- hashCode() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- hashCode() - Method in class org.apache.pekko.persistence.Recovery
- hashCode() - Static method in class org.apache.pekko.persistence.RecoveryCompleted
- hashCode() - Method in class org.apache.pekko.persistence.RecoveryCompleted$
- hashCode() - Method in class org.apache.pekko.persistence.ReplyToStrategy
- hashCode() - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- hashCode() - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- hashCode() - Method in class org.apache.pekko.persistence.SelectedSnapshot
- hashCode() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- hashCode() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- hashCode() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- hashCode() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- hashCode() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- hashCode() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- hashCode() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- hashCode() - Method in class org.apache.pekko.persistence.serialization.Snapshot
- hashCode() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- hashCode() - Method in class org.apache.pekko.persistence.SnapshotOffer
- hashCode() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- hashCode() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- hashCode() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- hashCode() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- hashCode() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- hashCode() - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- hashCode() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- hashCode() - Static method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry
- hashCode() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- hashCode() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- hashCode() - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- hashCode() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- hashCode() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- hashCode() - Static method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- hashCode() - Static method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension
- hashCode() - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- hashCode() - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
- hashCode() - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- hashCode() - Method in class org.apache.pekko.persistence.testkit.ProcessingSuccess$
- hashCode() - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- hashCode() - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
- hashCode() - Method in class org.apache.pekko.persistence.testkit.ReadSeqNum$
- hashCode() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- hashCode() - Method in class org.apache.pekko.persistence.testkit.Reject
- hashCode() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- hashCode() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- hashCode() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- hashCode() - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- hashCode() - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- hashCode() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- hashCode() - Method in class org.apache.pekko.persistence.TestPayload
- hashCode() - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- hashCode() - Method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
- hashCode() - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- hashCode() - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- hashCode() - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- hashCode() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
- hashCode() - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- hashCode() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- hashCode() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- hashCode() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- hashCode() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- hashCode() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- hashCode() - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- hashCode() - Method in class org.apache.pekko.persistence.typed.EmptyEventSeq$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryPermitGranted$
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- hashCode() - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.PersistNothing$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.Stash$
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Drop$
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Fail$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.internal.Stop
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.Stop$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.Unhandled$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.internal.UnstashAll
- hashCode() - Method in class org.apache.pekko.persistence.typed.internal.UnstashAll$
- hashCode() - Method in class org.apache.pekko.persistence.typed.PersistenceId
- hashCode() - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- hashCode() - Method in class org.apache.pekko.persistence.typed.RecoveryCompleted$
- hashCode() - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- hashCode() - Method in class org.apache.pekko.persistence.typed.ReplicaId
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- hashCode() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- hashCode() - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- hashCode() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- hashCode() - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteSuccess$
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryPermitGranted$
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryTimeout$
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertSuccess$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.Stash$
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Drop$
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Fail$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stop
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.Stop$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.Unhandled$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll$
- hashCode() - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
- hashCode() - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- hashCode() - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.remote.AddressUidExtension
- hashCode() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- hashCode() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- hashCode() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- hashCode() - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- hashCode() - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- hashCode() - Static method in class org.apache.pekko.remote.artery.Flush
- hashCode() - Method in class org.apache.pekko.remote.artery.Flush$
- hashCode() - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- hashCode() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- hashCode() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- hashCode() - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- hashCode() - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- hashCode() - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- hashCode() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- hashCode() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.remote.BoundAddressesExtension
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.Option
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- hashCode() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- hashCode() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.remote.RemoteMetricsExtension
- hashCode() - Method in class org.apache.pekko.remote.RemoteScope
- hashCode() - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.RemotingListenEvent
- hashCode() - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.RemotingShutdownEvent$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- hashCode() - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- hashCode() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- hashCode() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- hashCode() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- hashCode() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- hashCode() - Static method in class org.apache.pekko.remote.testconductor.Client
- hashCode() - Method in class org.apache.pekko.remote.testconductor.Client$
- hashCode() - Method in class org.apache.pekko.remote.testconductor.Done$
- hashCode() - Method in class org.apache.pekko.remote.testconductor.RoleName
- hashCode() - Static method in class org.apache.pekko.remote.testconductor.Server
- hashCode() - Method in class org.apache.pekko.remote.testconductor.Server$
- hashCode() - Static method in class org.apache.pekko.remote.testconductor.TestConductor
- hashCode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- hashCode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- hashCode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- hashCode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- hashCode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- hashCode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- hashCode() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Quarantined$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Shutdown$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Unknown$
-
Deprecated.
- hashCode() - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- hashCode() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- hashCode() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- hashCode() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Heartbeat$
- hashCode() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- hashCode() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- hashCode() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- hashCode() - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- hashCode() - Static method in class org.apache.pekko.remote.transport.TransportAdaptersExtension
-
Deprecated.
- hashCode() - Method in class org.apache.pekko.remote.UniqueAddress
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.AddressData
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.DeployData
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.PropsData
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- hashCode() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- hashCode() - Method in class org.apache.pekko.routing.ActorRefRoutee
- hashCode() - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- hashCode() - Method in class org.apache.pekko.routing.AddRoutee
- hashCode() - Method in class org.apache.pekko.routing.AdjustPoolSize
- hashCode() - Method in class org.apache.pekko.routing.BalancingPool
- hashCode() - Method in class org.apache.pekko.routing.Broadcast
- hashCode() - Method in class org.apache.pekko.routing.BroadcastGroup
- hashCode() - Method in class org.apache.pekko.routing.BroadcastPool
- hashCode() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- hashCode() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- hashCode() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- hashCode() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- hashCode() - Method in class org.apache.pekko.routing.Deafen
- hashCode() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- hashCode() - Method in class org.apache.pekko.routing.DefaultResizer
- hashCode() - Method in class org.apache.pekko.routing.DefaultResizer$
- hashCode() - Static method in class org.apache.pekko.routing.FromConfig
- hashCode() - Method in class org.apache.pekko.routing.FromConfig$
- hashCode() - Static method in class org.apache.pekko.routing.GetRoutees
- hashCode() - Method in class org.apache.pekko.routing.GetRoutees$
- hashCode() - Method in class org.apache.pekko.routing.Listen
- hashCode() - Static method in class org.apache.pekko.routing.NoRouter
- hashCode() - Method in class org.apache.pekko.routing.NoRouter$
- hashCode() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- hashCode() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- hashCode() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer$
- hashCode() - Method in class org.apache.pekko.routing.RandomGroup
- hashCode() - Method in class org.apache.pekko.routing.RandomPool
- hashCode() - Method in class org.apache.pekko.routing.RemoveRoutee
- hashCode() - Method in class org.apache.pekko.routing.RoundRobinGroup
- hashCode() - Method in class org.apache.pekko.routing.RoundRobinPool
- hashCode() - Method in class org.apache.pekko.routing.Routees
- hashCode() - Method in class org.apache.pekko.routing.Router
- hashCode() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- hashCode() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- hashCode() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- hashCode() - Method in class org.apache.pekko.routing.SeveralRoutees
- hashCode() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- hashCode() - Method in class org.apache.pekko.routing.TailChoppingGroup
- hashCode() - Method in class org.apache.pekko.routing.TailChoppingPool
- hashCode() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- hashCode() - Method in class org.apache.pekko.routing.WithListeners
- hashCode() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- hashCode() - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- hashCode() - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- hashCode() - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
- hashCode() - Method in class org.apache.pekko.serialization.Serialization.Information
- hashCode() - Static method in class org.apache.pekko.serialization.SerializationExtension
- hashCode() - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- hashCode() - Method in exception org.apache.pekko.stream.AbruptTerminationException
- hashCode() - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- hashCode() - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- hashCode() - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- hashCode() - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- hashCode() - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- hashCode() - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- hashCode() - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- hashCode() - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- hashCode() - Method in class org.apache.pekko.stream.AmorphousShape
- hashCode() - Method in class org.apache.pekko.stream.Attributes.AsyncBoundary$
- hashCode() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- hashCode() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- hashCode() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.CompleteStage$
- hashCode() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.FailStage$
- hashCode() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.PropagateFailure$
- hashCode() - Method in class org.apache.pekko.stream.Attributes
- hashCode() - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- hashCode() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- hashCode() - Method in class org.apache.pekko.stream.Attributes.Name
- hashCode() - Method in class org.apache.pekko.stream.BidiShape
- hashCode() - Static method in exception org.apache.pekko.stream.BindFailedException
- hashCode() - Method in exception org.apache.pekko.stream.BindFailedException$
-
Deprecated.
- hashCode() - Method in exception org.apache.pekko.stream.BufferOverflowException
- hashCode() - Static method in class org.apache.pekko.stream.Client
- hashCode() - Method in class org.apache.pekko.stream.Client$
- hashCode() - Method in class org.apache.pekko.stream.CompletionStrategy.Draining$
- hashCode() - Method in class org.apache.pekko.stream.CompletionStrategy.Immediately$
- hashCode() - Method in class org.apache.pekko.stream.CompletionStrategy$
- hashCode() - Static method in class org.apache.pekko.stream.EagerClose
- hashCode() - Method in class org.apache.pekko.stream.EagerClose$
- hashCode() - Method in class org.apache.pekko.stream.FanInShape.Name
- hashCode() - Method in class org.apache.pekko.stream.FanInShape.Ports
- hashCode() - Method in class org.apache.pekko.stream.FanOutShape.Name
- hashCode() - Method in class org.apache.pekko.stream.FanOutShape.Ports
- hashCode() - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- hashCode() - Method in class org.apache.pekko.stream.FlowMonitorState.Finished$
- hashCode() - Method in class org.apache.pekko.stream.FlowMonitorState.Initialized$
- hashCode() - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- hashCode() - Method in class org.apache.pekko.stream.FlowShape
- hashCode() - Static method in class org.apache.pekko.stream.IgnoreBoth
- hashCode() - Method in class org.apache.pekko.stream.IgnoreBoth$
- hashCode() - Static method in class org.apache.pekko.stream.IgnoreCancel
- hashCode() - Method in class org.apache.pekko.stream.IgnoreCancel$
- hashCode() - Static method in class org.apache.pekko.stream.IgnoreComplete
- hashCode() - Method in class org.apache.pekko.stream.IgnoreComplete$
- hashCode() - Method in class org.apache.pekko.stream.InPort
- hashCode() - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- hashCode() - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- hashCode() - Method in class org.apache.pekko.stream.IOResult
- hashCode() - Method in class org.apache.pekko.stream.IOSettings
- hashCode() - Static method in class org.apache.pekko.stream.javadsl.Tcp
- hashCode() - Method in class org.apache.pekko.stream.OutPort
- hashCode() - Method in class org.apache.pekko.stream.OverflowStrategies.EmitEarly$
- hashCode() - Method in class org.apache.pekko.stream.QueueOfferResult.Dropped$
- hashCode() - Method in class org.apache.pekko.stream.QueueOfferResult.Enqueued$
- hashCode() - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- hashCode() - Method in class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
- hashCode() - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- hashCode() - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- hashCode() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- hashCode() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- hashCode() - Method in class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel.QueueOps
- hashCode() - Method in class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete.QueueOps
- hashCode() - Static method in class org.apache.pekko.stream.scaladsl.Tcp
- hashCode() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- hashCode() - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- hashCode() - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- hashCode() - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- hashCode() - Static method in class org.apache.pekko.stream.Server
- hashCode() - Method in class org.apache.pekko.stream.Server$
- hashCode() - Method in class org.apache.pekko.stream.SinkShape
- hashCode() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.Closed$
- hashCode() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPull$
- hashCode() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPush$
- hashCode() - Method in class org.apache.pekko.stream.SourceShape
- hashCode() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- hashCode() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Initialized$
- hashCode() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- hashCode() - Method in exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
- hashCode() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- hashCode() - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- hashCode() - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- hashCode() - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- hashCode() - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- hashCode() - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- hashCode() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- hashCode() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- hashCode() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- hashCode() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- hashCode() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- hashCode() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- hashCode() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- hashCode() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- hashCode() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- hashCode() - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- hashCode() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
- hashCode() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.NoopTermination$
- hashCode() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.WarnTermination$
- hashCode() - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.NoMoreElementsNeeded$
- hashCode() - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.StageWasCompleted$
- hashCode() - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Drain$
- hashCode() - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Propagate$
- hashCode() - Method in class org.apache.pekko.stream.Supervision.Restart$
- hashCode() - Method in class org.apache.pekko.stream.Supervision.Resume$
- hashCode() - Method in class org.apache.pekko.stream.Supervision.Stop$
- hashCode() - Static method in class org.apache.pekko.stream.SystemMaterializer
- hashCode() - Method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- hashCode() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.DownstreamFinish$
- hashCode() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- hashCode() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Pull$
- hashCode() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Push$
- hashCode() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- hashCode() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.UpstreamFinish$
- hashCode() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- hashCode() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- hashCode() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- hashCode() - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- hashCode() - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- hashCode() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- hashCode() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnComplete$
- hashCode() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- hashCode() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- hashCode() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- hashCode() - Method in class org.apache.pekko.stream.ThrottleMode.Enforcing$
- hashCode() - Method in class org.apache.pekko.stream.ThrottleMode.Shaping$
- hashCode() - Method in class org.apache.pekko.stream.TLSClientAuth.Need$
- hashCode() - Method in class org.apache.pekko.stream.TLSClientAuth.None$
- hashCode() - Method in class org.apache.pekko.stream.TLSClientAuth.Want$
- hashCode() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- hashCode() - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- hashCode() - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- hashCode() - Method in class org.apache.pekko.stream.TLSProtocol.SessionTruncated$
- hashCode() - Method in class org.apache.pekko.testkit.CustomEventFilter
- hashCode() - Method in class org.apache.pekko.testkit.DeadLettersFilter
- hashCode() - Method in class org.apache.pekko.testkit.DebugFilter
- hashCode() - Method in class org.apache.pekko.testkit.ErrorFilter
- hashCode() - Method in class org.apache.pekko.testkit.InfoFilter
- hashCode() - Method in class org.apache.pekko.testkit.SocketUtil.Both$
- hashCode() - Method in class org.apache.pekko.testkit.SocketUtil.Tcp$
- hashCode() - Method in class org.apache.pekko.testkit.SocketUtil.Udp$
- hashCode() - Method in class org.apache.pekko.testkit.TestActor.KeepRunning$
- hashCode() - Method in class org.apache.pekko.testkit.TestActor.NoAutoPilot$
- hashCode() - Method in class org.apache.pekko.testkit.TestActor.NullMessage$
- hashCode() - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- hashCode() - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- hashCode() - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- hashCode() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- hashCode() - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- hashCode() - Method in class org.apache.pekko.testkit.TestActor.Watch
- hashCode() - Method in class org.apache.pekko.testkit.TestEvent.Mute
- hashCode() - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- hashCode() - Method in exception org.apache.pekko.testkit.TestException
- hashCode() - Static method in class org.apache.pekko.testkit.TestKitExtension
- hashCode() - Method in class org.apache.pekko.testkit.WarningFilter
- hashCode() - Method in class org.apache.pekko.util.FutureConverters.CompletionStageOps
- hashCode() - Method in class org.apache.pekko.util.FutureConverters.FutureOps
- hashCode() - Method in class org.apache.pekko.util.Helpers.Requiring
- hashCode() - Method in class org.apache.pekko.util.JavaDurationConverters.JavaDurationOps
- hashCode() - Method in class org.apache.pekko.util.JavaDurationConverters.ScalaDurationOps
- hashCode() - Method in class org.apache.pekko.util.LineNumbers.NoSourceInfo$
- hashCode() - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- hashCode() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- hashCode() - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- hashCode() - Static method in class org.apache.pekko.util.ManifestInfo
- hashCode() - Method in class org.apache.pekko.util.ManifestInfo.Version
- hashCode() - Method in class org.apache.pekko.util.OptionConverters.RichOption
- hashCode() - Method in class org.apache.pekko.util.OptionConverters.RichOptional
- hashCode() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalDouble
- hashCode() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalInt
- hashCode() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalLong
- hashCode() - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration
- hashCode() - Method in class org.apache.pekko.util.Timeout
- hashCode() - Method in class org.apache.pekko.util.TypedMultiMap
- hashCode() - Method in class org.apache.pekko.util.Version
- HashCode - Class in org.apache.pekko.util
-
Set of methods which allow easy implementation of
hashCode. - HashCode() - Constructor for class org.apache.pekko.util.HashCode
- HashCode$ - Class in org.apache.pekko.util
-
Set of methods which allow easy implementation of
hashCode. - HashCode$() - Constructor for class org.apache.pekko.util.HashCode$
- hashCode$extension(ActorRef.ActorRefOps<T>) - Method in class org.apache.pekko.actor.typed.ActorRef.ActorRefOps$
- hashCode$extension(Behavior.BehaviorDecorators<Inner>) - Method in class org.apache.pekko.actor.typed.Behavior.BehaviorDecorators$
- hashCode$extension(BehaviorImpl.ContextAs<T>) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ContextAs$
- hashCode$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
- hashCode$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList$
- hashCode$extension(RecipientRef.RecipientRefOps<T>) - Method in class org.apache.pekko.actor.typed.RecipientRef.RecipientRefOps$
- hashCode$extension(AskPattern.Askable<Req>) - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable$
- hashCode$extension(Behaviors.Supervise<T>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise$
- hashCode$extension(ServiceRegistry) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- hashCode$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- hashCode$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
- hashCode$extension(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- hashCode$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- hashCode$extension(AskableActorRef) - Static method in class org.apache.pekko.pattern.AskableActorRef
- hashCode$extension(AskableActorRef) - Method in class org.apache.pekko.pattern.AskableActorRef$
- hashCode$extension(AskableActorSelection) - Static method in class org.apache.pekko.pattern.AskableActorSelection
- hashCode$extension(AskableActorSelection) - Method in class org.apache.pekko.pattern.AskableActorSelection$
- hashCode$extension(ExplicitlyAskableActorRef) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- hashCode$extension(ExplicitlyAskableActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef$
- hashCode$extension(ExplicitlyAskableActorSelection) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- hashCode$extension(ExplicitlyAskableActorSelection) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection$
- hashCode$extension(ByteFlag) - Method in class org.apache.pekko.remote.artery.ByteFlag$
- hashCode$extension(SinkQueueWithCancel.QueueOps<T>) - Method in class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel.QueueOps$
- hashCode$extension(SourceQueueWithComplete.QueueOps<T>) - Method in class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete.QueueOps$
- hashCode$extension(FutureConverters.CompletionStageOps<T>) - Method in class org.apache.pekko.util.FutureConverters.CompletionStageOps$
- hashCode$extension(FutureConverters.FutureOps<T>) - Method in class org.apache.pekko.util.FutureConverters.FutureOps$
- hashCode$extension(Helpers.ConfigOps) - Method in class org.apache.pekko.util.Helpers.ConfigOps$
- hashCode$extension(Helpers.Requiring<A>) - Method in class org.apache.pekko.util.Helpers.Requiring$
- hashCode$extension(JavaDurationConverters.JavaDurationOps) - Method in class org.apache.pekko.util.JavaDurationConverters.JavaDurationOps$
- hashCode$extension(JavaDurationConverters.ScalaDurationOps) - Method in class org.apache.pekko.util.JavaDurationConverters.ScalaDurationOps$
- hashCode$extension(OptionConverters.RichOption<A>) - Method in class org.apache.pekko.util.OptionConverters.RichOption$
- hashCode$extension(OptionConverters.RichOptional<A>) - Method in class org.apache.pekko.util.OptionConverters.RichOptional$
- hashCode$extension(OptionConverters.RichOptionalDouble) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalDouble$
- hashCode$extension(OptionConverters.RichOptionalInt) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalInt$
- hashCode$extension(OptionConverters.RichOptionalLong) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalLong$
- hashCode$extension(OptionVal<A>) - Method in class org.apache.pekko.util.OptionVal$
- hashCode$extension(PrettyDuration.PrettyPrintableDuration) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration$
- HashCodeMessageExtractor<M> - Class in org.apache.pekko.cluster.sharding.typed
-
Default message extractor type, using envelopes to identify what entity a message is for and the hashcode of the entityId to decide which shard an entity belongs to.
- HashCodeMessageExtractor(int) - Constructor for class org.apache.pekko.cluster.sharding.typed.HashCodeMessageExtractor
- HashCodeNoEnvelopeMessageExtractor<M> - Class in org.apache.pekko.cluster.sharding.typed
-
Default message extractor type, using a property of the message to identify what entity a message is for and the hashcode of the entityId to decide which shard an entity belongs to.
- HashCodeNoEnvelopeMessageExtractor(int) - Constructor for class org.apache.pekko.cluster.sharding.typed.HashCodeNoEnvelopeMessageExtractor
- hasHello() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .Hello hello = 1; - hasHello() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
optional .Hello hello = 1; - hasHello() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.WrapperOrBuilder
-
optional .Hello hello = 1; - hasHighestConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
required int64 highestConfirmedSeqNr = 2; - hasHighestConfirmedSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
required int64 highestConfirmedSeqNr = 2; - hasHighestConfirmedSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.StateOrBuilder
-
required int64 highestConfirmedSeqNr = 2; - HASHINDEX_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- hashKey() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- hashKey(Object) - Method in interface org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashMapper
- hashMapping() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- hashMapping() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- hashMapping() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- hasHost() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string host = 3; - hasHost() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required string host = 3; - hasHost() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required string host = 3; - hasHostname() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required string hostname = 1; - hasHostname() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
-
required string hostname = 1; - hasHostname() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder
-
required string hostname = 1; - hasHostname() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string hostname = 2; - hasHostname() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
required string hostname = 2; - hasHostname() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
required string hostname = 2; - hasHostname() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string hostname = 2; - hasHostname() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
required string hostname = 2; - hasHostname() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
required string hostname = 2; - hasHostname() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string hostname = 2; - hasHostname() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
required string hostname = 2; - hasHostname() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
required string hostname = 2; - hasHostname() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string hostname = 3; - hasHostname() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required string hostname = 3; - hasHostname() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required string hostname = 3; - hasHostname() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string hostname = 3; - hasHostname() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required string hostname = 3; - hasHostname() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required string hostname = 3; - hasHostname() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string hostname = 2; - hasHostname() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
required string hostname = 2; - hasHostname() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
required string hostname = 2; - hasIncrements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - hasIncrements() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - hasIncrements() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterOrBuilder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - hasInstruction() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional .PekkoControlMessage instruction = 2; - hasInstruction() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
-
optional .PekkoControlMessage instruction = 2; - hasInstruction() - Method in interface org.apache.pekko.remote.WireFormats.PekkoProtocolMessageOrBuilder
-
optional .PekkoControlMessage instruction = 2; - hasInterval() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration interval = 3; - hasInterval() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
-
required .FiniteDuration interval = 3; - hasInterval() - Method in interface org.apache.pekko.remote.WireFormats.TailChoppingPoolOrBuilder
-
required .FiniteDuration interval = 3; - hasIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional sint32 intKey = 3; - hasIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
optional sint32 intKey = 3; - hasIntKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
optional sint32 intKey = 3; - hasIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional sint32 intKey = 3; - hasIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
optional sint32 intKey = 3; - hasIntKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
optional sint32 intKey = 3; - hasIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional sint32 intKey = 3; - hasIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional sint32 intKey = 3; - hasIntKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional sint32 intKey = 3; - hasIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional sint32 intKey = 3; - hasIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
optional sint32 intKey = 3; - hasIntKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
optional sint32 intKey = 3; - hasIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional sint32 intKey = 3; - hasIntKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
optional sint32 intKey = 3; - hasIntKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
optional sint32 intKey = 3; - hasIntKey(Entry) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryReader
- hasIntKey(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- hasIntKey(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- hasIntKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- hasIntKey(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- hasIntKey(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ChangedOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
required string key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.EntryOrBuilder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailureOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccessOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
-
required string key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.EntryOrBuilder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFoundOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
-
required string key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadOrBuilder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
-
required string key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.EntryOrBuilder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.SubscribeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UnsubscribeOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
required string key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.WriteOrBuilder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
-
required string key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
-
optional string key = 1; - hasKey() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
-
optional string key = 1; - hasKey() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntryOrBuilder
-
optional string key = 1; - hasKey() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
-
required string key = 1; - hasKey() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
-
required string key = 1; - hasKey() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.EntryOrBuilder
-
required string key = 1; - hasKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasKeys() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMapOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - hasLastChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
optional bool lastChunk = 7; - hasLastChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
optional bool lastChunk = 7; - hasLastChunk() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
optional bool lastChunk = 7; - hasLastChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
optional bool lastChunk = 8; - hasLastChunk() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
optional bool lastChunk = 8; - hasLastChunk() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
optional bool lastChunk = 8; - hasLineNumber() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required int32 lineNumber = 4; - hasLineNumber() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required int32 lineNumber = 4; - hasLineNumber() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required int32 lineNumber = 4; - hasListeners() - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Test for whether listeners exist
- hasLocal() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
required .Payload local = 1; - hasLocal() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
-
required .Payload local = 1; - hasLocal() - Method in interface org.apache.pekko.remote.WireFormats.RemoteRouterConfigOrBuilder
-
required .Payload local = 1; - hasLocalAffinity() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required bool localAffinity = 2; - hasLocalAffinity() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
-
required bool localAffinity = 2; - hasLocalAffinity() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendOrBuilder
-
required bool localAffinity = 2; - hasLocalScope() - Method in class org.apache.pekko.actor.Address
-
Returns true if this Address is only defined locally.
- hasLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional sint64 longKey = 4; - hasLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
optional sint64 longKey = 4; - hasLongKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
optional sint64 longKey = 4; - hasLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional sint64 longKey = 4; - hasLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
optional sint64 longKey = 4; - hasLongKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
optional sint64 longKey = 4; - hasLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional sint64 longKey = 4; - hasLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional sint64 longKey = 4; - hasLongKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional sint64 longKey = 4; - hasLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional sint64 longKey = 4; - hasLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
optional sint64 longKey = 4; - hasLongKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
optional sint64 longKey = 4; - hasLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional sint64 longKey = 4; - hasLongKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
optional sint64 longKey = 4; - hasLongKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
optional sint64 longKey = 4; - hasLongKey(Entry) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryReader
- hasLongKey(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- hasLongKey(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- hasLongKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- hasLongKey(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- hasLongKey(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- hasLowerBound() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 lowerBound = 1; - hasLowerBound() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required uint32 lowerBound = 1; - hasLowerBound() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required uint32 lowerBound = 1; - hasManifest() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required string manifest = 2; - hasManifest() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
-
required string manifest = 2; - hasManifest() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelectorOrBuilder
-
required string manifest = 2; - hasManifest() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required string manifest = 2; - hasManifest() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
-
required string manifest = 2; - hasManifest() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.PoolOrBuilder
-
required string manifest = 2; - hasManifest() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string manifest = 12; - hasManifest() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string manifest = 12; - hasManifest() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string manifest = 12; - HASMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PropsData
- hasMarker() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
optional bool marker = 2; - hasMarker() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
-
optional bool marker = 2; - hasMarker() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardStateOrBuilder
-
optional bool marker = 2; - hasMatcher() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
-
optional string matcher = 2; - hasMatcher() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
-
optional string matcher = 2; - hasMatcher() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionOrBuilder
-
optional string matcher = 2; - hasMaxInstancesPerNode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required uint32 maxInstancesPerNode = 2; - hasMaxInstancesPerNode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
required uint32 maxInstancesPerNode = 2; - hasMaxInstancesPerNode() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
required uint32 maxInstancesPerNode = 2; - hasMessage() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required .Payload message = 2; - hasMessage() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
-
required .Payload message = 2; - hasMessage() - Method in interface org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelopeOrBuilder
-
required .Payload message = 2; - hasMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
-
required .Payload message = 1; - hasMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
-
required .Payload message = 1; - hasMessage() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublishedOrBuilder
-
required .Payload message = 1; - hasMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required .Payload message = 5; - hasMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required .Payload message = 5; - hasMessage() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required .Payload message = 5; - hasMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required .Payload message = 6; - hasMessage() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required .Payload message = 6; - hasMessage() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required .Payload message = 6; - hasMessage() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required bytes message = 1; - hasMessage() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
required bytes message = 1; - hasMessage() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
required bytes message = 1; - hasMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required string message = 2; - hasMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
-
required string message = 2; - hasMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorInitializationExceptionOrBuilder
-
required string message = 2; - hasMessage() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional string message = 2; - hasMessage() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
-
optional string message = 2; - hasMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string message = 1; - hasMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
-
required string message = 1; - hasMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializableOrBuilder
-
required string message = 1; - hasMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableOrBuilder
-
optional string message = 2; - hasMessage() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .SerializedMessage message = 2; - hasMessage() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
required .SerializedMessage message = 2; - hasMessage() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
required .SerializedMessage message = 2; - hasMessage() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
required bytes message = 1; - hasMessage() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
-
required bytes message = 1; - hasMessage() - Method in interface org.apache.pekko.remote.WireFormats.SerializedMessageOrBuilder
-
required bytes message = 1; - hasMessageId() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
-
required .Payload messageId = 1; - hasMessageId() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
-
required .Payload messageId = 1; - hasMessageId() - Method in interface org.apache.pekko.remote.ContainerFormats.IdentifyOrBuilder
-
required .Payload messageId = 1; - hasMessageManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
optional bytes messageManifest = 3; - hasMessageManifest() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
optional bytes messageManifest = 3; - hasMessageManifest() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
optional bytes messageManifest = 3; - hasMessageManifest() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in interface org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
optional bytes messageManifest = 4; - hasMessageManifest() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
optional bytes messageManifest = 3; - hasMessageManifest() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
-
optional bytes messageManifest = 3; - hasMessageManifest() - Method in interface org.apache.pekko.remote.WireFormats.SerializedMessageOrBuilder
-
optional bytes messageManifest = 3; - hasMessageManifest() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
optional bytes messageManifest = 3; - hasMessageManifest() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
-
optional bytes messageManifest = 3; - hasMessageManifest() - Method in interface org.apache.pekko.stream.StreamRefMessages.PayloadOrBuilder
-
optional bytes messageManifest = 3; - hasMessages() - Method in interface org.apache.pekko.actor.Cell
-
If the actor isLocal, returns whether "user messages" are currently queued, “false” otherwise.
- hasMessages() - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- hasMessages() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox
- hasMessages() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestInbox
- hasMessages() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox.MessageQueue
- hasMessages() - Method in class org.apache.pekko.dispatch.BoundedNodeMessageQueue
- hasMessages() - Method in interface org.apache.pekko.dispatch.ControlAwareMessageQueueSemantics
- hasMessages() - Method in interface org.apache.pekko.dispatch.MessageQueue
-
Indicates whether this queue is non-empty.
- hasMessages() - Method in class org.apache.pekko.dispatch.NodeMessageQueue
- hasMessages() - Method in interface org.apache.pekko.dispatch.QueueBasedMessageQueue
- hasMessages() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- hasMessages(Routee) - Method in class org.apache.pekko.routing.SmallestMailboxRoutingLogic
-
Returns true if the actor currently has any pending messages in the mailbox, i.e.
- hasMessagesPerResize() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 messagesPerResize = 7; - hasMessagesPerResize() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required uint32 messagesPerResize = 7; - hasMessagesPerResize() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required uint32 messagesPerResize = 7; - hasMetadata() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload metadata = 9; - hasMetadata() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
optional .Payload metadata = 9; - hasMetadata() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
optional .Payload metadata = 9; - hasMetadata() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload metadata = 15; - hasMetadata() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional .PersistentPayload metadata = 15; - hasMetadata() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional .PersistentPayload metadata = 15; - hasMetadata() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - hasMetadata() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - hasMetadata() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - hasMethodName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string methodName = 2; - hasMethodName() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
required string methodName = 2; - hasMethodName() - Method in interface org.apache.pekko.remote.ContainerFormats.StackTraceElementOrBuilder
-
required string methodName = 2; - hasMetricsSelector() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- hasMetricsSelector() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
omitted if default
- hasMetricsSelector() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder
-
omitted if default
- hasName() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required string name = 1; - hasName() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
-
required string name = 1; - hasName() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder
-
required string name = 1; - hasName() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required string name = 1; - hasName() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
-
required string name = 1; - hasName() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.HelloOrBuilder
-
required string name = 1; - hasNameIndex() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required int32 nameIndex = 1; - hasNameIndex() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
-
required int32 nameIndex = 1; - hasNameIndex() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder
-
required int32 nameIndex = 1; - hasNext() - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- hasNext() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- hasNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - hasNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - hasNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - hasNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - hasNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - hasNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - hasNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - hasNode() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - hasNode() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - hasNode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
required .UniqueAddress node = 1; - hasNode() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
required .UniqueAddress node = 1; - hasNode() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder
-
required .UniqueAddress node = 1; - hasNode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
required string node = 1; - hasNode() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
-
required string node = 1; - hasNode() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder
-
required string node = 1; - hasNode() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
-
required .AddressData node = 1; - hasNode() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
-
required .AddressData node = 1; - hasNode() - Method in interface org.apache.pekko.remote.WireFormats.RemoteScopeOrBuilder
-
required .AddressData node = 1; - hasNoEvents() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResult
-
trueif no events were emitted by the command. - hasNoEvents() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.CommandResult
-
trueif no events were emitted by the command. - hasNoReply() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResultWithReply
-
trueif there is no reply. - hasNoReply() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.CommandResultWithReply
-
trueif there is no reply. - hasNrOfInstances() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
required uint32 nrOfInstances = 2; - hasNrOfInstances() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
required uint32 nrOfInstances = 2; - hasNrOfInstances() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder
-
required uint32 nrOfInstances = 2; - hasNrOfInstances() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
required uint32 nrOfInstances = 1; - hasNrOfInstances() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
required uint32 nrOfInstances = 1; - hasNrOfInstances() - Method in interface org.apache.pekko.remote.WireFormats.GenericRoutingPoolOrBuilder
-
required uint32 nrOfInstances = 1; - hasNumber() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required .NodeMetrics.Number number = 2; - hasNumber() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
-
required .NodeMetrics.Number number = 2; - hasNumber() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder
-
required .NodeMetrics.Number number = 2; - hasObsoleteTime() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
optional sint64 obsoleteTime = 5; - hasObsoleteTime() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
optional sint64 obsoleteTime = 5; - hasObsoleteTime() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
optional sint64 obsoleteTime = 5; - hasOffset() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset = 6; - hasOffset() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string offset = 6; - hasOffset() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string offset = 6; - hasOffsetManifest() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset_manifest = 7; - hasOffsetManifest() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string offset_manifest = 7; - hasOffsetManifest() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string offset_manifest = 7; - hasOnePort(Seq<?>) - Static method in class org.apache.pekko.stream.Shape
-
inletsandoutletscan beVectororListso this method checks the size of 1 in an optimized way. - hasOnePort(Seq<?>) - Method in class org.apache.pekko.stream.Shape$
-
inletsandoutletscan beVectororListso this method checks the size of 1 in an optimized way. - hasOp() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required .BarrierOp op = 2; - hasOp() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
-
required .BarrierOp op = 2; - hasOp() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder
-
required .BarrierOp op = 2; - hasOperation() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORMapDeltaOp operation = 1; - hasOperation() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
required .org.apache.pekko.cluster.ddata.ORMapDeltaOp operation = 1; - hasOperation() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORMapDeltaOp operation = 1; - hasOperation() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1; - hasOperation() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
-
required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1; - hasOperation() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1; - hasOperation() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSetDeltaOp operation = 1; - hasOperation() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
-
required .ORSetDeltaOp operation = 1; - hasOperation() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder
-
required .ORSetDeltaOp operation = 1; - hasOrigin() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required .AddressData origin = 1; - hasOrigin() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
-
required .AddressData origin = 1; - hasOrigin() - Method in interface org.apache.pekko.remote.WireFormats.PekkoHandshakeInfoOrBuilder
-
required .AddressData origin = 1; - hasOriginalClassName() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalClassName = 3; - hasOriginalClassName() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
-
required string originalClassName = 3; - hasOriginalClassName() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializableOrBuilder
-
required string originalClassName = 3; - hasOriginalMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalMessage = 2; - hasOriginalMessage() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
-
required string originalMessage = 2; - hasOriginalMessage() - Method in interface org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializableOrBuilder
-
required string originalMessage = 2; - hasOriginDc() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required string originDc = 1; - hasOriginDc() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
required string originDc = 1; - hasOriginDc() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
required string originDc = 1; - hasOriginRef() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
-
required .ActorRef originRef = 1; - hasOriginRef() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
-
required .ActorRef originRef = 1; - hasOriginRef() - Method in interface org.apache.pekko.stream.StreamRefMessages.SourceRefOrBuilder
-
required .ActorRef originRef = 1; - hasOriginReplica() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required string originReplica = 1; - hasOriginReplica() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
required string originReplica = 1; - hasOriginReplica() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
-
required string originReplica = 1; - hasOriginSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required int64 originSequenceNr = 2; - hasOriginSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
required int64 originSequenceNr = 2; - hasOriginSequenceNr() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
-
required int64 originSequenceNr = 2; - hasOriginUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required uint64 originUid = 2; - hasOriginUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
required uint64 originUid = 2; - hasOriginUid() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
required uint64 originUid = 2; - hasOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - hasOtherKey(Entry) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryReader
- hasOtherKey(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- hasOtherKey(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- hasOtherKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- hasOtherKey(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- hasOtherKey(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- hasOverview() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .GossipOverview overview = 5; - hasOverview() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
required .GossipOverview overview = 5; - hasOverview() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
required .GossipOverview overview = 5; - hasOwner() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required .Address owner = 1; - hasOwner() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
required .Address owner = 1; - hasOwner() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder
-
required .Address owner = 1; - hasOwnerAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - hasOwnerAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - hasOwnerAddress() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - hasPath() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
-
required string path = 1; - hasPath() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendOrBuilder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
-
required string path = 1; - hasPath() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAllOrBuilder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
-
required string path = 1; - hasPath() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorRefOrBuilder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
-
required string path = 1; - hasPath() - Method in interface org.apache.pekko.remote.WireFormats.ActorRefDataOrBuilder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required string path = 3; - hasPath() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required string path = 3; - hasPath() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required string path = 3; - hasPath() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
required string path = 1; - hasPath() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
-
required string path = 1; - hasPath() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
-
required string path = 1; - hasPath() - Method in interface org.apache.pekko.stream.StreamRefMessages.ActorRefOrBuilder
-
required string path = 1; - hasPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required .Payload payload = 3; - hasPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
-
required .Payload payload = 3; - hasPayload() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PublishOrBuilder
-
required .Payload payload = 3; - hasPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required .Payload payload = 3; - hasPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
-
required .Payload payload = 3; - hasPayload() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendOrBuilder
-
required .Payload payload = 3; - hasPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required .Payload payload = 3; - hasPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
-
required .Payload payload = 3; - hasPayload() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAllOrBuilder
-
required .Payload payload = 3; - hasPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
required .Payload payload = 1; - hasPayload() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
-
required .Payload payload = 1; - hasPayload() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriberOrBuilder
-
required .Payload payload = 1; - hasPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required .PersistentPayload payload = 3; - hasPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
required .PersistentPayload payload = 3; - hasPayload() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder
-
required .PersistentPayload payload = 3; - hasPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload payload = 1; - hasPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional .PersistentPayload payload = 1; - hasPayload() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional .PersistentPayload payload = 1; - hasPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
required bytes payload = 2; - hasPayload() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
-
required bytes payload = 2; - hasPayload() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder
-
required bytes payload = 2; - hasPayload() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .Payload payload = 3; - hasPayload() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional .Payload payload = 3; - hasPayload() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional .Payload payload = 3; - hasPayload() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional bytes payload = 1; - hasPayload() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
-
optional bytes payload = 1; - hasPayload() - Method in interface org.apache.pekko.remote.WireFormats.PekkoProtocolMessageOrBuilder
-
optional bytes payload = 1; - hasPayload() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required .Payload payload = 2; - hasPayload() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
-
required .Payload payload = 2; - hasPayload() - Method in interface org.apache.pekko.stream.StreamRefMessages.SequencedOnNextOrBuilder
-
required .Payload payload = 2; - hasPayloadManifest() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
optional bytes payloadManifest = 3; - hasPayloadManifest() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
-
optional bytes payloadManifest = 3; - hasPayloadManifest() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder
-
optional bytes payloadManifest = 3; - hasPerformed() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required bool performed = 3; - hasPerformed() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
required bool performed = 3; - hasPerformed() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
required bool performed = 3; - hasPersistenceId() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string persistence_id = 1; - hasPersistenceId() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required string persistence_id = 1; - hasPersistenceId() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required string persistence_id = 1; - hasPersistenceId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string persistenceId = 3; - hasPersistenceId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string persistenceId = 3; - hasPersistenceId() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string persistenceId = 3; - hasPersistenceId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional string persistenceId = 1; - hasPersistenceId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional string persistenceId = 1; - hasPersistenceId() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional string persistenceId = 1; - hasPersistenceIdSubscribers() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- hasPool() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .Pool pool = 1; - hasPool() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
-
required .Pool pool = 1; - hasPool() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolOrBuilder
-
required .Pool pool = 1; - hasPort() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required uint32 port = 2; - hasPort() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
-
required uint32 port = 2; - hasPort() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder
-
required uint32 port = 2; - hasPort() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required uint32 port = 3; - hasPort() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
required uint32 port = 3; - hasPort() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
required uint32 port = 3; - hasPort() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required uint32 port = 3; - hasPort() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
required uint32 port = 3; - hasPort() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
required uint32 port = 3; - hasPort() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required uint32 port = 3; - hasPort() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
required uint32 port = 3; - hasPort() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
required uint32 port = 3; - hasPort() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required uint32 port = 4; - hasPort() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required uint32 port = 4; - hasPort() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required uint32 port = 4; - hasPort() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required uint32 port = 4; - hasPort() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required uint32 port = 4; - hasPort() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required uint32 port = 4; - hasPort() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required int32 port = 4; - hasPort() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required int32 port = 4; - hasPort() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required int32 port = 4; - hasPort() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required uint32 port = 3; - hasPort() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
required uint32 port = 3; - hasPort() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
required uint32 port = 3; - hasPressureThreshold() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 pressureThreshold = 3; - hasPressureThreshold() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required uint32 pressureThreshold = 3; - hasPressureThreshold() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required uint32 pressureThreshold = 3; - hasProducerControllerRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerControllerRef = 5; - hasProducerControllerRef() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required string producerControllerRef = 5; - hasProducerControllerRef() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required string producerControllerRef = 5; - hasProducerId() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerId = 1; - hasProducerId() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required string producerId = 1; - hasProducerId() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required string producerId = 1; - hasProps() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .PropsData props = 1; - hasProps() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required .PropsData props = 1; - hasProps() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required .PropsData props = 1; - hasProtocol() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
optional string protocol = 4; - hasProtocol() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
optional string protocol = 4; - hasProtocol() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
optional string protocol = 4; - hasProtocol() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
optional string protocol = 4; - hasProtocol() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
optional string protocol = 4; - hasProtocol() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
optional string protocol = 4; - hasProtocol() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
optional string protocol = 4; - hasProtocol() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
optional string protocol = 4; - hasProtocol() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
optional string protocol = 4; - hasProtocol() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string protocol = 1; - hasProtocol() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required string protocol = 1; - hasProtocol() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required string protocol = 1; - hasProtocol() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string protocol = 1; - hasProtocol() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required string protocol = 1; - hasProtocol() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required string protocol = 1; - hasProtocol() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string protocol = 1; - hasProtocol() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required string protocol = 1; - hasProtocol() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required string protocol = 1; - hasProtocol() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
optional string protocol = 4; - hasProtocol() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
optional string protocol = 4; - hasProtocol() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
optional string protocol = 4; - hasQualifier() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required string qualifier = 2; - hasQualifier() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
-
required string qualifier = 2; - hasQualifier() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.ConfirmedOrBuilder
-
required string qualifier = 2; - hasQualifier() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required string qualifier = 2; - hasQualifier() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required string qualifier = 2; - hasQualifier() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required string qualifier = 2; - hasRampupRate() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double rampupRate = 4; - hasRampupRate() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required double rampupRate = 4; - hasRampupRate() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required double rampupRate = 4; - hasRateMBit() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional float rateMBit = 6; - hasRateMBit() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
optional float rateMBit = 6; - hasRateMBit() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder
-
optional float rateMBit = 6; - hasRecipient() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .ActorRefData recipient = 1; - hasRecipient() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
required .ActorRefData recipient = 1; - hasRecipient() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
required .ActorRefData recipient = 1; - hasRef() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required string ref = 2; - hasRef() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
-
required string ref = 2; - hasRef() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.SubscribeOrBuilder
-
required string ref = 2; - hasRef() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required string ref = 2; - hasRef() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
-
required string ref = 2; - hasRef() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UnsubscribeOrBuilder
-
required string ref = 2; - hasRef() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
optional string ref = 3; - hasRef() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
-
optional string ref = 3; - hasRef() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder
-
optional string ref = 3; - hasRef() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
-
required string ref = 1; - hasRef() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
-
required string ref = 1; - hasRef() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessageOrBuilder
-
required string ref = 1; - hasRef() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
optional .ActorRef ref = 2; - hasRef() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
-
optional .ActorRef ref = 2; - hasRef() - Method in interface org.apache.pekko.remote.ContainerFormats.ActorIdentityOrBuilder
-
optional .ActorRef ref = 2; - hasRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string region = 2; - hasRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
-
required string region = 2; - hasRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string region = 2; - hasRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
-
required string region = 2; - hasRegion() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocatedOrBuilder
-
required string region = 2; - hasRegion() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeOrBuilder
-
required string region = 2; - hasRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
required string region = 1; - hasRegion() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
-
required string region = 1; - hasRegion() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntryOrBuilder
-
required string region = 1; - hasRegionRef() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string regionRef = 2; - hasRegionRef() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
-
required string regionRef = 2; - hasRegionRef() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder
-
required string regionRef = 2; - hasRemovedAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - hasRemovedAddress() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - hasRemovedAddress() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - hasReplicaId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional string replicaId = 1; - hasReplicaId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
-
optional string replicaId = 1; - hasReplicaId() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaDataOrBuilder
-
optional string replicaId = 1; - hasReplicaId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
-
required string replicaId = 1; - hasReplicaId() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
-
required string replicaId = 1; - hasReplicaId() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.SeenOrBuilder
-
required string replicaId = 1; - hasReply() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
no reply if not set
- hasReply() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
no reply if not set
- hasReply() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagationOrBuilder
-
no reply if not set
- hasReply() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required bool reply = 3; - hasReply() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
-
required bool reply = 3; - hasReply() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder
-
required bool reply = 3; - hasReplyToStatus() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
optional bool replyToStatus = 2; - hasReplyToStatus() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
-
optional bool replyToStatus = 2; - hasReplyToStatus() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.StatusOrBuilder
-
optional bool replyToStatus = 2; - hasRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - hasRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - hasRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - hasRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - hasRequest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailureOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - hasRequest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - hasRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - hasRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - hasRequest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccessOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - hasRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - hasRequest() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - hasRequest() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFoundOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - hasRequestUpToSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required int64 requestUpToSeqNr = 2; - hasRequestUpToSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
-
required int64 requestUpToSeqNr = 2; - hasRequestUpToSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RequestOrBuilder
-
required int64 requestUpToSeqNr = 2; - hasResizer() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional .Payload resizer = 1; - hasResizer() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
-
optional .Payload resizer = 1; - hasResizer() - Method in interface org.apache.pekko.remote.WireFormats.FromConfigOrBuilder
-
optional .Payload resizer = 1; - hasResizer() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional .Payload resizer = 4; - hasResizer() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
optional .Payload resizer = 4; - hasResizer() - Method in interface org.apache.pekko.remote.WireFormats.GenericRoutingPoolOrBuilder
-
optional .Payload resizer = 4; - hasRole(String) - Method in class org.apache.pekko.cluster.Member
- hasRouterConfig() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes routerConfig = 3; - hasRouterConfig() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional bytes routerConfig = 3; - hasRouterConfig() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional bytes routerConfig = 3; - hasRouterConfigManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string routerConfigManifest = 11; - hasRouterConfigManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string routerConfigManifest = 11; - hasRouterConfigManifest() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string routerConfigManifest = 11; - hasRouterConfigSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional int32 routerConfigSerializerId = 10; - hasRouterConfigSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional int32 routerConfigSerializerId = 10; - hasRouterConfigSerializerId() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional int32 routerConfigSerializerId = 10; - hasRouterDispatcher() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- hasRouterDispatcher() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
omitted if default
- hasRouterDispatcher() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder
-
omitted if default
- hasRouterDispatcher() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional string routerDispatcher = 2; - hasRouterDispatcher() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
-
optional string routerDispatcher = 2; - hasRouterDispatcher() - Method in interface org.apache.pekko.remote.WireFormats.FromConfigOrBuilder
-
optional string routerDispatcher = 2; - hasRouterDispatcher() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional string routerDispatcher = 2; - hasRouterDispatcher() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
optional string routerDispatcher = 2; - hasRouterDispatcher() - Method in interface org.apache.pekko.remote.WireFormats.GenericRoutingPoolOrBuilder
-
optional string routerDispatcher = 2; - hasSamePortsAndShapeAs(Shape) - Static method in class org.apache.pekko.stream.ClosedShape
- hasSamePortsAndShapeAs(Shape) - Method in class org.apache.pekko.stream.Shape
-
Compare this to another shape and determine whether the arrangement of ports is the same (including their ordering).
- hasSamePortsAs(Shape) - Static method in class org.apache.pekko.stream.ClosedShape
- hasSamePortsAs(Shape) - Method in class org.apache.pekko.stream.Shape
-
Compare this to another shape and determine whether the set of ports is the same (ignoring their ordering).
- hasScope() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes scope = 4; - hasScope() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional bytes scope = 4; - hasScope() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional bytes scope = 4; - hasScopeManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string scopeManifest = 7; - hasScopeManifest() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
optional string scopeManifest = 7; - hasScopeManifest() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
optional string scopeManifest = 7; - hasScopeSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
- hasScopeSerializerId() - Method in class org.apache.pekko.remote.WireFormats.DeployData
-
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
- hasScopeSerializerId() - Method in interface org.apache.pekko.remote.WireFormats.DeployDataOrBuilder
-
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
- hasSeenDigest() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
optional bytes seenDigest = 4; - hasSeenDigest() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
optional bytes seenDigest = 4; - hasSeenDigest() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
optional bytes seenDigest = 4; - hasSendBack() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
required bool sendBack = 1; - hasSendBack() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
required bool sendBack = 1; - hasSendBack() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
required bool sendBack = 1; - hasSender() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string sender = 11; - hasSender() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string sender = 11; - hasSender() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string sender = 11; - hasSender() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional .ActorRefData sender = 4; - hasSender() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
optional .ActorRefData sender = 4; - hasSender() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
optional .ActorRefData sender = 4; - hasSeq() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional fixed64 seq = 5; - hasSeq() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
optional fixed64 seq = 5; - hasSeq() - Method in interface org.apache.pekko.remote.WireFormats.RemoteEnvelopeOrBuilder
-
optional fixed64 seq = 5; - hasSeqNo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required uint64 seqNo = 1; - hasSeqNo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
-
required uint64 seqNo = 1; - hasSeqNo() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAckOrBuilder
-
required uint64 seqNo = 1; - hasSeqNo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required uint64 seqNo = 4; - hasSeqNo() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
required uint64 seqNo = 4; - hasSeqNo() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
required uint64 seqNo = 4; - hasSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required int64 seqNr = 1; - hasSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
-
required int64 seqNr = 1; - hasSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.ConfirmedOrBuilder
-
required int64 seqNr = 1; - hasSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required int64 seqNr = 1; - hasSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required int64 seqNr = 1; - hasSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required int64 seqNr = 1; - hasSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required int64 seqNr = 2; - hasSeqNr() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
required int64 seqNr = 2; - hasSeqNr() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessageOrBuilder
-
required int64 seqNr = 2; - hasSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
-
required int64 seqNr = 1; - hasSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
-
required int64 seqNr = 1; - hasSeqNr() - Method in interface org.apache.pekko.stream.StreamRefMessages.CumulativeDemandOrBuilder
-
required int64 seqNr = 1; - hasSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
-
required int64 seqNr = 1; - hasSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
-
required int64 seqNr = 1; - hasSeqNr() - Method in interface org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompletedOrBuilder
-
required int64 seqNr = 1; - hasSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required int64 seqNr = 1; - hasSeqNr() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
-
required int64 seqNr = 1; - hasSeqNr() - Method in interface org.apache.pekko.stream.StreamRefMessages.SequencedOnNextOrBuilder
-
required int64 seqNr = 1; - hasSequenceNr() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartbeatOrBuilder
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponseOrBuilder
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int64 sequence_nr = 4; - hasSequenceNr() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required int64 sequence_nr = 4; - hasSequenceNr() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required int64 sequence_nr = 4; - hasSequenceNr() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional int64 sequenceNr = 2; - hasSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
-
required int64 sequenceNr = 2; - hasSequenceNr() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
-
required int64 sequenceNr = 2; - hasSequenceNr() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.SeenOrBuilder
-
required int64 sequenceNr = 2; - HasSequenceNumber - Interface in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- HasSequenceNumber$ - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- HasSequenceNumber$() - Constructor for class org.apache.pekko.remote.HasSequenceNumber$
-
Deprecated.
- hasSerialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional bytes serialized = 4; - hasSerialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
-
optional bytes serialized = 4; - hasSerialized() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
-
optional bytes serialized = 4; - hasSerializedGossip() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required bytes serializedGossip = 3; - hasSerializedGossip() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
-
required bytes serializedGossip = 3; - hasSerializedGossip() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelopeOrBuilder
-
required bytes serializedGossip = 3; - hasSerializerId() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
-
required int32 serializerId = 2; - hasSerializerId() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required uint32 serializerId = 1; - hasSerializerId() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
-
required uint32 serializerId = 1; - hasSerializerId() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelectorOrBuilder
-
required uint32 serializerId = 1; - hasSerializerId() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required uint32 serializerId = 1; - hasSerializerId() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
-
required uint32 serializerId = 1; - hasSerializerId() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.PoolOrBuilder
-
required uint32 serializerId = 1; - hasSerializerId() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
-
required int32 serializerId = 2; - hasSerializerId() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
required int32 serializerId = 1; - hasSerializerId() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
-
required int32 serializerId = 1; - hasSerializerId() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder
-
required int32 serializerId = 1; - hasSerializerId() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
required int32 serializerId = 2; - hasSerializerId() - Method in interface org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelopeOrBuilder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
-
required int32 serializerId = 2; - hasSerializerId() - Method in interface org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
required int32 serializerId = 2; - hasSerializerId() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
-
required int32 serializerId = 2; - hasSerializerId() - Method in interface org.apache.pekko.remote.WireFormats.SerializedMessageOrBuilder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
required int32 serializerId = 2; - hasSerializerId() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
-
required int32 serializerId = 2; - hasSerializerId() - Method in interface org.apache.pekko.stream.StreamRefMessages.PayloadOrBuilder
-
required int32 serializerId = 2; - hasSettings() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .ClusterRouterPoolSettings settings = 2; - hasSettings() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
-
required .ClusterRouterPoolSettings settings = 2; - hasSettings() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolOrBuilder
-
required .ClusterRouterPoolSettings settings = 2; - hasShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string shard = 1; - hasShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
-
required string shard = 1; - hasShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string shard = 1; - hasShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
-
required string shard = 1; - hasShard() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocatedOrBuilder
-
required string shard = 1; - hasShard() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeOrBuilder
-
required string shard = 1; - hasShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
-
required string shard = 1; - hasShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
-
required string shard = 1; - hasShard() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessageOrBuilder
-
required string shard = 1; - hasShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required string shard = 1; - hasShard() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
-
required string shard = 1; - hasShard() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStatsOrBuilder
-
required string shard = 1; - hasShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string shardId = 1; - hasShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
-
required string shardId = 1; - hasShardId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder
-
required string shardId = 1; - hasShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
required string shardId = 1; - hasShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
-
required string shardId = 1; - hasShardId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardStateOrBuilder
-
required string shardId = 1; - hasShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
required string shardId = 1; - hasShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
-
required string shardId = 1; - hasShardId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStateOrBuilder
-
required string shardId = 1; - hasShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string shardId = 2; - hasShardId() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
-
required string shardId = 2; - hasShardId() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAckOrBuilder
-
required string shardId = 2; - hasSlice() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int32 slice = 3; - hasSlice() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required int32 slice = 3; - hasSlice() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required int32 slice = 3; - hasState() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - hasState() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - hasState() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - hasStateIdentifier() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required string stateIdentifier = 1; - hasStateIdentifier() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
-
required string stateIdentifier = 1; - hasStateIdentifier() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshotOrBuilder
-
required string stateIdentifier = 1; - hasStateIdentifier() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
required string stateIdentifier = 1; - hasStateIdentifier() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
-
required string stateIdentifier = 1; - hasStateIdentifier() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEventOrBuilder
-
required string stateIdentifier = 1; - hasStats() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .ShardRegionStats stats = 2; - hasStats() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
-
required .ShardRegionStats stats = 2; - hasStats() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntryOrBuilder
-
required .ShardRegionStats stats = 2; - hasStatus() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required .MemberStatus status = 3; - hasStatus() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
required .MemberStatus status = 3; - hasStatus() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
required .MemberStatus status = 3; - hasStatus() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required .ReachabilityStatus status = 3; - hasStatus() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
-
required .ReachabilityStatus status = 3; - hasStatus() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachabilityOrBuilder
-
required .ReachabilityStatus status = 3; - HasStorage<P,R> - Interface in org.apache.pekko.persistence.testkit.scaladsl
-
Abstract persistent storage for tests.
- hasStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional string stringKey = 1; - hasStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
optional string stringKey = 1; - hasStringKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
optional string stringKey = 1; - hasStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional string stringKey = 1; - hasStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
optional string stringKey = 1; - hasStringKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
optional string stringKey = 1; - hasStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional string stringKey = 1; - hasStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional string stringKey = 1; - hasStringKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional string stringKey = 1; - hasStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional string stringKey = 1; - hasStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
optional string stringKey = 1; - hasStringKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
optional string stringKey = 1; - hasStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional string stringKey = 1; - hasStringKey() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
optional string stringKey = 1; - hasStringKey() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
optional string stringKey = 1; - hasStringKey(Entry) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryReader
- hasStringKey(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- hasStringKey(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- hasStringKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- hasStringKey(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- hasStringKey(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- hasSubscriber(ActorRef) - Method in class org.apache.pekko.cluster.ddata.Replicator
- hasSubscriptions(SubchannelClassification) - Method in interface org.apache.pekko.event.SubchannelClassification
-
INTERNAL API Expensive call! Avoid calling directly from event bus subscribe / unsubscribe.
- hasSuperviseData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .SuperviseData superviseData = 5; - hasSuperviseData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .SuperviseData superviseData = 5; - hasSuperviseData() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .SuperviseData superviseData = 5; - hasSupervisor() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .ActorRefData supervisor = 4; - hasSupervisor() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
required .ActorRefData supervisor = 4; - hasSupervisor() - Method in interface org.apache.pekko.remote.WireFormats.DaemonMsgCreateDataOrBuilder
-
required .ActorRefData supervisor = 4; - hasSupportResend() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required bool supportResend = 3; - hasSupportResend() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
-
required bool supportResend = 3; - hasSupportResend() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RequestOrBuilder
-
required bool supportResend = 3; - hasSystem() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string system = 1; - hasSystem() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
required string system = 1; - hasSystem() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder
-
required string system = 1; - hasSystem() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string system = 1; - hasSystem() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
required string system = 1; - hasSystem() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder
-
required string system = 1; - hasSystem() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string system = 1; - hasSystem() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
required string system = 1; - hasSystem() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder
-
required string system = 1; - hasSystem() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string system = 2; - hasSystem() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
required string system = 2; - hasSystem() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder
-
required string system = 2; - hasSystem() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string system = 2; - hasSystem() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
-
required string system = 2; - hasSystem() - Method in interface org.apache.pekko.remote.ArteryControlFormats.AddressOrBuilder
-
required string system = 2; - hasSystem() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string system = 2; - hasSystem() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
required string system = 2; - hasSystem() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressOrBuilder
-
required string system = 2; - hasSystem() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string system = 1; - hasSystem() - Method in class org.apache.pekko.remote.WireFormats.AddressData
-
required string system = 1; - hasSystem() - Method in interface org.apache.pekko.remote.WireFormats.AddressDataOrBuilder
-
required string system = 1; - hasSystemMessages() - Method in interface org.apache.pekko.dispatch.DefaultSystemMessageQueue
- hasSystemMessages() - Method in interface org.apache.pekko.dispatch.SystemMessageQueue
- hasSystemUid() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
required uint64 systemUid = 2; - hasSystemUid() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
-
required uint64 systemUid = 2; - hasSystemUid() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntryOrBuilder
-
required uint64 systemUid = 2; - hasTableVersion() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required uint32 tableVersion = 3; - hasTableVersion() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
required uint32 tableVersion = 3; - hasTableVersion() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementOrBuilder
-
required uint32 tableVersion = 3; - hasTagSubscribers() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- hasTargetRef() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
-
required .ActorRef targetRef = 1; - hasTargetRef() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
-
required .ActorRef targetRef = 1; - hasTargetRef() - Method in interface org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshakeOrBuilder
-
required .ActorRef targetRef = 1; - hasTargetRef() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
-
required .ActorRef targetRef = 1; - hasTargetRef() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
-
required .ActorRef targetRef = 1; - hasTargetRef() - Method in interface org.apache.pekko.stream.StreamRefMessages.SinkRefOrBuilder
-
required .ActorRef targetRef = 1; - hasTimeout() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required uint32 timeout = 3; - hasTimeout() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
required uint32 timeout = 3; - hasTimeout() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder
-
required uint32 timeout = 3; - hasTimeout() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
not used in new records from Akka 2.4.5
- hasTimeout() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
-
not used in new records from Akka 2.4.5
- hasTimeout() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEventOrBuilder
-
not used in new records from Akka 2.4.5
- hasTimeout() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
optional int64 timeout = 3; - hasTimeout() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
-
optional int64 timeout = 3; - hasTimeout() - Method in interface org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder
-
optional int64 timeout = 3; - hasTimeoutData() - Method in interface org.apache.pekko.actor.dungeon.ReceiveTimeout
- hasTimeoutNanos() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
-
required int64 timeoutNanos = 1; - hasTimeoutNanos() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
-
required int64 timeoutNanos = 1; - hasTimeoutNanos() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStatsOrBuilder
-
required int64 timeoutNanos = 1; - hasTimeoutNanos() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
optional int64 timeoutNanos = 3; - hasTimeoutNanos() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
-
optional int64 timeoutNanos = 3; - hasTimeoutNanos() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshotOrBuilder
-
optional int64 timeoutNanos = 3; - hasTimeoutNanos() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
optional int64 timeoutNanos = 3; - hasTimeoutNanos() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
-
optional int64 timeoutNanos = 3; - hasTimeoutNanos() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEventOrBuilder
-
optional int64 timeoutNanos = 3; - hasTimer() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- hasTimer() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
INTERNAL API
- hasTimestamp() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required sint64 timestamp = 1; - hasTimestamp() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
-
required sint64 timestamp = 1; - hasTimestamp() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder
-
required sint64 timestamp = 1; - hasTimestamp() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
required int64 timestamp = 2; - hasTimestamp() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
required int64 timestamp = 2; - hasTimestamp() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder
-
required int64 timestamp = 2; - hasTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
-
required int64 timestamp = 2; - hasTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
-
required int64 timestamp = 2; - hasTimestamp() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.TombstoneOrBuilder
-
required int64 timestamp = 2; - hasTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
the timestamp could be removed but left for test data compatibility
- hasTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
-
the timestamp could be removed but left for test data compatibility
- hasTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
required int64 timestamp = 2; - hasTimestamp() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
-
required int64 timestamp = 2; - hasTimestamp() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.VersionOrBuilder
-
required int64 timestamp = 2; - hasTimestamp() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder
-
the timestamp could be removed but left for test data compatibility
- hasTimestamp() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required int64 timestamp = 2; - hasTimestamp() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
-
required int64 timestamp = 2; - hasTimestamp() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.VersionOrBuilder
-
required int64 timestamp = 2; - hasTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required int64 timestamp = 3; - hasTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
-
required int64 timestamp = 3; - hasTimestamp() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.ConfirmedOrBuilder
-
required int64 timestamp = 3; - hasTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required int64 timestamp = 4; - hasTimestamp() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
required int64 timestamp = 4; - hasTimestamp() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSentOrBuilder
-
required int64 timestamp = 4; - hasTimestamp() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int64 timestamp = 5; - hasTimestamp() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
required int64 timestamp = 5; - hasTimestamp() - Method in interface org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder
-
required int64 timestamp = 5; - hasTimestamp() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional sint64 timestamp = 14; - hasTimestamp() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional sint64 timestamp = 14; - hasTimestamp() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional sint64 timestamp = 14; - hasTimestamp() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional int64 timestamp = 4; - hasTimestamp() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
optional int64 timestamp = 4; - hasTimestamp() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEventOrBuilder
-
optional int64 timestamp = 4; - hasTo() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress to = 2; - hasTo() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
-
required .UniqueAddress to = 2; - hasTo() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelopeOrBuilder
-
required .UniqueAddress to = 2; - hasTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .Address to = 2; - hasTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
-
required .Address to = 2; - hasTo() - Method in interface org.apache.pekko.remote.ArteryControlFormats.HandshakeReqOrBuilder
-
required .Address to = 2; - hasTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress to = 2; - hasTo() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
-
required .UniqueAddress to = 2; - hasTo() - Method in interface org.apache.pekko.remote.ArteryControlFormats.QuarantinedOrBuilder
-
required .UniqueAddress to = 2; - hasTopic() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required string topic = 1; - hasTopic() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
-
required string topic = 1; - hasTopic() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PublishOrBuilder
-
required string topic = 1; - hasToSeqNr() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
if not set then same as fromSequenceNr
- hasToSeqNr() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
if not set then same as fromSequenceNr
- hasToSeqNr() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.EntryOrBuilder
-
if not set then same as fromSequenceNr
- hasToSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
optional sfixed64 toSystemUid = 3; - hasToSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
optional sfixed64 toSystemUid = 3; - hasToSystemUid() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder
-
optional sfixed64 toSystemUid = 3; - hasToSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
optional sfixed64 toSystemUid = 4; - hasToSystemUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
optional sfixed64 toSystemUid = 4; - hasToSystemUid() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
optional sfixed64 toSystemUid = 4; - hasTotalInstances() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required uint32 totalInstances = 1; - hasTotalInstances() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
required uint32 totalInstances = 1; - hasTotalInstances() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
required uint32 totalInstances = 1; - hasTotChunks() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
required uint32 totChunks = 2; - hasTotChunks() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
required uint32 totChunks = 2; - hasTotChunks() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder
-
required uint32 totChunks = 2; - hasType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
required .NodeMetrics.NumberType type = 1; - hasType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
-
required .NodeMetrics.NumberType type = 1; - hasType() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
-
required .NodeMetrics.NumberType type = 1; - hasType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
-
required .ConfigCheck.Type type = 1; - hasType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
-
required .ConfigCheck.Type type = 1; - hasType() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheckOrBuilder
-
required .ConfigCheck.Type type = 1; - hasType() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
-
required .PatternType type = 1; - hasType() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
-
required .PatternType type = 1; - hasType() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionOrBuilder
-
required .PatternType type = 1; - hasType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
required .SystemMessage.Type type = 1; - hasType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
required .SystemMessage.Type type = 1; - hasType() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
required .SystemMessage.Type type = 1; - hasUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required sfixed32 uid = 2; - hasUid() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
-
required sfixed32 uid = 2; - hasUid() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder
-
required sfixed32 uid = 2; - hasUid() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required uint32 uid = 2; - hasUid() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
-
required uint32 uid = 2; - hasUid() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder
-
required uint32 uid = 2; - hasUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
-
required uint64 uid = 1; - hasUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
-
required uint64 uid = 1; - hasUid() - Method in interface org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRspOrBuilder
-
required uint64 uid = 1; - hasUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required uint64 uid = 2; - hasUid() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
-
required uint64 uid = 2; - hasUid() - Method in interface org.apache.pekko.remote.ArteryControlFormats.UniqueAddressOrBuilder
-
required uint64 uid = 2; - hasUid() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
-
required uint64 uid = 1; - hasUid() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
-
required uint64 uid = 1; - hasUid() - Method in interface org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponseOrBuilder
-
required uint64 uid = 1; - hasUid() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required uint64 uid = 2; - hasUid() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
-
required uint64 uid = 2; - hasUid() - Method in interface org.apache.pekko.remote.SystemMessageFormats.FailedDataOrBuilder
-
required uint64 uid = 2; - hasUid() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required fixed64 uid = 2; - hasUid() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
-
required fixed64 uid = 2; - hasUid() - Method in interface org.apache.pekko.remote.WireFormats.PekkoHandshakeInfoOrBuilder
-
required fixed64 uid = 2; - hasUid2() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
64 bit uids but with backward wire compatibility
- hasUid2() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
-
64 bit uids but with backward wire compatibility
- hasUid2() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder
-
64 bit uids but with backward wire compatibility
- hasUid2() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
64 bit uids but with backward wire compatibility
- hasUid2() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
-
64 bit uids but with backward wire compatibility
- hasUid2() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder
-
64 bit uids but with backward wire compatibility
- hasUnderlying() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - hasUnderlying() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - hasUnderlying() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - hasUnderlying() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - hasUnderlying() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - hasUnderlying() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - hasUnderlying() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSet underlying = 2; - hasUnderlying() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
-
required .ORSet underlying = 2; - hasUnderlying() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder
-
required .ORSet underlying = 2; - hasUnit() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
-
required .TimeUnit unit = 2; - hasUnit() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
-
required .TimeUnit unit = 2; - hasUnit() - Method in interface org.apache.pekko.remote.WireFormats.FiniteDurationOrBuilder
-
required .TimeUnit unit = 2; - hasUpNumber() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required int32 upNumber = 2; - hasUpNumber() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
required int32 upNumber = 2; - hasUpNumber() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder
-
required int32 upNumber = 2; - hasUpperBound() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 upperBound = 2; - hasUpperBound() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
required uint32 upperBound = 2; - hasUpperBound() - Method in interface org.apache.pekko.remote.WireFormats.DefaultResizerOrBuilder
-
required uint32 upperBound = 2; - hasUsePoolDispatcher() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
required bool usePoolDispatcher = 4; - hasUsePoolDispatcher() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
required bool usePoolDispatcher = 4; - hasUsePoolDispatcher() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPoolOrBuilder
-
required bool usePoolDispatcher = 4; - hasUsePoolDispatcher() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
required bool usePoolDispatcher = 3; - hasUsePoolDispatcher() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
required bool usePoolDispatcher = 3; - hasUsePoolDispatcher() - Method in interface org.apache.pekko.remote.WireFormats.GenericRoutingPoolOrBuilder
-
required bool usePoolDispatcher = 3; - hasUseRole() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
optional string useRole = 4; - hasUseRole() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
optional string useRole = 4; - hasUseRole() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder
-
optional string useRole = 4; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required bytes value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
-
required bytes value = 2; - hasValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.EntryOrBuilder
-
required bytes value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - hasValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - hasValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - hasValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - hasValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - hasValue() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - hasValue() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - hasValue() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
required double value = 1; - hasValue() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
-
required double value = 1; - hasValue() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder
-
required double value = 1; - hasValue() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
-
optional int32 value = 2; - hasValue() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
-
optional int32 value = 2; - hasValue() - Method in interface org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntryOrBuilder
-
optional int32 value = 2; - hasValue() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
-
required bytes value = 1; - hasValue() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
-
required bytes value = 1; - hasValue() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterOrBuilder
-
required bytes value = 1; - hasValue() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
-
optional .Payload value = 1; - hasValue() - Method in class org.apache.pekko.remote.ContainerFormats.Option
-
optional .Payload value = 1; - hasValue() - Method in interface org.apache.pekko.remote.ContainerFormats.OptionOrBuilder
-
optional .Payload value = 1; - hasValue() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
-
required int64 value = 1; - hasValue() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
-
required int64 value = 1; - hasValue() - Method in interface org.apache.pekko.remote.WireFormats.FiniteDurationOrBuilder
-
required int64 value = 1; - hasValue32() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional uint32 value32 = 2; - hasValue32() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
-
optional uint32 value32 = 2; - hasValue32() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
-
optional uint32 value32 = 2; - hasValue64() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional uint64 value64 = 3; - hasValue64() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
-
optional uint64 value64 = 3; - hasValue64() - Method in interface org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder
-
optional uint64 value64 = 3; - hasVersion() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required int64 version = 2; - hasVersion() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
-
required int64 version = 2; - hasVersion() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.EntryOrBuilder
-
required int64 version = 2; - hasVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .VectorClock version = 6; - hasVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
required .VectorClock version = 6; - hasVersion() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder
-
required .VectorClock version = 6; - hasVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .VectorClock version = 3; - hasVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
required .VectorClock version = 3; - hasVersion() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder
-
required .VectorClock version = 3; - hasVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
required int64 version = 4; - hasVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
required int64 version = 4; - hasVersion() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder
-
required int64 version = 4; - hasVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required int64 version = 4; - hasVersion() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
-
required int64 version = 4; - hasVersion() - Method in interface org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachabilityOrBuilder
-
required int64 version = 4; - hasVersion() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required int64 version = 2; - hasVersion() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
required int64 version = 2; - hasVersion() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder
-
required int64 version = 2; - hasVersion() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required int64 version = 2; - hasVersion() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
-
required int64 version = 2; - hasVersion() - Method in interface org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder
-
required int64 version = 2; - hasVersion() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
required .VersionVector version = 1; - hasVersion() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
-
required .VersionVector version = 1; - hasVersion() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadataOrBuilder
-
required .VersionVector version = 1; - hasVersion() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
-
required int64 version = 2; - hasVersion() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
-
required int64 version = 2; - hasVersion() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.EntryOrBuilder
-
required int64 version = 2; - hasVersion() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required uint32 version = 2; - hasVersion() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
-
required uint32 version = 2; - hasVersion() - Method in interface org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAckOrBuilder
-
required uint32 version = 2; - hasVersionVector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required .VersionVector versionVector = 3; - hasVersionVector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
required .VersionVector versionVector = 3; - hasVersionVector() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder
-
required .VersionVector versionVector = 3; - hasVersionVector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional .VersionVector versionVector = 2; - hasVersionVector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
-
optional .VersionVector versionVector = 2; - hasVersionVector() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaDataOrBuilder
-
optional .VersionVector versionVector = 2; - hasViaTimeout() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required bool viaTimeout = 4; - hasViaTimeout() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
-
required bool viaTimeout = 4; - hasViaTimeout() - Method in interface org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RequestOrBuilder
-
required bool viaTimeout = 4; - hasVvector() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - hasVvector() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - hasVvector() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - hasVvector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required .VersionVector vvector = 2; - hasVvector() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
required .VersionVector vvector = 2; - hasVvector() - Method in interface org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetOrBuilder
-
required .VersionVector vvector = 2; - hasWatchData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .WatchData watchData = 2; - hasWatchData() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
optional .WatchData watchData = 2; - hasWatchData() - Method in interface org.apache.pekko.remote.SystemMessageFormats.SystemMessageOrBuilder
-
optional .WatchData watchData = 2; - hasWatchee() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watchee = 1; - hasWatchee() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
-
required .ActorRef watchee = 1; - hasWatchee() - Method in interface org.apache.pekko.remote.SystemMessageFormats.WatchDataOrBuilder
-
required .ActorRef watchee = 1; - hasWatcher() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watcher = 2; - hasWatcher() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
-
required .ActorRef watcher = 2; - hasWatcher() - Method in interface org.apache.pekko.remote.SystemMessageFormats.WatchDataOrBuilder
-
required .ActorRef watcher = 2; - hasWildcardFanOut() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
optional for pre 2.3.4 compatibility
- hasWildcardFanOut() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
optional for pre 2.3.4 compatibility
- hasWildcardFanOut() - Method in interface org.apache.pekko.remote.ContainerFormats.SelectionEnvelopeOrBuilder
-
optional for pre 2.3.4 compatibility
- hasWithin() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .FiniteDuration within = 2; - hasWithin() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
-
required .FiniteDuration within = 2; - hasWithin() - Method in interface org.apache.pekko.remote.WireFormats.ScatterGatherPoolOrBuilder
-
required .FiniteDuration within = 2; - hasWithin() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration within = 2; - hasWithin() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
-
required .FiniteDuration within = 2; - hasWithin() - Method in interface org.apache.pekko.remote.WireFormats.TailChoppingPoolOrBuilder
-
required .FiniteDuration within = 2; - hasWithValueDeltas() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
optional bool withValueDeltas = 3; - hasWithValueDeltas() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
optional bool withValueDeltas = 3; - hasWithValueDeltas() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder
-
optional bool withValueDeltas = 3; - hasWritePending() - Method in interface org.apache.pekko.io.WithUdpSend
- hasWriterUuid() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string writerUuid = 13; - hasWriterUuid() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
optional string writerUuid = 13; - hasWriterUuid() - Method in interface org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessageOrBuilder
-
optional string writerUuid = 13; - hasZeroTag() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required sint32 zeroTag = 3; - hasZeroTag() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
required sint32 zeroTag = 3; - hasZeroTag() - Method in interface org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder
-
required sint32 zeroTag = 3; - have() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- have() - Method in class org.apache.pekko.persistence.PluginSpec
- head() - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
Return the first element of the message buffer without removing it.
- head() - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
Return the first element of the message buffer without removing it.
- head() - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- head() - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat materializes into aCompletionStageof the first value received. - head() - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat materializes into aCompletionStageof the first value received. - head() - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat materializes into aFutureof the first value received. - head() - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat materializes into aFutureof the first value received. - head() - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- head() - Method in class org.apache.pekko.util.ByteIterator
- head() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- head() - Method in class org.apache.pekko.util.ByteString
- head() - Method in class org.apache.pekko.util.MessageBuffer
-
Return the first element of the message buffer.
- HeaderBuilder - Interface in org.apache.pekko.remote.artery
-
INTERNAL API
- HeaderBuilder$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- HeaderBuilder$() - Constructor for class org.apache.pekko.remote.artery.HeaderBuilder$
- headOption() - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat materializes into aCompletionStageof the optional first value received. - headOption() - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat materializes into aCompletionStageof the optional first value received. - headOption() - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat materializes into aFutureof the optional first value received. - headOption() - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat materializes into aFutureof the optional first value received. - heapCommitted(MemoryUsage) - Method in class org.apache.pekko.cluster.metrics.JmxMetricsCollector
-
(JMX) Returns the current sum of heap memory guaranteed to be available to the JVM from all heap memory pools (in bytes).
- heapMax(MemoryUsage) - Method in class org.apache.pekko.cluster.metrics.JmxMetricsCollector
-
(JMX) Returns the maximum amount of memory (in bytes) that can be used for JVM memory management.
- HeapMemory(Address, long, long, long, Option<Object>) - Constructor for class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- HeapMemory$() - Constructor for class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory$
- HeapMemoryCommitted() - Static method in class org.apache.pekko.cluster.metrics.StandardMetrics
- HeapMemoryCommitted() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics$
- HeapMemoryMax() - Static method in class org.apache.pekko.cluster.metrics.StandardMetrics
- HeapMemoryMax() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics$
- heapMemoryUsage() - Method in class org.apache.pekko.cluster.metrics.JmxMetricsCollector
-
Current heap to be passed in to heapUsed, heapCommitted and heapMax
- HeapMemoryUsed() - Static method in class org.apache.pekko.cluster.metrics.StandardMetrics
- HeapMemoryUsed() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics$
- HeapMetricsSelector - Class in org.apache.pekko.cluster.metrics
-
MetricsSelector that uses the heap metrics.
- HeapMetricsSelector() - Constructor for class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- HeapMetricsSelector$ - Class in org.apache.pekko.cluster.metrics
-
MetricsSelector that uses the heap metrics.
- HeapMetricsSelector$() - Constructor for class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
- heapUsed(MemoryUsage) - Method in class org.apache.pekko.cluster.metrics.JmxMetricsCollector
-
(JMX) Returns the current sum of heap memory used from all heap memory pools (in bytes).
- heartbeat() - Method in class org.apache.pekko.remote.DeadlineFailureDetector
- heartbeat() - Method in interface org.apache.pekko.remote.FailureDetector
-
Notifies the FailureDetector that a heartbeat arrived from the monitored resource.
- heartbeat() - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
- heartbeat(A) - Method in class org.apache.pekko.remote.DefaultFailureDetectorRegistry
- heartbeat(A) - Method in interface org.apache.pekko.remote.FailureDetectorRegistry
-
Records a heartbeat for a resource.
- Heartbeat() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- HEARTBEAT - org.apache.pekko.remote.WireFormats.CommandType
-
HEARTBEAT = 3; - HEARTBEAT_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.CommandType
-
HEARTBEAT = 3; - Heartbeat$() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat$
-
Deprecated.
- Heartbeat$() - Constructor for class org.apache.pekko.remote.transport.PekkoPduCodec.Heartbeat$
- HeartbeatExpectedResponseAfter() - Method in class org.apache.pekko.cluster.ClusterSettings.CrossDcFailureDetectorSettings
- HeartbeatExpectedResponseAfter() - Method in class org.apache.pekko.cluster.ClusterSettings
- HeartbeatHistory$ - Class in org.apache.pekko.remote
- HeartbeatHistory$() - Constructor for class org.apache.pekko.remote.HeartbeatHistory$
- heartbeatInterval() - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- heartbeatInterval() - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- heartbeatInterval() - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
- heartbeatInterval() - Method in class org.apache.pekko.remote.DeadlineFailureDetector
- HeartbeatInterval() - Method in class org.apache.pekko.cluster.ClusterSettings.CrossDcFailureDetectorSettings
- HeartbeatInterval() - Method in class org.apache.pekko.cluster.ClusterSettings
- HeartbeatManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- HeartbeatManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- HeartBeatManifestPre2523() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- HeartBeatManifestPre2523() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- HeartbeatMessage - Interface in org.apache.pekko.remote
-
Failure detector heartbeat messages are marked with this trait.
- HeartbeatNodeRing$ - Class in org.apache.pekko.cluster
- HeartbeatNodeRing$() - Constructor for class org.apache.pekko.cluster.HeartbeatNodeRing$
- HeartbeatRsp() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- HeartbeatRsp$() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp$
-
Deprecated.
- HeartbeatRspManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- HeartbeatRspManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- HeartBeatRspManifest2523() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- HeartBeatRspManifest2523() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- heartbeatStarvation() - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoHeartbeatStarvation" of log event when scheduled heartbeat was delayed.
- heartbeatStarvation() - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoHeartbeatStarvation" of log event when scheduled heartbeat was delayed.
- heartbeatTask() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- HeartbeatTick() - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- HeartbeatTick$() - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick$
-
Deprecated.
- heartbeatTimeout() - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
- HeavyHitterDetected(Object, int, long) - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- HeavyHitterDetected$() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected$
- HELLO_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- Hello$ - Class in org.apache.pekko.remote.testconductor
- Hello$() - Constructor for class org.apache.pekko.remote.testconductor.Hello$
- Helpers - Class in org.apache.pekko.util
- Helpers() - Constructor for class org.apache.pekko.util.Helpers
- Helpers.ConfigOps$ - Class in org.apache.pekko.util
- Helpers.Requiring<A> - Class in org.apache.pekko.util
-
Implicit class providing
requiringmethods. - Helpers.Requiring$ - Class in org.apache.pekko.util
- Helpers$ - Class in org.apache.pekko.util
- Helpers$() - Constructor for class org.apache.pekko.util.Helpers$
- HideImpl - Interface in org.apache.pekko.stream.snapshot
-
INTERNAL API
- highestConfirmedSeqNr() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- HIGHESTCONFIRMEDSEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- highestPriorityOf(Member, Member) - Static method in class org.apache.pekko.cluster.Member
-
Picks the Member with the highest "priority" MemberStatus.
- highestPriorityOf(Member, Member) - Method in class org.apache.pekko.cluster.Member$
-
Picks the Member with the highest "priority" MemberStatus.
- highestSequenceNr() - Method in class org.apache.pekko.persistence.AtomicWrite
- highestSequenceNr() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- highestSequenceNr() - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- highestSequenceNr(String) - Method in interface org.apache.pekko.persistence.journal.inmem.InmemMessages
- highestSequenceNumbers_$eq(Map<String, Object>) - Method in interface org.apache.pekko.persistence.journal.inmem.InmemMessages
- highestUtilization() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- HighestVersion() - Method in class org.apache.pekko.remote.artery.ArteryTransport$
- HillClimbingAdmissionOptimizer(double, double, double, double) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- HillClimbingAdmissionOptimizer$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer$
- HillClimbingSettings(double, double, double, double) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- HillClimbingSettings(double, double, double, double) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- HillClimbingSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$
- HillClimbingSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$
- HINFO() - Static method in class org.apache.pekko.io.dns.RecordType
-
host information
- HINFO() - Method in class org.apache.pekko.io.dns.RecordType$
-
host information
- hitActorRef(long, Address, ActorRef, int) - Method in interface org.apache.pekko.remote.artery.compress.InboundCompressions
- hitActorRef(long, Address, ActorRef, int) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- hitActorRef(long, Address, ActorRef, int) - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- hitClassManifest(long, Address, String, int) - Method in interface org.apache.pekko.remote.artery.compress.InboundCompressions
- hitClassManifest(long, Address, String, int) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- hitClassManifest(long, Address, String, int) - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- holdingLease() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- Home() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- homes() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- HOMES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- HopelessAssociation$ - Class in org.apache.pekko.remote
- HopelessAssociation$() - Constructor for class org.apache.pekko.remote.HopelessAssociation$
- host() - Method in class org.apache.pekko.actor.Address
- host() - Method in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget
- HOST_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- Hostname() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.Address
- HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.AddressData
- HostnameVerification() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- hostnameVerifier() - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- hostPort() - Method in class org.apache.pekko.actor.Address
-
Returns a String representation formatted as:
- HostShard(String) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- HostShard$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard$
- HOURS - org.apache.pekko.remote.WireFormats.TimeUnit
-
HOURS = 6; - HOURS_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
HOURS = 6; - HS() - Static method in class org.apache.pekko.io.dns.RecordClass
- HS() - Method in class org.apache.pekko.io.dns.RecordClass$
I
- i() - Method in class org.apache.pekko.persistence.typed.internal.NoOpSnapshotAdapter$
- i() - Method in class org.apache.pekko.persistence.typed.state.internal.NoOpSnapshotAdapter$
- i() - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- id() - Static method in class org.apache.pekko.actor.typed.ActorRefResolver
- id() - Method in class org.apache.pekko.actor.typed.ExtensionId
-
Java API: The identifier of the extension
- id() - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- id() - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
- id() - Method in class org.apache.pekko.actor.typed.receptionist.ServiceKey
- id() - Method in class org.apache.pekko.cluster.ddata.Key
- id() - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData
- id() - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData
- id() - Static method in class org.apache.pekko.cluster.typed.Cluster
- id() - Static method in class org.apache.pekko.cluster.typed.ClusterSingleton
- id() - Method in class org.apache.pekko.dispatch.Dispatcher
- id() - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
Identifier of this dispatcher, corresponds to the full key of the dispatcher configuration.
- id() - Method in class org.apache.pekko.persistence.typed.PersistenceId
- id() - Method in class org.apache.pekko.persistence.typed.ReplicaId
- id() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- id() - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- id() - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- Id() - Static method in class org.apache.pekko.testkit.CallingThreadDispatcher
- Id() - Method in class org.apache.pekko.testkit.CallingThreadDispatcher$
- identifier() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ServiceKeySerializer
- identifier() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- identifier() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- identifier() - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- identifier() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- identifier() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM.FSMState
-
Deprecated.
- identifier() - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- identifier() - Method in class org.apache.pekko.persistence.serialization.SnapshotSerializer
- identifier() - Method in class org.apache.pekko.persistence.TestSerializer
- identifier() - Method in class org.apache.pekko.remote.artery.RemoteInstrument
-
Instrument identifier.
- identifier() - Method in class org.apache.pekko.remote.serialization.ByteStringSerializer
-
Deprecated.
- identifier() - Method in class org.apache.pekko.remote.serialization.IntSerializer
-
Deprecated.
- identifier() - Method in class org.apache.pekko.remote.serialization.LongSerializer
-
Deprecated.
- identifier() - Method in class org.apache.pekko.remote.serialization.MessageContainerSerializer
- identifier() - Method in class org.apache.pekko.remote.serialization.MiscMessageSerializer
- identifier() - Method in class org.apache.pekko.remote.serialization.ProtobufSerializer
- identifier() - Method in class org.apache.pekko.remote.serialization.StringSerializer
-
Deprecated.
- identifier() - Method in class org.apache.pekko.remote.serialization.SystemMessageSerializer
- identifier() - Method in interface org.apache.pekko.serialization.BaseSerializer
-
Globally unique serialization identifier configured in the
reference.conf. - identifier() - Method in class org.apache.pekko.serialization.ByteArraySerializer
- identifier() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- identifier() - Method in class org.apache.pekko.serialization.JavaSerializer
- identifier() - Method in class org.apache.pekko.serialization.NullSerializer
- identifier() - Method in interface org.apache.pekko.serialization.Serializer
-
Completely unique value to identify this implementation of Serializer, used to optimize network traffic.
- identifier() - Method in class org.apache.pekko.serialization.SerializerWithStringManifest
-
Completely unique value to identify this implementation of Serializer, used to optimize network traffic.
- identifier() - Method in class org.apache.pekko.testkit.TestJavaSerializer
- Identifier() - Static method in class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
Deprecated.The default identifier for
LeveldbReadJournalto be used withpekko.persistence.query.PersistenceQuery#getReadJournalFor. - Identifier() - Method in class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal$
-
The default identifier for
LeveldbReadJournalto be used withpekko.persistence.query.PersistenceQuery#getReadJournalFor. - Identifier() - Static method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.The default identifier for
LeveldbReadJournalto be used withpekko.persistence.query.PersistenceQuery#readJournalFor. - Identifier() - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal$
-
The default identifier for
LeveldbReadJournalto be used withpekko.persistence.query.PersistenceQuery#readJournalFor. - Identifier() - Static method in class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal
- Identifier() - Method in class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal$
- Identifier() - Static method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- Identifier() - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal$
- Identifier() - Static method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- Identifier() - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore$
- Identifier() - Static method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- Identifier() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore$
- identifierFromConfig() - Method in interface org.apache.pekko.serialization.BaseSerializer
-
INTERNAL API
- Identify - Class in org.apache.pekko.actor
-
A message all Actors will understand, that when processed will reply with
pekko.actor.ActorIdentitycontaining theActorRef. - Identify(Object) - Constructor for class org.apache.pekko.actor.Identify
- Identify$ - Class in org.apache.pekko.actor
- Identify$() - Constructor for class org.apache.pekko.actor.Identify$
- identifyCounter() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- identifyCounter_$eq(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- identifyId() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- identifyId_$eq(String) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- identifying(Address) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- identifySingleton() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
-
Discard old singleton ActorRef and send a periodic message to self to identify the singleton.
- identifyTimer() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- identifyTimer_$eq(Option<Cancellable>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- identity() - Static method in class org.apache.pekko.stream.javadsl.BidiFlow
- identity() - Method in class org.apache.pekko.stream.javadsl.BidiFlow$
- identity() - Static method in class org.apache.pekko.stream.scaladsl.BidiFlow
- identity() - Method in class org.apache.pekko.stream.scaladsl.BidiFlow$
- IdentityEventAdapter - Class in org.apache.pekko.persistence.journal
-
No-op model adapter which passes through the incoming events as-is.
- IdentityEventAdapter() - Constructor for class org.apache.pekko.persistence.journal.IdentityEventAdapter
- IdentityEventAdapter$ - Class in org.apache.pekko.persistence.journal
-
No-op model adapter which passes through the incoming events as-is.
- IdentityEventAdapter$() - Constructor for class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- IdentityEventAdapters - Class in org.apache.pekko.persistence.journal
- IdentityEventAdapters() - Constructor for class org.apache.pekko.persistence.journal.IdentityEventAdapters
- IdentityEventAdapters$ - Class in org.apache.pekko.persistence.journal
- IdentityEventAdapters$() - Constructor for class org.apache.pekko.persistence.journal.IdentityEventAdapters$
- identityHashComparator(Comparator<T>) - Static method in class org.apache.pekko.util.Helpers
-
Create a comparator which will efficiently use
System.identityHashCode, unless that happens to be the same for two non-equals objects, in which case the supplied “real” comparator is used; the comparator must be consistent with equals, otherwise it would not be an enhancement over the identityHashCode. - identityHashComparator(Comparator<T>) - Method in class org.apache.pekko.util.Helpers$
-
Create a comparator which will efficiently use
System.identityHashCode, unless that happens to be the same for two non-equals objects, in which case the supplied “real” comparator is used; the comparator must be consistent with equals, otherwise it would not be an enhancement over the identityHashCode. - idFromJavaSingletonAccessor(String) - Method in interface org.apache.pekko.actor.typed.internal.ExtensionsImpl
- IdGenerator - Interface in org.apache.pekko.io.dns
-
INTERNAL API
- IdGenerator.EnhancedDoubleHashGenerator - Class in org.apache.pekko.io.dns
- IdGenerator.Policy - Interface in org.apache.pekko.io.dns
- IdGenerator.Policy$ - Class in org.apache.pekko.io.dns
- IdGenerator.Policy$.EnhancedDoubleHashRandom$ - Class in org.apache.pekko.io.dns
- IdGenerator.Policy$.SecureRandom$ - Class in org.apache.pekko.io.dns
- IdGenerator.Policy$.ThreadLocalRandom$ - Class in org.apache.pekko.io.dns
- IdGenerator$ - Class in org.apache.pekko.io.dns
-
INTERNAL API
- IdGenerator$() - Constructor for class org.apache.pekko.io.dns.IdGenerator$
- idleEntitySettings() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- idleEntitySettings() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- IdlePassivationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.IdlePassivationStrategy$
- IdleSettings(FiniteDuration, Option<FiniteDuration>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- IdleSettings(FiniteDuration, Option<FiniteDuration>) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- IdleSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$
- IdleSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$
- idleTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
If the time between two processed elements exceeds the provided timeout, the stream is failed with a
StreamIdleTimeoutException. - idleTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
If the time between two processed elements exceeds the provided timeout, the stream is failed with a
StreamIdleTimeoutException. - idleTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
If the time between two processed elements exceeds the provided timeout, the stream is failed with a
StreamIdleTimeoutException. - idleTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
If the time between two processed elements exceeds the provided timeout, the stream is failed with a
StreamIdleTimeoutException. - idleTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- idleTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- idleTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- idleTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- idleTimeout(FiniteDuration) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
If the time between two processed elements exceeds the provided timeout, the stream is failed with a
StreamIdleTimeoutException. - idMap_$eq(Map<String, Object>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbIdMapping
- ifOff(Function0<BoxedUnit>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided action and returns if the action was executed or not, if the switch is IMMEDIATELY off (i.e.
- ifOffYield(Function0<T>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided action and returns its value if the switch is IMMEDIATELY off (i.e.
- ifOn(Function0<BoxedUnit>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided action and returns if the action was executed or not, if the switch is IMMEDIATELY on (i.e.
- ifOnYield(Function0<T>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided action and returns its value if the switch is IMMEDIATELY on (i.e.
- ignore() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- ignore() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- ignore() - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
A behavior that ignores every incoming message and returns “same”.
- ignore() - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
A behavior that ignores every incoming message and returns “same”.
- ignore() - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
A behavior that ignores every incoming message and returns “same”.
- ignore() - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
A behavior that ignores every incoming message and returns “same”.
- ignore() - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat will consume the stream and discard the elements. - ignore() - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat will consume the stream and discard the elements. - ignore() - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat will consume the stream and discard the elements. - ignore() - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat will consume the stream and discard the elements. - ignore() - Method in class org.apache.pekko.testkit.TestActor
- ignore_$eq(Option<PartialFunction<Object, Object>>) - Method in class org.apache.pekko.testkit.TestActor
- IgnoreActorRef$ - Class in org.apache.pekko.actor
-
INTERNAL API
- IgnoreActorRef$() - Constructor for class org.apache.pekko.actor.IgnoreActorRef$
- IgnoreBehavior() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorTags
- IgnoreBehavior() - Method in class org.apache.pekko.actor.typed.internal.BehaviorTags$
- ignoreBoth() - Static method in class org.apache.pekko.stream.TLSClosing
-
Java API: obtain the
IgnoreBothsingleton value. - ignoreBoth() - Method in class org.apache.pekko.stream.TLSClosing$
-
Java API: obtain the
IgnoreBothsingleton value. - IgnoreBoth - Class in org.apache.pekko.stream
-
see
TLSClosing - IgnoreBoth() - Constructor for class org.apache.pekko.stream.IgnoreBoth
- IgnoreBoth$ - Class in org.apache.pekko.stream
- IgnoreBoth$() - Constructor for class org.apache.pekko.stream.IgnoreBoth$
- ignoreCancel() - Method in class org.apache.pekko.stream.EagerClose
- ignoreCancel() - Method in class org.apache.pekko.stream.IgnoreBoth
- ignoreCancel() - Method in class org.apache.pekko.stream.IgnoreCancel
- ignoreCancel() - Method in class org.apache.pekko.stream.IgnoreComplete
- ignoreCancel() - Method in class org.apache.pekko.stream.TLSClosing
- ignoreCancel() - Method in class org.apache.pekko.stream.TLSClosing$
-
Java API: obtain the
IgnoreCancelsingleton value. - IgnoreCancel - Class in org.apache.pekko.stream
-
see
TLSClosing - IgnoreCancel() - Constructor for class org.apache.pekko.stream.IgnoreCancel
- IgnoreCancel$ - Class in org.apache.pekko.stream
- IgnoreCancel$() - Constructor for class org.apache.pekko.stream.IgnoreCancel$
- ignoreComplete() - Method in class org.apache.pekko.stream.EagerClose
- ignoreComplete() - Method in class org.apache.pekko.stream.IgnoreBoth
- ignoreComplete() - Method in class org.apache.pekko.stream.IgnoreCancel
- ignoreComplete() - Method in class org.apache.pekko.stream.IgnoreComplete
- ignoreComplete() - Method in class org.apache.pekko.stream.TLSClosing
- ignoreComplete() - Method in class org.apache.pekko.stream.TLSClosing$
-
Java API: obtain the
IgnoreCompletesingleton value. - IgnoreComplete - Class in org.apache.pekko.stream
-
see
TLSClosing - IgnoreComplete() - Constructor for class org.apache.pekko.stream.IgnoreComplete
- IgnoreComplete$ - Class in org.apache.pekko.stream
- IgnoreComplete$() - Constructor for class org.apache.pekko.stream.IgnoreComplete$
- ignoreMsg(Function<Object, Object>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Ignore all messages in the test actor for which the given partial function returns true.
- ignoreMsg(PartialFunction<Object, Object>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Ignore all messages in the test actor for which the given partial function returns true.
- ignoreNoMsg() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Stop ignoring messages in the test actor.
- ignoreNoMsg() - Method in interface org.apache.pekko.testkit.TestKitBase
-
Stop ignoring messages in the test actor.
- ignoreRef() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
INTERNAL API
- ignoreRef() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
An ActorRef that ignores any incoming messages.
- ignoreTerminateInput() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Input handler that does not terminate the operator upon receiving completion.
- IgnoreTerminateInput$() - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateInput$
- ignoreTerminateOutput() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Output handler that does not terminate the operator upon cancellation.
- IgnoreTerminateOutput$() - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateOutput$
- ignoringBehavior$() - Constructor for class org.apache.pekko.actor.Actor.ignoringBehavior$
- IllegalActorStateException - Exception in org.apache.pekko.actor
-
IllegalActorStateException is thrown when a core invariant in the Actor implementation has been violated.
- IllegalActorStateException$ - Class in org.apache.pekko.actor
- IllegalActorStateException$() - Constructor for class org.apache.pekko.actor.IllegalActorStateException$
- IllegalDeserialization() - Static method in class org.apache.pekko.serialization.DisabledJavaSerializer
- IllegalDeserialization() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer$
- IllegalSerialization() - Static method in class org.apache.pekko.serialization.DisabledJavaSerializer
- IllegalSerialization() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer$
- immediately() - Method in class org.apache.pekko.stream.CompletionStrategy$
-
The completion will be signaled immediately even if elements are still buffered.
- Immediately$() - Constructor for class org.apache.pekko.stream.CompletionStrategy.Immediately$
- immutableIndexedSeq(Iterable<T>) - Static method in class org.apache.pekko.japi.Util
-
Turns an
Iterableinto an immutable Scala IndexedSeq (by copying it). - immutableIndexedSeq(Iterable<T>) - Method in class org.apache.pekko.japi.Util$
-
Turns an
Iterableinto an immutable Scala IndexedSeq (by copying it). - ImmutableIntMap$ - Class in org.apache.pekko.util
-
INTERNAL API
- ImmutableIntMap$() - Constructor for class org.apache.pekko.util.ImmutableIntMap$
- ImmutableLongMap$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- ImmutableLongMap$() - Constructor for class org.apache.pekko.remote.artery.ImmutableLongMap$
- immutableSeq(Class<?>[]) - Static method in class org.apache.pekko.japi.Util
-
Returns an immutable.Seq representing the provided array of Classes, an overloading of the generic immutableSeq in Util, to accommodate for erasure.
- immutableSeq(Class<?>[]) - Method in class org.apache.pekko.japi.Util$
-
Returns an immutable.Seq representing the provided array of Classes, an overloading of the generic immutableSeq in Util, to accommodate for erasure.
- immutableSeq(Iterable<T>) - Static method in class org.apache.pekko.japi.Util
-
Turns an
Iterableinto an immutable Scala sequence (by copying it). - immutableSeq(Iterable<T>) - Method in class org.apache.pekko.japi.Util$
-
Turns an
Iterableinto an immutable Scala sequence (by copying it). - immutableSeq(Object) - Static method in class org.apache.pekko.japi.Util
-
Turns an array into an immutable Scala sequence (by copying it).
- immutableSeq(Object) - Method in class org.apache.pekko.japi.Util$
-
Turns an array into an immutable Scala sequence (by copying it).
- immutableSingletonSeq(T) - Static method in class org.apache.pekko.japi.Util
- immutableSingletonSeq(T) - Method in class org.apache.pekko.japi.Util$
- ImplementationClass() - Method in class org.apache.pekko.cluster.ClusterSettings.CrossDcFailureDetectorSettings
- ImplicitSender - Interface in org.apache.pekko.testkit
- in() - Method in class org.apache.pekko.stream.FanOutShape
- in() - Method in class org.apache.pekko.stream.FlowShape
- in() - Method in class org.apache.pekko.stream.scaladsl.Balance
- in() - Method in class org.apache.pekko.stream.scaladsl.Broadcast
- in() - Method in class org.apache.pekko.stream.scaladsl.Concat
- in() - Method in class org.apache.pekko.stream.scaladsl.Interleave
- in() - Method in class org.apache.pekko.stream.scaladsl.Merge
- in() - Method in class org.apache.pekko.stream.scaladsl.MergeLatest
- in() - Method in class org.apache.pekko.stream.scaladsl.MergePrioritized
- in() - Method in class org.apache.pekko.stream.scaladsl.Partition
- in() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow
- in() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffSink
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith2
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith3
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith4
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- in() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- in() - Method in class org.apache.pekko.stream.SinkShape
- in() - Method in interface org.apache.pekko.stream.snapshot.ConnectionSnapshot
- in(int) - Method in class org.apache.pekko.stream.FanInShape1N
-
Deprecated.
- in(int) - Method in class org.apache.pekko.stream.scaladsl.MergePreferred
- in(int) - Method in class org.apache.pekko.stream.UniformFanInShape
- in(InboundCompressions) - Method in class org.apache.pekko.remote.artery.HeaderBuilder$
- IN() - Static method in class org.apache.pekko.io.dns.RecordClass
- IN() - Method in class org.apache.pekko.io.dns.RecordClass$
- in0() - Method in class org.apache.pekko.stream.FanInShape10
- in0() - Method in class org.apache.pekko.stream.FanInShape11
- in0() - Method in class org.apache.pekko.stream.FanInShape12
- in0() - Method in class org.apache.pekko.stream.FanInShape13
- in0() - Method in class org.apache.pekko.stream.FanInShape14
- in0() - Method in class org.apache.pekko.stream.FanInShape15
- in0() - Method in class org.apache.pekko.stream.FanInShape16
- in0() - Method in class org.apache.pekko.stream.FanInShape17
- in0() - Method in class org.apache.pekko.stream.FanInShape18
- in0() - Method in class org.apache.pekko.stream.FanInShape19
- in0() - Method in class org.apache.pekko.stream.FanInShape1N
-
Deprecated.
- in0() - Method in class org.apache.pekko.stream.FanInShape2
- in0() - Method in class org.apache.pekko.stream.FanInShape20
- in0() - Method in class org.apache.pekko.stream.FanInShape21
- in0() - Method in class org.apache.pekko.stream.FanInShape22
- in0() - Method in class org.apache.pekko.stream.FanInShape3
- in0() - Method in class org.apache.pekko.stream.FanInShape4
- in0() - Method in class org.apache.pekko.stream.FanInShape5
- in0() - Method in class org.apache.pekko.stream.FanInShape6
- in0() - Method in class org.apache.pekko.stream.FanInShape7
- in0() - Method in class org.apache.pekko.stream.FanInShape8
- in0() - Method in class org.apache.pekko.stream.FanInShape9
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith2
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith3
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith4
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- in0() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- in1() - Method in class org.apache.pekko.stream.BidiShape
- in1() - Method in class org.apache.pekko.stream.FanInShape10
- in1() - Method in class org.apache.pekko.stream.FanInShape11
- in1() - Method in class org.apache.pekko.stream.FanInShape12
- in1() - Method in class org.apache.pekko.stream.FanInShape13
- in1() - Method in class org.apache.pekko.stream.FanInShape14
- in1() - Method in class org.apache.pekko.stream.FanInShape15
- in1() - Method in class org.apache.pekko.stream.FanInShape16
- in1() - Method in class org.apache.pekko.stream.FanInShape17
- in1() - Method in class org.apache.pekko.stream.FanInShape18
- in1() - Method in class org.apache.pekko.stream.FanInShape19
- in1() - Method in class org.apache.pekko.stream.FanInShape2
- in1() - Method in class org.apache.pekko.stream.FanInShape20
- in1() - Method in class org.apache.pekko.stream.FanInShape21
- in1() - Method in class org.apache.pekko.stream.FanInShape22
- in1() - Method in class org.apache.pekko.stream.FanInShape3
- in1() - Method in class org.apache.pekko.stream.FanInShape4
- in1() - Method in class org.apache.pekko.stream.FanInShape5
- in1() - Method in class org.apache.pekko.stream.FanInShape6
- in1() - Method in class org.apache.pekko.stream.FanInShape7
- in1() - Method in class org.apache.pekko.stream.FanInShape8
- in1() - Method in class org.apache.pekko.stream.FanInShape9
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith2
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith3
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith4
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- in1() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- in10() - Method in class org.apache.pekko.stream.FanInShape11
- in10() - Method in class org.apache.pekko.stream.FanInShape12
- in10() - Method in class org.apache.pekko.stream.FanInShape13
- in10() - Method in class org.apache.pekko.stream.FanInShape14
- in10() - Method in class org.apache.pekko.stream.FanInShape15
- in10() - Method in class org.apache.pekko.stream.FanInShape16
- in10() - Method in class org.apache.pekko.stream.FanInShape17
- in10() - Method in class org.apache.pekko.stream.FanInShape18
- in10() - Method in class org.apache.pekko.stream.FanInShape19
- in10() - Method in class org.apache.pekko.stream.FanInShape20
- in10() - Method in class org.apache.pekko.stream.FanInShape21
- in10() - Method in class org.apache.pekko.stream.FanInShape22
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in10() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in11() - Method in class org.apache.pekko.stream.FanInShape12
- in11() - Method in class org.apache.pekko.stream.FanInShape13
- in11() - Method in class org.apache.pekko.stream.FanInShape14
- in11() - Method in class org.apache.pekko.stream.FanInShape15
- in11() - Method in class org.apache.pekko.stream.FanInShape16
- in11() - Method in class org.apache.pekko.stream.FanInShape17
- in11() - Method in class org.apache.pekko.stream.FanInShape18
- in11() - Method in class org.apache.pekko.stream.FanInShape19
- in11() - Method in class org.apache.pekko.stream.FanInShape20
- in11() - Method in class org.apache.pekko.stream.FanInShape21
- in11() - Method in class org.apache.pekko.stream.FanInShape22
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in11() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in12() - Method in class org.apache.pekko.stream.FanInShape13
- in12() - Method in class org.apache.pekko.stream.FanInShape14
- in12() - Method in class org.apache.pekko.stream.FanInShape15
- in12() - Method in class org.apache.pekko.stream.FanInShape16
- in12() - Method in class org.apache.pekko.stream.FanInShape17
- in12() - Method in class org.apache.pekko.stream.FanInShape18
- in12() - Method in class org.apache.pekko.stream.FanInShape19
- in12() - Method in class org.apache.pekko.stream.FanInShape20
- in12() - Method in class org.apache.pekko.stream.FanInShape21
- in12() - Method in class org.apache.pekko.stream.FanInShape22
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in12() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in13() - Method in class org.apache.pekko.stream.FanInShape14
- in13() - Method in class org.apache.pekko.stream.FanInShape15
- in13() - Method in class org.apache.pekko.stream.FanInShape16
- in13() - Method in class org.apache.pekko.stream.FanInShape17
- in13() - Method in class org.apache.pekko.stream.FanInShape18
- in13() - Method in class org.apache.pekko.stream.FanInShape19
- in13() - Method in class org.apache.pekko.stream.FanInShape20
- in13() - Method in class org.apache.pekko.stream.FanInShape21
- in13() - Method in class org.apache.pekko.stream.FanInShape22
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in13() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in14() - Method in class org.apache.pekko.stream.FanInShape15
- in14() - Method in class org.apache.pekko.stream.FanInShape16
- in14() - Method in class org.apache.pekko.stream.FanInShape17
- in14() - Method in class org.apache.pekko.stream.FanInShape18
- in14() - Method in class org.apache.pekko.stream.FanInShape19
- in14() - Method in class org.apache.pekko.stream.FanInShape20
- in14() - Method in class org.apache.pekko.stream.FanInShape21
- in14() - Method in class org.apache.pekko.stream.FanInShape22
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in14() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in15() - Method in class org.apache.pekko.stream.FanInShape16
- in15() - Method in class org.apache.pekko.stream.FanInShape17
- in15() - Method in class org.apache.pekko.stream.FanInShape18
- in15() - Method in class org.apache.pekko.stream.FanInShape19
- in15() - Method in class org.apache.pekko.stream.FanInShape20
- in15() - Method in class org.apache.pekko.stream.FanInShape21
- in15() - Method in class org.apache.pekko.stream.FanInShape22
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in15() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in16() - Method in class org.apache.pekko.stream.FanInShape17
- in16() - Method in class org.apache.pekko.stream.FanInShape18
- in16() - Method in class org.apache.pekko.stream.FanInShape19
- in16() - Method in class org.apache.pekko.stream.FanInShape20
- in16() - Method in class org.apache.pekko.stream.FanInShape21
- in16() - Method in class org.apache.pekko.stream.FanInShape22
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in16() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in17() - Method in class org.apache.pekko.stream.FanInShape18
- in17() - Method in class org.apache.pekko.stream.FanInShape19
- in17() - Method in class org.apache.pekko.stream.FanInShape20
- in17() - Method in class org.apache.pekko.stream.FanInShape21
- in17() - Method in class org.apache.pekko.stream.FanInShape22
- in17() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in17() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in17() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in17() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in17() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in17() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in17() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in17() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in17() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in17() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in18() - Method in class org.apache.pekko.stream.FanInShape19
- in18() - Method in class org.apache.pekko.stream.FanInShape20
- in18() - Method in class org.apache.pekko.stream.FanInShape21
- in18() - Method in class org.apache.pekko.stream.FanInShape22
- in18() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in18() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in18() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in18() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in18() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in18() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in18() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in18() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in19() - Method in class org.apache.pekko.stream.FanInShape20
- in19() - Method in class org.apache.pekko.stream.FanInShape21
- in19() - Method in class org.apache.pekko.stream.FanInShape22
- in19() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in19() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in19() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in19() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in19() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in19() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in1Seq() - Method in class org.apache.pekko.stream.FanInShape1N
-
Deprecated.Use 'inlets' or 'in(id)' instead. Since Akka 2.5.5.
- in2() - Method in class org.apache.pekko.stream.BidiShape
- in2() - Method in class org.apache.pekko.stream.FanInShape10
- in2() - Method in class org.apache.pekko.stream.FanInShape11
- in2() - Method in class org.apache.pekko.stream.FanInShape12
- in2() - Method in class org.apache.pekko.stream.FanInShape13
- in2() - Method in class org.apache.pekko.stream.FanInShape14
- in2() - Method in class org.apache.pekko.stream.FanInShape15
- in2() - Method in class org.apache.pekko.stream.FanInShape16
- in2() - Method in class org.apache.pekko.stream.FanInShape17
- in2() - Method in class org.apache.pekko.stream.FanInShape18
- in2() - Method in class org.apache.pekko.stream.FanInShape19
- in2() - Method in class org.apache.pekko.stream.FanInShape20
- in2() - Method in class org.apache.pekko.stream.FanInShape21
- in2() - Method in class org.apache.pekko.stream.FanInShape22
- in2() - Method in class org.apache.pekko.stream.FanInShape3
- in2() - Method in class org.apache.pekko.stream.FanInShape4
- in2() - Method in class org.apache.pekko.stream.FanInShape5
- in2() - Method in class org.apache.pekko.stream.FanInShape6
- in2() - Method in class org.apache.pekko.stream.FanInShape7
- in2() - Method in class org.apache.pekko.stream.FanInShape8
- in2() - Method in class org.apache.pekko.stream.FanInShape9
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith3
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith4
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- in2() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- in20() - Method in class org.apache.pekko.stream.FanInShape21
- in20() - Method in class org.apache.pekko.stream.FanInShape22
- in20() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in20() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in20() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in20() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in21() - Method in class org.apache.pekko.stream.FanInShape22
- in21() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in21() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in3() - Method in class org.apache.pekko.stream.FanInShape10
- in3() - Method in class org.apache.pekko.stream.FanInShape11
- in3() - Method in class org.apache.pekko.stream.FanInShape12
- in3() - Method in class org.apache.pekko.stream.FanInShape13
- in3() - Method in class org.apache.pekko.stream.FanInShape14
- in3() - Method in class org.apache.pekko.stream.FanInShape15
- in3() - Method in class org.apache.pekko.stream.FanInShape16
- in3() - Method in class org.apache.pekko.stream.FanInShape17
- in3() - Method in class org.apache.pekko.stream.FanInShape18
- in3() - Method in class org.apache.pekko.stream.FanInShape19
- in3() - Method in class org.apache.pekko.stream.FanInShape20
- in3() - Method in class org.apache.pekko.stream.FanInShape21
- in3() - Method in class org.apache.pekko.stream.FanInShape22
- in3() - Method in class org.apache.pekko.stream.FanInShape4
- in3() - Method in class org.apache.pekko.stream.FanInShape5
- in3() - Method in class org.apache.pekko.stream.FanInShape6
- in3() - Method in class org.apache.pekko.stream.FanInShape7
- in3() - Method in class org.apache.pekko.stream.FanInShape8
- in3() - Method in class org.apache.pekko.stream.FanInShape9
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith4
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- in3() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- in4() - Method in class org.apache.pekko.stream.FanInShape10
- in4() - Method in class org.apache.pekko.stream.FanInShape11
- in4() - Method in class org.apache.pekko.stream.FanInShape12
- in4() - Method in class org.apache.pekko.stream.FanInShape13
- in4() - Method in class org.apache.pekko.stream.FanInShape14
- in4() - Method in class org.apache.pekko.stream.FanInShape15
- in4() - Method in class org.apache.pekko.stream.FanInShape16
- in4() - Method in class org.apache.pekko.stream.FanInShape17
- in4() - Method in class org.apache.pekko.stream.FanInShape18
- in4() - Method in class org.apache.pekko.stream.FanInShape19
- in4() - Method in class org.apache.pekko.stream.FanInShape20
- in4() - Method in class org.apache.pekko.stream.FanInShape21
- in4() - Method in class org.apache.pekko.stream.FanInShape22
- in4() - Method in class org.apache.pekko.stream.FanInShape5
- in4() - Method in class org.apache.pekko.stream.FanInShape6
- in4() - Method in class org.apache.pekko.stream.FanInShape7
- in4() - Method in class org.apache.pekko.stream.FanInShape8
- in4() - Method in class org.apache.pekko.stream.FanInShape9
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- in4() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- in5() - Method in class org.apache.pekko.stream.FanInShape10
- in5() - Method in class org.apache.pekko.stream.FanInShape11
- in5() - Method in class org.apache.pekko.stream.FanInShape12
- in5() - Method in class org.apache.pekko.stream.FanInShape13
- in5() - Method in class org.apache.pekko.stream.FanInShape14
- in5() - Method in class org.apache.pekko.stream.FanInShape15
- in5() - Method in class org.apache.pekko.stream.FanInShape16
- in5() - Method in class org.apache.pekko.stream.FanInShape17
- in5() - Method in class org.apache.pekko.stream.FanInShape18
- in5() - Method in class org.apache.pekko.stream.FanInShape19
- in5() - Method in class org.apache.pekko.stream.FanInShape20
- in5() - Method in class org.apache.pekko.stream.FanInShape21
- in5() - Method in class org.apache.pekko.stream.FanInShape22
- in5() - Method in class org.apache.pekko.stream.FanInShape6
- in5() - Method in class org.apache.pekko.stream.FanInShape7
- in5() - Method in class org.apache.pekko.stream.FanInShape8
- in5() - Method in class org.apache.pekko.stream.FanInShape9
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- in5() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- in6() - Method in class org.apache.pekko.stream.FanInShape10
- in6() - Method in class org.apache.pekko.stream.FanInShape11
- in6() - Method in class org.apache.pekko.stream.FanInShape12
- in6() - Method in class org.apache.pekko.stream.FanInShape13
- in6() - Method in class org.apache.pekko.stream.FanInShape14
- in6() - Method in class org.apache.pekko.stream.FanInShape15
- in6() - Method in class org.apache.pekko.stream.FanInShape16
- in6() - Method in class org.apache.pekko.stream.FanInShape17
- in6() - Method in class org.apache.pekko.stream.FanInShape18
- in6() - Method in class org.apache.pekko.stream.FanInShape19
- in6() - Method in class org.apache.pekko.stream.FanInShape20
- in6() - Method in class org.apache.pekko.stream.FanInShape21
- in6() - Method in class org.apache.pekko.stream.FanInShape22
- in6() - Method in class org.apache.pekko.stream.FanInShape7
- in6() - Method in class org.apache.pekko.stream.FanInShape8
- in6() - Method in class org.apache.pekko.stream.FanInShape9
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- in6() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- in7() - Method in class org.apache.pekko.stream.FanInShape10
- in7() - Method in class org.apache.pekko.stream.FanInShape11
- in7() - Method in class org.apache.pekko.stream.FanInShape12
- in7() - Method in class org.apache.pekko.stream.FanInShape13
- in7() - Method in class org.apache.pekko.stream.FanInShape14
- in7() - Method in class org.apache.pekko.stream.FanInShape15
- in7() - Method in class org.apache.pekko.stream.FanInShape16
- in7() - Method in class org.apache.pekko.stream.FanInShape17
- in7() - Method in class org.apache.pekko.stream.FanInShape18
- in7() - Method in class org.apache.pekko.stream.FanInShape19
- in7() - Method in class org.apache.pekko.stream.FanInShape20
- in7() - Method in class org.apache.pekko.stream.FanInShape21
- in7() - Method in class org.apache.pekko.stream.FanInShape22
- in7() - Method in class org.apache.pekko.stream.FanInShape8
- in7() - Method in class org.apache.pekko.stream.FanInShape9
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- in7() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- in8() - Method in class org.apache.pekko.stream.FanInShape10
- in8() - Method in class org.apache.pekko.stream.FanInShape11
- in8() - Method in class org.apache.pekko.stream.FanInShape12
- in8() - Method in class org.apache.pekko.stream.FanInShape13
- in8() - Method in class org.apache.pekko.stream.FanInShape14
- in8() - Method in class org.apache.pekko.stream.FanInShape15
- in8() - Method in class org.apache.pekko.stream.FanInShape16
- in8() - Method in class org.apache.pekko.stream.FanInShape17
- in8() - Method in class org.apache.pekko.stream.FanInShape18
- in8() - Method in class org.apache.pekko.stream.FanInShape19
- in8() - Method in class org.apache.pekko.stream.FanInShape20
- in8() - Method in class org.apache.pekko.stream.FanInShape21
- in8() - Method in class org.apache.pekko.stream.FanInShape22
- in8() - Method in class org.apache.pekko.stream.FanInShape9
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- in8() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- in9() - Method in class org.apache.pekko.stream.FanInShape10
- in9() - Method in class org.apache.pekko.stream.FanInShape11
- in9() - Method in class org.apache.pekko.stream.FanInShape12
- in9() - Method in class org.apache.pekko.stream.FanInShape13
- in9() - Method in class org.apache.pekko.stream.FanInShape14
- in9() - Method in class org.apache.pekko.stream.FanInShape15
- in9() - Method in class org.apache.pekko.stream.FanInShape16
- in9() - Method in class org.apache.pekko.stream.FanInShape17
- in9() - Method in class org.apache.pekko.stream.FanInShape18
- in9() - Method in class org.apache.pekko.stream.FanInShape19
- in9() - Method in class org.apache.pekko.stream.FanInShape20
- in9() - Method in class org.apache.pekko.stream.FanInShape21
- in9() - Method in class org.apache.pekko.stream.FanInShape22
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- in9() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- inbound() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- inbound() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- inbound() - Method in interface org.apache.pekko.remote.AssociationEvent
-
Deprecated.
- inbound() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- inbound() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- inboundActorRefCompressionTableVersion() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- InboundAssociation(AssociationHandle) - Constructor for class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- InboundAssociation$() - Constructor for class org.apache.pekko.remote.transport.Transport.InboundAssociation$
-
Deprecated.
- inboundClassManifestCompressionTableVersion() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- InboundCompression$ - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- InboundCompression$() - Constructor for class org.apache.pekko.remote.artery.compress.InboundCompression$
- InboundCompressions - Interface in org.apache.pekko.remote.artery.compress
-
INTERNAL API Decompress and cause compression advertisements.
- InboundCompressionsImpl$ - Class in org.apache.pekko.remote.artery.compress
- InboundCompressionsImpl$() - Constructor for class org.apache.pekko.remote.artery.compress.InboundCompressionsImpl$
- InboundContext - Interface in org.apache.pekko.remote.artery
-
INTERNAL API Inbound API that is used by the stream operators.
- InboundControlJunction$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- InboundControlJunction$() - Constructor for class org.apache.pekko.remote.artery.InboundControlJunction$
- InboundEnvelope - Interface in org.apache.pekko.remote.artery
-
INTERNAL API
- InboundEnvelope$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- InboundEnvelope$() - Constructor for class org.apache.pekko.remote.artery.InboundEnvelope$
- InboundMessageDispatcher - Interface in org.apache.pekko.remote
-
INTERNAL API
- InboundPayload(ByteString) - Constructor for class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- InboundPayload$() - Constructor for class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload$
-
Deprecated.
- inc() - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.Increments the sequence number.
- include() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- include() - Method in class org.apache.pekko.persistence.PluginSpec
- includeManifest() - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- includeManifest() - Method in class org.apache.pekko.persistence.serialization.SnapshotSerializer
- includeManifest() - Method in class org.apache.pekko.remote.serialization.ByteStringSerializer
-
Deprecated.
- includeManifest() - Method in class org.apache.pekko.remote.serialization.IntSerializer
-
Deprecated.
- includeManifest() - Method in class org.apache.pekko.remote.serialization.LongSerializer
-
Deprecated.
- includeManifest() - Method in class org.apache.pekko.remote.serialization.MessageContainerSerializer
- includeManifest() - Method in class org.apache.pekko.remote.serialization.ProtobufSerializer
- includeManifest() - Method in class org.apache.pekko.remote.serialization.StringSerializer
-
Deprecated.
- includeManifest() - Method in class org.apache.pekko.remote.serialization.SystemMessageSerializer
- includeManifest() - Method in class org.apache.pekko.serialization.ByteArraySerializer
- includeManifest() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- includeManifest() - Method in class org.apache.pekko.serialization.JavaSerializer
- includeManifest() - Method in class org.apache.pekko.serialization.NullSerializer
- includeManifest() - Method in interface org.apache.pekko.serialization.Serializer
-
Returns whether this serializer needs a manifest in the fromBinary method
- includeManifest() - Method in class org.apache.pekko.serialization.SerializerWithStringManifest
- includeManifest() - Method in class org.apache.pekko.testkit.TestJavaSerializer
- includes(ThrottlerTransportAdapter.Direction) - Method in interface org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction
-
Deprecated.
- includes(ThrottlerTransportAdapter.Direction) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.
- includes(ThrottlerTransportAdapter.Direction) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.
- includes(ThrottlerTransportAdapter.Direction) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.
- IncomingCommand(C) - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- IncomingCommand(C) - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- IncomingCommand$() - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand$
- IncomingCommand$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand$
- IncomingConnection(InetSocketAddress, InetSocketAddress, Flow<ByteString, ByteString, NotUsed>) - Constructor for class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- IncomingConnection$() - Constructor for class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection$
- IncompatibleConfig - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
-
IncompatibleConfig = 2; - IncompatibleConfig_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
-
IncompatibleConfig = 2; - IncompatibleConfig$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.IncompatibleConfig$
- incompatibleConfigurationDetectedReason() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- incompatibleConfigurationDetectedReason() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- IncompatibleConfigurationDetectedReason$() - Constructor for class org.apache.pekko.actor.CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
- inCount() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
- increase(long, ReplicaId) - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
-
Create a new
LwwTimethat has atimestampthat ismaxof the given timestamp and previous timestamp + 1, i.e. - increment(long, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Scala API: Increment the counter with the delta
nspecified. - increment(A, long, Cluster) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Increment the counter with the delta specified.
- increment(Cluster) - Method in class org.apache.pekko.cluster.ddata.VersionVector
-
Deprecated.Use `increment` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- increment(Cluster, long) - Method in class org.apache.pekko.cluster.ddata.GCounter
-
Deprecated.Use `increment` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- increment(Cluster, long) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Deprecated.Use `increment` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- increment(Cluster, A, long) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Deprecated.Use `increment` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- increment(Cluster, BigInteger) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Deprecated.Use `increment` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- increment(Cluster, BigInt) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Deprecated.Use `increment` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- increment(SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.VersionVector
-
Increment the version for the node passed as argument.
- increment(SelfUniqueAddress, long) - Method in class org.apache.pekko.cluster.ddata.GCounter
-
Increment the counter with the delta
nspecified. - increment(SelfUniqueAddress, long) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Java API: Increment the counter with the delta
nspecified. - increment(SelfUniqueAddress, A, long) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Increment the counter with the delta specified.
- increment(SelfUniqueAddress, BigInteger) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Java API: Increment the counter with the delta
nspecified. - increment(BigInt, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Increment the counter with the delta
nspecified. - increment$default$2() - Method in class org.apache.pekko.cluster.ddata.GCounter
- increment$default$2() - Method in class org.apache.pekko.cluster.ddata.PNCounter
- increment$default$2() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- incrementBy(A, long, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Increment the counter with the delta specified.
- INCREMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- Index<K,V> - Class in org.apache.pekko.util
-
An implementation of a ConcurrentMultiMap Adds/remove is serialized over the specified key Reads are fully concurrent <-- el-cheapo
- Index(int, Comparator<V>) - Constructor for class org.apache.pekko.util.Index
- Index(int, Function2<V, V, Object>) - Constructor for class org.apache.pekko.util.Index
- indexOf(byte) - Method in class org.apache.pekko.util.ByteIterator
- indexOf(byte) - Method in class org.apache.pekko.util.ByteString
-
Finds index of first occurrence of some byte in this ByteString.
- indexOf(byte, int) - Method in class org.apache.pekko.util.ByteIterator
- indexOf(byte, int) - Method in class org.apache.pekko.util.ByteString.ByteString1
- indexOf(byte, int) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- indexOf(byte, int) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- indexOf(byte, int) - Method in class org.apache.pekko.util.ByteString
-
Finds index of first occurrence of some byte in this ByteString after or at some start index.
- indexOf(B) - Method in class org.apache.pekko.util.ByteIterator
- indexOf(B, int) - Method in class org.apache.pekko.util.ByteIterator
- indexOf(B, int) - Method in class org.apache.pekko.util.ByteString.ByteString1
- indexOf(B, int) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- indexOf(B, int) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- indexWhere(Function1<Object, Object>, int) - Method in class org.apache.pekko.util.ByteIterator
- indexWhere(Function1<Object, Object>, int) - Method in class org.apache.pekko.util.ByteString
- indexWhere$default$2() - Method in class org.apache.pekko.util.ByteIterator
- IndirectActorProducer - Interface in org.apache.pekko.actor
-
This interface defines a class of actor creation strategies deviating from the usual default of just reflectively instantiating the
Actorsubclass. - IndirectActorProducer$ - Class in org.apache.pekko.actor
- IndirectActorProducer$() - Constructor for class org.apache.pekko.actor.IndirectActorProducer$
- Individual(SnapshotMetadata) - Constructor for class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- Individual$() - Constructor for class org.apache.pekko.persistence.typed.DeletionTarget.Individual$
- Inet - Class in org.apache.pekko.io
- Inet() - Constructor for class org.apache.pekko.io.Inet
- Inet.AbstractSocketOption - Class in org.apache.pekko.io
-
Java API: AbstractSocketOption is a package of data (from the user) and associated behavior (how to apply that to a channel).
- Inet.AbstractSocketOptionV2 - Class in org.apache.pekko.io
-
Java API
- Inet.DatagramChannelCreator - Class in org.apache.pekko.io
-
DatagramChannel creation behavior.
- Inet.DatagramChannelCreator$ - Class in org.apache.pekko.io
- Inet.SO$ - Class in org.apache.pekko.io
- Inet.SO$.ReceiveBufferSize - Class in org.apache.pekko.io
-
pekko.io.Inet.SocketOptionto set the SO_RCVBUF option - Inet.SO$.ReceiveBufferSize$ - Class in org.apache.pekko.io
- Inet.SO$.ReuseAddress - Class in org.apache.pekko.io
-
pekko.io.Inet.SocketOptionto enable or disable SO_REUSEADDR - Inet.SO$.ReuseAddress$ - Class in org.apache.pekko.io
- Inet.SO$.SendBufferSize - Class in org.apache.pekko.io
-
pekko.io.Inet.SocketOptionto set the SO_SNDBUF option. - Inet.SO$.SendBufferSize$ - Class in org.apache.pekko.io
- Inet.SO$.TrafficClass - Class in org.apache.pekko.io
-
pekko.io.Inet.SocketOptionto set the traffic class or type-of-service octet in the IP header for packets sent from this socket. - Inet.SO$.TrafficClass$ - Class in org.apache.pekko.io
- Inet.SocketOption - Interface in org.apache.pekko.io
-
SocketOption is a package of data (from the user) and associated behavior (how to apply that to a channel).
- Inet.SocketOptionV2 - Interface in org.apache.pekko.io
- Inet.SoForwarders - Interface in org.apache.pekko.io
- Inet.SoJavaFactories - Interface in org.apache.pekko.io
- Inet$ - Class in org.apache.pekko.io
- Inet$() - Constructor for class org.apache.pekko.io.Inet$
- InetAddressDnsProvider - Class in org.apache.pekko.io
-
INTERNAL API
- InetAddressDnsProvider() - Constructor for class org.apache.pekko.io.InetAddressDnsProvider
- InetAddressDnsResolver - Class in org.apache.pekko.io
-
INTERNAL API
- InetAddressDnsResolver(SimpleDnsCache, Config) - Constructor for class org.apache.pekko.io.InetAddressDnsResolver
- inflate(int) - Static method in class org.apache.pekko.stream.javadsl.Compression
-
Creates a Flow that decompresses deflate-compressed stream of data.
- inflate(int) - Method in class org.apache.pekko.stream.javadsl.Compression$
-
Creates a Flow that decompresses deflate-compressed stream of data.
- inflate(int) - Static method in class org.apache.pekko.stream.scaladsl.Compression
-
Creates a Flow that decompresses a deflate-compressed stream of data.
- inflate(int) - Method in class org.apache.pekko.stream.scaladsl.Compression$
-
Creates a Flow that decompresses a deflate-compressed stream of data.
- inflate(int, boolean) - Static method in class org.apache.pekko.stream.javadsl.Compression
-
Same as
Compression.inflate(int)with configurable maximum output length and nowrap - inflate(int, boolean) - Method in class org.apache.pekko.stream.javadsl.Compression$
-
Same as
Compression$.inflate(int)with configurable maximum output length and nowrap - inflate(int, boolean) - Static method in class org.apache.pekko.stream.scaladsl.Compression
-
Creates a Flow that decompresses a deflate-compressed stream of data.
- inflate(int, boolean) - Method in class org.apache.pekko.stream.scaladsl.Compression$
-
Creates a Flow that decompresses a deflate-compressed stream of data.
- inflate$default$1() - Static method in class org.apache.pekko.stream.scaladsl.Compression
- inflate$default$1() - Method in class org.apache.pekko.stream.scaladsl.Compression$
- info() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalPerfSpec
- info() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- info() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- info() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- info(String) - Method in class com.typesafe.sslconfig.pekko.util.PekkoLoggerBridge
- info(String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Create a filter for INFO level events with a log message that contains the given
messageIncludes. - info(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Create a filter for INFO level events with a log message that contains the given
messageIncludes. - info(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Create a filter for INFO level events with a log message that contains the given
messageIncludes. - info(String) - Method in interface org.apache.pekko.event.LoggingAdapter
- info(String) - Static method in class org.apache.pekko.event.NoLogging
- info(String, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- info(String, Object) - Static method in class org.apache.pekko.event.NoLogging
- info(String, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- info(String, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- info(String, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- info(String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- info(String, Object, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- info(String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- info(String, String, String, String, int) - Static method in class org.apache.pekko.testkit.EventFilter
-
Create a filter for Info events.
- info(String, String, String, String, int) - Method in class org.apache.pekko.testkit.EventFilter$
-
Create a filter for Info events.
- info(Logging.Info) - Method in interface org.apache.pekko.event.Logging.StdOutLogger
- info(LogMarker, String) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Log message at info level.
- info(LogMarker, String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- info(LogMarker, String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- info(LogMarker, String, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 1 replacement argument.
- info(LogMarker, String, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 2 replacement arguments.
- info(LogMarker, String, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- info(LogMarker, String, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- info(LogMarker, String, Object, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 3 replacement arguments.
- info(LogMarker, String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- info(LogMarker, String, Object, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- info(LogMarker, String, Object, Object, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 4 replacement arguments.
- info(LogMarker, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- info(LogMarker, String, Object, Object, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- Info(String, Class<?>, Object) - Constructor for class org.apache.pekko.event.Logging.Info
- Info() - Method in class org.apache.pekko.stream.Attributes.LogLevels$
-
Use to enable logging at INFO level for certain operations when configuring
Attributes.logLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - Info$() - Constructor for class org.apache.pekko.event.Logging.Info$
- info$default$1() - Static method in class org.apache.pekko.testkit.EventFilter
- info$default$1() - Method in class org.apache.pekko.testkit.EventFilter$
- info$default$2() - Static method in class org.apache.pekko.testkit.EventFilter
- info$default$2() - Method in class org.apache.pekko.testkit.EventFilter$
- info$default$3() - Static method in class org.apache.pekko.testkit.EventFilter
- info$default$3() - Method in class org.apache.pekko.testkit.EventFilter$
- info$default$4() - Static method in class org.apache.pekko.testkit.EventFilter
- info$default$4() - Method in class org.apache.pekko.testkit.EventFilter$
- info$default$5() - Static method in class org.apache.pekko.testkit.EventFilter
- info$default$5() - Method in class org.apache.pekko.testkit.EventFilter$
- Info2(String, Class<?>, Object, Map<String, Object>) - Constructor for class org.apache.pekko.event.Logging.Info2
- Info3(String, Class<?>, Object, Map<String, Object>, LogMarker) - Constructor for class org.apache.pekko.event.Logging.Info3
- InfoFilter - Class in org.apache.pekko.testkit
-
Filter which matches Info events, if they satisfy the given criteria:
source, if given, applies a filter on the event’s originmessageapplies a filter on the event’s message (either with String.startsWith or Regex.findFirstIn().isDefined) If you want to match all Info events, the most efficient is to useLeft(""). - InfoFilter(String, String, boolean, boolean, int) - Constructor for class org.apache.pekko.testkit.InfoFilter
-
Java API: create an InfoFilter
- InfoFilter(Option<String>, Either<String, Regex>, boolean, int) - Constructor for class org.apache.pekko.testkit.InfoFilter
- InfoFilter$ - Class in org.apache.pekko.testkit
- InfoFilter$() - Constructor for class org.apache.pekko.testkit.InfoFilter$
- InfoLevel() - Static method in class org.apache.pekko.event.Logging
- InfoLevel() - Method in class org.apache.pekko.event.Logging$
- Information(Address, ActorSystem) - Constructor for class org.apache.pekko.serialization.Serialization.Information
- Information$() - Constructor for class org.apache.pekko.serialization.Serialization.Information$
- inhabitants() - Method in class org.apache.pekko.dispatch.MessageDispatcher
- InHandler - Interface in org.apache.pekko.stream.stage
-
Collection of callbacks for an input port of a
GraphStage - init() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- init() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- init() - Method in class org.apache.pekko.util.ByteString
- init(boolean, MailboxType) - Method in interface org.apache.pekko.actor.dungeon.Dispatch
-
Initialize this cell, i.e.
- init(Channel, SocketAddress, Address, Function1<AssociationHandle, Object>) - Method in interface org.apache.pekko.remote.transport.netty.CommonHandlers
- init(Class<T>, String, int, IntFunction<Behavior<T>>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ShardedDaemonProcess
-
Start a specific number of actors that is then kept alive in the cluster.
- init(Class<T>, String, int, IntFunction<Behavior<T>>, ShardedDaemonProcessSettings, Optional<T>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ShardedDaemonProcess
-
Start a specific number of actors, each with a unique numeric id in the set, that is then kept alive in the cluster.
- init(Class<T>, String, int, IntFunction<Behavior<T>>, ShardedDaemonProcessSettings, Optional<T>, Optional<ShardCoordinator.ShardAllocationStrategy>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ShardedDaemonProcess
-
Start a specific number of actors, each with a unique numeric id in the set, that is then kept alive in the cluster.
- init(Class<T>, String, int, IntFunction<Behavior<T>>, T) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ShardedDaemonProcess
-
Start a specific number of actors that is then kept alive in the cluster.
- init(String, int, Function1<Object, Behavior<T>>, ShardedDaemonProcessSettings, Option<T>, Option<ShardCoordinator.ShardAllocationStrategy>, ClassTag<T>) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ShardedDaemonProcess
-
Start a specific number of actors, each with a unique numeric id in the set, that is then kept alive in the cluster.
- init(String, int, Function1<Object, Behavior<T>>, ShardedDaemonProcessSettings, Option<T>, ClassTag<T>) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ShardedDaemonProcess
-
Start a specific number of actors, each with a unique numeric id in the set, that is then kept alive in the cluster.
- init(String, int, Function1<Object, Behavior<T>>, ClassTag<T>) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ShardedDaemonProcess
-
Start a specific number of actors that is then kept alive in the cluster.
- init(String, int, Function1<Object, Behavior<T>>, T, ClassTag<T>) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ShardedDaemonProcess
-
Start a specific number of actors that is then kept alive in the cluster.
- init(String, FailureDetectorRegistry<Address>, int, SortedSet<Member>) - Method in class org.apache.pekko.cluster.CrossDcHeartbeatingState$
- init(ActorSystemImpl) - Method in interface org.apache.pekko.actor.ActorRefProvider
-
INTERNAL API: Initialization of an ActorRefProvider happens in two steps: first construction of the object with settings, eventStream, etc.
- init(Entity<M, E>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding
-
Initialize sharding for the given
entityfactory settings. - init(ReplicatedEntityProvider<M>) - Method in interface org.apache.pekko.cluster.sharding.typed.ReplicatedShardingExtension
-
Init one instance sharding per replica in the given settings and return a
ReplicatedShardingrepresenting those. - init(Entity<M, E>) - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding
-
Initialize sharding for the given
entityfactory settings. - init(SingletonActor<M>) - Method in class org.apache.pekko.cluster.typed.ClusterSingleton
-
Start if needed and provide a proxy to a named singleton
- init(ReplicaId, ReplicatedEntityProvider<M>) - Method in interface org.apache.pekko.cluster.sharding.typed.ReplicatedShardingExtension
-
Init one instance sharding per replica in the given settings and return a
ReplicatedShardingrepresenting those. - initCause(Throwable) - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- initCause(Throwable) - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- initCause(Throwable) - Static method in exception org.apache.pekko.stream.BindFailedException
- initChild(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.Children
- initial() - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- Initial() - Method in class org.apache.pekko.dispatch.affinity.AffinityPool$
- initialAttributes() - Method in class org.apache.pekko.stream.KillSwitches.UniqueBidiKillSwitchStage$
- initialAttributes() - Method in class org.apache.pekko.stream.KillSwitches.UniqueKillSwitchStage$
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.Balance
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.Broadcast
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.Concat
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.Merge
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.MergePreferred
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.MergePrioritized
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith2
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith3
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith4
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipN
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith2
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith3
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith4
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- initialAttributes() - Method in class org.apache.pekko.stream.scaladsl.ZipWithN
- initialAttributes() - Method in class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue
- initialCapacity() - Method in class org.apache.pekko.dispatch.UnboundedPriorityMailbox
- initialCapacity() - Method in class org.apache.pekko.dispatch.UnboundedStablePriorityMailbox
- initialContacts() - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- initialContactsSel() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- initialDelay() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- initialDelay() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- initialDelay(Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Delays the initial element by the specified duration.
- initialDelay(Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Delays the initial element by the specified duration.
- initialDelay(Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Delays the initial element by the specified duration.
- initialDelay(Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Delays the initial element by the specified duration.
- initialDelay(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- initialDelay(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- initialDelay(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- initialDelay(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- initialDelay(FiniteDuration) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Delays the initial element by the specified duration.
- InitialGroupRouterImpl<T> - Class in org.apache.pekko.actor.typed.internal.routing
-
INTERNAL API
- InitialGroupRouterImpl(ActorContext<T>, ServiceKey<T>, boolean, RoutingLogic<T>) - Constructor for class org.apache.pekko.actor.typed.internal.routing.InitialGroupRouterImpl
- initialInputBufferSize() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'Attributes.InputBuffer' to read the concrete setting value. Since Akka 2.6.0.
- initialisedReceive(LogService) - Method in class org.apache.pekko.osgi.DefaultOSGiLogger
-
Behavior of the Event handler that is setup (has received a LogService)
- initialize() - Method in interface org.apache.pekko.actor.FSM
- initialize() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.Removed from API, called internally. Since Akka 2.4.5.
- initialize(Object...) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
- initialize(Seq<Event>) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
- initialize(Seq<Event>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit
- initialize(State, Object...) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
Initializes behavior from provided state and/or events.
- initialize(State, Seq<Event>) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
Initializes behavior from provided state and/or events.
- initialize(State, Seq<Event>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit
-
Initializes behavior from provided state and/or events.
- initialized() - Static method in class org.apache.pekko.stream.FlowMonitorState
-
Java API
- initialized() - Method in class org.apache.pekko.stream.FlowMonitorState$
-
Java API
- Initialized$() - Constructor for class org.apache.pekko.stream.FlowMonitorState.Initialized$
- Initialized$() - Constructor for class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Initialized$
- initializeDefaultPlugins(ClassicActorSystemProvider, Duration) - Static method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceInit
-
Initialize the default journal and snapshot plugins.
- initializeDefaultPlugins(ClassicActorSystemProvider, Duration) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceInit$
-
Initialize the default journal and snapshot plugins.
- initializeDefaultPlugins(ClassicActorSystemProvider, FiniteDuration) - Static method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceInit
-
Initialize the default journal and snapshot plugins.
- initializeDefaultPlugins(ClassicActorSystemProvider, FiniteDuration) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceInit$
-
Initialize the default journal and snapshot plugins.
- initializeGrouping(String) - Method in interface org.apache.pekko.cluster.pubsub.PerGroupingBuffer
- InitializeLogger(LoggingBus) - Constructor for class org.apache.pekko.event.Logging.InitializeLogger
- InitializeLogger$() - Constructor for class org.apache.pekko.event.Logging.InitializeLogger$
- initializePlugins(ClassicActorSystemProvider, String, String, Duration) - Static method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceInit
-
Initialize the given journal and snapshot plugins.
- initializePlugins(ClassicActorSystemProvider, String, String, Duration) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceInit$
-
Initialize the given journal and snapshot plugins.
- initializePlugins(ClassicActorSystemProvider, String, String, FiniteDuration) - Static method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceInit
-
Initialize the given journal and snapshot plugins.
- initializePlugins(ClassicActorSystemProvider, String, String, FiniteDuration) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceInit$
-
Initialize the given journal and snapshot plugins.
- Initializing() - Method in class org.apache.pekko.dispatch.affinity.AffinityPool$
- Initializing() - Static method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- Initializing() - Method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- Initializing() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc
- Initializing() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc$
- InitialOldestState(List<UniqueAddress>, boolean) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- InitialOldestState$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState$
- initialParticipants() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
TO BE DEFINED BY USER: Defines the number of participants required for starting the test.
- initialProportion() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- initialProportion() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- initialStateAsEvents() - Static method in class org.apache.pekko.cluster.ClusterEvent
-
Java API
- initialStateAsEvents() - Method in class org.apache.pekko.cluster.ClusterEvent$
-
Java API
- InitialStateAsEvents$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.InitialStateAsEvents$
- initialStateAsSnapshot() - Static method in class org.apache.pekko.cluster.ClusterEvent
-
Java API
- initialStateAsSnapshot() - Method in class org.apache.pekko.cluster.ClusterEvent$
-
Java API
- InitialStateAsSnapshot$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.InitialStateAsSnapshot$
- initialStateMode() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- initialStep() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- initialStep() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- initialStep() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- InitialSysMsgDeliveryTimeout() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- initialTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
If the first element has not passed through this operator before the provided timeout, the stream is failed with a
InitialTimeoutException. - initialTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
If the first element has not passed through this operator before the provided timeout, the stream is failed with a
InitialTimeoutException. - initialTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
If the first element has not passed through this operator before the provided timeout, the stream is failed with a
InitialTimeoutException. - initialTimeout(Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
If the first element has not passed through this operator before the provided timeout, the stream is failed with a
InitialTimeoutException. - initialTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- initialTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- initialTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- initialTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- initialTimeout(FiniteDuration) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
If the first element has not passed through this operator before the provided timeout, the stream is failed with a
InitialTimeoutException. - InitialTimeoutException - Exception in org.apache.pekko.stream
- InitialTimeoutException(String) - Constructor for exception org.apache.pekko.stream.InitialTimeoutException
- InitJoin(Config) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- InitJoin$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.InitJoin$
- InitJoinAck(Address, InternalClusterAction.ConfigCheck) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- InitJoinAck$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck$
- InitJoinAckManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- InitJoinAckManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- InitJoinManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- InitJoinManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- InitJoinNack(Address) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- InitJoinNack$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack$
- InitJoinNackManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- InitJoinNackManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- initRemovedNodePruning() - Method in class org.apache.pekko.cluster.ddata.Replicator
- initRemovedNodePruning(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- initTimedOut() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- InitTimeout$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteProxy.InitTimeout$
- initWithFailure(Throwable) - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- injectDeployments(ActorSystem, RoleName) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- inlet() - Method in interface org.apache.pekko.stream.FanOutShape.Init
- inlet() - Method in class org.apache.pekko.stream.FanOutShape.Name
- inlet() - Method in class org.apache.pekko.stream.FanOutShape.Ports
- Inlet<T> - Class in org.apache.pekko.stream
- Inlet() - Constructor for class org.apache.pekko.stream.Inlet
- Inlet$ - Class in org.apache.pekko.stream
-
An Inlet is a typed input to a Shape.
- Inlet$() - Constructor for class org.apache.pekko.stream.Inlet$
- inlets() - Method in class org.apache.pekko.stream.AbstractShape
- inlets() - Method in class org.apache.pekko.stream.AmorphousShape
- inlets() - Method in class org.apache.pekko.stream.BidiShape
- inlets() - Static method in class org.apache.pekko.stream.ClosedShape
- inlets() - Method in class org.apache.pekko.stream.ClosedShape$
- inlets() - Method in interface org.apache.pekko.stream.FanInShape.Init
- inlets() - Method in class org.apache.pekko.stream.FanInShape
-
Not meant for overriding outside of Apache Pekko.
- inlets() - Method in class org.apache.pekko.stream.FanInShape.Name
- inlets() - Method in class org.apache.pekko.stream.FanInShape.Ports
- inlets() - Method in class org.apache.pekko.stream.FanOutShape
- inlets() - Method in class org.apache.pekko.stream.FlowShape
- inlets() - Method in class org.apache.pekko.stream.Shape
-
Scala API: get a list of all input ports
- inlets() - Method in class org.apache.pekko.stream.SinkShape
- inlets() - Method in class org.apache.pekko.stream.SourceShape
- inlets() - Method in class org.apache.pekko.stream.UniformFanInShape
- InmemJournal$ - Class in org.apache.pekko.persistence.journal.inmem
-
The InmemJournal publishes writes and deletes to the
eventStream, which tests may use to verify that expected events have been persisted or deleted. - InmemJournal$() - Constructor for class org.apache.pekko.persistence.journal.inmem.InmemJournal$
- InmemMessages - Interface in org.apache.pekko.persistence.journal.inmem
-
INTERNAL API.
- InMemStorage<K,R> - Interface in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- InMemStorageExtension - Class in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- InMemStorageExtension(ExtendedActorSystem) - Constructor for class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- InMemStorageExtension$ - Class in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- InMemStorageExtension$() - Constructor for class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension$
- InPort - Class in org.apache.pekko.stream
-
An input port of a StreamLayout.Module.
- InPort() - Constructor for class org.apache.pekko.stream.InPort
- inputBuffer(int, int) - Static method in class org.apache.pekko.stream.Attributes
-
Each asynchronous piece of a materialized stream topology is executed by one Actor that manages an input buffer for all inlets of its shape.
- inputBuffer(int, int) - Method in class org.apache.pekko.stream.Attributes$
-
Each asynchronous piece of a materialized stream topology is executed by one Actor that manages an input buffer for all inlets of its shape.
- InputBuffer(int, int) - Constructor for class org.apache.pekko.stream.Attributes.InputBuffer
- InputBuffer$() - Constructor for class org.apache.pekko.stream.Attributes.InputBuffer$
- inputPorts() - Method in class org.apache.pekko.stream.scaladsl.Concat
- inputPorts() - Method in class org.apache.pekko.stream.scaladsl.Interleave
- inputPorts() - Method in class org.apache.pekko.stream.scaladsl.Merge
- inputPorts() - Method in class org.apache.pekko.stream.scaladsl.MergeLatest
- inputPorts() - Method in class org.apache.pekko.stream.scaladsl.MergeSequence
- inSeq() - Method in class org.apache.pekko.stream.scaladsl.ZipWithN
-
Deprecated.use `shape.inlets` or `shape.in(id)` instead. Since Akka 2.5.5.
- inSeq() - Method in class org.apache.pekko.stream.UniformFanInShape
-
Deprecated.Use 'inlets' or 'in(id)' instead. Since Akka 2.5.5.
- inserted(T, K) - Method in class org.apache.pekko.util.TypedMultiMap
-
Return a map that has the given value added to the mappings for the given key.
- instance - Static variable in class org.apache.pekko.util.Unsafe
- instance() - Method in class org.apache.pekko.actor.typed.internal.PoisonPill$
- instance() - Static method in class org.apache.pekko.actor.typed.PostStop
- instance() - Method in class org.apache.pekko.actor.typed.PostStop$
- instance() - Static method in class org.apache.pekko.actor.typed.PreRestart
- instance() - Method in class org.apache.pekko.actor.typed.PreRestart$
- instance() - Method in class org.apache.pekko.persistence.typed.internal.NoOpSnapshotAdapter$
- instance() - Method in class org.apache.pekko.persistence.typed.NoOpEventAdapter$
- instance() - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- instance() - Method in class org.apache.pekko.persistence.typed.RecoveryCompleted$
- instance() - Method in class org.apache.pekko.persistence.typed.state.internal.NoOpSnapshotAdapter$
- instance() - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- instance() - Method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
- instance() - Method in class org.apache.pekko.serialization.jackson.ActorRefDeserializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.ActorRefSerializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.AddressDeserializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.AddressSerializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.FiniteDurationDeserializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.FiniteDurationSerializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.SinkRefDeserializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.SinkRefSerializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.SourceRefDeserializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.SourceRefSerializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.TypedActorRefDeserializer$
- instance() - Method in class org.apache.pekko.serialization.jackson.TypedActorRefSerializer$
- instanceForJournalTest() - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventMetadata$
-
For a journal supporting Replicated Event Sourcing needing to add test coverage, use this instance as metadata and defer to the built in serializer for serialization format
- instanceForSnapshotStoreTest() - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata$
-
For a snapshot store supporting Replicated Event Sourcing needing to add test coverage, use this instance as metadata and defer to the built in serializer for serialization format
- instantiateAdapter(String, ExtendedActorSystem) - Static method in class org.apache.pekko.persistence.journal.EventAdapters
- instantiateAdapter(String, ExtendedActorSystem) - Method in class org.apache.pekko.persistence.journal.EventAdapters$
- INSTRUCTION_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- Integer - org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Integer = 3; - Integer_VALUE - Static variable in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Integer = 3; - INTELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- INTELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- INTELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- intercept(Supplier<BehaviorInterceptor<O, I>>, Behavior<I>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Intercept messages and signals for a
behaviorby first passing them to apekko.actor.typed.BehaviorInterceptor - intercept(Supplier<BehaviorInterceptor<O, I>>, Behavior<I>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Intercept messages and signals for a
behaviorby first passing them to apekko.actor.typed.BehaviorInterceptor - intercept(Supplier<T>) - Method in class org.apache.pekko.testkit.javadsl.EventFilter
- intercept(Function0<BehaviorInterceptor<O, I>>, Behavior<I>) - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
-
Intercept messages and signals for a
behaviorby first passing them to apekko.actor.typed.BehaviorInterceptor - intercept(Function0<BehaviorInterceptor<O, I>>, Behavior<I>) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
-
Intercept messages and signals for a
behaviorby first passing them to apekko.actor.typed.BehaviorInterceptor - intercept(Function0<BehaviorInterceptor<O, I>>, Behavior<I>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Intercept messages and signals for a
behaviorby first passing them to apekko.actor.typed.BehaviorInterceptor - intercept(Function0<BehaviorInterceptor<O, I>>, Behavior<I>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Intercept messages and signals for a
behaviorby first passing them to apekko.actor.typed.BehaviorInterceptor - intercept(Function0<T>, ActorSystem) - Method in class org.apache.pekko.testkit.EventFilter
-
Apply this filter while executing the given code block.
- intercept(Function0<T>, ActorSystem<?>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Deprecated.Use expect instead. Since Akka 2.6.0.
- interceptAssociate(Address, Promise<AssociationHandle>) - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- interceptAssociate(Address, Promise<AssociationHandle>) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter
-
Deprecated.
- interceptListen(Address, Future<Transport.AssociationEventListener>) - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- interceptListen(Address, Future<Transport.AssociationEventListener>) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter
-
Deprecated.
- interceptMessageClass() - Method in class org.apache.pekko.actor.typed.BehaviorInterceptor
- InterceptorImpl$ - Class in org.apache.pekko.actor.typed.internal
-
Provides the impl of any behavior that could nest another behavior
- InterceptorImpl$() - Constructor for class org.apache.pekko.actor.typed.internal.InterceptorImpl$
- interceptTestMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LogCapturingExtension
- interfaces() - Method in class org.apache.pekko.actor.TypedProps
- interleave(Graph<SourceShape<Out>, ?>, int) - Method in class org.apache.pekko.stream.javadsl.Flow
- interleave(Graph<SourceShape<Out>, ?>, int) - Method in class org.apache.pekko.stream.javadsl.Source
- interleave(Graph<SourceShape<Out>, ?>, int) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- interleave(Graph<SourceShape<Out>, ?>, int) - Method in class org.apache.pekko.stream.javadsl.SubSource
- interleave(Graph<SourceShape<Out>, ?>, int, boolean) - Method in class org.apache.pekko.stream.javadsl.Flow
- interleave(Graph<SourceShape<Out>, ?>, int, boolean) - Method in class org.apache.pekko.stream.javadsl.Source
- interleave(Graph<SourceShape<U>, ?>, int) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- interleave(Graph<SourceShape<U>, ?>, int, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- Interleave - Class in org.apache.pekko.stream.javadsl
- Interleave<T> - Class in org.apache.pekko.stream.scaladsl
-
Interleave represents deterministic merge which takes N elements per input stream, in-order of inputs, emits them downstream and then cycles/"wraps-around" the inputs.
- Interleave() - Constructor for class org.apache.pekko.stream.javadsl.Interleave
- Interleave(int, int, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.Interleave
- Interleave$ - Class in org.apache.pekko.stream.javadsl
- Interleave$ - Class in org.apache.pekko.stream.scaladsl
- Interleave$() - Constructor for class org.apache.pekko.stream.javadsl.Interleave$
- Interleave$() - Constructor for class org.apache.pekko.stream.scaladsl.Interleave$
- interleaveAll(List<? extends Graph<SourceShape<Out>, ?>>, int, boolean) - Method in class org.apache.pekko.stream.javadsl.Flow
- interleaveAll(List<? extends Graph<SourceShape<Out>, ?>>, int, boolean) - Method in class org.apache.pekko.stream.javadsl.Source
- interleaveAll(List<? extends Graph<SourceShape<Out>, ?>>, int, boolean) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- interleaveAll(List<? extends Graph<SourceShape<Out>, ?>>, int, boolean) - Method in class org.apache.pekko.stream.javadsl.SubSource
- interleaveAll(Seq<Graph<SourceShape<U>, ?>>, int, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- interleaveGraph(Graph<SourceShape<U>, M>, int, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- interleaveGraph$default$3() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- interleaveMat(Graph<SourceShape<Out>, M>, int, boolean, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- interleaveMat(Graph<SourceShape<Out>, M>, int, boolean, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
- interleaveMat(Graph<SourceShape<Out>, M>, int, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- interleaveMat(Graph<SourceShape<Out>, M>, int, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
- interleaveMat(Graph<SourceShape<U>, Mat2>, int, boolean, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- interleaveMat(Graph<SourceShape<U>, Mat2>, int, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- internal() - Constructor for class org.apache.pekko.persistence.PersistenceSettings.internal
- internal(Throwable) - Method in class org.apache.pekko.dispatch.japi.RecoverBridge
-
Deprecated.
- internal(Throwable) - Method in class org.apache.pekko.dispatch.OnFailure
- internal(Throwable) - Method in class org.apache.pekko.dispatch.Recover
- internal(Try<T>) - Method in class org.apache.pekko.dispatch.OnComplete
- internal(T) - Method in class org.apache.pekko.dispatch.Foreach
- internal(T) - Method in class org.apache.pekko.dispatch.japi.BooleanFunctionBridge
-
Deprecated.
- internal(T) - Method in class org.apache.pekko.dispatch.japi.CallbackBridge
-
Deprecated.
- internal(T) - Method in class org.apache.pekko.dispatch.japi.UnitFunctionBridge
-
Deprecated.
- internal(T) - Method in class org.apache.pekko.dispatch.OnSuccess
- internal$() - Constructor for class org.apache.pekko.persistence.PersistenceSettings.internal$
- Internal$() - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Internal$
-
Deprecated.
- Internal$() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$
-
Deprecated.
- Internal$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$
- Internal$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$
- Internal$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$
- Internal$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$
- Internal$() - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$
- InternalActorRef$ - Class in org.apache.pekko.actor
-
INTERNAL API
- InternalActorRef$() - Constructor for class org.apache.pekko.actor.InternalActorRef$
- InternalApi - Annotation Type in org.apache.pekko.annotation
-
Marks APIs that are considered internal to Apache Pekko and may change at any point in time without any warning.
- internalAsk$extension(AskableActorRef, Object, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.AskableActorRef
-
INTERNAL API: for binary compatibility
- internalAsk$extension(AskableActorRef, Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorRef$
-
INTERNAL API: for binary compatibility
- internalAsk$extension(AskableActorSelection, Object, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.AskableActorSelection
- internalAsk$extension(AskableActorSelection, Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorSelection$
- internalAsk$extension(ExplicitlyAskableActorRef, Function1<ActorRef, Object>, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef
- internalAsk$extension(ExplicitlyAskableActorRef, Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorRef$
- internalAsk$extension(ExplicitlyAskableActorSelection, Function1<ActorRef, Object>, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection
- internalAsk$extension(ExplicitlyAskableActorSelection, Function1<ActorRef, Object>, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection$
- internalAskTimeout() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings
- internalAskTimeout() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- internalAskWithStatus$default$3$extension(AskableActorRef, Object) - Static method in class org.apache.pekko.pattern.AskableActorRef
- internalAskWithStatus$default$3$extension(AskableActorRef, Object) - Method in class org.apache.pekko.pattern.AskableActorRef$
- internalAskWithStatus$extension(AskableActorRef, Object, Timeout, ActorRef) - Static method in class org.apache.pekko.pattern.AskableActorRef
-
INTERNAL API
- internalAskWithStatus$extension(AskableActorRef, Object, Timeout, ActorRef) - Method in class org.apache.pekko.pattern.AskableActorRef$
-
INTERNAL API
- InternalClusterAction - Class in org.apache.pekko.cluster
-
INTERNAL API
- InternalClusterAction() - Constructor for class org.apache.pekko.cluster.InternalClusterAction
- InternalClusterAction.AddOnMemberRemovedListener - Class in org.apache.pekko.cluster
- InternalClusterAction.AddOnMemberRemovedListener$ - Class in org.apache.pekko.cluster
- InternalClusterAction.AddOnMemberUpListener - Class in org.apache.pekko.cluster
-
Command to
pekko.cluster.ClusterDaemonto create apekko.cluster.OnMemberStatusChangedListener. - InternalClusterAction.AddOnMemberUpListener$ - Class in org.apache.pekko.cluster
- InternalClusterAction.CompatibleConfig - Class in org.apache.pekko.cluster
- InternalClusterAction.CompatibleConfig$ - Class in org.apache.pekko.cluster
- InternalClusterAction.ConfigCheck - Interface in org.apache.pekko.cluster
- InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$ - Class in org.apache.pekko.cluster
-
Node with version 2.5.9 or earlier is joining.
- InternalClusterAction.ExitingCompleted$ - Class in org.apache.pekko.cluster
- InternalClusterAction.ExitingConfirmed - Class in org.apache.pekko.cluster
- InternalClusterAction.ExitingConfirmed$ - Class in org.apache.pekko.cluster
- InternalClusterAction.GetClusterCoreRef$ - Class in org.apache.pekko.cluster
- InternalClusterAction.GossipSpeedupTick$ - Class in org.apache.pekko.cluster
- InternalClusterAction.GossipTick$ - Class in org.apache.pekko.cluster
- InternalClusterAction.IncompatibleConfig$ - Class in org.apache.pekko.cluster
- InternalClusterAction.InitJoin - Class in org.apache.pekko.cluster
-
see JoinSeedNode
- InternalClusterAction.InitJoin$ - Class in org.apache.pekko.cluster
- InternalClusterAction.InitJoinAck - Class in org.apache.pekko.cluster
-
see JoinSeedNode
- InternalClusterAction.InitJoinAck$ - Class in org.apache.pekko.cluster
- InternalClusterAction.InitJoinNack - Class in org.apache.pekko.cluster
-
see JoinSeedNode
- InternalClusterAction.InitJoinNack$ - Class in org.apache.pekko.cluster
- InternalClusterAction.Join - Class in org.apache.pekko.cluster
-
Command to join the cluster.
- InternalClusterAction.Join$ - Class in org.apache.pekko.cluster
- InternalClusterAction.JoinSeedNode$ - Class in org.apache.pekko.cluster
-
Start message of the process to join one of the seed nodes.
- InternalClusterAction.JoinSeedNodes - Class in org.apache.pekko.cluster
-
Command to initiate the process to join the specified seed nodes.
- InternalClusterAction.JoinSeedNodes$ - Class in org.apache.pekko.cluster
- InternalClusterAction.LeaderActionsTick$ - Class in org.apache.pekko.cluster
- InternalClusterAction.PublishChanges - Class in org.apache.pekko.cluster
- InternalClusterAction.PublishChanges$ - Class in org.apache.pekko.cluster
- InternalClusterAction.PublishEvent - Class in org.apache.pekko.cluster
- InternalClusterAction.PublishEvent$ - Class in org.apache.pekko.cluster
- InternalClusterAction.PublishMessage - Interface in org.apache.pekko.cluster
- InternalClusterAction.PublishStatsTick$ - Class in org.apache.pekko.cluster
- InternalClusterAction.ReapUnreachableTick$ - Class in org.apache.pekko.cluster
- InternalClusterAction.SendCurrentClusterState - Class in org.apache.pekko.cluster
-
param: receiver
pekko.cluster.ClusterEvent.CurrentClusterStatewill be sent to thereceiver - InternalClusterAction.SendCurrentClusterState$ - Class in org.apache.pekko.cluster
- InternalClusterAction.SendGossipTo - Class in org.apache.pekko.cluster
- InternalClusterAction.SendGossipTo$ - Class in org.apache.pekko.cluster
- InternalClusterAction.Subscribe - Class in org.apache.pekko.cluster
- InternalClusterAction.Subscribe$ - Class in org.apache.pekko.cluster
- InternalClusterAction.SubscriptionMessage - Interface in org.apache.pekko.cluster
- InternalClusterAction.Tick - Interface in org.apache.pekko.cluster
-
Marker interface for periodic tick messages
- InternalClusterAction.UncheckedConfig$ - Class in org.apache.pekko.cluster
- InternalClusterAction.Unsubscribe - Class in org.apache.pekko.cluster
- InternalClusterAction.Unsubscribe$ - Class in org.apache.pekko.cluster
- InternalClusterAction.Welcome - Class in org.apache.pekko.cluster
-
Reply to Join
- InternalClusterAction.Welcome$ - Class in org.apache.pekko.cluster
- InternalClusterAction$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- InternalClusterAction$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction$
- internalConcat(Graph<SourceShape<U>, Mat2>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- internalConcatAll(Graph<SourceShape<U>, ?>[], boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- internalDefer(A, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Internal API
- internalDeferAsync(A, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Internal API
- internalDelete(ActorContext<InternalProtocol>, Object, Running.RunningState<S>) - Method in interface org.apache.pekko.persistence.typed.state.internal.DurableStateStoreInteractions
- internalDeleteEvents(long, long) - Method in interface org.apache.pekko.persistence.typed.internal.JournalInteractions
-
On
pekko.persistence.SaveSnapshotSuccess, ifSnapshotCountRetentionCriteria.deleteEventsOnSnapshotis enabled, old messages are deleted based onSnapshotCountRetentionCriteria.snapshotEveryNEventsbefore old snapshots are deleted. - internalDeleteMessagesBeforeSnapshot(SaveSnapshotSuccess, int, int) - Method in interface org.apache.pekko.persistence.Eventsourced
-
INTERNAL API.
- internalDeleteSnapshots(long, long) - Method in interface org.apache.pekko.persistence.typed.internal.SnapshotInteractions
-
Deletes the snapshots up to and including the `sequenceNr`.
- internalDeliver(ActorPath, Function1<Object, Object>) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- internalDeliver(ActorSelection, Function1<Object, Object>) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- InternalDispatcherId() - Static method in class org.apache.pekko.actor.typed.Dispatchers
-
INTERNAL API
- InternalDispatcherId() - Method in class org.apache.pekko.actor.typed.Dispatchers$
-
INTERNAL API
- internalExpectMsgAllClassOf(FiniteDuration, Seq<Class<? extends T>>) - Method in interface org.apache.pekko.testkit.TestKitBase
- internalExpectMsgAllConformingOf(FiniteDuration, Seq<Class<? extends T>>) - Method in interface org.apache.pekko.testkit.TestKitBase
- internalGet(ActorContext<InternalProtocol>) - Method in interface org.apache.pekko.persistence.typed.state.internal.DurableStateStoreInteractions
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.Option
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.AddressData
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.DeployData
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.PropsData
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- internalGetFieldAccessorTable() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- internalGetValueMap() - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
- internalGetValueMap() - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
- internalGetValueMap() - Static method in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
- internalGetValueMap() - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
- internalGetValueMap() - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
- internalGetValueMap() - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
- internalGetValueMap() - Static method in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
- internalGetValueMap() - Static method in enum org.apache.pekko.remote.ContainerFormats.PatternType
- internalGetValueMap() - Static method in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
- internalGetValueMap() - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
- internalGetValueMap() - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
- internalGetValueMap() - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
- internalGetValueMap() - Static method in enum org.apache.pekko.remote.WireFormats.CommandType
- internalGetValueMap() - Static method in enum org.apache.pekko.remote.WireFormats.TimeUnit
- InternalMessage - Interface in org.apache.pekko.actor.typed.internal
-
A marker trait for internal messages.
- internalMessageAdapter(Class<U>, Function1<U, T>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- internalPersist(A, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Internal API
- internalPersist(ActorContext<?>, Object, Running.RunningState<S>, Object, String, <any>) - Method in interface org.apache.pekko.persistence.typed.internal.JournalInteractions
- internalPersistAll(ActorContext<?>, Object, Running.RunningState<S>, Seq<JournalInteractions.EventToPersist>) - Method in interface org.apache.pekko.persistence.typed.internal.JournalInteractions
- internalPersistAll(Seq<A>, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Internal API
- internalPersistAllAsync(Seq<A>, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Internal API
- internalPersistAsync(A, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Internal API
- InternalProtocol - Interface in org.apache.pekko.persistence.typed.internal
-
Protocol used internally by the eventsourced behaviors.
- InternalProtocol - Interface in org.apache.pekko.persistence.typed.state.internal
-
Protocol used internally by the DurableStateBehavior.
- InternalProtocol.DeleteFailure - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.DeleteFailure$ - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.DeleteSuccess$ - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.GetFailure - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.GetFailure$ - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.GetSuccess<S> - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.GetSuccess$ - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.IncomingCommand<C> - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.IncomingCommand<C> - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.IncomingCommand$ - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.IncomingCommand$ - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.JournalResponse - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.JournalResponse$ - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.RecoveryPermitGranted$ - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.RecoveryPermitGranted$ - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.RecoveryTickEvent - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.RecoveryTickEvent$ - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.RecoveryTimeout$ - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.ReplicatedEventEnvelope<E> - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.ReplicatedEventEnvelope$ - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.SnapshotterResponse - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.SnapshotterResponse$ - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol.UpsertFailure - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.UpsertFailure$ - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol.UpsertSuccess$ - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol$ - Class in org.apache.pekko.persistence.typed.internal
- InternalProtocol$ - Class in org.apache.pekko.persistence.typed.state.internal
- InternalProtocol$() - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol$
- InternalProtocol$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol$
- internalReceiveAll() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox
- internalReceiveAll() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestInbox
- InternalRecipientRef<T> - Interface in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- InternalReprSupport<R> - Interface in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- internalSaveSnapshot(Running.RunningState<S>) - Method in interface org.apache.pekko.persistence.typed.internal.SnapshotInteractions
- internalSpawnMessageAdapter(Function1<U, T>, String) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
-
INTERNAL API: Needed to make Scala 2.12 compiler happy if spawnMessageAdapter is overloaded for scaladsl/javadsl.
- InternalStableApi - Annotation Type in org.apache.pekko.annotation
-
Marks APIs that are considered internal to Apache Pekko and should not be accessed by user code but that are used across Apache Pekko project boundaries and therefore shouldn't be changed without considering possible usage outside of the Apache Pekko core modules.
- internalStashOverflowStrategy() - Method in interface org.apache.pekko.persistence.PersistenceStash
-
The returned
pekko.persistence.StashOverflowStrategyobject determines how to handle the message failed to stash when the internal Stash capacity exceeded. - internalSystem() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- internalUpsert(ActorContext<InternalProtocol>, Object, Running.RunningState<S>, Object) - Method in interface org.apache.pekko.persistence.typed.state.internal.DurableStateStoreInteractions
- InterpreterSnapshot - Interface in org.apache.pekko.stream.snapshot
-
A snapshot of one interpreter - contains a set of logics running in the same underlying actor.
- interpretMessage(Behavior<T>, TypedActorContext<T>, T) - Static method in class org.apache.pekko.actor.typed.Behavior
-
Execute the behavior with the given message.
- interpretMessage(Behavior<T>, TypedActorContext<T>, T) - Method in class org.apache.pekko.actor.typed.Behavior$
-
Execute the behavior with the given message.
- interpretSignal(Behavior<T>, TypedActorContext<T>, Signal) - Static method in class org.apache.pekko.actor.typed.Behavior
-
Execute the behavior with the given signal.
- interpretSignal(Behavior<T>, TypedActorContext<T>, Signal) - Method in class org.apache.pekko.actor.typed.Behavior$
-
Execute the behavior with the given signal.
- intersperse(Out) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Intersperses stream with provided element, similar to how
scala.collection.immutable.List.mkStringinjects a separator between a List's elements. - intersperse(Out) - Method in class org.apache.pekko.stream.javadsl.Source
-
Intersperses stream with provided element, similar to how
scala.collection.immutable.List.mkStringinjects a separator between a List's elements. - intersperse(Out) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Intersperses stream with provided element, similar to how
scala.collection.immutable.List.mkStringinjects a separator between a List's elements. - intersperse(Out) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Intersperses stream with provided element, similar to how
scala.collection.immutable.List.mkStringinjects a separator between a List's elements. - intersperse(Out, Out, Out) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Intersperses stream with provided element, similar to how
scala.collection.immutable.List.mkStringinjects a separator between a List's elements. - intersperse(Out, Out, Out) - Method in class org.apache.pekko.stream.javadsl.Source
-
Intersperses stream with provided element, similar to how
scala.collection.immutable.List.mkStringinjects a separator between a List's elements. - intersperse(Out, Out, Out) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Intersperses stream with provided element, similar to how
scala.collection.immutable.List.mkStringinjects a separator between a List's elements. - intersperse(Out, Out, Out) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Intersperses stream with provided element, similar to how
scala.collection.immutable.List.mkStringinjects a separator between a List's elements. - intersperse(T) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Intersperses stream with provided element, similar to how
scala.collection.immutable.List.mkStringinjects a separator between a List's elements. - intersperse(T, T, T) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Intersperses stream with provided element, similar to how
scala.collection.immutable.List.mkStringinjects a separator between a List's elements. - interval() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- interval() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- interval() - Method in class org.apache.pekko.routing.TailChoppingGroup
- interval() - Method in class org.apache.pekko.routing.TailChoppingPool
- interval() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- INTERVAL_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- intervalPassed() - Static method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy
- intervalPassed() - Method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy$
- INTKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- INTKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- INTKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- INTKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- INTKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- IntSerializer - Class in org.apache.pekko.remote.serialization
-
Deprecated.Moved to org.apache.pekko.serialization.IntSerializer in pekko-actor. Since Akka 2.6.0.
- IntSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.serialization.IntSerializer
-
Deprecated.
- Invalid - Class in org.apache.pekko.cluster
- Invalid(Seq<String>) - Constructor for class org.apache.pekko.cluster.Invalid
- Invalid$ - Class in org.apache.pekko.cluster
- Invalid$() - Constructor for class org.apache.pekko.cluster.Invalid$
- InvalidActorNameException - Exception in org.apache.pekko.actor
-
An InvalidActorNameException is thrown when you try to convert something, usually a String, to an Actor name which doesn't validate.
- InvalidActorNameException(String) - Constructor for exception org.apache.pekko.actor.InvalidActorNameException
- InvalidActorNameException$ - Class in org.apache.pekko.actor
- InvalidActorNameException$() - Constructor for class org.apache.pekko.actor.InvalidActorNameException$
- InvalidAssociation$ - Class in org.apache.pekko.remote
- InvalidAssociation$() - Constructor for class org.apache.pekko.remote.InvalidAssociation$
- InvalidAssociationException(String, Throwable) - Constructor for exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- InvalidAssociationException$() - Constructor for class org.apache.pekko.remote.transport.Transport.InvalidAssociationException$
-
Deprecated.
- invalidConfigKeyChars() - Static method in class org.apache.pekko.routing.BalancingPoolDeploy
- invalidConfigKeyChars() - Method in class org.apache.pekko.routing.BalancingPoolDeploy$
- InvalidHostRegex() - Static method in class org.apache.pekko.actor.Address
- InvalidHostRegex() - Method in class org.apache.pekko.actor.Address$
- InvalidMessageException - Exception in org.apache.pekko.actor
-
InvalidMessageException is thrown when an invalid message is sent to an Actor; Currently only
nullis an invalid message. - InvalidMessageException$ - Class in org.apache.pekko.actor
- InvalidMessageException$() - Constructor for class org.apache.pekko.actor.InvalidMessageException$
- InvalidPartnerActorException - Exception in org.apache.pekko.stream
-
Stream refs establish a connection between a local and remote actor, representing the origin and remote sides of a stream.
- InvalidPartnerActorException(ActorRef, ActorRef, String) - Constructor for exception org.apache.pekko.stream.InvalidPartnerActorException
- InvalidPartnerActorException$ - Class in org.apache.pekko.stream
- InvalidPartnerActorException$() - Constructor for class org.apache.pekko.stream.InvalidPartnerActorException$
- invalidPathEntry() - Method in class org.apache.pekko.dispatch.CachingConfig$
- InvalidSequenceNumberException - Exception in org.apache.pekko.stream
- InvalidSequenceNumberException(long, long, String) - Constructor for exception org.apache.pekko.stream.InvalidSequenceNumberException
- InvalidSequenceNumberException$ - Class in org.apache.pekko.stream
- InvalidSequenceNumberException$() - Constructor for class org.apache.pekko.stream.InvalidSequenceNumberException$
- invoke(Function0<Future<T>>) - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Abstract entry point for all states
- invoke(Function0<Future<T>>, Function1<Try<T>, Object>) - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Abstract entry point for all states
- invoke(T) - Method in interface org.apache.pekko.stream.stage.AsyncCallback
-
Dispatch an asynchronous notification.
- invokeAll(Collection<? extends Callable<T>>) - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- invokeAny(Collection<? extends Callable<T>>) - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.persistence.PluginSpec
- invokeWithFeedback(T) - Method in interface org.apache.pekko.stream.stage.AsyncCallback
-
Dispatch an asynchronous notification.
- IO - Class in org.apache.pekko.io
-
Entry point to Akka’s IO layer.
- IO() - Constructor for class org.apache.pekko.io.IO
- IO.Extension - Interface in org.apache.pekko.io
- IO$ - Class in org.apache.pekko.io
-
Entry point to Akka’s IO layer.
- IO$() - Constructor for class org.apache.pekko.io.IO$
- IODispatcher() - Static method in class org.apache.pekko.stream.ActorAttributes
- IODispatcher() - Method in class org.apache.pekko.stream.ActorAttributes$
- IOOperationIncompleteException - Exception in org.apache.pekko.stream
-
This exception signals that a stream has been completed or has an error while there was still IO operations in progress
- IOOperationIncompleteException(long, Throwable) - Constructor for exception org.apache.pekko.stream.IOOperationIncompleteException
- IOOperationIncompleteException(String, long, Throwable) - Constructor for exception org.apache.pekko.stream.IOOperationIncompleteException
- ioResult() - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- IOResult - Class in org.apache.pekko.stream
-
Holds a result of an IO operation.
- IOResult(long, Try<Done>) - Constructor for class org.apache.pekko.stream.IOResult
- IOResult$ - Class in org.apache.pekko.stream
- IOResult$() - Constructor for class org.apache.pekko.stream.IOResult$
- ioSettings() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
- IOSettings - Class in org.apache.pekko.stream
- IOSettings(int) - Constructor for class org.apache.pekko.stream.IOSettings
-
Deprecated.Use attribute 'TcpAttributes.TcpWriteBufferSize' to read the concrete setting value. Since Akka 2.6.0.
- IOSettings$ - Class in org.apache.pekko.stream
- IOSettings$() - Constructor for class org.apache.pekko.stream.IOSettings$
- ip() - Method in class org.apache.pekko.io.dns.AAAARecord
- ip() - Method in class org.apache.pekko.io.dns.ARecord
- Ip(boolean, boolean) - Constructor for class org.apache.pekko.io.dns.DnsProtocol.Ip
- Ip$() - Constructor for class org.apache.pekko.io.dns.DnsProtocol.Ip$
- ipRequestType() - Static method in class org.apache.pekko.io.dns.DnsProtocol
-
Java API
- ipRequestType() - Method in class org.apache.pekko.io.dns.DnsProtocol$
-
Java API
- ipRequestType(boolean, boolean) - Static method in class org.apache.pekko.io.dns.DnsProtocol
-
Java API
- ipRequestType(boolean, boolean) - Method in class org.apache.pekko.io.dns.DnsProtocol$
-
Java API
- ipv4() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- ipv4() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- ipv6() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- ipv6() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- IpVersionSelector - Class in org.apache.pekko.io
-
INTERNAL API
- IpVersionSelector() - Constructor for class org.apache.pekko.io.IpVersionSelector
- IpVersionSelector$ - Class in org.apache.pekko.io
-
INTERNAL API
- IpVersionSelector$() - Constructor for class org.apache.pekko.io.IpVersionSelector$
- IQUERY() - Static method in class org.apache.pekko.io.dns.internal.OpCode
- IQUERY() - Method in class org.apache.pekko.io.dns.internal.OpCode$
- isAborted() - Method in class org.apache.pekko.io.Tcp.Aborted$
- isAborted() - Method in interface org.apache.pekko.io.Tcp.ConnectionClosed
-
trueiff the connection has been closed in response to anAbortcommand. - isActive(String) - Static method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities
- isActive(String) - Method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities$
- isAfter(LwwTime) - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
-
Compare this
LwwTimewith theother. - isAlive() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Is the current behavior alive or stopped
- isAlive() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Is the current behavior alive or stopped
- isAlive(Behavior<T>) - Static method in class org.apache.pekko.actor.typed.Behavior
-
Returns true if the given behavior is not stopped.
- isAlive(Behavior<T>) - Method in class org.apache.pekko.actor.typed.Behavior$
-
Returns true if the given behavior is not stopped.
- isAncestorOf(org.apache.pekko.cluster.ddata.ReplicatedData.T) - Method in interface org.apache.pekko.cluster.ddata.FastMerge
-
INTERNAL API: should be used from merge
- isAnswer$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- isAuthoritativeAnswer$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- isAvailable() - Method in interface org.apache.pekko.cluster.ClusterNodeMBean
-
Returns true if the node is not unreachable and not
Downand notRemoved. - isAvailable() - Method in class org.apache.pekko.remote.DeadlineFailureDetector
- isAvailable() - Method in interface org.apache.pekko.remote.FailureDetector
-
Returns true if the resource is considered to be up and healthy and returns false otherwise.
- isAvailable() - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
- isAvailable() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- isAvailable() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet
-
Returns
trueif this output port can be pushed. - isAvailable(A) - Method in class org.apache.pekko.remote.DefaultFailureDetectorRegistry
- isAvailable(A) - Method in interface org.apache.pekko.remote.FailureDetectorRegistry
-
Returns true if the resource is considered to be up and healthy and returns false otherwise.
- isAvailable(Member) - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- isAvailable(Inlet<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Indicates whether there is an element waiting at the given input port.
- isAvailable(Outlet<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Return true if the given output port is ready to be pushed.
- isBatchable() - Method in interface org.apache.pekko.dispatch.Batchable
- isBatchable() - Method in class org.apache.pekko.dispatch.TaskInvocation
- isBatchable(Runnable) - Static method in class org.apache.pekko.dispatch.internal.ScalaBatchable
- isBatchable(Runnable) - Method in class org.apache.pekko.dispatch.internal.ScalaBatchable$
- isCancelled() - Method in interface org.apache.pekko.actor.Cancellable
-
Returns true if and only if this Cancellable has been successfully cancelled
- isCancelled() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler.TaskHolder
- isCancelled() - Method in class org.apache.pekko.actor.Scheduler.AtomicCancellable
- isClosed() - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Return true if the internal state is Closed.
- isClosed() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- isClosed() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet
-
Returns
trueif this output port is closed, but caution THIS WORKS DIFFERENTLY THAN THE NORMAL isClosed(out). - isClosed(Inlet<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Indicates whether the port has been closed.
- isClosed(Outlet<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Indicates whether the port has been closed.
- isCompact() - Method in class org.apache.pekko.util.ByteString.ByteString1
- isCompact() - Method in class org.apache.pekko.util.ByteString.ByteStrings
- isCompact() - Method in class org.apache.pekko.util.ByteString
-
Check whether this ByteString is compact in memory.
- isCompact() - Method in class org.apache.pekko.util.CompactByteString
- isCompactionEnabled(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement
- isCompactionRequired(String, long) - Method in interface org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement
- isCompleted() - Method in interface org.apache.pekko.stream.BoundedSourceQueue
-
Returns true if the stream has been completed, either normally or with failure.
- isConfirmed() - Method in class org.apache.pekko.io.Tcp.ConfirmedClosed$
- isConfirmed() - Method in interface org.apache.pekko.io.Tcp.ConnectionClosed
-
trueiff the connection has been fully closed in response to aConfirmedClosecommand. - isDbInitialized() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- isDebugEnabled() - Method in class com.typesafe.sslconfig.pekko.util.PekkoLoggerBridge
- isDebugEnabled() - Method in class org.apache.pekko.event.BusLogging
- isDebugEnabled() - Method in interface org.apache.pekko.event.LoggingAdapter
- isDebugEnabled() - Static method in class org.apache.pekko.event.NoLogging
- isDebugEnabled() - Method in class org.apache.pekko.event.NoLogging$
- isDebugEnabled() - Static method in class org.apache.pekko.event.NoMarkerLogging
- isDebugEnabled() - Method in class org.apache.pekko.event.NoMarkerLogging$
- isDebugEnabled(Class<?>, String) - Method in class org.apache.pekko.event.DefaultLoggingFilter
- isDebugEnabled(Class<?>, String) - Method in class org.apache.pekko.event.jul.JavaLoggingFilter
-
Deprecated.
- isDebugEnabled(Class<?>, String) - Method in interface org.apache.pekko.event.LoggingFilter
- isDebugEnabled(Class<?>, String) - Method in class org.apache.pekko.event.LoggingFilterWithMarkerWrapper
- isDebugEnabled(Class<?>, String) - Method in class org.apache.pekko.event.slf4j.Slf4jLoggingFilter
- isDebugEnabled(Class<?>, String, LogMarker) - Method in interface org.apache.pekko.event.LoggingFilterWithMarker
- isDebugEnabled(Class<?>, String, LogMarker) - Method in class org.apache.pekko.event.slf4j.Slf4jLoggingFilter
- isDebugEnabled(LogMarker) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
- isDeferred(Behavior<T>) - Static method in class org.apache.pekko.actor.typed.Behavior
-
Returns true if the given behavior is deferred.
- isDeferred(Behavior<T>) - Method in class org.apache.pekko.actor.typed.Behavior$
-
Returns true if the given behavior is deferred.
- isDefined() - Method in class org.apache.pekko.japi.Option
- isDefined$extension(OptionVal<A>) - Method in class org.apache.pekko.util.OptionVal$
-
Returns true if the option is
OptionVal.None, false otherwise. - isDefinedAt(A) - Method in class org.apache.pekko.japi.JavaPartialFunction
- isDefinedAt(From) - Method in class org.apache.pekko.util.Collections.PartialImmutableValuesIterable
- isDefinedAt(Object) - Method in class org.apache.pekko.actor.Actor.emptyBehavior$
- isDefinedAt(Object) - Method in class org.apache.pekko.actor.Actor.ignoringBehavior$
- isDefinedAt(Object) - Method in class org.apache.pekko.actor.FSM.NullFunction$
- isDefinedAt(Object) - Method in class org.apache.pekko.event.LoggingReceive
- isDefinedAt(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.NullFunction$
-
Deprecated.
- isDefinedAt(Object) - Method in class org.apache.pekko.routing.ConsistentHashingRouter.emptyConsistentHashMapping$
- isDefinedAt(Throwable) - Method in class org.apache.pekko.dispatch.japi.RecoverBridge
-
Deprecated.
- isDefinedAt(ChildStats) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.ChildrenIterable
- isDefinedAt(ChildStats) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.ChildRestartsIterable
- isDefinedAt(T) - Method in class org.apache.pekko.dispatch.japi.CallbackBridge
-
Deprecated.
- isDeletionKey(Key) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- isDurable(String) - Method in class org.apache.pekko.cluster.ddata.Replicator
- isEmpty() - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
Check if the message buffer is empty.
- isEmpty() - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
Check if the message buffer is empty.
- isEmpty() - Method in class org.apache.pekko.cluster.ddata.GSet
- isEmpty() - Method in class org.apache.pekko.cluster.ddata.LWWMap
- isEmpty() - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- isEmpty() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- isEmpty() - Method in class org.apache.pekko.cluster.ddata.ORMap
- isEmpty() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- isEmpty() - Method in class org.apache.pekko.cluster.ddata.ORSet
- isEmpty() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- isEmpty() - Method in class org.apache.pekko.cluster.ddata.VersionVector
- isEmpty() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- isEmpty() - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue
- isEmpty() - Method in class org.apache.pekko.dispatch.AbstractNodeQueue
-
Query the queue whether it is empty right now.
- isEmpty() - Method in class org.apache.pekko.japi.Option
- isEmpty() - Method in class org.apache.pekko.japi.Option.Some
- isEmpty() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
- isEmpty() - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- isEmpty() - Method in interface org.apache.pekko.persistence.typed.EventSeq
- isEmpty() - Method in class org.apache.pekko.routing.ConsistentHash
-
Is the node ring empty, i.e.
- isEmpty() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- isEmpty() - Method in class org.apache.pekko.util.ByteString
- isEmpty() - Method in class org.apache.pekko.util.ByteStringBuilder
-
Tests whether this ByteStringBuilder is empty.
- isEmpty() - Method in class org.apache.pekko.util.Index
- isEmpty() - Method in class org.apache.pekko.util.MessageBuffer
-
Check if the message buffer is empty.
- isEmpty() - Method in class org.apache.pekko.util.MessageBufferMap
-
Check if the buffer map is empty.
- isEmpty$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
- isEmpty$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList$
- isEmpty$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- isEmpty$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
- isEmpty$extension(OptionVal<A>) - Method in class org.apache.pekko.util.OptionVal$
-
Returns true if the option is
OptionVal.None, false otherwise. - isEnabled(Logging.LogLevel) - Method in interface org.apache.pekko.event.LoggingAdapter
- isEnabled(Logging.LogLevel) - Static method in class org.apache.pekko.event.NoLogging
- isEnabled(Logging.LogLevel) - Static method in class org.apache.pekko.event.NoMarkerLogging
- isEnabled$extension(ByteFlag, byte) - Method in class org.apache.pekko.remote.artery.ByteFlag$
- isEnqueued() - Method in class org.apache.pekko.stream.QueueOfferResult.Dropped$
- isEnqueued() - Method in class org.apache.pekko.stream.QueueOfferResult.Enqueued$
- isEnqueued() - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- isEnqueued() - Method in class org.apache.pekko.stream.QueueOfferResult
-
Return ture if the element was already enqueued, otherwise false.
- isEnqueued() - Method in class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
- isEqual(K, K) - Method in interface org.apache.pekko.util.Subclassification
-
True if and only if x and y are of the same class.
- isError() - Method in class org.apache.pekko.pattern.StatusReply
- isErrorClosed() - Method in interface org.apache.pekko.io.Tcp.ConnectionClosed
-
trueiff the connection has been closed due to an IO error. - isErrorClosed() - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- isErrorEnabled() - Method in class org.apache.pekko.event.BusLogging
- isErrorEnabled() - Method in interface org.apache.pekko.event.LoggingAdapter
- isErrorEnabled() - Static method in class org.apache.pekko.event.NoLogging
- isErrorEnabled() - Method in class org.apache.pekko.event.NoLogging$
- isErrorEnabled() - Static method in class org.apache.pekko.event.NoMarkerLogging
- isErrorEnabled() - Method in class org.apache.pekko.event.NoMarkerLogging$
- isErrorEnabled(Class<?>, String) - Method in class org.apache.pekko.event.DefaultLoggingFilter
- isErrorEnabled(Class<?>, String) - Method in class org.apache.pekko.event.jul.JavaLoggingFilter
-
Deprecated.
- isErrorEnabled(Class<?>, String) - Method in interface org.apache.pekko.event.LoggingFilter
- isErrorEnabled(Class<?>, String) - Method in class org.apache.pekko.event.LoggingFilterWithMarkerWrapper
- isErrorEnabled(Class<?>, String) - Method in class org.apache.pekko.event.slf4j.Slf4jLoggingFilter
- isErrorEnabled(Class<?>, String, LogMarker) - Method in interface org.apache.pekko.event.LoggingFilterWithMarker
- isErrorEnabled(Class<?>, String, LogMarker) - Method in class org.apache.pekko.event.slf4j.Slf4jLoggingFilter
- isErrorEnabled(LogMarker) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
- isFailed() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- isFailedFatally() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- isFatal(Throwable) - Static method in class org.apache.pekko.japi.Throwables
-
Returns true if the provided
Throwableis to be considered fatal, or false if it is to be considered non-fatal - isFatal(Throwable) - Method in class org.apache.pekko.japi.Throwables$
-
Returns true if the provided
Throwableis to be considered fatal, or false if it is to be considered non-fatal - isForKey(ServiceKey<?>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- isForKey(ServiceKey<?>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- isForKey(ServiceKey<?>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- isForKey(ServiceKey<?>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Deregistered
- isForKey(ServiceKey<?>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Listing
- isForKey(ServiceKey<?>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Registered
- isFull() - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
- isFull() - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
- isGZipped(byte[]) - Method in class org.apache.pekko.serialization.jackson.JacksonSerializer$
- isHalfOpen() - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Return true if the internal state is HalfOpen.
- isIgnoreRefPath(String) - Method in class org.apache.pekko.actor.IgnoreActorRef$
-
Check if the passed
otherPathis the same as IgnoreActorRef.path - isIgnoreRefPath(ActorPath) - Method in class org.apache.pekko.actor.IgnoreActorRef$
-
Check if the passed
otherPathis the same as IgnoreActorRef.path - isInbound() - Method in interface org.apache.pekko.remote.AssociationEvent
-
Deprecated.
- isInfoEnabled() - Method in class org.apache.pekko.event.BusLogging
- isInfoEnabled() - Method in interface org.apache.pekko.event.LoggingAdapter
- isInfoEnabled() - Static method in class org.apache.pekko.event.NoLogging
- isInfoEnabled() - Method in class org.apache.pekko.event.NoLogging$
- isInfoEnabled() - Static method in class org.apache.pekko.event.NoMarkerLogging
- isInfoEnabled() - Method in class org.apache.pekko.event.NoMarkerLogging$
- isInfoEnabled(Class<?>, String) - Method in class org.apache.pekko.event.DefaultLoggingFilter
- isInfoEnabled(Class<?>, String) - Method in class org.apache.pekko.event.jul.JavaLoggingFilter
-
Deprecated.
- isInfoEnabled(Class<?>, String) - Method in interface org.apache.pekko.event.LoggingFilter
- isInfoEnabled(Class<?>, String) - Method in class org.apache.pekko.event.LoggingFilterWithMarkerWrapper
- isInfoEnabled(Class<?>, String) - Method in class org.apache.pekko.event.slf4j.Slf4jLoggingFilter
- isInfoEnabled(Class<?>, String, LogMarker) - Method in interface org.apache.pekko.event.LoggingFilterWithMarker
- isInfoEnabled(Class<?>, String, LogMarker) - Method in class org.apache.pekko.event.slf4j.Slf4jLoggingFilter
- isInfoEnabled(LogMarker) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
- isInitialized() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- isInitialized() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- isInitialized() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- isInitialized() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.Option
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- isInitialized() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- isInitialized() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- isInitialized() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- isInitialized() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- isInitialized() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- isInitialized() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- isInitialized() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- isInitialized() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- isInitialized() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- isInitialized() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- isInitialized() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- isInitialized() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.AddressData
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.DeployData
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.PropsData
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- isInitialized() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- isInitialized() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- isInitialized_$eq(boolean) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- isInitTimedOut_$eq(boolean) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- isInstanceOfTheThrowableClass(Throwable) - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- isInternalStashEmpty() - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
- isInternalStashEmpty() - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
- isLeader() - Method in class org.apache.pekko.cluster.ddata.Replicator
- isLocal() - Method in interface org.apache.pekko.actor.ActorRefScope
- isLocal() - Method in interface org.apache.pekko.actor.Cell
-
Returns true if the actor is local, i.e.
- isLocal() - Method in interface org.apache.pekko.actor.LocalRef
- isLocal() - Static method in class org.apache.pekko.actor.Nobody
- isLocal() - Method in interface org.apache.pekko.actor.typed.internal.ActorRefImpl
- isLocal() - Method in interface org.apache.pekko.remote.RemoteRef
- isLocalGet(Replicator.ReadConsistency) - Method in class org.apache.pekko.cluster.ddata.Replicator
- isLocalSender() - Method in class org.apache.pekko.cluster.ddata.Replicator
- isLocalUpdate(Replicator.WriteConsistency) - Method in class org.apache.pekko.cluster.ddata.Replicator
- isLZ4(byte[]) - Method in class org.apache.pekko.serialization.jackson.JacksonSerializer$
- isManagementMessage(Object) - Method in interface org.apache.pekko.cluster.routing.ClusterRouterConfigBase
- isManagementMessage(Object) - Static method in class org.apache.pekko.routing.FromConfig
- isManagementMessage(Object) - Static method in class org.apache.pekko.routing.NoRouter
- isManagementMessage(Object) - Method in interface org.apache.pekko.routing.RouterConfig
-
Is the message handled by the router head actor or the
RouterConfig.routingLogicController(org.apache.pekko.routing.RoutingLogic)actor. - isMappingKey(Key) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- isMember(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- isMonitoring() - Method in class org.apache.pekko.remote.DeadlineFailureDetector
- isMonitoring() - Method in interface org.apache.pekko.remote.FailureDetector
-
Returns true if the failure detector has received any heartbeats and started monitoring of the resource.
- isMonitoring() - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
- isMonitoring(A) - Method in class org.apache.pekko.remote.DefaultFailureDetectorRegistry
- isMonitoring(A) - Method in interface org.apache.pekko.remote.FailureDetectorRegistry
-
Returns true if the failure detector has received any heartbeats and started monitoring of the resource.
- isNativeLoaded() - Method in interface org.apache.pekko.cluster.metrics.SigarProvider
-
Verify if sigar native library is loaded and operational.
- isNewPersistenceId(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbIdMapping
- isNode(Seq<RoleName>) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Verify that the running node matches one of the given nodes
- isNodeRemoved(UniqueAddress, Iterable<String>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- isNonFatal(Throwable) - Static method in class org.apache.pekko.japi.Throwables
-
Returns true if the provided
Throwableis to be considered non-fatal, or false if it is to be considered fatal - isNonFatal(Throwable) - Method in class org.apache.pekko.japi.Throwables$
-
Returns true if the provided
Throwableis to be considered non-fatal, or false if it is to be considered fatal - isNoRecipient() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- isNormal() - Method in interface org.apache.pekko.actor.dungeon.Children
- isNormal() - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- isNormal() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
- isNormal() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- isNoSender() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- isObsolete(long) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- isOff() - Method in class org.apache.pekko.util.Switch
-
Returns whether the switch is IMMEDIATELY off (no locking)
- isOlderThan(Member) - Method in class org.apache.pekko.cluster.Member
-
Is this member older, has been part of cluster longer, than another member.
- isOn() - Method in class org.apache.pekko.util.Switch
-
Returns whether the switch is IMMEDIATELY on (no locking)
- isOneWay() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- isOpen() - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Return true if the internal state is Open.
- isOpen() - Method in class org.apache.pekko.testkit.TestLatch
- isOrdinaryMessageStreamActive() - Method in interface org.apache.pekko.remote.artery.OutboundContext
- isPeerClosed() - Method in interface org.apache.pekko.io.Tcp.ConnectionClosed
-
trueiff the connection has been closed by the peer; in casekeepOpenOnPeerClosedis in effect as per theTcp.Registercommand, this connection’s reading half is now closed. - isPeerClosed() - Method in class org.apache.pekko.io.Tcp.PeerClosed$
- isPerfJavaFlamesAvailable() - Method in interface org.apache.pekko.remote.testkit.PerfFlamesSupport
- isProcessingMessage(Routee) - Method in class org.apache.pekko.routing.SmallestMailboxRoutingLogic
-
Returns true if the actor is currently processing a message.
- isQuery$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- isRecursionAvailable$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- isRecursionDesired$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- isReplayFilterEnabled() - Method in interface org.apache.pekko.persistence.journal.AsyncWriteJournal
- isReplicationId(String) - Static method in class org.apache.pekko.persistence.typed.ReplicationId
- isReplicationId(String) - Method in class org.apache.pekko.persistence.typed.ReplicationId$
- isReplyToStatus() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- isResponsibleFor(Address) - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- isResponsibleFor(Address) - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- isResponsibleFor(Address) - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- isResponsibleFor(Address) - Method in interface org.apache.pekko.remote.transport.Transport
-
Deprecated.A function that decides whether the specific transport instance is responsible for delivering to a given address.
- isSame(BehaviorInterceptor<Object, Object>) - Method in class org.apache.pekko.actor.typed.BehaviorInterceptor
- isSame(BehaviorInterceptor<Object, Object>) - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- isShutdown() - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- isShutdown() - Method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.Indicates if the materializer has been shut down.
- isShutdown() - Method in class org.apache.pekko.stream.Materializer
-
Indicates if the materializer has been shut down.
- isSingleton() - Method in interface org.apache.pekko.cluster.ClusterNodeMBean
-
Does the cluster consist of only one member?
- isSmooth() - Method in class org.apache.pekko.cluster.metrics.Metric
- isStarted() - Method in interface org.apache.pekko.actor.RepointableRef
- isStateTimerActive() - Method in interface org.apache.pekko.actor.FSM
- isStateTimerActive() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- isStateTimerActive() - Method in class org.apache.pekko.testkit.TestFSMRef
-
Proxy for
pekko.actor.FSM#isStateTimerActive. - isStrictAkkaConfig(Config) - Static method in class org.apache.pekko.cluster.ConfigUtil
- isStrictAkkaConfig(Config) - Method in class org.apache.pekko.cluster.ConfigUtil$
- isSubclass(K, K) - Method in interface org.apache.pekko.util.Subclassification
-
True if and only if x is a subclass of y; equal classes must be considered sub-classes!
- isSuccess() - Method in class org.apache.pekko.pattern.StatusReply
- isSuccessor(SeqNo) - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.Checks if this sequence number is an immediate successor of the provided one.
- issue() - Method in annotation type org.apache.pekko.annotation.ApiMayChange
-
Reference to issue discussing the future evolvement of this API
- isSupported() - Static method in class org.apache.pekko.dispatch.VirtualThreadSupport
-
Is virtual thread supported
- isSupported() - Method in class org.apache.pekko.dispatch.VirtualThreadSupport$
-
Is virtual thread supported
- isSuspended(Routee) - Method in class org.apache.pekko.routing.SmallestMailboxRoutingLogic
-
Returns true if the actor is currently suspended.
- isTemporaryRef(ActorRef) - Method in class org.apache.pekko.actor.InternalActorRef$
- isTerminated() - Method in interface org.apache.pekko.actor.Cell
-
Returns “true” if the actor is locally known to be terminated, “false” if alive or uncertain.
- isTerminated() - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- isTerminated() - Method in interface org.apache.pekko.actor.MinimalActorRef
- isTerminated() - Method in interface org.apache.pekko.actor.typed.internal.InternalRecipientRef
- isTerminated() - Method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.Returns true if this member is not tagged with the role configured for the receptionist.
- isTerminated() - Method in class org.apache.pekko.cluster.Cluster
-
Returns true if this cluster instance has be shutdown.
- isTerminated() - Method in class org.apache.pekko.cluster.ddata.DistributedData
-
Returns true if this member is not tagged with the role configured for the replicas.
- isTerminated() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSub
-
Returns true if this member is not tagged with the role configured for the mediator.
- isTerminated() - Method in class org.apache.pekko.cluster.typed.Cluster
-
Returns true if this cluster instance has be shutdown.
- isTerminated() - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- isTerminated(Routee) - Method in class org.apache.pekko.routing.SmallestMailboxRoutingLogic
- isTerminating() - Method in interface org.apache.pekko.actor.dungeon.Children
- isTerminating() - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- isTerminating() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
- isTerminating() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- isThroughputDeadlineTimeDefined() - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
INTERNAL API
- isTimeForResize(long) - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- isTimeForResize(long) - Method in class org.apache.pekko.routing.DefaultResizer
- isTimeForResize(long) - Method in interface org.apache.pekko.routing.Resizer
-
Is it time for resizing.
- isTimerActive(Object) - Method in class org.apache.pekko.actor.TimerScheduler
-
Check if a timer with a given
keyis active. - isTimerActive(Object) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Check if a timer with a given
keyis active. - isTimerActive(Object) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Check if a timer with a given
keyis active. - isTimerActive(Object) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Inquire whether the timer is still active.
- isTimerActive(String) - Method in interface org.apache.pekko.actor.FSM
- isTimerActive(String) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- isTimerActive(String) - Method in class org.apache.pekko.testkit.TestFSMRef
-
Proxy for
pekko.actor.FSM#isStateTimerActive. - isTruncated$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- isTypedActor(Object) - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- isTypedActor(Object) - Method in class org.apache.pekko.actor.TypedActorExtension
-
Returns whether the supplied AnyRef is a TypedActor proxy or not
- isTypedActor(Object) - Method in interface org.apache.pekko.actor.TypedActorFactory
-
Deprecated.Returns whether the supplied AnyRef is a TypedActor proxy or not
- isUnhandled(Behavior<T>) - Static method in class org.apache.pekko.actor.typed.Behavior
-
Returns true if the given behavior is the special
unhandledmarker. - isUnhandled(Behavior<T>) - Method in class org.apache.pekko.actor.typed.Behavior$
-
Returns true if the given behavior is the special
unhandledmarker. - isUnstashAllInProgress() - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
- isUnstashAllInProgress() - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
- isValidPathElement(String) - Method in class org.apache.pekko.actor.ActorPath$
-
This method is used to validate a path element (Actor Name).
- isValidPathElement(String) - Static method in class org.apache.pekko.actor.ActorPaths
-
This method is used to validate a path element (Actor Name).
- isValidPathElement(String) - Method in class org.apache.pekko.actor.ActorPaths$
-
This method is used to validate a path element (Actor Name).
- isValidSrv(String) - Static method in class org.apache.pekko.discovery.Lookup
-
Returns true if passed string conforms with SRV format.
- isValidSrv(String) - Method in class org.apache.pekko.discovery.Lookup$
-
Returns true if passed string conforms with SRV format.
- isWarningEnabled() - Method in class org.apache.pekko.event.BusLogging
- isWarningEnabled() - Method in interface org.apache.pekko.event.LoggingAdapter
- isWarningEnabled() - Static method in class org.apache.pekko.event.NoLogging
- isWarningEnabled() - Method in class org.apache.pekko.event.NoLogging$
- isWarningEnabled() - Static method in class org.apache.pekko.event.NoMarkerLogging
- isWarningEnabled() - Method in class org.apache.pekko.event.NoMarkerLogging$
- isWarningEnabled(Class<?>, String) - Method in class org.apache.pekko.event.DefaultLoggingFilter
- isWarningEnabled(Class<?>, String) - Method in class org.apache.pekko.event.jul.JavaLoggingFilter
-
Deprecated.
- isWarningEnabled(Class<?>, String) - Method in interface org.apache.pekko.event.LoggingFilter
- isWarningEnabled(Class<?>, String) - Method in class org.apache.pekko.event.LoggingFilterWithMarkerWrapper
- isWarningEnabled(Class<?>, String) - Method in class org.apache.pekko.event.slf4j.Slf4jLoggingFilter
- isWarningEnabled(Class<?>, String, LogMarker) - Method in interface org.apache.pekko.event.LoggingFilterWithMarker
- isWarningEnabled(Class<?>, String, LogMarker) - Method in class org.apache.pekko.event.slf4j.Slf4jLoggingFilter
- isWarningEnabled(LogMarker) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
- isWatching(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- isWindows() - Static method in class org.apache.pekko.util.Helpers
- isWindows() - Method in class org.apache.pekko.util.Helpers$
- it() - Method in class org.apache.pekko.persistence.PluginSpec
- iterate(T, Function<T, T>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates an infinite sequential
Sourceby iterating with the given function, starting with the givenseedvalue. - iterate(T, Function<T, T>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates an infinite sequential
Sourceby iterating with the given function, starting with the givenseedvalue. - iterate(T, Predicate<T>, Function<T, T>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates a sequential
Sourceby iterating with the given predicate and function, starting with the givenseedvalue. - iterate(T, Predicate<T>, Function<T, T>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates a sequential
Sourceby iterating with the given predicate and function, starting with the givenseedvalue. - iterate(T, Function1<T, Object>, Function1<T, T>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Creates a sequential
Sourceby iterating with the given predicate and function, starting with the givenseedvalue. - iterate(T, Function1<T, Object>, Function1<T, T>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Creates a sequential
Sourceby iterating with the given predicate and function, starting with the givenseedvalue. - iterator() - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- iterator() - Method in class org.apache.pekko.japi.Option
- iterator() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- iterator() - Method in class org.apache.pekko.util.ByteString.ByteString1
- iterator() - Method in class org.apache.pekko.util.ByteString.ByteString1C
- iterator() - Method in class org.apache.pekko.util.ByteString.ByteStrings
-
Avoid `iterator` in performance sensitive code, call ops directly on ByteString instead
- iterator() - Method in class org.apache.pekko.util.ByteString
- iterator() - Method in class org.apache.pekko.util.Collections.EmptyImmutableSeq$
- iterator() - Method in class org.apache.pekko.util.Collections.PartialImmutableValuesIterable
- iterator() - Method in interface org.apache.pekko.util.PriorityQueueStabilizer
J
- JacksonMigration - Class in org.apache.pekko.serialization.jackson
-
Data migration of old formats to current format can be implemented in a concrete subclass and configured to be used by the
JacksonSerializerfor a changed class. - JacksonMigration() - Constructor for class org.apache.pekko.serialization.jackson.JacksonMigration
- JacksonModule - Interface in org.apache.pekko.serialization.jackson
-
INTERNAL API
- JacksonModule.DeserializerResolverByClass - Class in org.apache.pekko.serialization.jackson
- JacksonModule.SerializerResolverByClass - Class in org.apache.pekko.serialization.jackson
- JacksonModule$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- JacksonModule$() - Constructor for class org.apache.pekko.serialization.jackson.JacksonModule$
- JacksonObjectMapperFactory - Class in org.apache.pekko.serialization.jackson
-
Used with
JacksonObjectMapperProviderSetupfor defining aJacksonObjectMapperProviderthat can be passed in when ActorSystem is created rather than creating one from configured class name. - JacksonObjectMapperFactory() - Constructor for class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
- JacksonObjectMapperProvider - Class in org.apache.pekko.serialization.jackson
-
Registry of shared
ObjectMapperinstances, each with its uniquebindingName. - JacksonObjectMapperProvider(ExtendedActorSystem) - Constructor for class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
- JacksonObjectMapperProvider$ - Class in org.apache.pekko.serialization.jackson
- JacksonObjectMapperProvider$() - Constructor for class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider$
- JacksonObjectMapperProviderSetup - Class in org.apache.pekko.serialization.jackson
-
Setup for defining a
JacksonObjectMapperProviderthat can be passed in when ActorSystem is created rather than creating one from configured class name. - JacksonObjectMapperProviderSetup(JacksonObjectMapperFactory) - Constructor for class org.apache.pekko.serialization.jackson.JacksonObjectMapperProviderSetup
- JacksonObjectMapperProviderSetup$ - Class in org.apache.pekko.serialization.jackson
- JacksonObjectMapperProviderSetup$() - Constructor for class org.apache.pekko.serialization.jackson.JacksonObjectMapperProviderSetup$
- JacksonSerializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- JacksonSerializer$() - Constructor for class org.apache.pekko.serialization.jackson.JacksonSerializer$
- japi - Class in org.apache.pekko.dispatch
-
This class contains bridge classes between Scala and Java.
- japi() - Constructor for class org.apache.pekko.dispatch.japi
- JAPI - Class in org.apache.pekko.japi
-
Deprecated.
- JAPI() - Constructor for class org.apache.pekko.japi.JAPI
-
Deprecated.
- japi.BooleanFunctionBridge<T> - Class in org.apache.pekko.dispatch
-
Deprecated.Do not use this directly, use subclasses of this. Since Akka 2.0.
- japi.CallbackBridge<T> - Class in org.apache.pekko.dispatch
-
Deprecated.Do not use this directly, use subclasses of this. Since Akka 2.0.
- japi.RecoverBridge<T> - Class in org.apache.pekko.dispatch
-
Deprecated.Do not use this directly, use 'Recover'. Since Akka 2.0.
- japi.UnitFunctionBridge<T> - Class in org.apache.pekko.dispatch
-
Deprecated.Do not use this directly, use subclasses of this. Since Akka 2.0.
- japi$ - Class in org.apache.pekko.dispatch
-
This class contains bridge classes between Scala and Java.
- japi$() - Constructor for class org.apache.pekko.dispatch.japi$
- java2ScalaOption(Option<A>) - Static method in class org.apache.pekko.japi.Option
- java2ScalaOption(Option<A>) - Method in class org.apache.pekko.japi.Option$
- javaAnyToNone() - Static method in class org.apache.pekko.util.ConstantFun
- javaAnyToNone() - Method in class org.apache.pekko.util.ConstantFun$
- javaArrayList(Seq<T>) - Static method in class org.apache.pekko.japi.Util
- javaArrayList(Seq<T>) - Method in class org.apache.pekko.japi.Util$
- javaCollector(Creator<Collector<T, ?, R>>) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Creates a sink which materializes into a
CompletionStagewhich will be completed with a result of the Java 8Collectortransformation and reduction operations. - javaCollector(Creator<Collector<T, ?, R>>) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Creates a sink which materializes into a
CompletionStagewhich will be completed with a result of the Java 8Collectortransformation and reduction operations. - javaCollector(Function0<Collector<T, ?, R>>) - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
-
Creates a sink which materializes into a
Futurewhich will be completed with result of the Java 8Collectortransformation and reduction operations. - javaCollector(Function0<Collector<T, ?, R>>) - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
-
Creates a sink which materializes into a
Futurewhich will be completed with result of the Java 8Collectortransformation and reduction operations. - javaCollectorParallelUnordered(int, Creator<Collector<T, ?, R>>) - Static method in class org.apache.pekko.stream.javadsl.StreamConverters
-
Creates a sink which materializes into a
CompletionStagewhich will be completed with a result of the Java 8Collectortransformation and reduction operations. - javaCollectorParallelUnordered(int, Creator<Collector<T, ?, R>>) - Method in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Creates a sink which materializes into a
CompletionStagewhich will be completed with a result of the Java 8Collectortransformation and reduction operations. - javaCollectorParallelUnordered(int, Function0<Collector<T, ?, R>>) - Static method in class org.apache.pekko.stream.scaladsl.StreamConverters
-
Creates a sink which materializes into a
Futurewhich will be completed with result of the Java 8Collectortransformation and reduction operations. - javaCollectorParallelUnordered(int, Function0<Collector<T, ?, R>>) - Method in class org.apache.pekko.stream.scaladsl.StreamConverters$
-
Creates a sink which materializes into a
Futurewhich will be completed with result of the Java 8Collectortransformation and reduction operations. - javaCreatePairFunction() - Static method in class org.apache.pekko.util.ConstantFun
- javaCreatePairFunction() - Method in class org.apache.pekko.util.ConstantFun$
- javaDsl(T) - Method in interface org.apache.pekko.persistence.PluginProvider
- javadslDurableStateStore() - Method in interface org.apache.pekko.persistence.state.DurableStateStoreProvider
-
The
DurableStateStoreimplementation for the Java API. - javadslDurableStateStore() - Method in class org.apache.pekko.persistence.testkit.state.PersistenceTestKitDurableStateStoreProvider
- javadslReadJournal() - Method in class org.apache.pekko.persistence.query.journal.leveldb.LeveldbReadJournalProvider
-
Deprecated.
- javadslReadJournal() - Method in interface org.apache.pekko.persistence.query.ReadJournalProvider
-
The
ReadJournalimplementation for the Java API. - javadslReadJournal() - Method in class org.apache.pekko.persistence.testkit.query.PersistenceTestKitReadJournalProvider
- JavaDurationConverters - Class in org.apache.pekko.util
-
INTERNAL API
- JavaDurationConverters() - Constructor for class org.apache.pekko.util.JavaDurationConverters
- JavaDurationConverters.JavaDurationOps - Class in org.apache.pekko.util
- JavaDurationConverters.JavaDurationOps$ - Class in org.apache.pekko.util
- JavaDurationConverters.ScalaDurationOps - Class in org.apache.pekko.util
- JavaDurationConverters.ScalaDurationOps$ - Class in org.apache.pekko.util
- JavaDurationConverters$ - Class in org.apache.pekko.util
-
INTERNAL API
- JavaDurationConverters$() - Constructor for class org.apache.pekko.util.JavaDurationConverters$
- JavaDurationOps(Duration) - Constructor for class org.apache.pekko.util.JavaDurationConverters.JavaDurationOps
- JavaDurationOps(Duration) - Static method in class org.apache.pekko.util.JavaDurationConverters
- JavaDurationOps(Duration) - Method in class org.apache.pekko.util.JavaDurationConverters$
- JavaDurationOps$() - Constructor for class org.apache.pekko.util.JavaDurationConverters.JavaDurationOps$
- javaIdentityFunction() - Static method in class org.apache.pekko.util.ConstantFun
- javaIdentityFunction() - Method in class org.apache.pekko.util.ConstantFun$
- JavaJournalPerfSpec - Class in org.apache.pekko.persistence.japi.journal
-
JAVA API
- JavaJournalPerfSpec(Config) - Constructor for class org.apache.pekko.persistence.japi.journal.JavaJournalPerfSpec
- JavaJournalSpec - Class in org.apache.pekko.persistence.japi.journal
-
JAVA API
- JavaJournalSpec(Config) - Constructor for class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- JavaLogger - Class in org.apache.pekko.event.jul
-
Deprecated.Use Slf4jLogger instead. Since Akka 2.6.0.
- JavaLogger() - Constructor for class org.apache.pekko.event.jul.JavaLogger
-
Deprecated.
- JavaLogging - Interface in org.apache.pekko.event.jul
-
Deprecated.Use SLF4J or direct java.util.logging instead. Since Akka 2.6.0.
- JavaLoggingFilter - Class in org.apache.pekko.event.jul
-
Deprecated.Use Slf4jLoggingFilter instead. Since Akka 2.6.0.
- JavaLoggingFilter(ActorSystem.Settings, EventStream) - Constructor for class org.apache.pekko.event.jul.JavaLoggingFilter
-
Deprecated.
- JavaPairFunction() - Static method in class org.apache.pekko.util.ConstantFun
- JavaPairFunction() - Method in class org.apache.pekko.util.ConstantFun$
- JavaPartialFunction<A,B> - Class in org.apache.pekko.japi
-
Helper for implementing a *pure* partial function: it will possibly be invoked multiple times for a single “application”, because its only abstract method is used for both isDefinedAt() and apply(); the former is mapped to
isCheck == trueand the latter toisCheck == falsefor those cases where this is important to know. - JavaPartialFunction() - Constructor for class org.apache.pekko.japi.JavaPartialFunction
- JavaPartialFunction.NoMatch$ - Exception in org.apache.pekko.japi
- JavaPartialFunction.NoMatchException - Exception in org.apache.pekko.japi
- JavaPartialFunction$ - Class in org.apache.pekko.japi
- JavaPartialFunction$() - Constructor for class org.apache.pekko.japi.JavaPartialFunction$
- javaReadJournal() - Method in class org.apache.pekko.persistence.query.journal.leveldb.LeveldbReadJournalProvider
-
Deprecated.
- JavaSerializable - Interface in org.apache.pekko.testkit
-
Marker trait for test messages that will use Java serialization via
TestJavaSerializer - JavaSerializationException(String) - Constructor for exception org.apache.pekko.serialization.DisabledJavaSerializer.JavaSerializationException
- JavaSerializer - Class in org.apache.pekko.serialization
-
This Serializer uses standard Java Serialization
- JavaSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.serialization.JavaSerializer
- JavaSerializer.CurrentSystem - Class in org.apache.pekko.serialization
- JavaSerializer$ - Class in org.apache.pekko.serialization
- JavaSerializer$() - Constructor for class org.apache.pekko.serialization.JavaSerializer$
- JavaSnapshotStoreSpec - Class in org.apache.pekko.persistence.japi.snapshot
-
JAVA API
- JavaSnapshotStoreSpec(Config) - Constructor for class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- JavaVersion - Class in org.apache.pekko.util
-
INTERNAL API
- JavaVersion() - Constructor for class org.apache.pekko.util.JavaVersion
- JavaVersion$ - Class in org.apache.pekko.util
-
INTERNAL API
- JavaVersion$() - Constructor for class org.apache.pekko.util.JavaVersion$
- JmxEnabled() - Method in class org.apache.pekko.cluster.ClusterSettings
- JmxMetricsCollector - Class in org.apache.pekko.cluster.metrics
-
Loads JVM and system metrics through JMX monitoring beans.
- JmxMetricsCollector(ActorSystem) - Constructor for class org.apache.pekko.cluster.metrics.JmxMetricsCollector
-
This constructor is used when creating an instance from configured FQCN
- JmxMetricsCollector(Address, double) - Constructor for class org.apache.pekko.cluster.metrics.JmxMetricsCollector
- JmxMultiMbeansInSameEnabled() - Method in class org.apache.pekko.cluster.ClusterSettings
- join(String) - Method in interface org.apache.pekko.cluster.ClusterNodeMBean
-
Try to join this cluster node with the node specified by 'address'.
- join(Address) - Method in class org.apache.pekko.cluster.Cluster
-
Try to join this cluster node with the node specified by 'address'.
- join(Graph<BidiShape<Out, O1, I2, In>, Mat2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- join(Graph<BidiShape<Out, O1, I2, In>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.Flow
- join(Graph<FlowShape<O1, I2>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Add the given Flow as the final step in a bidirectional transformation pipeline.
- join(Graph<FlowShape<Out, In>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Join this
Flowto anotherFlow, by cross connecting the inputs and outputs, creating aRunnableGraph. - join(Graph<FlowShape<Out, In>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Join this
Flowto anotherFlow, by cross connecting the inputs and outputs, creating aRunnableGraph. - join(Flow<O1, I2, Mat2>) - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Add the given Flow as the final step in a bidirectional transformation pipeline.
- join(Flow<O1, I2, Mat2>, Function2<Mat, Mat2, M>) - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Add the given Flow as the final step in a bidirectional transformation pipeline.
- Join - Class in org.apache.pekko.cluster.typed
-
Try to join this cluster node with the node specified by 'address'.
- Join(Address) - Constructor for class org.apache.pekko.cluster.typed.Join
- Join(UniqueAddress, Set<String>, Version) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.Join
- Join$ - Class in org.apache.pekko.cluster.typed
- Join$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.Join$
- Join$() - Constructor for class org.apache.pekko.cluster.typed.Join$
- JoinConfigCompatCheckCluster - Class in org.apache.pekko.cluster
-
INTERNAL API
- JoinConfigCompatCheckCluster() - Constructor for class org.apache.pekko.cluster.JoinConfigCompatCheckCluster
- JoinConfigCompatCheckCluster$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- JoinConfigCompatCheckCluster$() - Constructor for class org.apache.pekko.cluster.JoinConfigCompatCheckCluster$
- JoinConfigCompatChecker - Class in org.apache.pekko.cluster
- JoinConfigCompatChecker() - Constructor for class org.apache.pekko.cluster.JoinConfigCompatChecker
- JoinConfigCompatChecker$ - Class in org.apache.pekko.cluster
- JoinConfigCompatChecker$() - Constructor for class org.apache.pekko.cluster.JoinConfigCompatChecker$
- JoinConfigCompatCheckSharding - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- JoinConfigCompatCheckSharding() - Constructor for class org.apache.pekko.cluster.sharding.JoinConfigCompatCheckSharding
- joinFailed() - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoJoinFailed" of log event when node couldn't join seed nodes.
- joinFailed() - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoJoinFailed" of log event when node couldn't join seed nodes.
- joining() - Static method in class org.apache.pekko.cluster.MemberStatus
-
Java API: retrieve the
Joiningstatus singleton - joining() - Method in class org.apache.pekko.cluster.MemberStatus$
-
Java API: retrieve the
Joiningstatus singleton - Joining - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Joining = 0; - Joining_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Joining = 0; - Joining$() - Constructor for class org.apache.pekko.cluster.MemberStatus.Joining$
- joiningNodes() - Method in class org.apache.pekko.cluster.ddata.Replicator
- joiningNodes_$eq(SortedSet<UniqueAddress>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- JoinManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- JoinManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- joinMat(Graph<BidiShape<Out, O1, I2, In>, Mat2>, Function2<Mat, Mat2, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
- joinMat(Graph<BidiShape<Out, O1, I2, In>, Mat2>, Function2<Mat, Mat2, M>) - Method in class org.apache.pekko.stream.scaladsl.Flow
- joinMat(Graph<FlowShape<O1, I2>, Mat2>, Function2<Mat, Mat2, M>) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Add the given Flow as the final step in a bidirectional transformation pipeline.
- joinMat(Graph<FlowShape<Out, In>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Join this
Flowto anotherFlow, by cross connecting the inputs and outputs, creating aRunnableGraph - joinMat(Graph<FlowShape<Out, In>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Join this
Flowto anotherFlow, by cross connecting the inputs and outputs, creating aRunnableGraph - JoinSeedNode$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNode$
- joinSeedNodes(List<Address>) - Method in class org.apache.pekko.cluster.Cluster
-
Java API
- joinSeedNodes(Seq<Address>) - Method in class org.apache.pekko.cluster.Cluster
-
Join the specified seed nodes without defining them in config.
- JoinSeedNodes - Class in org.apache.pekko.cluster.typed
-
Scala API: Join the specified seed nodes without defining them in config.
- JoinSeedNodes(List<Address>) - Constructor for class org.apache.pekko.cluster.typed.JoinSeedNodes
-
Java API: Join the specified seed nodes without defining them in config.
- JoinSeedNodes(IndexedSeq<Address>) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- JoinSeedNodes(Seq<Address>) - Constructor for class org.apache.pekko.cluster.typed.JoinSeedNodes
- JoinSeedNodes$ - Class in org.apache.pekko.cluster.typed
- JoinSeedNodes$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes$
- JoinSeedNodes$() - Constructor for class org.apache.pekko.cluster.typed.JoinSeedNodes$
- JoinTo(Address) - Constructor for class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- JoinTo$() - Constructor for class org.apache.pekko.cluster.ClusterUserAction.JoinTo$
- journal() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- journal() - Method in class org.apache.pekko.persistence.AbstractPersistentActor
- journal() - Method in class org.apache.pekko.persistence.AbstractPersistentActorWithTimers
- journal() - Method in interface org.apache.pekko.persistence.Eventsourced
- journal() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.
- journal() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- journal() - Method in class org.apache.pekko.persistence.journal.JournalSpec
- journalBatch_$eq(Vector<PersistentEnvelope>) - Method in interface org.apache.pekko.persistence.Eventsourced
- JournalCapabilityFlags - Interface in org.apache.pekko.persistence
- JournalFallbackConfigPath() - Static method in class org.apache.pekko.persistence.Persistence
-
Config path to fall-back to if a setting is not defined in a specific plugin's config section
- JournalFallbackConfigPath() - Method in class org.apache.pekko.persistence.Persistence$
-
Config path to fall-back to if a setting is not defined in a specific plugin's config section
- JournalInteractions<C,E,S> - Interface in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- JournalInteractions.EventToPersist - Class in org.apache.pekko.persistence.typed.internal
- JournalInteractions.EventToPersist$ - Class in org.apache.pekko.persistence.typed.internal
- JournalInteractions$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- JournalInteractions$() - Constructor for class org.apache.pekko.persistence.typed.internal.JournalInteractions$
- JournalOperation - Interface in org.apache.pekko.persistence.testkit
-
INTERNAL API
- JournalPerfSpec - Class in org.apache.pekko.persistence.journal
-
This spec measures execution times of the basic operations that an
pekko.persistence.PersistentActorprovides, using the provided Journal (plugin). - JournalPerfSpec(Config) - Constructor for class org.apache.pekko.persistence.journal.JournalPerfSpec
- JournalPerfSpec.BenchActor - Class in org.apache.pekko.persistence.journal
- JournalPerfSpec.Cmd - Class in org.apache.pekko.persistence.journal
- JournalPerfSpec.Cmd$ - Class in org.apache.pekko.persistence.journal
- JournalPerfSpec.ResetCounter$ - Class in org.apache.pekko.persistence.journal
- JournalPerfSpec$ - Class in org.apache.pekko.persistence.journal
- JournalPerfSpec$() - Constructor for class org.apache.pekko.persistence.journal.JournalPerfSpec$
- journalPluginConfig() - Method in interface org.apache.pekko.persistence.RuntimePluginConfig
-
Additional configuration of the journal plugin servicing this persistent actor.
- journalPluginConfig() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Override and define the journal plugin config that this actor should use instead of the default.
- journalPluginId() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- journalPluginId() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- journalPluginId() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- journalPluginId() - Method in interface org.apache.pekko.persistence.PersistenceIdentity
-
Configuration id of the journal plugin servicing this persistent actor.
- journalPluginId() - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- journalPluginId() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Override and define the journal plugin id that this actor should use instead of the default.
- JournalPolicies$() - Constructor for class org.apache.pekko.persistence.testkit.EventStorage.JournalPolicies$
- JournalProtocol - Class in org.apache.pekko.persistence
-
INTERNAL API.
- JournalProtocol() - Constructor for class org.apache.pekko.persistence.JournalProtocol
- JournalProtocol.DeleteMessagesTo - Class in org.apache.pekko.persistence
-
Request to delete all persistent messages with sequence numbers up to
toSequenceNr(inclusive). - JournalProtocol.DeleteMessagesTo$ - Class in org.apache.pekko.persistence
- JournalProtocol.LoopMessageSuccess - Class in org.apache.pekko.persistence
-
Reply message to a
JournalProtocol.WriteMessageswith a non-persistent message. - JournalProtocol.LoopMessageSuccess$ - Class in org.apache.pekko.persistence
- JournalProtocol.Message - Interface in org.apache.pekko.persistence
-
Marker trait shared by internal journal messages.
- JournalProtocol.RecoverySuccess - Class in org.apache.pekko.persistence
-
Reply message to a successful
JournalProtocol.ReplayMessagesrequest. - JournalProtocol.RecoverySuccess$ - Class in org.apache.pekko.persistence
- JournalProtocol.ReplayedMessage - Class in org.apache.pekko.persistence
-
Reply message to a
JournalProtocol.ReplayMessagesrequest. - JournalProtocol.ReplayedMessage$ - Class in org.apache.pekko.persistence
- JournalProtocol.ReplayMessages - Class in org.apache.pekko.persistence
-
Request to replay messages to
persistentActor. - JournalProtocol.ReplayMessages$ - Class in org.apache.pekko.persistence
- JournalProtocol.ReplayMessagesFailure - Class in org.apache.pekko.persistence
-
Reply message to a failed
JournalProtocol.ReplayMessagesrequest. - JournalProtocol.ReplayMessagesFailure$ - Class in org.apache.pekko.persistence
- JournalProtocol.Request - Interface in org.apache.pekko.persistence
-
Internal journal command.
- JournalProtocol.Response - Interface in org.apache.pekko.persistence
-
Internal journal acknowledgement.
- JournalProtocol.WriteMessageFailure - Class in org.apache.pekko.persistence
-
Reply message to a failed
JournalProtocol.WriteMessagesrequest. - JournalProtocol.WriteMessageFailure$ - Class in org.apache.pekko.persistence
- JournalProtocol.WriteMessageRejected - Class in org.apache.pekko.persistence
-
Reply message to a rejected
JournalProtocol.WriteMessagesrequest. - JournalProtocol.WriteMessageRejected$ - Class in org.apache.pekko.persistence
- JournalProtocol.WriteMessages - Class in org.apache.pekko.persistence
-
Request to write messages.
- JournalProtocol.WriteMessages$ - Class in org.apache.pekko.persistence
- JournalProtocol.WriteMessagesFailed - Class in org.apache.pekko.persistence
-
Reply message to a failed
JournalProtocol.WriteMessagesrequest. - JournalProtocol.WriteMessagesFailed$ - Class in org.apache.pekko.persistence
- JournalProtocol.WriteMessagesSuccessful$ - Class in org.apache.pekko.persistence
-
Reply message to a successful
JournalProtocol.WriteMessagesrequest. - JournalProtocol.WriteMessageSuccess - Class in org.apache.pekko.persistence
-
Reply message to a successful
JournalProtocol.WriteMessagesrequest. - JournalProtocol.WriteMessageSuccess$ - Class in org.apache.pekko.persistence
- JournalProtocol$ - Class in org.apache.pekko.persistence
-
INTERNAL API.
- JournalProtocol$() - Constructor for class org.apache.pekko.persistence.JournalProtocol$
- JournalResponse(JournalProtocol.Response) - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- JournalResponse$() - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse$
- JournalSpec - Class in org.apache.pekko.persistence.journal
-
This spec aims to verify custom pekko-persistence Journal implementations.
- JournalSpec(Config) - Constructor for class org.apache.pekko.persistence.journal.JournalSpec
- JournalSpec$ - Class in org.apache.pekko.persistence.journal
- JournalSpec$() - Constructor for class org.apache.pekko.persistence.journal.JournalSpec$
- JSerializer - Class in org.apache.pekko.serialization
-
Java API for creating a Serializer: make sure to include a constructor which takes exactly one argument of type
pekko.actor.ExtendedActorSystem, because that is the preferred constructor which will be invoked when reflectively instantiating the JSerializer (also possible with empty constructor). - JSerializer() - Constructor for class org.apache.pekko.serialization.JSerializer
- JsonFraming - Class in org.apache.pekko.stream.javadsl
-
Provides JSON framing operators that can separate valid JSON objects from incoming
pekko.util.ByteStringobjects. - JsonFraming - Class in org.apache.pekko.stream.scaladsl
-
Provides JSON framing operators that can separate valid JSON objects from incoming
pekko.util.ByteStringobjects. - JsonFraming() - Constructor for class org.apache.pekko.stream.javadsl.JsonFraming
- JsonFraming() - Constructor for class org.apache.pekko.stream.scaladsl.JsonFraming
- JsonFraming.PartialObjectException - Exception in org.apache.pekko.stream.scaladsl
-
Thrown if upstream completes with a partial object in the buffer.
- JsonFraming.PartialObjectException$ - Class in org.apache.pekko.stream.scaladsl
- JsonFraming$ - Class in org.apache.pekko.stream.javadsl
-
Provides JSON framing operators that can separate valid JSON objects from incoming
pekko.util.ByteStringobjects. - JsonFraming$ - Class in org.apache.pekko.stream.scaladsl
-
Provides JSON framing operators that can separate valid JSON objects from incoming
pekko.util.ByteStringobjects. - JsonFraming$() - Constructor for class org.apache.pekko.stream.javadsl.JsonFraming$
- JsonFraming$() - Constructor for class org.apache.pekko.stream.scaladsl.JsonFraming$
- JUnit5TestKit - Annotation Type in org.apache.pekko.actor.testkit.typed.annotations
- JUnit5TestKitBuilder - Class in org.apache.pekko.actor.testkit.typed.javadsl
- JUnit5TestKitBuilder() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- JvmExitOnFatalError() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- jvmExitReason() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- jvmExitReason() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- JvmExitReason$() - Constructor for class org.apache.pekko.actor.CoordinatedShutdown.JvmExitReason$
- JvmShutdownHooks() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- JVMShutdownHooks - Interface in org.apache.pekko.actor
- JVMShutdownHooks$ - Class in org.apache.pekko.actor
- JVMShutdownHooks$() - Constructor for class org.apache.pekko.actor.JVMShutdownHooks$
K
- Keep - Class in org.apache.pekko.stream.javadsl
- Keep - Class in org.apache.pekko.stream.scaladsl
-
Convenience functions for often-encountered purposes like keeping only the left (first) or only the right (second) of two input values.
- Keep() - Constructor for class org.apache.pekko.stream.javadsl.Keep
- Keep() - Constructor for class org.apache.pekko.stream.scaladsl.Keep
- Keep$ - Class in org.apache.pekko.stream.javadsl
- Keep$ - Class in org.apache.pekko.stream.scaladsl
-
Convenience functions for often-encountered purposes like keeping only the left (first) or only the right (second) of two input values.
- Keep$() - Constructor for class org.apache.pekko.stream.javadsl.Keep$
- Keep$() - Constructor for class org.apache.pekko.stream.scaladsl.Keep$
- keepAlive(boolean) - Static method in class org.apache.pekko.io.TcpSO
-
pekko.io.Inet.SocketOptionto enable or disable SO_KEEPALIVE - keepAlive(boolean) - Method in class org.apache.pekko.io.TcpSO$
-
pekko.io.Inet.SocketOptionto enable or disable SO_KEEPALIVE - keepAlive(Duration, Creator<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Injects additional elements if upstream does not emit for a configured amount of time.
- keepAlive(Duration, Creator<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Injects additional elements if upstream does not emit for a configured amount of time.
- keepAlive(Duration, Creator<Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Injects additional elements if upstream does not emit for a configured amount of time.
- keepAlive(Duration, Creator<Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Injects additional elements if upstream does not emit for a configured amount of time.
- keepAlive(FiniteDuration, Creator<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- keepAlive(FiniteDuration, Creator<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- keepAlive(FiniteDuration, Creator<Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- keepAlive(FiniteDuration, Creator<Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- keepAlive(FiniteDuration, Function0<U>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Injects additional elements if upstream does not emit for a configured amount of time.
- KeepAlive(boolean) - Constructor for class org.apache.pekko.io.Tcp.SO$.KeepAlive
- KeepAlive$() - Constructor for class org.apache.pekko.io.Tcp.SO$.KeepAlive$
- keepAliveInterval() - Method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings
- KeepMajorityName() - Method in class org.apache.pekko.cluster.sbr.SplitBrainResolverSettings$
- keepNrOfBatches() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- keepNrOfBatches() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- keepNSnapshots() - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- KeepOldestName() - Method in class org.apache.pekko.cluster.sbr.SplitBrainResolverSettings$
- KeepOldestSettings$ - Class in org.apache.pekko.cluster.sbr
- KeepOldestSettings$() - Constructor for class org.apache.pekko.cluster.sbr.KeepOldestSettings$
- KeepOldTablesNumber() - Method in class org.apache.pekko.remote.artery.compress.InboundCompression$
- keepOpenOnPeerClosed() - Method in class org.apache.pekko.io.Tcp.Register
- keepRunning() - Method in class org.apache.pekko.testkit.TestActor.AutoPilot
- KeepRunning$() - Constructor for class org.apache.pekko.testkit.TestActor.KeepRunning$
- key() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- key() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- key() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- key() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- key() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- key() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- key() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- key() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- key() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- key() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- key() - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Deregistered
-
Scala API
- key() - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Listing
-
Scala API
- key() - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Registered
-
Scala API
- key() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- key() - Method in interface org.apache.pekko.cluster.ddata.Replicator.Command
- key() - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- key() - Method in interface org.apache.pekko.cluster.ddata.Replicator.DeleteResponse
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetResponse
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- key() - Method in interface org.apache.pekko.cluster.ddata.Replicator.SubscribeResponse
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateResponse
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- key() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- key() - Method in interface org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteResponse
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetResponse
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- key() - Method in interface org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.SubscribeResponse
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateResponse
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- key() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- key() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- key() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- key() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- key() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- key() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- key() - Method in class org.apache.pekko.persistence.PluginSpec
- key() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- key() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.Key used in
pekko.remote.transport.TestTransport.AssociationRegistryto identify associations. - Key<T extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
Key for the key-value data in
Replicator. - Key(String) - Constructor for class org.apache.pekko.cluster.ddata.Key
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- KEY_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- Key$ - Class in org.apache.pekko.cluster.ddata
- Key$ - Class in org.apache.pekko.persistence.journal.leveldb
- Key$() - Constructor for class org.apache.pekko.cluster.ddata.Key$
- Key$() - Constructor for class org.apache.pekko.persistence.journal.leveldb.Key$
- KeyComparator() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.KeyComparator
- keyFromBytes(byte[]) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- keyIdFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- keyIdToBinary(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- keyManagers() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
-
Subclass may override to customize
KeyManager - keyManagers() - Method in class org.apache.pekko.remote.transport.netty.ConfigSSLEngineProvider
-
Deprecated.Subclass may override to customize
KeyManager - keyRemoved(T) - Method in class org.apache.pekko.util.TypedMultiMap
-
Return a map that has all mappings for the given key removed.
- keys() - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- keys() - Method in class org.apache.pekko.util.Index
-
Returns the key set.
- KEYS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- KEYS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- KEYS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- KEYS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- KEYS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- keySet() - Method in class org.apache.pekko.util.TypedMultiMap
-
Return the set of keys which are mapped to non-empty value sets.
- keysFor$extension(ServiceRegistry, UniqueAddress, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- keyToBytes(Key) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- Kill - Class in org.apache.pekko.actor
- Kill() - Constructor for class org.apache.pekko.actor.Kill
- Kill$ - Class in org.apache.pekko.actor
-
A message all Actors will understand, that when processed will make the Actor throw an ActorKilledException, which will trigger supervision.
- Kill$() - Constructor for class org.apache.pekko.actor.Kill$
- KillableGraphStageLogic(Future<Done>, Shape) - Constructor for class org.apache.pekko.stream.KillSwitches.KillableGraphStageLogic
- KillSwitch - Interface in org.apache.pekko.stream
-
A
KillSwitchallows completion ofGraphs from the outside by completingGraphs ofFlowShapelinked to the switch. - KillSwitches - Class in org.apache.pekko.stream
-
Creates shared or single kill switches which can be used to control completion of graphs from the outside.
- KillSwitches() - Constructor for class org.apache.pekko.stream.KillSwitches
- KillSwitches.KillableGraphStageLogic - Class in org.apache.pekko.stream
- KillSwitches.UniqueBidiKillSwitchStage$ - Class in org.apache.pekko.stream
- KillSwitches.UniqueKillSwitchStage$ - Class in org.apache.pekko.stream
- KillSwitches$ - Class in org.apache.pekko.stream
-
Creates shared or single kill switches which can be used to control completion of graphs from the outside.
- KillSwitches$() - Constructor for class org.apache.pekko.stream.KillSwitches$
L
- label() - Method in class org.apache.pekko.pki.pem.PEMDecoder.DERData
- label() - Method in interface org.apache.pekko.stream.snapshot.LogicSnapshot
- lane() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- LargeQueueIndex() - Method in class org.apache.pekko.remote.artery.Association$
- largerThan() - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- largerThan() - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- LargeStreamId() - Method in class org.apache.pekko.remote.artery.ArteryTransport$
- last() - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat materializes into aCompletionStageof the last value received. - last() - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat materializes into aCompletionStageof the last value received. - last() - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat materializes into aFutureof the last value received. - last() - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat materializes into aFutureof the last value received. - last() - Method in class org.apache.pekko.util.ByteString
- LASTCHUNK_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- LASTCHUNK_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- lastDelivered() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- lastMessage() - Method in interface org.apache.pekko.testkit.TestKitBase
- lastMessage_$eq(TestActor.Message) - Method in interface org.apache.pekko.testkit.TestKitBase
- lastOption() - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat materializes into aCompletionStageof the optional last value received. - lastOption() - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat materializes into aCompletionStageof the optional last value received. - lastOption() - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat materializes into aFutureof the optional last value received. - lastOption() - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat materializes into aFutureof the optional last value received. - lastSender() - Method in interface org.apache.pekko.testkit.TestKitBase
- lastSequenceNr() - Method in interface org.apache.pekko.persistence.Eventsourced
-
Highest received sequence number so far or
0Lif this actor hasn't replayed or stored any persistent events yet. - lastSequenceNumber(ActorContext<?>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
The last sequence number that was persisted, can only be called from inside the handlers of an
EventSourcedBehavior - lastSequenceNumber(ActorContext<?>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
-
The last sequence number that was persisted, can only be called from inside the handlers of a
DurableStateBehavior - lastSequenceNumber(ActorContext<?>) - Method in class org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior$
-
The last sequence number that was persisted, can only be called from inside the handlers of an
EventSourcedBehavior - lastSequenceNumber(ActorContext<?>) - Method in class org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior$
-
The last sequence number that was persisted, can only be called from inside the handlers of a
DurableStateBehavior - lastWasNoMsg_$eq(boolean) - Method in interface org.apache.pekko.testkit.TestKitBase
- latest() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
-
Java API.
- latest() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
-
Java API.
- latest() - Static method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
-
The latest saved snapshot.
- latest() - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria$
-
The latest saved snapshot.
- Latest() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
-
The latest saved snapshot.
- Latest() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
-
The latest saved snapshot.
- latestCompactionSegment(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement
- latestCompactionSegments_$eq(Map<String, Object>) - Method in interface org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement
- LatestFirstSystemMessageList$ - Class in org.apache.pekko.actor.typed.internal
- LatestFirstSystemMessageList$ - Class in org.apache.pekko.dispatch.sysmsg
- LatestFirstSystemMessageList$() - Constructor for class org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList$
- LatestFirstSystemMessageList$() - Constructor for class org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
- lazily(Creator<Source<T, M>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use 'Source.lazySource' instead. Since Akka 2.6.0.
- lazily(Creator<Source<T, M>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use 'Source.lazySource' instead. Since Akka 2.6.0.
- lazily(Function0<Source<T, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Deprecated.Use 'Source.lazySource' instead. Since Akka 2.6.0.
- lazily(Function0<Source<T, M>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Deprecated.Use 'Source.lazySource' instead. Since Akka 2.6.0.
- lazilyAsync(Creator<CompletionStage<T>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use 'Source.lazyCompletionStage' instead. Since Akka 2.6.0.
- lazilyAsync(Creator<CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use 'Source.lazyCompletionStage' instead. Since Akka 2.6.0.
- lazilyAsync(Function0<Future<T>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Deprecated.Use 'Source.lazyFuture' instead. Since Akka 2.6.0.
- lazilyAsync(Function0<Future<T>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Deprecated.Use 'Source.lazyFuture' instead. Since Akka 2.6.0.
- lazyCompletionStage(Creator<CompletionStage<T>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Defers invoking the
createfunction to create a future element until there is downstream demand. - lazyCompletionStage(Creator<CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Defers invoking the
createfunction to create a future element until there is downstream demand. - lazyCompletionStageFlow(Creator<CompletionStage<Flow<I, O, M>>>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Defers invoking the
createfunction to create a future flow until there downstream demand has caused upstream to send a first element. - lazyCompletionStageFlow(Creator<CompletionStage<Flow<I, O, M>>>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Defers invoking the
createfunction to create a future flow until there downstream demand has caused upstream to send a first element. - lazyCompletionStageSink(Creator<CompletionStage<Sink<T, M>>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Defers invoking the
createfunction to create a future sink until there is a first element passed from upstream. - lazyCompletionStageSink(Creator<CompletionStage<Sink<T, M>>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Defers invoking the
createfunction to create a future sink until there is a first element passed from upstream. - lazyCompletionStageSource(Creator<CompletionStage<Source<T, M>>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Defers invoking the
createfunction to create a future source until there is downstream demand. - lazyCompletionStageSource(Creator<CompletionStage<Source<T, M>>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Defers invoking the
createfunction to create a future source until there is downstream demand. - LazyDigest() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$
- lazyEmpty() - Static method in class org.apache.pekko.stream.testkit.TestPublisher
-
Publisher that subscribes the subscriber and completes after the first request.
- lazyEmpty() - Method in class org.apache.pekko.stream.testkit.TestPublisher$
-
Publisher that subscribes the subscriber and completes after the first request.
- lazyError(Throwable) - Static method in class org.apache.pekko.stream.testkit.TestPublisher
-
Publisher that subscribes the subscriber and signals error after the first request.
- lazyError(Throwable) - Method in class org.apache.pekko.stream.testkit.TestPublisher$
-
Publisher that subscribes the subscriber and signals error after the first request.
- lazyFlow(Creator<Flow<I, O, M>>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Defers invoking the
createfunction to create a future flow until there is downstream demand and passing that downstream demand upstream triggers the first element. - lazyFlow(Creator<Flow<I, O, M>>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Defers invoking the
createfunction to create a future flow until there is downstream demand and passing that downstream demand upstream triggers the first element. - lazyFlow(Function0<Flow<I, O, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Defers invoking the
createfunction to create a future flow until there is downstream demand and passing that downstream demand upstream triggers the first element. - lazyFlow(Function0<Flow<I, O, M>>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Defers invoking the
createfunction to create a future flow until there is downstream demand and passing that downstream demand upstream triggers the first element. - lazyFuture(Function0<Future<T>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Defers invoking the
createfunction to create a future element until there is downstream demand. - lazyFuture(Function0<Future<T>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Defers invoking the
createfunction to create a future element until there is downstream demand. - lazyFutureFlow(Function0<Future<Flow<I, O, M>>>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Defers invoking the
createfunction to create a future flow until there downstream demand has caused upstream to send a first element. - lazyFutureFlow(Function0<Future<Flow<I, O, M>>>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Defers invoking the
createfunction to create a future flow until there downstream demand has caused upstream to send a first element. - lazyFutureSink(Function0<Future<Sink<T, M>>>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Defers invoking the
createfunction to create a future sink until there is a first element passed from upstream. - lazyFutureSink(Function0<Future<Sink<T, M>>>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Defers invoking the
createfunction to create a future sink until there is a first element passed from upstream. - lazyFutureSource(Function0<Future<Source<T, M>>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Defers invoking the
createfunction to create a future source until there is downstream demand. - lazyFutureSource(Function0<Future<Source<T, M>>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Defers invoking the
createfunction to create a future source until there is downstream demand. - lazyInit(Function<I, CompletionStage<Flow<I, O, M>>>, Creator<M>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use 'Flow.completionStageFlow' in combination with prefixAndTail(1) instead, see `completionStageFlow` operator docs for details. Since Akka 2.6.0.
- lazyInit(Function<I, CompletionStage<Flow<I, O, M>>>, Creator<M>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Deprecated.Use 'Flow.completionStageFlow' in combination with prefixAndTail(1) instead, see `completionStageFlow` operator docs for details. Since Akka 2.6.0.
- lazyInit(Function<T, CompletionStage<Sink<T, M>>>, Creator<M>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Deprecated.Use 'Sink.lazyCompletionStageSink' in combination with 'Flow.prefixAndTail(1)' instead. Since Akka 2.6.0.
- lazyInit(Function<T, CompletionStage<Sink<T, M>>>, Creator<M>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Deprecated.Use 'Sink.lazyCompletionStageSink' in combination with 'Flow.prefixAndTail(1)' instead. Since Akka 2.6.0.
- lazyInit(Function1<I, Future<Flow<I, O, M>>>, Function0<M>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Deprecated.Use 'Flow.futureFlow' in combination with prefixAndTail(1) instead, see `futureFlow` operator docs for details. Since Akka 2.6.0.
- lazyInit(Function1<I, Future<Flow<I, O, M>>>, Function0<M>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Deprecated.Use 'Flow.futureFlow' in combination with prefixAndTail(1) instead, see `futureFlow` operator docs for details. Since Akka 2.6.0.
- lazyInit(Function1<T, Future<Sink<T, M>>>, Function0<M>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Deprecated.Use 'Sink.lazyFutureSink' in combination with 'Flow.prefixAndTail(1)' instead. Since Akka 2.6.0.
- lazyInit(Function1<T, Future<Sink<T, M>>>, Function0<M>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Deprecated.Use 'Sink.lazyFutureSink' in combination with 'Flow.prefixAndTail(1)' instead. Since Akka 2.6.0.
- lazyInitAsync(Creator<CompletionStage<Flow<I, O, M>>>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use 'Flow.lazyCompletionStageFlow' instead. Since Akka 2.6.0.
- lazyInitAsync(Creator<CompletionStage<Flow<I, O, M>>>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Deprecated.Use 'Flow.lazyCompletionStageFlow' instead. Since Akka 2.6.0.
- lazyInitAsync(Creator<CompletionStage<Sink<T, M>>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Deprecated.Use 'Sink.lazyCompletionStageSink' instead. Since Akka 2.6.0.
- lazyInitAsync(Creator<CompletionStage<Sink<T, M>>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Deprecated.Use 'Sink.lazyCompletionStageSink' instead. Since Akka 2.6.0.
- lazyInitAsync(Function0<Future<Flow<I, O, M>>>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Deprecated.Use 'Flow.lazyFutureFlow' instead. Since Akka 2.6.0.
- lazyInitAsync(Function0<Future<Flow<I, O, M>>>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Deprecated.Use 'Flow.lazyFutureFlow' instead. Since Akka 2.6.0.
- lazyInitAsync(Function0<Future<Sink<T, M>>>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Deprecated.Use 'Sink.lazyFutureSink' instead. Since Akka 2.6.0.
- lazyInitAsync(Function0<Future<Sink<T, M>>>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Deprecated.Use 'Sink.lazyFutureSink' instead. Since Akka 2.6.0.
- lazySingle(Creator<T>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Defers invoking the
createfunction to create a single element until there is downstream demand. - lazySingle(Creator<T>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Defers invoking the
createfunction to create a single element until there is downstream demand. - lazySingle(Function0<T>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Defers invoking the
createfunction to create a single element until there is downstream demand. - lazySingle(Function0<T>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Defers invoking the
createfunction to create a single element until there is downstream demand. - lazySink(Creator<Sink<T, M>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Defers invoking the
createfunction to create a sink until there is a first element passed from upstream. - lazySink(Creator<Sink<T, M>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Defers invoking the
createfunction to create a sink until there is a first element passed from upstream. - lazySink(Function0<Sink<T, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Defers invoking the
createfunction to create a sink until there is a first element passed from upstream. - lazySink(Function0<Sink<T, M>>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Defers invoking the
createfunction to create a sink until there is a first element passed from upstream. - lazySource(Creator<Source<T, M>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Defers invoking the
createfunction to create a future source until there is downstream demand. - lazySource(Creator<Source<T, M>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Defers invoking the
createfunction to create a future source until there is downstream demand. - lazySource(Function0<Source<T, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Defers invoking the
createfunction to create a future source until there is downstream demand. - lazySource(Function0<Source<T, M>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Defers invoking the
createfunction to create a future source until there is downstream demand. - leader() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- leader() - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- leader() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- leader() - Method in class org.apache.pekko.cluster.ddata.Replicator
- leader_$eq(TreeSet<Member>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- LeaderActionsInterval() - Method in class org.apache.pekko.cluster.ClusterSettings
- LeaderActionsTick$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.LeaderActionsTick$
- LeaderChanged(Option<Address>) - Constructor for class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- LeaderChanged$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.LeaderChanged$
- leaderIncapacitated() - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoClusterLeaderIncapacitated" of log event when leader can't perform its duties.
- leaderIncapacitated() - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoClusterLeaderIncapacitated" of log event when leader can't perform its duties.
- leaderRestored() - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoClusterLeaderRestored" of log event when leader can perform its duties again.
- leaderRestored() - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoClusterLeaderRestored" of log event when leader can perform its duties again.
- lease() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- Lease - Class in org.apache.pekko.coordination.lease.javadsl
- Lease - Class in org.apache.pekko.coordination.lease.scaladsl
- Lease() - Constructor for class org.apache.pekko.coordination.lease.javadsl.Lease
- Lease(LeaseSettings) - Constructor for class org.apache.pekko.coordination.lease.scaladsl.Lease
- leaseConfig() - Method in class org.apache.pekko.coordination.lease.LeaseSettings
- LeaseException - Exception in org.apache.pekko.coordination.lease
- LeaseException(String) - Constructor for exception org.apache.pekko.coordination.lease.LeaseException
- leaseImplementation() - Method in class org.apache.pekko.coordination.lease.LeaseUsageSettings
- LeaseLost(Option<Throwable>) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- LeaseLost$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost$
- LeaseMajorityName() - Method in class org.apache.pekko.cluster.sbr.SplitBrainResolverSettings$
- LeaseMajoritySettings$ - Class in org.apache.pekko.cluster.sbr
- LeaseMajoritySettings$() - Constructor for class org.apache.pekko.cluster.sbr.LeaseMajoritySettings$
- leaseName() - Method in class org.apache.pekko.coordination.lease.LeaseSettings
- LeaseProvider - Class in org.apache.pekko.coordination.lease.javadsl
- LeaseProvider - Class in org.apache.pekko.coordination.lease.scaladsl
- LeaseProvider(ExtendedActorSystem) - Constructor for class org.apache.pekko.coordination.lease.javadsl.LeaseProvider
- LeaseProvider(ExtendedActorSystem) - Constructor for class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider
- LeaseProvider$ - Class in org.apache.pekko.coordination.lease.javadsl
- LeaseProvider$ - Class in org.apache.pekko.coordination.lease.scaladsl
- LeaseProvider$() - Constructor for class org.apache.pekko.coordination.lease.javadsl.LeaseProvider$
- LeaseProvider$() - Constructor for class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider$
- leaseRequestInProgress() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- LeaseRetry() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- LeaseRetry$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry$
- leaseRetryInterval() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- leaseRetryInterval() - Method in class org.apache.pekko.coordination.lease.LeaseUsageSettings
- LeaseRetryTimer() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$
- leaseSettings() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- leaseSettings() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- leaseSettings() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- leaseSettings() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- leaseSettings() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- LeaseSettings - Class in org.apache.pekko.coordination.lease
- LeaseSettings(String, String, TimeoutSettings, Config) - Constructor for class org.apache.pekko.coordination.lease.LeaseSettings
- LeaseSettings$ - Class in org.apache.pekko.coordination.lease
- LeaseSettings$() - Constructor for class org.apache.pekko.coordination.lease.LeaseSettings$
- LeaseTimeoutException - Exception in org.apache.pekko.coordination.lease
- LeaseTimeoutException(String) - Constructor for exception org.apache.pekko.coordination.lease.LeaseTimeoutException
- LeaseUsageSettings - Class in org.apache.pekko.coordination.lease
- LeastFrequentlyUsedPassivationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastFrequentlyUsedPassivationStrategy$
- LeastFrequentlyUsedSettings(boolean) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings
- LeastFrequentlyUsedSettings(boolean) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings
- LeastFrequentlyUsedSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$
- LeastFrequentlyUsedSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$
- LeastRecentlyUsedPassivationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastRecentlyUsedPassivationStrategy$
- LeastRecentlyUsedSettings(Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- LeastRecentlyUsedSettings(Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings>) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- LeastRecentlyUsedSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$
- LeastRecentlyUsedSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$
- leastShardAllocationAbsoluteLimit() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- leastShardAllocationAbsoluteLimit() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- leastShardAllocationMaxSimultaneousRebalance() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- leastShardAllocationMaxSimultaneousRebalance() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- leastShardAllocationRebalanceThreshold() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- leastShardAllocationRebalanceThreshold() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- leastShardAllocationRelativeLimit() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- leastShardAllocationRelativeLimit() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- leastShardAllocationStrategy(int, double) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator
-
Java API:
ShardAllocationStrategythat allocates new shards to theShardRegion(node) with least number of previously allocated shards. - leastShardAllocationStrategy(int, double) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.ShardAllocationStrategy$
-
Scala API:
ShardAllocationStrategythat allocates new shards to theShardRegion(node) with least number of previously allocated shards. - leastShardAllocationStrategy(int, double) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator$
-
Java API:
ShardAllocationStrategythat allocates new shards to theShardRegion(node) with least number of previously allocated shards. - LeastShardAllocationStrategy(int, int) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.LeastShardAllocationStrategy
- LeastShardAllocationStrategy$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- LeastShardAllocationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.internal.LeastShardAllocationStrategy$
- leave(String) - Method in interface org.apache.pekko.cluster.ClusterNodeMBean
-
Send command to issue state transition to LEAVING for the node specified by 'address'.
- leave(Address) - Method in class org.apache.pekko.cluster.Cluster
-
Send command to issue state transition to LEAVING for the node specified by 'address'.
- Leave - Class in org.apache.pekko.cluster.typed
-
Send command to issue state transition to LEAVING for the node specified by 'address'.
- Leave(Address) - Constructor for class org.apache.pekko.cluster.ClusterUserAction.Leave
- Leave(Address) - Constructor for class org.apache.pekko.cluster.typed.Leave
- Leave$ - Class in org.apache.pekko.cluster.typed
- Leave$() - Constructor for class org.apache.pekko.cluster.ClusterUserAction.Leave$
- Leave$() - Constructor for class org.apache.pekko.cluster.typed.Leave$
- LeaveManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- LeaveManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- leaving() - Static method in class org.apache.pekko.cluster.MemberStatus
-
Java API: retrieve the
Leavingstatus singleton - leaving() - Method in class org.apache.pekko.cluster.MemberStatus$
-
Java API: retrieve the
Leavingstatus singleton - Leaving - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Leaving = 2; - Leaving_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Leaving = 2; - Leaving$() - Constructor for class org.apache.pekko.cluster.MemberStatus.Leaving$
- left() - Static method in class org.apache.pekko.stream.javadsl.Keep
- left() - Method in class org.apache.pekko.stream.javadsl.Keep$
- left() - Static method in class org.apache.pekko.stream.scaladsl.Keep
- left() - Method in class org.apache.pekko.stream.scaladsl.Keep$
- leftSideString() - Method in interface org.apache.pekko.persistence.scalatest.MayVerb.StringMayWrapperForVerb
- len() - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- len() - Method in class org.apache.pekko.util.ByteIterator
- len() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- length() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- length() - Method in class org.apache.pekko.persistence.PluginSpec
- length() - Method in class org.apache.pekko.util.ByteString.ByteString1
- length() - Method in class org.apache.pekko.util.ByteString.ByteString1C
- length() - Method in class org.apache.pekko.util.ByteString.ByteStrings
- length() - Method in class org.apache.pekko.util.ByteStringBuilder
- length() - Method in class org.apache.pekko.util.Collections.EmptyImmutableSeq$
- length(String) - Static method in class org.apache.pekko.io.dns.internal.DomainName
- length(String) - Method in class org.apache.pekko.io.dns.internal.DomainName$
- lengthField(int, int, int) - Static method in class org.apache.pekko.stream.javadsl.Framing
-
Creates a Flow that decodes an incoming stream of unstructured byte chunks into a stream of frames, assuming that incoming frames have a field that encodes their length.
- lengthField(int, int, int) - Method in class org.apache.pekko.stream.javadsl.Framing$
-
Creates a Flow that decodes an incoming stream of unstructured byte chunks into a stream of frames, assuming that incoming frames have a field that encodes their length.
- lengthField(int, int, int, ByteOrder) - Static method in class org.apache.pekko.stream.javadsl.Framing
-
Creates a Flow that decodes an incoming stream of unstructured byte chunks into a stream of frames, assuming that incoming frames have a field that encodes their length.
- lengthField(int, int, int, ByteOrder) - Method in class org.apache.pekko.stream.javadsl.Framing$
-
Creates a Flow that decodes an incoming stream of unstructured byte chunks into a stream of frames, assuming that incoming frames have a field that encodes their length.
- lengthField(int, int, int, ByteOrder) - Static method in class org.apache.pekko.stream.scaladsl.Framing
-
Creates a Flow that decodes an incoming stream of unstructured byte chunks into a stream of frames, assuming that incoming frames have a field that encodes their length.
- lengthField(int, int, int, ByteOrder) - Method in class org.apache.pekko.stream.scaladsl.Framing$
-
Creates a Flow that decodes an incoming stream of unstructured byte chunks into a stream of frames, assuming that incoming frames have a field that encodes their length.
- lengthField(int, int, int, ByteOrder, Function2<byte[], Integer, Integer>) - Static method in class org.apache.pekko.stream.javadsl.Framing
-
Creates a Flow that decodes an incoming stream of unstructured byte chunks into a stream of frames, assuming that incoming frames have a field that encodes their length.
- lengthField(int, int, int, ByteOrder, Function2<byte[], Integer, Integer>) - Method in class org.apache.pekko.stream.javadsl.Framing$
-
Creates a Flow that decodes an incoming stream of unstructured byte chunks into a stream of frames, assuming that incoming frames have a field that encodes their length.
- lengthField(int, int, int, ByteOrder, Function2<byte[], Object, Object>) - Static method in class org.apache.pekko.stream.scaladsl.Framing
-
Creates a Flow that decodes an incoming stream of unstructured byte chunks into a stream of frames, assuming that incoming frames have a field that encodes their length.
- lengthField(int, int, int, ByteOrder, Function2<byte[], Object, Object>) - Method in class org.apache.pekko.stream.scaladsl.Framing$
-
Creates a Flow that decodes an incoming stream of unstructured byte chunks into a stream of frames, assuming that incoming frames have a field that encodes their length.
- lengthField$default$2() - Static method in class org.apache.pekko.stream.scaladsl.Framing
- lengthField$default$2() - Method in class org.apache.pekko.stream.scaladsl.Framing$
- lengthField$default$4() - Static method in class org.apache.pekko.stream.scaladsl.Framing
- lengthField$default$4() - Method in class org.apache.pekko.stream.scaladsl.Framing$
- level() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- level() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- level() - Method in class org.apache.pekko.actor.typed.LogOptions
- level() - Method in class org.apache.pekko.event.Logging.Debug
- level() - Method in class org.apache.pekko.event.Logging.Error
- level() - Method in class org.apache.pekko.event.Logging.Info
- level() - Method in interface org.apache.pekko.event.Logging.LogEvent
- level() - Method in class org.apache.pekko.event.Logging.Warning
- leveldb() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- leveldb() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- leveldb_$eq(DB) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- leveldb_$eq(DB) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- LeveldbCompaction - Interface in org.apache.pekko.persistence.journal.leveldb
-
INTERNAL API.
- LeveldbCompaction.TryCompactLeveldb - Class in org.apache.pekko.persistence.journal.leveldb
- LeveldbCompaction.TryCompactLeveldb$ - Class in org.apache.pekko.persistence.journal.leveldb
- LeveldbCompaction$ - Class in org.apache.pekko.persistence.journal.leveldb
- LeveldbCompaction$() - Constructor for class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction$
- leveldbDir() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- leveldbDir() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- leveldbFactory() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- LeveldbIdMapping - Interface in org.apache.pekko.persistence.journal.leveldb
-
INTERNAL API.
- LeveldbJournal$ - Class in org.apache.pekko.persistence.journal.leveldb
-
INTERNAL API.
- LeveldbJournal$() - Constructor for class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal$
- leveldbOptions() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- leveldbOptions() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- LeveldbReadJournal - Class in org.apache.pekko.persistence.query.journal.leveldb.javadsl
-
Deprecated.Use another journal implementation. Since Akka 2.6.15.
- LeveldbReadJournal - Class in org.apache.pekko.persistence.query.journal.leveldb.scaladsl
-
Deprecated.Use another journal implementation. Since Akka 2.6.15.
- LeveldbReadJournal(ExtendedActorSystem, Config) - Constructor for class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.
- LeveldbReadJournal(LeveldbReadJournal) - Constructor for class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
Deprecated.
- LeveldbReadJournal$ - Class in org.apache.pekko.persistence.query.journal.leveldb.javadsl
- LeveldbReadJournal$ - Class in org.apache.pekko.persistence.query.journal.leveldb.scaladsl
- LeveldbReadJournal$() - Constructor for class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal$
- LeveldbReadJournal$() - Constructor for class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal$
- LeveldbReadJournalProvider - Class in org.apache.pekko.persistence.query.journal.leveldb
-
Deprecated.Use another journal/query implementation. Since Akka 2.6.15.
- LeveldbReadJournalProvider(ExtendedActorSystem, Config) - Constructor for class org.apache.pekko.persistence.query.journal.leveldb.LeveldbReadJournalProvider
-
Deprecated.
- leveldbReadOptions() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- LeveldbRecovery - Interface in org.apache.pekko.persistence.journal.leveldb
-
INTERNAL API.
- leveldbSnapshot() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- LeveldbStore - Interface in org.apache.pekko.persistence.journal.leveldb
-
INTERNAL API.
- LeveldbStore$ - Class in org.apache.pekko.persistence.journal.leveldb
- LeveldbStore$() - Constructor for class org.apache.pekko.persistence.journal.leveldb.LeveldbStore$
- leveldbWriteOptions() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- leveldbWriteOptions() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- levelFor(Class<? extends Logging.LogEvent>) - Static method in class org.apache.pekko.event.Logging
-
Returns the LogLevel associated with the given event class.
- levelFor(Class<? extends Logging.LogEvent>) - Method in class org.apache.pekko.event.Logging$
-
Returns the LogLevel associated with the given event class.
- levelFor(String) - Static method in class org.apache.pekko.event.Logging
- levelFor(String) - Method in class org.apache.pekko.event.Logging$
- levels() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- levels() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- LightArrayRevolverScheduler - Class in org.apache.pekko.actor
-
This scheduler implementation is based on a revolving wheel of buckets, like Netty’s HashedWheelTimer, which it advances at a fixed tick rate and dispatches tasks it finds in the current bucket to their respective ExecutionContexts.
- LightArrayRevolverScheduler(Config, LoggingAdapter, ThreadFactory) - Constructor for class org.apache.pekko.actor.LightArrayRevolverScheduler
- LightArrayRevolverScheduler.TaskHolder - Class in org.apache.pekko.actor
-
INTERNAL API
- LightArrayRevolverScheduler.TimerTask - Interface in org.apache.pekko.actor
-
INTERNAL API
- LightArrayRevolverScheduler$ - Class in org.apache.pekko.actor
- LightArrayRevolverScheduler$() - Constructor for class org.apache.pekko.actor.LightArrayRevolverScheduler$
- limit() - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- limit() - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- limit(int) - Method in class org.apache.pekko.stream.javadsl.Source
-
Ensure stream boundedness by limiting the number of elements from upstream.
- limit(int) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Ensure stream boundedness by limiting the number of elements from upstream.
- limit(long) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Ensure stream boundedness by limiting the number of elements from upstream.
- limit(long) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Ensure stream boundedness by limiting the number of elements from upstream.
- limit(long) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Ensure stream boundedness by limiting the number of elements from upstream.
- limitUpdated(int) - Static method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy
- limitUpdated(int) - Method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy$
- limitWeighted(long, Function<Out, Long>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Ensure stream boundedness by evaluating the cost of incoming elements using a cost function.
- limitWeighted(long, Function<Out, Long>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Ensure stream boundedness by evaluating the cost of incoming elements using a cost function.
- limitWeighted(long, Function<Out, Long>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Ensure stream boundedness by evaluating the cost of incoming elements using a cost function.
- limitWeighted(long, Function<Out, Long>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Ensure stream boundedness by evaluating the cost of incoming elements using a cost function.
- limitWeighted(long, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Ensure stream boundedness by evaluating the cost of incoming elements using a cost function.
- linearIncreasingDelay(Duration, Function1<T, Object>) - Method in class org.apache.pekko.stream.javadsl.DelayStrategy$
-
Strategy with linear increasing delay.
- linearIncreasingDelay(Duration, Function1<T, Object>, Duration) - Method in class org.apache.pekko.stream.javadsl.DelayStrategy$
-
Strategy with linear increasing delay.
- linearIncreasingDelay(Duration, Function1<T, Object>, Duration, Duration) - Method in class org.apache.pekko.stream.javadsl.DelayStrategy$
-
Strategy with linear increasing delay.
- linearIncreasingDelay(FiniteDuration, Function1<T, Object>, FiniteDuration, Duration) - Method in class org.apache.pekko.stream.scaladsl.DelayStrategy$
-
Strategy with linear increasing delay.
- linearIncreasingDelay$default$3() - Method in class org.apache.pekko.stream.scaladsl.DelayStrategy$
- linearIncreasingDelay$default$4() - Method in class org.apache.pekko.stream.scaladsl.DelayStrategy$
- LINENUMBER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- LineNumbers - Class in org.apache.pekko.util
-
This is a minimized byte-code parser that concentrates exclusively on line numbers and source file extraction.
- LineNumbers() - Constructor for class org.apache.pekko.util.LineNumbers
- LineNumbers.NoSourceInfo$ - Class in org.apache.pekko.util
- LineNumbers.Result - Interface in org.apache.pekko.util
- LineNumbers.SourceFile - Class in org.apache.pekko.util
- LineNumbers.SourceFile$ - Class in org.apache.pekko.util
- LineNumbers.SourceFileLines - Class in org.apache.pekko.util
- LineNumbers.SourceFileLines$ - Class in org.apache.pekko.util
- LineNumbers.UnknownSourceFormat - Class in org.apache.pekko.util
- LineNumbers.UnknownSourceFormat$ - Class in org.apache.pekko.util
- LineNumbers$ - Class in org.apache.pekko.util
-
This is a minimized byte-code parser that concentrates exclusively on line numbers and source file extraction.
- LineNumbers$() - Constructor for class org.apache.pekko.util.LineNumbers$
- linkedBlockingQueue() - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- linkedBlockingQueue() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- linkedBlockingQueue(int) - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- linkedBlockingQueue(int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- listen() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- listen() - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- listen() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- listen() - Method in interface org.apache.pekko.remote.transport.Transport
-
Deprecated.Asynchronously attempts to setup the transport layer to listen and accept incoming associations.
- Listen - Class in org.apache.pekko.routing
- Listen(ActorRef) - Constructor for class org.apache.pekko.routing.Listen
- Listen$ - Class in org.apache.pekko.routing
- Listen$() - Constructor for class org.apache.pekko.routing.Listen$
- listenAddress() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- listenAddresses() - Method in class org.apache.pekko.remote.RemotingListenEvent
- ListenAttempt(Address) - Constructor for class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- ListenAttempt$() - Constructor for class org.apache.pekko.remote.transport.TestTransport.ListenAttempt$
-
Deprecated.
- listenBehavior() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.The
pekko.remote.transport.TestTransport.SwitchableLoggedBehaviorfor the listen() method. - listener() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- listener() - Method in class org.apache.pekko.routing.Deafen
- listener() - Method in class org.apache.pekko.routing.Listen
- listenerManagement() - Method in interface org.apache.pekko.routing.Listeners
-
Chain this into the receive function.
- ListenerMessage - Interface in org.apache.pekko.routing
- ListenerRegistered(Transport.AssociationEventListener) - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- ListenerRegistered$() - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered$
-
Deprecated.
- listeners() - Method in class org.apache.pekko.actor.AbstractFSM
- listeners() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- listeners() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- listeners() - Method in interface org.apache.pekko.routing.Listeners
- Listeners - Interface in org.apache.pekko.routing
-
Listeners is a generic trait to implement listening capability on an Actor.
- ListenUnderlying(Address, Future<Transport.AssociationEventListener>) - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- ListenUnderlying$() - Constructor for class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying$
-
Deprecated.
- listing(ServiceKey<T>, Set<ActorRef<T>>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
-
Java API: Sent by the receptionist, available here for easier testing
- listing(ServiceKey<T>, Set<ActorRef<T>>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Java API: Sent by the receptionist, available here for easier testing
- listing(ServiceKey<T>, Set<ActorRef<T>>, Set<ActorRef<T>>, boolean) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
-
Java API: Sent by the receptionist, available here for easier testing
- listing(ServiceKey<T>, Set<ActorRef<T>>, Set<ActorRef<T>>, boolean) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Java API: Sent by the receptionist, available here for easier testing
- Listing() - Method in class org.apache.pekko.actor.typed.receptionist.ServiceKey
-
Accessor for nested Scala object
- Listing$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing$
- Listing$() - Constructor for class org.apache.pekko.actor.typed.receptionist.Receptionist.Listing$
- Listing$() - Constructor for class org.apache.pekko.actor.typed.receptionist.ServiceKey.Listing$
- LmdbDurableStore - Class in org.apache.pekko.cluster.ddata
- LmdbDurableStore(Config) - Constructor for class org.apache.pekko.cluster.ddata.LmdbDurableStore
- LmdbDurableStore$ - Class in org.apache.pekko.cluster.ddata
- LmdbDurableStore$() - Constructor for class org.apache.pekko.cluster.ddata.LmdbDurableStore$
- LNil() - Static method in class org.apache.pekko.actor.typed.internal.SystemMessageList
- LNil() - Method in class org.apache.pekko.actor.typed.internal.SystemMessageList$
- LNil() - Static method in class org.apache.pekko.dispatch.sysmsg.SystemMessageList
- LNil() - Method in class org.apache.pekko.dispatch.sysmsg.SystemMessageList$
- load() - Method in class org.apache.pekko.cluster.ddata.Replicator
- load(String, Config, ActorSystem) - Static method in class org.apache.pekko.remote.FailureDetectorLoader
-
Loads and instantiates a given
FailureDetectorimplementation. - load(String, Config, ActorSystem) - Method in class org.apache.pekko.remote.FailureDetectorLoader$
-
Loads and instantiates a given
FailureDetectorimplementation. - load(String, ActorSystem) - Static method in class org.apache.pekko.cluster.DowningProvider
- load(String, ActorSystem) - Method in class org.apache.pekko.cluster.DowningProvider$
- load(ClassicActorSystemProvider, String, T, ClassTag<T>) - Static method in class org.apache.pekko.util.FlightRecorderLoader
- load(ClassicActorSystemProvider, String, T, ClassTag<T>) - Method in class org.apache.pekko.util.FlightRecorderLoader$
- load(PEMDecoder.DERData) - Static method in class org.apache.pekko.pki.pem.DERPrivateKeyLoader
-
Converts the DER payload in
PEMDecoder.DERDatainto aPrivateKey. - load(PEMDecoder.DERData) - Method in class org.apache.pekko.pki.pem.DERPrivateKeyLoader$
-
Converts the DER payload in
PEMDecoder.DERDatainto aPrivateKey. - LoadAll$() - Constructor for class org.apache.pekko.cluster.ddata.DurableStore.LoadAll$
- LoadAllCompleted$() - Constructor for class org.apache.pekko.cluster.ddata.DurableStore.LoadAllCompleted$
- loadAsync(String, SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- loadAsync(String, SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- loadAsync(String, SnapshotSelectionCriteria) - Method in interface org.apache.pekko.persistence.snapshot.SnapshotStore
-
Plugin API: asynchronously loads a snapshot.
- loadAsync(String, SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- LoadData(Map<String, DurableStore.DurableDataEnvelope>) - Constructor for class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- LoadData$() - Constructor for class org.apache.pekko.cluster.ddata.DurableStore.LoadData$
- loadEnvelope(String, long) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.LoadEventQuery
-
Load a single event on demand.
- loadEnvelope(String, long) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.LoadEventQuery
-
Load a single event on demand.
- loader() - Method in class org.apache.pekko.actor.TypedProps
- LoadEventQuery - Interface in org.apache.pekko.persistence.query.typed.javadsl
-
EventsBySliceQuerythat is using a timestamp based offset should also implement this query. - LoadEventQuery - Interface in org.apache.pekko.persistence.query.typed.scaladsl
-
EventsBySliceQuerythat is using a timestamp based offset should also implement this query. - loadExtensions() - Method in interface org.apache.pekko.actor.typed.internal.ExtensionsImpl
-
Hook for ActorSystem to load extensions on startup
- loadExtensionsFor(String, boolean) - Method in interface org.apache.pekko.actor.typed.internal.ExtensionsImpl
- LoadFailed(String) - Constructor for exception org.apache.pekko.cluster.ddata.DurableStore.LoadFailed
- LoadFailed(String, Throwable) - Constructor for exception org.apache.pekko.cluster.ddata.DurableStore.LoadFailed
- loadKeystore(String, String) - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
-
Subclass may override to customize loading of
KeyStore - loadKeystore(String, String) - Method in class org.apache.pekko.remote.transport.netty.ConfigSSLEngineProvider
-
Deprecated.Subclass may override to customize loading of
KeyStore - LoadMetrics - Interface in org.apache.pekko.dispatch
-
INTERNAL API
- loadServiceDiscovery(String) - Method in class org.apache.pekko.discovery.Discovery
-
Create a
ServiceDiscoveryfrom configuration property. - loadSnapshot(String, SnapshotSelectionCriteria, long) - Method in interface org.apache.pekko.persistence.Snapshotter
-
Instructs the snapshot store to load the specified snapshot and send it via an
SnapshotOfferto the runningPersistentActor. - loadSnapshot(SnapshotSelectionCriteria, long) - Method in interface org.apache.pekko.persistence.typed.internal.SnapshotInteractions
-
Instructs the snapshot store to load the specified snapshot and send it via an
SnapshotOfferto the runningPersistentActor. - LoadSnapshot(String, SnapshotSelectionCriteria, long) - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- LoadSnapshot$() - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot$
- LoadSnapshotFailed(Throwable) - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- LoadSnapshotFailed$() - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed$
- LoadSnapshotResult(Option<SelectedSnapshot>, long) - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- LoadSnapshotResult$() - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult$
- LoadState(ActorRef<DurableProducerQueue.State<A>>) - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- LoadState$() - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState$
- local() - Static method in class org.apache.pekko.actor.Deploy
- local() - Method in class org.apache.pekko.actor.Deploy$
- local() - Static method in class org.apache.pekko.actor.ProviderSelection
- local() - Method in class org.apache.pekko.actor.ProviderSelection$
- local() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterConfigBase
- local() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- local() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- local() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- LOCAL_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- Local$() - Constructor for class org.apache.pekko.actor.ProviderSelection.Local$
- LocalActorRefProvider$ - Class in org.apache.pekko.actor
- LocalActorRefProvider$() - Constructor for class org.apache.pekko.actor.LocalActorRefProvider$
- localAddress() - Method in class org.apache.pekko.io.Tcp.Bind
- localAddress() - Method in class org.apache.pekko.io.Tcp.Bound
- localAddress() - Method in class org.apache.pekko.io.Tcp.Connect
- localAddress() - Method in class org.apache.pekko.io.Tcp.Connected
- localAddress() - Method in class org.apache.pekko.io.Udp.Bind
- localAddress() - Method in class org.apache.pekko.io.Udp.Bound
- localAddress() - Method in class org.apache.pekko.io.UdpConnected.Connect
- localAddress() - Method in interface org.apache.pekko.remote.artery.InboundContext
-
The local inbound address.
- localAddress() - Method in interface org.apache.pekko.remote.artery.OutboundContext
-
The local inbound address.
- localAddress() - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- localAddress() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- localAddress() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- localAddress() - Method in interface org.apache.pekko.remote.AssociationEvent
-
Deprecated.
- localAddress() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- localAddress() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- localAddress() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapterHandle
-
Deprecated.
- localAddress() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- localAddress() - Method in interface org.apache.pekko.remote.transport.AssociationHandle
-
Deprecated.Address of the local endpoint.
- localAddress() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- localAddress() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- localAddress() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- localAddress() - Method in class org.apache.pekko.stream.javadsl.Tcp.IncomingConnection
-
The local address this connection is bound to.
- localAddress() - Method in class org.apache.pekko.stream.javadsl.Tcp.OutgoingConnection
-
The local address of the endpoint bound by the materialization of the connection materialization.
- localAddress() - Method in class org.apache.pekko.stream.javadsl.Tcp.ServerBinding
-
The local address of the endpoint bound by the materialization of the
connectionsSource. - localAddress() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- localAddress() - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- localAddress() - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- localAddress_$eq(Address) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- localAddressForRemote(Map<String, Set<Tuple2<org.apache.pekko.remote.transport.PekkoProtocolTransport, Address>>>, Address) - Method in class org.apache.pekko.remote.Remoting$
- localAffinity() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- localAffinity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- LOCALAFFINITY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- localAskTimeout() - Static method in class org.apache.pekko.cluster.ddata.typed.internal.ReplicatorBehavior
- localAskTimeout() - Method in class org.apache.pekko.cluster.ddata.typed.internal.ReplicatorBehavior$
- localCertificates() - Method in interface org.apache.pekko.stream.scaladsl.ScalaSessionAPI
-
Scala API: Extract the certificates that were actually used by this engine during this session’s negotiation.
- localPrincipal() - Method in interface org.apache.pekko.stream.scaladsl.ScalaSessionAPI
-
Scala API: Extract the Principal that was actually used by this engine during this session’s negotiation.
- LocalReceptionist$ - Class in org.apache.pekko.actor.typed.internal.receptionist
-
INTERNAL API
- LocalReceptionist$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.LocalReceptionist$
- LocalRef - Interface in org.apache.pekko.actor
-
Refs which are statically known to be local inherit from this Scope
- LocalScope - Class in org.apache.pekko.actor
- LocalScope() - Constructor for class org.apache.pekko.actor.LocalScope
- LocalScope$ - Class in org.apache.pekko.actor
-
The Local Scope is the default one, which is assumed on all deployments which do not set a different scope.
- LocalScope$() - Constructor for class org.apache.pekko.actor.LocalScope$
- localSubscriberCount() - Method in interface org.apache.pekko.actor.typed.pubsub.Topic.TopicStats
- locationName() - Method in class org.apache.pekko.stream.Attributes.SourceLocation
- locations() - Method in class org.apache.pekko.cluster.sharding.external.ShardLocations
- lock() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- locked(Function0<T>) - Method in class org.apache.pekko.util.Switch
-
Executes the given code while holding this switch’s lock, i.e.
- log() - Method in interface org.apache.pekko.actor.ActorLogging
- log() - Method in class org.apache.pekko.actor.ActorSystem
-
Convenient logging adapter for logging to the
ActorSystem.eventStream(). - log() - Method in interface org.apache.pekko.actor.DiagnosticActorLogging
- log() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
A
Loggerthat can be used to emit log messages without specifying a more detailed source. - log() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- log() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
An actor specific logger.
- log() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- log() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- log() - Method in interface org.apache.pekko.event.jul.JavaLogging
-
Deprecated.
- log() - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- log() - Method in interface org.apache.pekko.event.slf4j.SLF4JLogging
- log() - Method in interface org.apache.pekko.persistence.Eventsourced
- log() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- log() - Method in class org.apache.pekko.remote.artery.tcp.ssl.RotatingKeysSSLEngineProvider
- log() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- log() - Method in class org.apache.pekko.remote.transport.netty.ConfigSSLEngineProvider
-
Deprecated.
- log() - Method in interface org.apache.pekko.remote.transport.netty.TcpHandlers
- log() - Method in class org.apache.pekko.serialization.Serialization
- log() - Method in interface org.apache.pekko.stream.stage.StageLogging
- log() - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- log(String) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.log. - log(String) - Method in class org.apache.pekko.stream.javadsl.Source
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.log. - log(String) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.log. - log(String, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.Source
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.log. - log(String, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.log. - log(String, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.log. - log(String, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, Function<Out, Object>, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, Function<Out, Object>, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.log. - log(String, Function<Out, Object>, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.Source
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, Function<Out, Object>, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.log. - log(String, Function<Out, Object>, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, Function<Out, Object>, LoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, Function1<Out, Object>, LoggingAdapter) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Logs elements flowing through the stream as well as completion and erroring.
- log(String, Function1<Out, Object>, LoggingAdapter) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.log. - log(Level, Throwable, Logging.LogEvent) - Method in class org.apache.pekko.event.jul.JavaLogger
-
Deprecated.
- log(TypedActorContext<?>, Throwable) - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- log(TypedActorContext<?>, Throwable, int) - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- log(Logging.LogLevel, String) - Method in interface org.apache.pekko.event.LoggingAdapter
- log(Logging.LogLevel, String) - Static method in class org.apache.pekko.event.NoLogging
- log(Logging.LogLevel, String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- log(Logging.LogLevel, String, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- log(Logging.LogLevel, String, Object) - Static method in class org.apache.pekko.event.NoLogging
- log(Logging.LogLevel, String, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- log(Logging.LogLevel, String, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- log(Logging.LogLevel, String, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- log(Logging.LogLevel, String, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- log(Logging.LogLevel, String, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- log(Logging.LogLevel, String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- log(Logging.LogLevel, String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- log(Logging.LogLevel, String, Object, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- log(Logging.LogLevel, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- log(Logging.LogLevel, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- log(LogMarker, Logging.LogLevel, String) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Log message at the specified log level.
- log(LogMarker, Logging.LogLevel, String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- log$default$2() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- log$default$2() - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
- log$default$3(String, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- log$default$3(String, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
- logActivity(TestTransport.Activity) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Logs a transport activity.
- LogbackUtil - Class in org.apache.pekko.actor.testkit.typed.internal
-
INTERNAL API
- LogbackUtil() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.LogbackUtil
- LogbackUtil$ - Class in org.apache.pekko.actor.testkit.typed.internal
-
INTERNAL API
- LogbackUtil$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.LogbackUtil$
- LogBufferSizeExceeding() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- LogCapturing - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
JUnit
TestRuleto make log lines appear only when the test failed. - LogCapturing - Interface in org.apache.pekko.actor.testkit.typed.scaladsl
-
Mixin this trait to a ScalaTest test to make log lines appear only when the test failed.
- LogCapturing() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.LogCapturing
- LogCapturingExtension - Class in org.apache.pekko.actor.testkit.typed.javadsl
- LogCapturingExtension() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.LogCapturingExtension
- logClass() - Method in class org.apache.pekko.event.BusLogging
- logClass() - Method in class org.apache.pekko.event.DiagnosticMarkerBusLoggingAdapter
- logClass() - Method in class org.apache.pekko.event.Logging.Debug
- logClass() - Method in class org.apache.pekko.event.Logging.Error
- logClass() - Method in class org.apache.pekko.event.Logging.Info
- logClass() - Method in interface org.apache.pekko.event.Logging.LogEvent
- logClass() - Method in class org.apache.pekko.event.Logging.Warning
- logClass() - Method in class org.apache.pekko.event.MarkerLoggingAdapter
- logClass() - Static method in class org.apache.pekko.event.NoMarkerLogging
- LogConfigOnStart() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- logConfiguration() - Method in class org.apache.pekko.actor.ActorSystem
-
Log the configuration.
- logConfiguration() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Log the configuration.
- logDataSizeExceeding() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- LogDeadLetters() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- LogDeadLettersDuringShutdown() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- LogDeadLettersSuspendDuration() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- logDepth() - Method in interface org.apache.pekko.actor.LoggingFSM
- logDepth() - Method in interface org.apache.pekko.persistence.fsm.LoggingPersistentFSM
-
Deprecated.
- logEntries() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Returns all the
CapturedLogEventissued by this behavior(s) - LogEntry(S, D, Object) - Constructor for class org.apache.pekko.actor.FSM.LogEntry
- LogEntry(S, D, Object) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- LogEntry$() - Constructor for class org.apache.pekko.actor.FSM.LogEntry$
- LogEntry$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry$
-
Deprecated.
- logErrors(LoggingAdapter, long) - Method in class org.apache.pekko.remote.artery.aeron.AeronErrorLog
- LogEvent$() - Constructor for class org.apache.pekko.event.Logging.LogEvent$
- LogEventException(Logging.LogEvent, Throwable) - Constructor for class org.apache.pekko.event.Logging.LogEventException
- LogExt$() - Constructor for class org.apache.pekko.event.Logging.LogExt$
- logFailure(ActorContext, ActorRef, Throwable, SupervisorStrategy.Directive) - Method in class org.apache.pekko.actor.SupervisorStrategy
-
Default logging of actor failures when
pekko.actor.SupervisorStrategy#loggingEnabledistrue. - logFilter() - Method in class org.apache.pekko.actor.ExtendedActorSystem
-
Filter of log events that is used by the LoggingAdapter before publishing log events to the eventStream
- LogFrameSizeExceeding() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- logger() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- logger() - Method in class org.apache.pekko.actor.typed.LogOptions
- Logger - Class in org.apache.pekko.event.jul
-
Deprecated.Use SLF4J or direct java.util.logging instead. Since Akka 2.6.0.
- Logger - Class in org.apache.pekko.event.slf4j
-
Logger is a factory for obtaining SLF4J-Loggers
- Logger() - Constructor for class org.apache.pekko.event.jul.Logger
-
Deprecated.
- Logger() - Constructor for class org.apache.pekko.event.slf4j.Logger
- Logger$ - Class in org.apache.pekko.event.jul
-
Deprecated.Use SLF4J or direct java.util.logging instead. Since Akka 2.6.0.
- Logger$ - Class in org.apache.pekko.event.slf4j
-
Logger is a factory for obtaining SLF4J-Loggers
- Logger$() - Constructor for class org.apache.pekko.event.jul.Logger$
-
Deprecated.
- Logger$() - Constructor for class org.apache.pekko.event.slf4j.Logger$
- LoggerClass - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- LoggerClass() - Constructor for class org.apache.pekko.actor.typed.internal.LoggerClass
- LoggerClass$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- LoggerClass$() - Constructor for class org.apache.pekko.actor.typed.internal.LoggerClass$
- LoggerException() - Constructor for exception org.apache.pekko.event.Logging.LoggerException
- LoggerInitializationException(String) - Constructor for exception org.apache.pekko.event.Logging.LoggerInitializationException
- loggerInitialized() - Static method in class org.apache.pekko.event.Logging
- loggerInitialized() - Method in class org.apache.pekko.event.Logging$
- LoggerInitialized() - Constructor for class org.apache.pekko.event.Logging.LoggerInitialized
- LoggerInitialized$() - Constructor for class org.apache.pekko.event.Logging.LoggerInitialized$
- LoggerMessageQueueSemantics - Interface in org.apache.pekko.event
- loggerName() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- loggerNameOrRoot(String) - Static method in class org.apache.pekko.actor.testkit.typed.internal.LogbackUtil
- loggerNameOrRoot(String) - Method in class org.apache.pekko.actor.testkit.typed.internal.LogbackUtil$
- Loggers() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- loggers_$eq(Seq<ActorRef>) - Method in interface org.apache.pekko.event.LoggingBus
- LoggersDispatcher() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- LoggerStartTimeout() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- Logging - Class in org.apache.pekko.event
- Logging() - Constructor for class org.apache.pekko.event.Logging
- Logging.Debug - Class in org.apache.pekko.event
- Logging.Debug$ - Class in org.apache.pekko.event
- Logging.Debug2 - Class in org.apache.pekko.event
- Logging.Debug3 - Class in org.apache.pekko.event
- Logging.DefaultLogger - Class in org.apache.pekko.event
- Logging.Error - Class in org.apache.pekko.event
- Logging.Error$ - Class in org.apache.pekko.event
- Logging.Error$.NoCause$ - Class in org.apache.pekko.event
- Logging.Error2 - Class in org.apache.pekko.event
- Logging.Error2$ - Class in org.apache.pekko.event
- Logging.Error3 - Class in org.apache.pekko.event
- Logging.Info - Class in org.apache.pekko.event
- Logging.Info$ - Class in org.apache.pekko.event
- Logging.Info2 - Class in org.apache.pekko.event
- Logging.Info3 - Class in org.apache.pekko.event
- Logging.InitializeLogger - Class in org.apache.pekko.event
- Logging.InitializeLogger$ - Class in org.apache.pekko.event
- Logging.LogEvent - Interface in org.apache.pekko.event
- Logging.LogEvent$ - Class in org.apache.pekko.event
- Logging.LogEventException - Class in org.apache.pekko.event
- Logging.LogEventWithCause - Interface in org.apache.pekko.event
- Logging.LogEventWithMarker - Interface in org.apache.pekko.event
- Logging.LogExt$ - Class in org.apache.pekko.event
- Logging.LoggerException - Exception in org.apache.pekko.event
-
Artificial exception injected into Error events if no Throwable is supplied; used for getting a stack dump of error locations.
- Logging.LoggerInitializationException - Exception in org.apache.pekko.event
- Logging.LoggerInitialized - Class in org.apache.pekko.event
- Logging.LoggerInitialized$ - Class in org.apache.pekko.event
- Logging.LogLevel - Class in org.apache.pekko.event
- Logging.LogLevel$ - Class in org.apache.pekko.event
- Logging.StandardOutLogger - Class in org.apache.pekko.event
- Logging.StdOutLogger - Interface in org.apache.pekko.event
- Logging.StdOutLogger$ - Class in org.apache.pekko.event
- Logging.Warning - Class in org.apache.pekko.event
- Logging.Warning$ - Class in org.apache.pekko.event
- Logging.Warning2 - Class in org.apache.pekko.event
- Logging.Warning3 - Class in org.apache.pekko.event
- Logging.Warning4 - Class in org.apache.pekko.event
- Logging$ - Class in org.apache.pekko.event
- Logging$() - Constructor for class org.apache.pekko.event.Logging$
- LoggingAdapter - Interface in org.apache.pekko.event
- LoggingBus - Interface in org.apache.pekko.event
-
This trait brings log level handling to the EventStream: it reads the log levels for the initial logging (StandardOutLogger) and the loggers & level for after-init logging, possibly keeping the StandardOutLogger enabled if it is part of the configured loggers.
- loggingContext() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- LoggingContext(Logger, String, String, String, String, boolean) - Constructor for class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- LoggingContext$() - Constructor for class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext$
- loggingEnabled() - Method in class org.apache.pekko.actor.AllForOneStrategy
- loggingEnabled() - Method in class org.apache.pekko.actor.OneForOneStrategy
- loggingEnabled() - Method in class org.apache.pekko.actor.SupervisorStrategy
-
Logging of actor failures is done when this is
true. - loggingEnabled() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy
- loggingEnabled() - Method in interface org.apache.pekko.actor.typed.SupervisorStrategy.RestartOrBackoff
- LoggingEvent - Class in org.apache.pekko.actor.testkit.typed
- LoggingEvent(Level, String, String, String, long, Option<Marker>, Option<Throwable>, Map<String, String>) - Constructor for class org.apache.pekko.actor.testkit.typed.LoggingEvent
- LoggingEvent$ - Class in org.apache.pekko.actor.testkit.typed
- LoggingEvent$() - Constructor for class org.apache.pekko.actor.testkit.typed.LoggingEvent$
- LoggingFilter - Interface in org.apache.pekko.event
- LoggingFilter() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- loggingFilterWithMarker() - Method in class org.apache.pekko.event.MarkerLoggingAdapter
- loggingFilterWithMarker() - Static method in class org.apache.pekko.event.NoMarkerLogging
- LoggingFilterWithMarker - Interface in org.apache.pekko.event
- LoggingFilterWithMarker$ - Class in org.apache.pekko.event
- LoggingFilterWithMarker$() - Constructor for class org.apache.pekko.event.LoggingFilterWithMarker$
- LoggingFilterWithMarkerWrapper - Class in org.apache.pekko.event
- LoggingFilterWithMarkerWrapper(LoggingFilter) - Constructor for class org.apache.pekko.event.LoggingFilterWithMarkerWrapper
- LoggingFSM<S,D> - Interface in org.apache.pekko.actor
-
Stackable trait for
pekko.actor.FSMwhich adds a rolling event log and debug logging capabilities (analogous topekko.event.LoggingReceive). - LoggingPersistentFSM<S,D,E> - Interface in org.apache.pekko.persistence.fsm
-
Deprecated.Use EventSourcedBehavior. Since Akka 2.6.0.
- LoggingReceive - Class in org.apache.pekko.event
-
This decorator adds invocation logging to a Receive function.
- LoggingReceive(Option<Object>, PartialFunction<Object, BoxedUnit>, ActorContext) - Constructor for class org.apache.pekko.event.LoggingReceive
- LoggingReceive(Option<Object>, PartialFunction<Object, BoxedUnit>, Option<String>, ActorContext) - Constructor for class org.apache.pekko.event.LoggingReceive
- LoggingReceive(Option<Object>, PartialFunction<Object, BoxedUnit>, Option<String>, Logging.LogLevel, ActorContext) - Constructor for class org.apache.pekko.event.LoggingReceive
- LoggingReceive$ - Class in org.apache.pekko.event
- LoggingReceive$() - Constructor for class org.apache.pekko.event.LoggingReceive$
- LoggingTestKit - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Facilities for verifying logs.
- LoggingTestKit - Interface in org.apache.pekko.actor.testkit.typed.scaladsl
-
Facilities for verifying logs.
- LoggingTestKit() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
- LoggingTestKit$ - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Facilities for selectively matching log messages.
- LoggingTestKit$ - Class in org.apache.pekko.actor.testkit.typed.scaladsl
-
Facilities for selectively matching expected events from logging.
- LoggingTestKit$() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
- LoggingTestKit$() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
- LoggingTestKitImpl$ - Class in org.apache.pekko.actor.testkit.typed.internal
-
INTERNAL API
- LoggingTestKitImpl$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl$
- logic() - Method in class org.apache.pekko.routing.Router
- logics() - Method in interface org.apache.pekko.stream.snapshot.InterpreterSnapshot
- logics() - Method in interface org.apache.pekko.stream.snapshot.RunningInterpreter
-
Each of the materialized graph stage logics running inside the interpreter
- LogicSnapshot - Interface in org.apache.pekko.stream.snapshot
-
Not for user extension
- LogicSnapshotImpl$ - Class in org.apache.pekko.stream.snapshot
- LogicSnapshotImpl$() - Constructor for class org.apache.pekko.stream.snapshot.LogicSnapshotImpl$
- logInfo(String) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- logInfo(String, Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- logInfo(String, Object, Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- logInfo(String, Object, Object, Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- logInfo(LogMarker, String) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- logInfo(LogMarker, String, Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- logInfo(LogMarker, String, Object, Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- LogInfo() - Method in class org.apache.pekko.cluster.ClusterSettings
- LogInfoVerbose() - Method in class org.apache.pekko.cluster.ClusterSettings
- logLevel() - Method in interface org.apache.pekko.actor.SupervisorStrategy.Directive
-
INTERNAL API
- logLevel() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy
- logLevel() - Method in interface org.apache.pekko.event.LoggingBus
-
Query currently set log level.
- logLevel() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- logLevel() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- logLevel() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- logLevel() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- logLevel() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- logLevel() - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- logLevel() - Method in interface org.apache.pekko.remote.RemotingLifecycleEvent
-
Deprecated.
- logLevel() - Method in class org.apache.pekko.remote.RemotingListenEvent
- logLevel() - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- logLevel() - Method in class org.apache.pekko.remote.RemotingShutdownEvent$
-
Deprecated.
- logLevel() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- logLevel() - Method in class org.apache.pekko.stream.RestartSettings.LogSettings
- LogLevel(int) - Constructor for class org.apache.pekko.event.Logging.LogLevel
- LogLevel() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- LogLevel$() - Constructor for class org.apache.pekko.event.Logging.LogLevel$
- logLevelDebug() - Static method in class org.apache.pekko.stream.Attributes
-
Java API: Use to enable logging at DEBUG level for certain operations when configuring
Attributes.createLogLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - logLevelDebug() - Method in class org.apache.pekko.stream.Attributes$
-
Java API: Use to enable logging at DEBUG level for certain operations when configuring
Attributes.createLogLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - logLevelError() - Static method in class org.apache.pekko.stream.Attributes
-
Java API: Use to enable logging at ERROR level for certain operations when configuring
Attributes.createLogLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - logLevelError() - Method in class org.apache.pekko.stream.Attributes$
-
Java API: Use to enable logging at ERROR level for certain operations when configuring
Attributes.createLogLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - logLevelInfo() - Static method in class org.apache.pekko.stream.Attributes
-
Java API: Use to enable logging at INFO level for certain operations when configuring
Attributes.createLogLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - logLevelInfo() - Method in class org.apache.pekko.stream.Attributes$
-
Java API: Use to enable logging at INFO level for certain operations when configuring
Attributes.createLogLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - logLevelOff() - Static method in class org.apache.pekko.stream.Attributes
-
Java API: Use to disable logging on certain operations when configuring
Attributes.createLogLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - logLevelOff() - Method in class org.apache.pekko.stream.Attributes$
-
Java API: Use to disable logging on certain operations when configuring
Attributes.createLogLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - logLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Configures
log()operator log-levels to be used when logging. - logLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Configures
log()operator log-levels to be used when logging. - logLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Static method in class org.apache.pekko.stream.Attributes
-
Configures
log()operator log-levels to be used when logging. - logLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Method in class org.apache.pekko.stream.Attributes$
-
Configures
log()operator log-levels to be used when logging. - LogLevels(Logging.LogLevel, Logging.LogLevel, Logging.LogLevel) - Constructor for class org.apache.pekko.stream.Attributes.LogLevels
- LogLevels$() - Constructor for class org.apache.pekko.stream.Attributes.LogLevels$
- logLevels$default$1() - Static method in class org.apache.pekko.stream.ActorAttributes
- logLevels$default$1() - Method in class org.apache.pekko.stream.ActorAttributes$
- logLevels$default$1() - Static method in class org.apache.pekko.stream.Attributes
- logLevels$default$1() - Method in class org.apache.pekko.stream.Attributes$
- logLevels$default$2() - Static method in class org.apache.pekko.stream.ActorAttributes
- logLevels$default$2() - Method in class org.apache.pekko.stream.ActorAttributes$
- logLevels$default$2() - Static method in class org.apache.pekko.stream.Attributes
- logLevels$default$2() - Method in class org.apache.pekko.stream.Attributes$
- logLevels$default$3() - Static method in class org.apache.pekko.stream.ActorAttributes
- logLevels$default$3() - Method in class org.apache.pekko.stream.ActorAttributes$
- logLevels$default$3() - Static method in class org.apache.pekko.stream.Attributes
- logLevels$default$3() - Method in class org.apache.pekko.stream.Attributes$
- logLevelWarning() - Static method in class org.apache.pekko.stream.Attributes
-
Java API: Use to enable logging at WARNING level for certain operations when configuring
Attributes.createLogLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - logLevelWarning() - Method in class org.apache.pekko.stream.Attributes$
-
Java API: Use to enable logging at WARNING level for certain operations when configuring
Attributes.createLogLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - LogMarker - Class in org.apache.pekko.event
-
DO NOT INHERIT: Class is open only for use by pekko-slf4j
- LogMarker(String) - Constructor for class org.apache.pekko.event.LogMarker
- LogMarker(String, Map<String, Object>) - Constructor for class org.apache.pekko.event.LogMarker
- LogMarker.Properties$ - Class in org.apache.pekko.event
-
INTERNAL API
- LogMarker$ - Class in org.apache.pekko.event
- LogMarker$() - Constructor for class org.apache.pekko.event.LogMarker$
- logMessage(LogService, Logging.LogEvent) - Method in class org.apache.pekko.osgi.DefaultOSGiLogger
-
Logs a message in an OSGi LogService
- logMessages(Behavior<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Behavior decorator that logs all messages to the
pekko.actor.typed.Behaviorusing the providedpekko.actor.typed.LogOptionsdefault configuration before invoking the wrapped behavior. - logMessages(Behavior<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Behavior decorator that logs all messages to the
pekko.actor.typed.Behaviorusing the providedpekko.actor.typed.LogOptionsdefault configuration before invoking the wrapped behavior. - logMessages(Behavior<T>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Behavior decorator that logs all messages to the
pekko.actor.typed.Behaviorusing the providedpekko.actor.typed.LogOptionsdefault configuration before invoking the wrapped behavior. - logMessages(Behavior<T>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Behavior decorator that logs all messages to the
pekko.actor.typed.Behaviorusing the providedpekko.actor.typed.LogOptionsdefault configuration before invoking the wrapped behavior. - logMessages(LogOptions, Behavior<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Behavior decorator that logs all messages to the
pekko.actor.typed.Behaviorusing the providedpekko.actor.typed.LogOptionsconfiguration before invoking the wrapped behavior. - logMessages(LogOptions, Behavior<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Behavior decorator that logs all messages to the
pekko.actor.typed.Behaviorusing the providedpekko.actor.typed.LogOptionsconfiguration before invoking the wrapped behavior. - logMessages(LogOptions, Behavior<T>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Behavior decorator that logs all messages to the
pekko.actor.typed.Behaviorusing the providedpekko.actor.typed.LogOptionsconfiguration before invoking the wrapped behavior. - logMessages(LogOptions, Behavior<T>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Behavior decorator that logs all messages to the
pekko.actor.typed.Behaviorusing the providedpekko.actor.typed.LogOptionsconfiguration before invoking the wrapped behavior. - LogMessagesInterceptor$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- LogMessagesInterceptor$() - Constructor for class org.apache.pekko.actor.typed.internal.LogMessagesInterceptor$
- LogOptions - Class in org.apache.pekko.actor.typed
-
Logging options when using
Behaviors.logMessages. - LogOptions() - Constructor for class org.apache.pekko.actor.typed.LogOptions
- LogOptions.LogOptionsImpl$ - Class in org.apache.pekko.actor.typed
- LogOptions$ - Class in org.apache.pekko.actor.typed
-
Factories for log options
- LogOptions$() - Constructor for class org.apache.pekko.actor.typed.LogOptions$
- LogOptionsImpl$() - Constructor for class org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl$
- logPayloadBytes(Object, int) - Method in interface org.apache.pekko.remote.RemoteMetrics
-
Logging of the size of different message types.
- LogReceive() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- LogSend() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- logSettings() - Method in class org.apache.pekko.stream.RestartSettings
- LogSettings(Logging.LogLevel, Logging.LogLevel, int) - Constructor for class org.apache.pekko.stream.RestartSettings.LogSettings
- LogSettings$() - Constructor for class org.apache.pekko.stream.RestartSettings.LogSettings$
- logSnapshot() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Takes a thread-safe snapshot of the current state of the activity log.
- logSource() - Method in class org.apache.pekko.event.BusLogging
- logSource() - Method in class org.apache.pekko.event.DiagnosticMarkerBusLoggingAdapter
- logSource() - Method in class org.apache.pekko.event.Logging.Debug
- logSource() - Method in class org.apache.pekko.event.Logging.Error
- logSource() - Method in class org.apache.pekko.event.Logging.Info
- logSource() - Method in interface org.apache.pekko.event.Logging.LogEvent
- logSource() - Method in class org.apache.pekko.event.Logging.Warning
- logSource() - Method in class org.apache.pekko.event.MarkerLoggingAdapter
- logSource() - Static method in class org.apache.pekko.event.NoMarkerLogging
- logSource() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- logSource() - Method in interface org.apache.pekko.stream.stage.StageLogging
-
Override to customise reported log source
- LogSource<T> - Interface in org.apache.pekko.event
- LogSource$ - Class in org.apache.pekko.event
- LogSource$() - Constructor for class org.apache.pekko.event.LogSource$
- logStashMessage(InternalProtocol, StashBuffer<InternalProtocol>) - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
- logStashMessage(InternalProtocol, StashBuffer<InternalProtocol>) - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
- logTermination(FSM.Reason) - Method in interface org.apache.pekko.actor.FSM
-
By default
pekko.actor.FSM.Failureis logged at error level and other reason types are not logged. - logTermination(PersistentFSM.Reason) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.By default
PersistentFSM.Failureis logged at error level and other reason types are not logged. - logUnstashAll() - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
- logUnstashAll() - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
- logUnstashMessage(StashBuffer<InternalProtocol>) - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
- logUnstashMessage(StashBuffer<InternalProtocol>) - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
- logWithMarker(String, Function<Out, LogMarker>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.Source
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, Function<Out, Object>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, Function<Out, Object>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.Source
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, Function<Out, Object>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function<Out, LogMarker>, Function<Out, Object>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function2<Out, Ctx, LogMarker>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.logWithMarker. - logWithMarker(String, Function2<Out, Ctx, LogMarker>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.logWithMarker. - logWithMarker(String, Function2<Out, Ctx, LogMarker>, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.logWithMarker., - logWithMarker(String, Function2<Out, Ctx, LogMarker>, Function<Out, Object>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.logWithMarker. - logWithMarker(String, Function2<Out, CtxOut, LogMarker>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.logWithMarker. - logWithMarker(String, Function2<Out, CtxOut, LogMarker>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.logWithMarker. - logWithMarker(String, Function2<Out, CtxOut, LogMarker>, Function<Out, Object>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.logWithMarker. - logWithMarker(String, Function2<Out, CtxOut, LogMarker>, Function<Out, Object>, MarkerLoggingAdapter) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.logWithMarker. - logWithMarker(String, Function1<Out, LogMarker>, Function1<Out, Object>, MarkerLoggingAdapter) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Logs elements flowing through the stream as well as completion and erroring.
- logWithMarker(String, Function2<Out, Ctx, LogMarker>, Function1<Out, Object>, MarkerLoggingAdapter) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.logWithMarker. - logWithMarker$default$3() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- logWithMarker$default$3() - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
- logWithMarker$default$4(String, Function1<Out, LogMarker>, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- logWithMarker$default$4(String, Function2<Out, Ctx, LogMarker>, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
- Long - org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Long = 4; - Long_VALUE - Static variable in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Long = 4; - longAddressUid() - Method in class org.apache.pekko.remote.AddressUidExtension
- LONGELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- LONGELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- LONGELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- LONGKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- LONGKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- LONGKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- LONGKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- LONGKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- LongSerializer - Class in org.apache.pekko.remote.serialization
-
Deprecated.Moved to org.apache.pekko.serialization.LongSerializer in pekko-actor. Since Akka 2.6.0.
- LongSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.serialization.LongSerializer
-
Deprecated.
- longUid() - Method in class org.apache.pekko.cluster.UniqueAddress
- longUid() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- LongValue() - Static method in class org.apache.pekko.cluster.ddata.EstimatedSize
- LongValue() - Method in class org.apache.pekko.cluster.ddata.EstimatedSize$
- lookup() - Static method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- lookup() - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig$
-
Deprecated.
- lookup() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- lookup() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- lookup() - Method in interface org.apache.pekko.actor.ExtensionIdProvider
-
Returns the canonical ExtensionId for this Extension
- lookup() - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.
- lookup() - Method in class org.apache.pekko.actor.TypedActor$
-
Deprecated.
- lookup() - Static method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.
- lookup() - Method in class org.apache.pekko.cluster.client.ClusterClientReceptionist$
-
Deprecated.
- lookup() - Static method in class org.apache.pekko.cluster.Cluster
- lookup() - Method in class org.apache.pekko.cluster.Cluster$
- lookup() - Static method in class org.apache.pekko.cluster.ddata.DistributedData
- lookup() - Method in class org.apache.pekko.cluster.ddata.DistributedData$
- lookup() - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
- lookup() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension$
- lookup() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSub
- lookup() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSub$
- lookup() - Static method in class org.apache.pekko.cluster.sharding.ClusterSharding
- lookup() - Method in class org.apache.pekko.cluster.sharding.ClusterSharding$
- lookup() - Static method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation
- lookup() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation$
- lookup() - Method in class org.apache.pekko.cluster.sharding.ShardingFlightRecorder$
- lookup() - Static method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider
- lookup() - Method in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider$
- lookup() - Static method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider
- lookup() - Method in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider$
- lookup() - Static method in class org.apache.pekko.discovery.Discovery
- lookup() - Method in class org.apache.pekko.discovery.Discovery$
- lookup() - Method in class org.apache.pekko.event.AddressTerminatedTopic$
- lookup() - Static method in class org.apache.pekko.io.Dns
- lookup() - Method in class org.apache.pekko.io.Dns$
- lookup() - Static method in class org.apache.pekko.io.Tcp
- lookup() - Method in class org.apache.pekko.io.Tcp$
- lookup() - Static method in class org.apache.pekko.io.Udp
- lookup() - Method in class org.apache.pekko.io.Udp$
- lookup() - Static method in class org.apache.pekko.io.UdpConnected
- lookup() - Method in class org.apache.pekko.io.UdpConnected$
- lookup() - Static method in class org.apache.pekko.pattern.CircuitBreakersRegistry
-
Returns the canonical ExtensionId for this Extension
- lookup() - Method in class org.apache.pekko.pattern.CircuitBreakersRegistry$
-
Returns the canonical ExtensionId for this Extension
- lookup() - Method in class org.apache.pekko.persistence.fsm.SnapshotAfter$
- lookup() - Static method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension
- lookup() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension$
- lookup() - Static method in class org.apache.pekko.persistence.Persistence
- lookup() - Method in class org.apache.pekko.persistence.Persistence$
- lookup() - Static method in class org.apache.pekko.persistence.query.PersistenceQuery
- lookup() - Method in class org.apache.pekko.persistence.query.PersistenceQuery$
- lookup() - Static method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry
- lookup() - Method in class org.apache.pekko.persistence.state.DurableStateStoreRegistry$
- lookup() - Static method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- lookup() - Method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension$
- lookup() - Static method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension
- lookup() - Method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension$
- lookup() - Static method in class org.apache.pekko.remote.AddressUidExtension
- lookup() - Method in class org.apache.pekko.remote.AddressUidExtension$
- lookup() - Method in class org.apache.pekko.remote.artery.RemotingFlightRecorder$
- lookup() - Static method in class org.apache.pekko.remote.BoundAddressesExtension
- lookup() - Method in class org.apache.pekko.remote.BoundAddressesExtension$
- lookup() - Method in class org.apache.pekko.remote.RARP$
- lookup() - Static method in class org.apache.pekko.remote.RemoteMetricsExtension
- lookup() - Method in class org.apache.pekko.remote.RemoteMetricsExtension$
- lookup() - Method in class org.apache.pekko.remote.serialization.ActorRefResolveThreadLocalCache$
- lookup() - Static method in class org.apache.pekko.remote.testconductor.TestConductor
- lookup() - Method in class org.apache.pekko.remote.testconductor.TestConductor$
- lookup() - Static method in class org.apache.pekko.remote.transport.TransportAdaptersExtension
-
Deprecated.
- lookup() - Method in class org.apache.pekko.remote.transport.TransportAdaptersExtension$
-
Deprecated.
- lookup() - Static method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider
- lookup() - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider$
- lookup() - Static method in class org.apache.pekko.serialization.SerializationExtension
- lookup() - Method in class org.apache.pekko.serialization.SerializationExtension$
- lookup() - Static method in class org.apache.pekko.stream.javadsl.Tcp
- lookup() - Method in class org.apache.pekko.stream.javadsl.Tcp$
- lookup() - Static method in class org.apache.pekko.stream.scaladsl.Tcp
- lookup() - Method in class org.apache.pekko.stream.scaladsl.Tcp$
- lookup() - Static method in class org.apache.pekko.stream.SystemMaterializer
- lookup() - Method in class org.apache.pekko.stream.SystemMaterializer$
- lookup() - Method in class org.apache.pekko.testkit.CallingThreadDispatcherQueues$
- lookup() - Static method in class org.apache.pekko.util.ManifestInfo
- lookup() - Method in class org.apache.pekko.util.ManifestInfo$
- lookup(String) - Method in class org.apache.pekko.dispatch.Dispatchers
-
Returns a dispatcher as specified in configuration.
- lookup(String, Duration) - Method in class org.apache.pekko.discovery.ServiceDiscovery
-
Java API
- lookup(String, ExtendedActorSystem) - Static method in class org.apache.pekko.pattern.CircuitBreaker
-
Java API: Lookup a CircuitBreaker in registry.
- lookup(String, ExtendedActorSystem) - Method in class org.apache.pekko.pattern.CircuitBreaker$
-
Java API: Lookup a CircuitBreaker in registry.
- lookup(String, FiniteDuration) - Method in class org.apache.pekko.discovery.ServiceDiscovery
-
Scala API: Perform lookup using underlying discovery implementation.
- lookup(DispatcherSelector) - Method in class org.apache.pekko.actor.typed.Dispatchers
- lookup(Lookup, Duration) - Method in class org.apache.pekko.discovery.ServiceDiscovery
-
Java API: Perform basic lookup using underlying discovery implementation.
- lookup(Lookup, FiniteDuration) - Method in class org.apache.pekko.discovery.ServiceDiscovery
-
Scala API: Perform lookup using underlying discovery implementation.
- Lookup - Class in org.apache.pekko.discovery
-
A service lookup.
- Lookup(String, Option<String>, Option<String>) - Constructor for class org.apache.pekko.discovery.Lookup
- Lookup$ - Class in org.apache.pekko.discovery
- Lookup$() - Constructor for class org.apache.pekko.discovery.Lookup$
- LookupClassification - Interface in org.apache.pekko.event
-
Maps Subscribers to Classifiers using equality on Classifier to store a Set of Subscribers (hence the need for compareSubscribers) Maps Events to Classifiers through the classify-method (so it knows who to publish to)
- LookupEventBus<E,S,C> - Class in org.apache.pekko.event.japi
-
Java API: See documentation for
pekko.event.LookupClassificationE is the Event type S is the Subscriber type C is the Classifier type - LookupEventBus() - Constructor for class org.apache.pekko.event.japi.LookupEventBus
- lookupRoot() - Method in interface org.apache.pekko.actor.ActorRefFactory
-
INTERNAL API
- LoopMessageSuccess(Object, int) - Constructor for class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- LoopMessageSuccess$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess$
- lowerBound() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- lowerBound() - Method in class org.apache.pekko.routing.DefaultResizer
- LOWERBOUND_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DefaultResizer
- lowestSequenceNr() - Method in class org.apache.pekko.persistence.AtomicWrite
- LWWMap<A,B> - Class in org.apache.pekko.cluster.ddata
-
Specialized
ORMapwithLWWRegistervalues. - LWWMap.LWWMapTag$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- LWWMap$ - Class in org.apache.pekko.cluster.ddata
- LWWMap$() - Constructor for class org.apache.pekko.cluster.ddata.LWWMap$
- LWWMapEntry$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- LWWMapEntryComparator$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntryComparator$
- lwwmapFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- lwwmapFromProto(ReplicatedDataMessages.LWWMap) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- LWWMapKey<A,B> - Class in org.apache.pekko.cluster.ddata
- LWWMapKey(String) - Constructor for class org.apache.pekko.cluster.ddata.LWWMapKey
- LWWMapKey$ - Class in org.apache.pekko.cluster.ddata
- LWWMapKey$() - Constructor for class org.apache.pekko.cluster.ddata.LWWMapKey$
- LWWMapTag$() - Constructor for class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
- lwwmapToProto(LWWMap<?, ?>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- LWWRegister<A> - Class in org.apache.pekko.cluster.ddata
-
Implements a 'Last Writer Wins Register' CRDT, also called a 'LWW-Register'.
- LWWRegister.Clock<A> - Interface in org.apache.pekko.cluster.ddata
- LWWRegister$ - Class in org.apache.pekko.cluster.ddata
- LWWRegister$() - Constructor for class org.apache.pekko.cluster.ddata.LWWRegister$
- lwwRegisterFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- lwwRegisterFromProto(ReplicatedDataMessages.LWWRegister) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- LWWRegisterKey<A> - Class in org.apache.pekko.cluster.ddata
- LWWRegisterKey(String) - Constructor for class org.apache.pekko.cluster.ddata.LWWRegisterKey
- LWWRegisterKey$ - Class in org.apache.pekko.cluster.ddata
- LWWRegisterKey$() - Constructor for class org.apache.pekko.cluster.ddata.LWWRegisterKey$
- lwwRegisterToProto(LWWRegister<?>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- LwwTime - Class in org.apache.pekko.persistence.typed.crdt
-
Utility class for comparing timestamp replica identifier when implementing last-writer wins.
- LwwTime(long, ReplicaId) - Constructor for class org.apache.pekko.persistence.typed.crdt.LwwTime
- LwwTime$ - Class in org.apache.pekko.persistence.typed.crdt
- LwwTime$() - Constructor for class org.apache.pekko.persistence.typed.crdt.LwwTime$
- LZ4(long) - Constructor for class org.apache.pekko.serialization.jackson.Compression.LZ4
- LZ4$() - Constructor for class org.apache.pekko.serialization.jackson.Compression.LZ4$
M
- Magic() - Method in class org.apache.pekko.remote.artery.tcp.TcpFraming$
-
The first 4 bytes of a new connection must be these
0x64 0x75 0x75 0x64(AKKA). - MAILA() - Static method in class org.apache.pekko.io.dns.RecordType
- MAILA() - Method in class org.apache.pekko.io.dns.RecordType$
- MAILB() - Static method in class org.apache.pekko.io.dns.RecordType
- MAILB() - Method in class org.apache.pekko.io.dns.RecordType$
- mailbox() - Method in class org.apache.pekko.actor.Deploy
- mailbox() - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- mailbox() - Method in class org.apache.pekko.actor.Props
-
Convenience method for extracting the mailbox information from the contained
Deployinstance. - mailbox() - Method in interface org.apache.pekko.actor.StashSupport
- Mailbox$ - Class in org.apache.pekko.dispatch
-
INTERNAL API
- Mailbox$() - Constructor for class org.apache.pekko.dispatch.Mailbox$
- mailboxes() - Method in class org.apache.pekko.actor.ActorSystem
-
Helper object for looking up configured mailbox types.
- mailboxes() - Method in interface org.apache.pekko.dispatch.DispatcherPrerequisites
- mailboxes() - Method in class org.apache.pekko.dispatch.MessageDispatcher
- Mailboxes$ - Class in org.apache.pekko.dispatch
- Mailboxes$() - Constructor for class org.apache.pekko.dispatch.Mailboxes$
- MailboxFromConfigSelector(String, Props) - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- MailboxFromConfigSelector$() - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector$
- MailboxSelector - Class in org.apache.pekko.actor.typed
-
Not for user extension.
- MailboxSelector() - Constructor for class org.apache.pekko.actor.typed.MailboxSelector
- MailboxSelector$ - Class in org.apache.pekko.actor.typed
- MailboxSelector$() - Constructor for class org.apache.pekko.actor.typed.MailboxSelector$
- mailboxType() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- MailboxType - Interface in org.apache.pekko.dispatch
-
MailboxType is a factory to create MessageQueues for an optionally provided ActorContext.
- main(String[]) - Static method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- main(String[]) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$
- main(String[]) - Static method in class org.apache.pekko.Main
-
Deprecated.
- main(String[]) - Method in class org.apache.pekko.Main$
-
Deprecated.
- Main - Class in org.apache.pekko
-
Deprecated.Implement your own main class instead, from which you start the ActorSystem and actors. Since Akka 2.6.0.
- Main() - Constructor for class org.apache.pekko.Main
-
Deprecated.
- Main.Terminator - Class in org.apache.pekko
-
Deprecated.
- Main$ - Class in org.apache.pekko
-
Deprecated.Implement your own main class instead, from which you start the ActorSystem and actors. Since Akka 2.6.0.
- Main$() - Constructor for class org.apache.pekko.Main$
-
Deprecated.
- maintainAddressTerminatedSubscription(ActorRef, Function0<T>) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
-
Starts subscription to AddressTerminated if not already subscribing and the block adds a non-local ref to watching or watchedBy.
- maintainAddressTerminatedSubscription$default$1() - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- majorVersion() - Static method in class org.apache.pekko.util.JavaVersion
- majorVersion() - Method in class org.apache.pekko.util.JavaVersion$
- makeChild(org.apache.pekko.actor.ActorCell, Props, String, boolean, boolean) - Method in interface org.apache.pekko.actor.dungeon.Children
- makeDecider(Iterable<Class<? extends Throwable>>) - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Decider builder which just checks whether one of the given Throwables matches the cause and restarts, otherwise escalates.
- makeDecider(Iterable<Class<? extends Throwable>>) - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Decider builder which just checks whether one of the given Throwables matches the cause and restarts, otherwise escalates.
- makeDecider(Function<Throwable, SupervisorStrategy.Directive>) - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Converts a Java Decider into a Scala Decider
- makeDecider(Function<Throwable, SupervisorStrategy.Directive>) - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Converts a Java Decider into a Scala Decider
- makeDecider(Seq<Class<? extends Throwable>>) - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Decider builder which just checks whether one of the given Throwables matches the cause and restarts, otherwise escalates.
- makeDecider(Seq<Class<? extends Throwable>>) - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Decider builder which just checks whether one of the given Throwables matches the cause and restarts, otherwise escalates.
- makeDecider(Iterable<Tuple2<Class<? extends Throwable>, SupervisorStrategy.Directive>>) - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Decider builder for Iterables of cause-directive pairs, e.g.
- makeDecider(Iterable<Tuple2<Class<? extends Throwable>, SupervisorStrategy.Directive>>) - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Decider builder for Iterables of cause-directive pairs, e.g.
- makeLogger(Class<Object>) - Method in interface org.apache.pekko.stream.MaterializerLoggingProvider
- makePattern(String) - Static method in class org.apache.pekko.util.Helpers
- makePattern(String) - Method in class org.apache.pekko.util.Helpers$
- makeTransition(FSM.State<S, D>) - Method in interface org.apache.pekko.actor.FSM
- makeTransition(PersistentFSM.State<S, D, E>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- ManagedActorClassification - Interface in org.apache.pekko.event
-
Maps ActorRefs to ActorRefs to form an EventBus where ActorRefs can listen to other ActorRefs.
- ManagedActorEventBus<E> - Class in org.apache.pekko.event.japi
-
Java API: See documentation for
pekko.event.ManagedActorClassificationAn EventBus where the Subscribers are ActorRefs and the Classifier is ActorRef Means that ActorRefs "listen" to other ActorRefs E is the Event type - ManagedActorEventBus(ActorSystem) - Constructor for class org.apache.pekko.event.japi.ManagedActorEventBus
- managementCommand(Object) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.
- managementCommand(Object) - Method in interface org.apache.pekko.remote.transport.Transport
-
Deprecated.This method allows upper layers to send management commands to the transport.
- ManagementDispatcher() - Method in class org.apache.pekko.io.TcpExt.Settings
- manager() - Method in class org.apache.pekko.cluster.typed.Cluster
- manager() - Method in class org.apache.pekko.io.DnsExt
- manager() - Method in interface org.apache.pekko.io.IO.Extension
- manager() - Method in class org.apache.pekko.io.TcpExt
- manager() - Method in class org.apache.pekko.io.UdpConnectedExt
- manager() - Method in class org.apache.pekko.io.UdpExt
- manager() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter
-
Deprecated.
- manager_$eq(ActorRef) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter
-
Deprecated.
- managerClass() - Method in interface org.apache.pekko.io.DnsProvider
-
Deprecated.DNS manager class.
- managerClass() - Method in class org.apache.pekko.io.InetAddressDnsProvider
- managerName() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter
-
Deprecated.
- managerName() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.
- managerNameFor(String) - Static method in class org.apache.pekko.cluster.typed.ClusterSingletonImpl
- managerNameFor(String) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonImpl$
- managerProps() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter
-
Deprecated.
- managerProps() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.
- mandatoryAttribute(ClassTag<T>) - Method in class org.apache.pekko.stream.Attributes
-
Scala API: Get the most specific of one of the mandatory attributes.
- manifest() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- manifest() - Method in interface org.apache.pekko.persistence.PersistentRepr
-
Returns the event adapter manifest for the persistent payload (event) if available May be
""if event adapter manifest is not used. - manifest() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- manifest(long) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- manifest(E) - Method in class org.apache.pekko.persistence.typed.EventAdapter
-
Return the manifest (type hint) that will be provided in the
fromJournalmethod. - manifest(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ServiceKeySerializer
- manifest(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- manifest(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- manifest(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- manifest(Object) - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- manifest(Object) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- manifest(Object) - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- manifest(Object) - Method in interface org.apache.pekko.persistence.journal.WriteEventAdapter
-
Return the manifest (type hint) that will be provided in the
fromJournalmethod. - manifest(Object) - Method in class org.apache.pekko.persistence.TestSerializer
- manifest(Object) - Method in class org.apache.pekko.remote.serialization.MiscMessageSerializer
- manifest(Object) - Method in class org.apache.pekko.serialization.SerializerWithStringManifest
-
Return the manifest (type hint) that will be provided in the fromBinary method.
- MANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- MANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- MANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- manifestFor(Serializer, Object) - Static method in class org.apache.pekko.serialization.Serializers
- manifestFor(Serializer, Object) - Method in class org.apache.pekko.serialization.Serializers$
- ManifestInfo - Class in org.apache.pekko.util
-
Utility that extracts
ManifestInfo#Versioninformation from META-INF/MANIFEST.MF in jar files on the classpath. - ManifestInfo(ExtendedActorSystem) - Constructor for class org.apache.pekko.util.ManifestInfo
- ManifestInfo.Version - Class in org.apache.pekko.util
-
Comparable version information
- ManifestInfo$ - Class in org.apache.pekko.util
-
Apache Pekko extension that extracts
ManifestInfo.Versioninformation from META-INF/MANIFEST.MF in jar files on the classpath of theClassLoaderof theActorSystem. - ManifestInfo$() - Constructor for class org.apache.pekko.util.ManifestInfo$
- MANIFESTS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PropsData
- manualProbe(boolean, ActorSystem) - Static method in class org.apache.pekko.stream.testkit.TestPublisher
-
Probe that implements
Publisherinterface. - manualProbe(boolean, ActorSystem) - Method in class org.apache.pekko.stream.testkit.TestPublisher$
-
Probe that implements
Publisherinterface. - manualProbe(ActorSystem) - Static method in class org.apache.pekko.stream.testkit.TestSubscriber
-
Probe that implements
Subscriberinterface. - manualProbe(ActorSystem) - Method in class org.apache.pekko.stream.testkit.TestSubscriber$
-
Probe that implements
Subscriberinterface. - ManualProbe$() - Constructor for class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe$
- ManualProbe$() - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe$
- manualProbe$default$1() - Static method in class org.apache.pekko.stream.testkit.TestPublisher
- manualProbe$default$1() - Method in class org.apache.pekko.stream.testkit.TestPublisher$
- ManualReset - Class in org.apache.pekko.pattern
- ManualReset() - Constructor for class org.apache.pekko.pattern.ManualReset
- ManualReset$ - Class in org.apache.pekko.pattern
- ManualReset$() - Constructor for class org.apache.pekko.pattern.ManualReset$
- ManualTime - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Not for user instantiation, see
ManualTime.get(org.apache.pekko.actor.typed.ActorSystem<A>) - ManualTime - Class in org.apache.pekko.actor.testkit.typed.scaladsl
-
Not for user instantiation, see
ManualTime.apply(org.apache.pekko.actor.typed.ActorSystem<?>) - ManualTime(ExplicitlyTriggeredScheduler) - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.ManualTime
- ManualTime(ExplicitlyTriggeredScheduler) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ManualTime
- ManualTime$ - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Manual time allows you to do async tests while controlling the scheduler of the system.
- ManualTime$ - Class in org.apache.pekko.actor.testkit.typed.scaladsl
-
Manual time allows you to do async tests while controlling the scheduler of the system.
- ManualTime$() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.ManualTime$
- ManualTime$() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ManualTime$
- many(Object...) - Method in class org.apache.pekko.persistence.typed.EventSeq$
- many(Seq<A>) - Method in class org.apache.pekko.persistence.typed.EventSeq$
- ManyVersionVector - Class in org.apache.pekko.cluster.ddata
- ManyVersionVector(TreeMap<UniqueAddress, Object>) - Constructor for class org.apache.pekko.cluster.ddata.ManyVersionVector
- ManyVersionVector$ - Class in org.apache.pekko.cluster.ddata
- ManyVersionVector$ - Class in org.apache.pekko.persistence.typed.internal
- ManyVersionVector$() - Constructor for class org.apache.pekko.cluster.ddata.ManyVersionVector$
- ManyVersionVector$() - Constructor for class org.apache.pekko.persistence.typed.internal.ManyVersionVector$
- map(Function<Out, Out2>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.map. - map(Function<Out, Out2>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.map. - map(Function<Out, T>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- map(Function<Out, T>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- map(Function<Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- map(Function<Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- map(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteString
- map(Function1<Out, Out2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.map. - map(Function1<Out, T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapAny(String, Seq<Object>) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- mapAsync(int, Function<Out, CompletionStage<Out2>>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.mapAsync. - mapAsync(int, Function<Out, CompletionStage<Out2>>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.mapAsync. - mapAsync(int, Function<Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapAsync(int, Function<Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapAsync(int, Function<Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapAsync(int, Function<Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapAsync(int, Function1<Out, Future<Out2>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.mapAsync. - mapAsync(int, Function1<Out, Future<T>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapAsyncPartitioned(int, Function<Out, P>, Function2<Out, P, CompletionStage<Out2>>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.mapAsyncPartitioned. - mapAsyncPartitioned(int, Function<Out, P>, Function2<Out, P, CompletionStage<Out2>>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.mapAsyncPartitioned. - mapAsyncPartitioned(int, Function<Out, P>, Function2<Out, P, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transforms this stream.
- mapAsyncPartitioned(int, Function<Out, P>, Function2<Out, P, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transforms this stream.
- mapAsyncPartitioned(int, Function<Out, P>, Function2<Out, P, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transforms this stream.
- mapAsyncPartitioned(int, Function<Out, P>, Function2<Out, P, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transforms this stream.
- mapAsyncPartitioned(int, Function1<Out, P>, Function2<Out, P, Future<Out2>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.mapAsyncPartitioned. - mapAsyncPartitioned(int, Function1<Out, P>, Function2<Out, P, Future<T>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transforms this stream.
- MapAsyncPartitioned$ - Class in org.apache.pekko.stream
-
Internal API
- MapAsyncPartitioned$() - Constructor for class org.apache.pekko.stream.MapAsyncPartitioned$
- mapAsyncPartitionedUnordered(int, Function<Out, P>, Function2<Out, P, CompletionStage<Out2>>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.mapAsyncPartitionedUnordered. - mapAsyncPartitionedUnordered(int, Function<Out, P>, Function2<Out, P, CompletionStage<Out2>>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.mapAsyncPartitionedUnordered. - mapAsyncPartitionedUnordered(int, Function<Out, P>, Function2<Out, P, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transforms this stream.
- mapAsyncPartitionedUnordered(int, Function<Out, P>, Function2<Out, P, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transforms this stream.
- mapAsyncPartitionedUnordered(int, Function<Out, P>, Function2<Out, P, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transforms this stream.
- mapAsyncPartitionedUnordered(int, Function<Out, P>, Function2<Out, P, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transforms this stream.
- mapAsyncPartitionedUnordered(int, Function1<Out, P>, Function2<Out, P, Future<Out2>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.mapAsyncPartitionedUnordered. - mapAsyncPartitionedUnordered(int, Function1<Out, P>, Function2<Out, P, Future<T>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transforms this stream.
- mapAsyncUnordered(int, Function<Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapAsyncUnordered(int, Function<Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapAsyncUnordered(int, Function<Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapAsyncUnordered(int, Function<Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapAsyncUnordered(int, Function1<Out, Future<T>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform this stream by applying the given function to each of the elements as they pass through this processing step.
- mapConcat(Function<Out, ? extends Iterable<Out2>>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.mapConcat. - mapConcat(Function<Out, ? extends Iterable<Out2>>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.mapConcat. - mapConcat(Function<Out, ? extends Iterable<T>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform each input element into an
Iterableof output elements that is then flattened into the output stream. - mapConcat(Function<Out, Iterable<T>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform each input element into an
Iterableof output elements that is then flattened into the output stream. - mapConcat(Function<Out, Iterable<T>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform each input element into an
Iterableof output elements that is then flattened into the output stream. - mapConcat(Function<Out, Iterable<T>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform each input element into an
Iterableof output elements that is then flattened into the output stream. - mapConcat(Function1<Out, IterableOnce<Out2>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.mapConcat. - mapConcat(Function1<Out, IterableOnce<T>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform each input element into an
Iterableof output elements that is then flattened into the output stream. - mapContext(Function<Ctx, Ctx2>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Apply the given function to each context element (leaving the data elements unchanged).
- mapContext(Function<CtxOut, CtxOut2>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Apply the given function to each context element (leaving the data elements unchanged).
- mapContext(Function1<Ctx, Ctx2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Apply the given function to each context element (leaving the data elements unchanged).
- mapError(Class<E>, Function<E, Throwable>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
While similar to
Flow.recover(scala.PartialFunction<java.lang.Throwable,Out>)this operator can be used to transform an error signal to a different one *without* logging it as an error in the process. - mapError(Class<E>, Function<E, Throwable>) - Method in class org.apache.pekko.stream.javadsl.Source
-
While similar to
Source.recover(scala.PartialFunction<java.lang.Throwable,Out>)this operator can be used to transform an error signal to a different one *without* logging it as an error in the process. - mapError(Class<E>, Function<E, Throwable>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
While similar to
SubFlow.recover(scala.PartialFunction<java.lang.Throwable,Out>)this operator can be used to transform an error signal to a different one *without* logging it as an error in the process. - mapError(Class<E>, Function<E, Throwable>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
While similar to
SubSource.recover(scala.PartialFunction<java.lang.Throwable,Out>)this operator can be used to transform an error signal to a different one *without* logging it as an error in the process. - mapError(PartialFunction<Throwable, Throwable>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
While similar to
Flow.recover(scala.PartialFunction<java.lang.Throwable,Out>)this operator can be used to transform an error signal to a different one *without* logging it as an error in the process. - mapError(PartialFunction<Throwable, Throwable>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.mapError. - mapError(PartialFunction<Throwable, Throwable>) - Method in class org.apache.pekko.stream.javadsl.Source
-
While similar to
Source.recover(scala.PartialFunction<java.lang.Throwable,Out>)this operator can be used to transform an error signal to a different one *without* logging it as an error in the process. - mapError(PartialFunction<Throwable, Throwable>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.mapError. - mapError(PartialFunction<Throwable, Throwable>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
While similar to
SubFlow.recover(scala.PartialFunction<java.lang.Throwable,Out>)this operator can be used to transform an error signal to a different one *without* logging it as an error in the process. - mapError(PartialFunction<Throwable, Throwable>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
While similar to
SubSource.recover(scala.PartialFunction<java.lang.Throwable,Out>)this operator can be used to transform an error signal to a different one *without* logging it as an error in the process. - mapError(PartialFunction<Throwable, Throwable>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
While similar to
FlowOps.<T>recover(scala.PartialFunction<java.lang.Throwable,T>)this operator can be used to transform an error signal to a different one *without* logging it as an error in the process. - mapError(PartialFunction<Throwable, Throwable>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.mapError. - mapI(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteString
-
map method that will automatically cast Int back into Byte.
- mapLevel(Logging.LogLevel) - Static method in class org.apache.pekko.event.jul.Logger
-
Deprecated.
- mapLevel(Logging.LogLevel) - Method in class org.apache.pekko.event.jul.Logger$
-
Deprecated.
- mapMaterializedValue(Function<Mat, Mat2>) - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Transform only the materialized value of this BidiFlow, leaving all other properties as they were.
- mapMaterializedValue(Function<Mat, Mat2>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform only the materialized value of this Flow, leaving all other properties as they were.
- mapMaterializedValue(Function<Mat, Mat2>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.mapMaterializedValue. - mapMaterializedValue(Function<Mat, Mat2>) - Method in class org.apache.pekko.stream.javadsl.RunnableGraph
-
Transform only the materialized value of this RunnableGraph, leaving all other properties as they were.
- mapMaterializedValue(Function<Mat, Mat2>) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Transform only the materialized value of this Sink, leaving all other properties as they were.
- mapMaterializedValue(Function<Mat, Mat2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform only the materialized value of this Source, leaving all other properties as they were.
- mapMaterializedValue(Function<Mat, Mat2>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.mapMaterializedValue. - mapMaterializedValue(Graph<S, M1>, Function1<M1, M2>) - Method in class org.apache.pekko.stream.Graph$
-
Java API Transform the materialized value of this Flow, leaving all other properties as they were.
- mapMaterializedValue(Function1<M, M2>) - Method in class org.apache.pekko.stream.Graph.GraphMapMatVal
-
Transform the materialized value of this Graph, leaving all other properties as they were.
- mapMaterializedValue(Function1<Mat, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Transform only the materialized value of this BidiFlow, leaving all other properties as they were.
- mapMaterializedValue(Function1<Mat, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Transform the materialized value of this Flow, leaving all other properties as they were.
- mapMaterializedValue(Function1<Mat, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Transform the materialized value of this graph, leaving all other properties as they were.
- mapMaterializedValue(Function1<Mat, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.scaladsl.Flow.mapMaterializedValue. - mapMaterializedValue(Function1<Mat, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
-
Transform only the materialized value of this RunnableGraph, leaving all other properties as they were.
- mapMaterializedValue(Function1<Mat, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Transform only the materialized value of this Sink, leaving all other properties as they were.
- mapMaterializedValue(Function1<Mat, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Transform only the materialized value of this Source, leaving all other properties as they were.
- mapMaterializedValue(Function1<Mat, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.scaladsl.Source.mapMaterializedValue. - Mapper<T,R> - Class in org.apache.pekko.dispatch
-
Callback for the Future.map and Future.flatMap operations that will be invoked if the Future that this callback is registered on becomes completed with a success.
- Mapper() - Constructor for class org.apache.pekko.dispatch.Mapper
- mappingKey(int) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- mapSettings(Function1<SSLConfigSettings, SSLConfigSettings>) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.Returns a new
PekkoSSLConfiginstance with the settings changed by the given function. - mapSize() - Method in class org.apache.pekko.event.japi.LookupEventBus
-
This is a size hint for the number of Classifiers you expect to have (use powers of 2)
- mapSize() - Method in class org.apache.pekko.event.japi.ManagedActorEventBus
-
This is a size hint for the number of Classifiers you expect to have (use powers of 2)
- mapSize() - Method in interface org.apache.pekko.event.LookupClassification
-
This is a size hint for the number of Classifiers you expect to have (use powers of 2)
- mapSize() - Method in interface org.apache.pekko.event.ManagedActorClassification
-
This is a size hint for the number of Classifiers you expect to have (use powers of 2)
- mapSize() - Method in class org.apache.pekko.util.Index
- mapTypeFromProto(List<PEntry>, Function1<A, B>, ReplicatedDataSerializer.ProtoMapEntryReader<PEntry, A>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- mapWithResource(Creator<R>, Function2<R, Out, T>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform each stream element with the help of an
AutoCloseableresource and close it when the stream finishes or fails. - mapWithResource(Creator<R>, Function2<R, Out, T>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform each stream element with the help of an
AutoCloseableresource and close it when the stream finishes or fails. - mapWithResource(Creator<R>, Function2<R, Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform each stream element with the help of an
AutoCloseableresource and close it when the stream finishes or fails. - mapWithResource(Creator<R>, Function2<R, Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform each stream element with the help of an
AutoCloseableresource and close it when the stream finishes or fails. - mapWithResource(Creator<R>, Function2<R, Out, T>, Function<R, Optional<T>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform each stream element with the help of a resource.
- mapWithResource(Creator<R>, Function2<R, Out, T>, Function<R, Optional<T>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform each stream element with the help of a resource.
- mapWithResource(Creator<R>, Function2<R, Out, T>, Function<R, Optional<T>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform each stream element with the help of a resource.
- mapWithResource(Creator<R>, Function2<R, Out, T>, Function<R, Optional<T>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform each stream element with the help of a resource.
- mapWithResource(Function0<R>, Function2<R, Out, T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform each stream element with the help of an
AutoCloseableresource and close it when the stream finishes or fails. - mapWithResource(Function0<R>, Function2<R, Out, T>, Function1<R, Option<T>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform each stream element with the help of a resource.
- marker() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- marker() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- marker() - Method in class org.apache.pekko.event.Logging.Debug3
- marker() - Method in class org.apache.pekko.event.Logging.Error3
- marker() - Method in class org.apache.pekko.event.Logging.Info3
- marker() - Method in interface org.apache.pekko.event.Logging.LogEventWithMarker
- marker() - Method in class org.apache.pekko.event.Logging.Warning3
- marker() - Method in class org.apache.pekko.event.Logging.Warning4
- marker() - Method in class org.apache.pekko.event.slf4j.Slf4jLogMarker
- MARKER_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- MarkerLoggingAdapter - Class in org.apache.pekko.event
-
LoggingAdapterextension which adds Marker support. - MarkerLoggingAdapter(LoggingBus, String, Class<?>) - Constructor for class org.apache.pekko.event.MarkerLoggingAdapter
- MarkerLoggingAdapter(LoggingBus, String, Class<?>, LoggingFilter) - Constructor for class org.apache.pekko.event.MarkerLoggingAdapter
- match(I) - Method in class org.apache.pekko.japi.pf.Match
-
Convenience function to make the Java code more readable.
- match(I) - Method in class org.apache.pekko.japi.pf.UnitMatch
-
Convenience function to make the Java code more readable.
- match(Class<P>, BooleanSupplier, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder.
- match(Class<P>, FI.Apply<P, SupervisorStrategy.Directive>) - Static method in class org.apache.pekko.japi.pf.DeciderBuilder
-
Return a new
PFBuilderwith a case statement added. - match(Class<P>, FI.Apply<P, R>) - Method in class org.apache.pekko.japi.pf.PFBuilder
-
Add a new case statement to this builder.
- match(Class<P>, FI.Apply<P, T>) - Static method in class org.apache.pekko.japi.pf.Match
-
Convenience function to create a
PFBuilderwith the first case statement added. - match(Class<P>, FI.TypedPredicate<P>, FI.Apply<P, SupervisorStrategy.Directive>) - Static method in class org.apache.pekko.japi.pf.DeciderBuilder
-
Return a new
PFBuilderwith a case statement added. - match(Class<P>, FI.TypedPredicate<P>, FI.Apply<P, R>) - Method in class org.apache.pekko.japi.pf.PFBuilder
-
Add a new case statement to this builder.
- match(Class<P>, FI.TypedPredicate<P>, FI.Apply<P, T>) - Static method in class org.apache.pekko.japi.pf.Match
-
Convenience function to create a
PFBuilderwith the first case statement added. - match(Class<P>, FI.TypedPredicate<P>, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder.
- match(Class<P>, FI.TypedPredicate<P>, FI.UnitApply<P>) - Static method in class org.apache.pekko.japi.pf.UnitMatch
-
Convenience function to create a
UnitPFBuilderwith the first case statement added. - match(Class<P>, FI.TypedPredicate<P>, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.UnitPFBuilder
-
Add a new case statement to this builder.
- match(Class<P>, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder.
- match(Class<P>, FI.UnitApply<P>) - Static method in class org.apache.pekko.japi.pf.UnitMatch
-
Convenience function to create a
UnitPFBuilderwith the first case statement added. - match(Class<P>, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.UnitPFBuilder
-
Add a new case statement to this builder.
- Match<I,R> - Class in org.apache.pekko.japi.pf
-
Version of
PartialFunctionthat can be built during runtime from Java. - matchAny(BooleanSupplier, FI.UnitApply<Object>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder, that pass the test of the predicate.
- matchAny(FI.Apply<F, T>) - Static method in class org.apache.pekko.japi.pf.Match
-
Convenience function to create a
PFBuilderwith the first case statement added. - matchAny(FI.Apply<I, R>) - Method in class org.apache.pekko.japi.pf.PFBuilder
-
Add a new case statement to this builder, that matches any argument.
- matchAny(FI.Apply<Throwable, SupervisorStrategy.Directive>) - Static method in class org.apache.pekko.japi.pf.DeciderBuilder
-
Return a new
PFBuilderwith a case statement added. - matchAny(FI.UnitApply<Object>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder, that matches any argument.
- matchAny(FI.UnitApply<Object>) - Static method in class org.apache.pekko.japi.pf.UnitMatch
-
Convenience function to create a
UnitPFBuilderwith the first case statement added. - matchAny(FI.UnitApply<Object>) - Method in class org.apache.pekko.japi.pf.UnitPFBuilder
-
Add a new case statement to this builder, that matches any argument.
- matchAnyEvent(FI.Apply2<Object, D, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchAnyEvent(FI.Apply2<Object, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchData(Class<DT>, FI.TypedPredicate<DT>, FI.UnitApply<DT>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create a
pekko.japi.pf.UnitPFBuilderwith the first case statement set. - matchData(Class<DT>, FI.TypedPredicate<DT>, FI.UnitApply<DT>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create a
pekko.japi.pf.UnitPFBuilderwith the first case statement set. - matchData(Class<DT>, FI.UnitApply<DT>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create a
pekko.japi.pf.UnitPFBuilderwith the first case statement set. - matchData(Class<DT>, FI.UnitApply<DT>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create a
pekko.japi.pf.UnitPFBuilderwith the first case statement set. - matchEquals(P, BooleanSupplier, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder.
- matchEquals(P, FI.Apply<P, R>) - Method in class org.apache.pekko.japi.pf.PFBuilder
-
Add a new case statement to this builder.
- matchEquals(P, FI.Apply<P, T>) - Static method in class org.apache.pekko.japi.pf.Match
-
Convenience function to create a
PFBuilderwith the first case statement added. - matchEquals(P, FI.TypedPredicate<P>, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder.
- matchEquals(P, FI.TypedPredicate<P>, FI.UnitApply<P>) - Static method in class org.apache.pekko.japi.pf.UnitMatch
-
Convenience function to create a
UnitPFBuilderwith the first case statement added. - matchEquals(P, FI.TypedPredicate<P>, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.UnitPFBuilder
-
Add a new case statement to this builder.
- matchEquals(P, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder.
- matchEquals(P, FI.UnitApply<P>) - Static method in class org.apache.pekko.japi.pf.UnitMatch
-
Convenience function to create a
UnitPFBuilderwith the first case statement added. - matchEquals(P, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.UnitPFBuilder
-
Add a new case statement to this builder.
- MATCHER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Selection
- matches(C, E) - Method in class org.apache.pekko.event.japi.ScanningEventBus
-
Returns whether the specified Classifier matches the specified Event
- matches(String) - Method in class org.apache.pekko.testkit.javadsl.EventFilter
- matches(LoggingEvent) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
- matches(LoggingEvent) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
- matches(Logging.LogEvent) - Method in class org.apache.pekko.testkit.CustomEventFilter
- matches(Logging.LogEvent) - Method in class org.apache.pekko.testkit.DeadLettersFilter
- matches(Logging.LogEvent) - Method in class org.apache.pekko.testkit.DebugFilter
- matches(Logging.LogEvent) - Method in class org.apache.pekko.testkit.ErrorFilter
- matches(Logging.LogEvent) - Method in class org.apache.pekko.testkit.EventFilter
-
This method decides whether to filter the event (
true) or not (false). - matches(Logging.LogEvent) - Method in class org.apache.pekko.testkit.InfoFilter
- matches(Logging.LogEvent) - Method in class org.apache.pekko.testkit.WarningFilter
- matches(ScanningClassification, ScanningClassification) - Method in interface org.apache.pekko.event.ScanningClassification
-
Returns whether the specified Classifier matches the specified Event
- matchEvent(Class<ET>, Class<DT>, FI.Apply2<ET, DT, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(Class<ET>, Class<DT>, FI.Apply2<ET, DT, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(Class<ET>, Class<DT>, FI.TypedPredicate2<ET, DT>, FI.Apply2<ET, DT, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(Class<ET>, Class<DT>, FI.TypedPredicate2<ET, DT>, FI.Apply2<ET, DT, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(Class<ET>, FI.Apply2<ET, D, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(Class<ET>, FI.Apply2<ET, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(Class<ET>, FI.TypedPredicate2<ET, D>, FI.Apply2<ET, D, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(Class<ET>, FI.TypedPredicate2<ET, D>, FI.Apply2<ET, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(List<Object>, Class<DT>, FI.Apply2<Object, DT, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(List<Object>, Class<DT>, FI.Apply2<Object, DT, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(List<Object>, FI.Apply2<Object, D, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(List<Object>, FI.Apply2<Object, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(FI.TypedPredicate2<Object, D>, FI.Apply2<Object, D, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEvent(FI.TypedPredicate2<Object, D>, FI.Apply2<Object, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEventEquals(E, Class<DT>, FI.Apply2<E, DT, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEventEquals(E, FI.Apply2<E, D, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEventEquals(Ev, Class<DT>, FI.Apply2<Ev, DT, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchEventEquals(Ev, FI.Apply2<Ev, D, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStateFunctionBuilderwith the first case statement set. - matchingRole(Member) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- matchingRole(Member) - Method in class org.apache.pekko.cluster.ddata.Replicator
- matchingRole(Member) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- matchingRole(Member) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- matchingRole(Member) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- matchPattern() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- matchPattern() - Method in class org.apache.pekko.persistence.PluginSpec
- matchState(S, S, FI.UnitApply2<S, S>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMTransitionHandlerBuilderwith the first case statement set. - matchState(S, S, FI.UnitApply2<S, S>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMTransitionHandlerBuilderwith the first case statement set. - matchState(S, S, FI.UnitApplyVoid) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMTransitionHandlerBuilderwith the first case statement set. - matchState(S, S, FI.UnitApplyVoid) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMTransitionHandlerBuilderwith the first case statement set. - matchStop(Class<RT>, FI.TypedPredicate<RT>, FI.UnitApply3<RT, S, D>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStopBuilderwith the first case statement set. - matchStop(Class<RT>, FI.TypedPredicate<RT>, FI.UnitApply3<RT, S, D>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStopBuilderwith the first case statement set. - matchStop(Class<RT>, FI.UnitApply3<RT, S, D>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStopBuilderwith the first case statement set. - matchStop(Class<RT>, FI.UnitApply3<RT, S, D>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStopBuilderwith the first case statement set. - matchStop(FSM.Reason, FI.UnitApply2<S, D>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Create an
pekko.japi.pf.FSMStopBuilderwith the first case statement set. - matchStop(PersistentFSM.Reason, FI.UnitApply2<S, D>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Create an
pekko.japi.pf.FSMStopBuilderwith the first case statement set. - matchUnchecked(Class<?>, BooleanSupplier, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder without compile time type check.
- matchUnchecked(Class<?>, FI.Apply<?, R>) - Method in class org.apache.pekko.japi.pf.PFBuilder
-
Add a new case statement to this builder without compile time type check of the parameters.
- matchUnchecked(Class<?>, FI.Apply<?, T>) - Static method in class org.apache.pekko.japi.pf.Match
-
Convenience function to create a
PFBuilderwith the first case statement added without compile time type check of the parameters. - matchUnchecked(Class<?>, FI.TypedPredicate<?>, FI.Apply<?, R>) - Method in class org.apache.pekko.japi.pf.PFBuilder
-
Add a new case statement to this builder without compile time type check of the parameters.
- matchUnchecked(Class<?>, FI.TypedPredicate<?>, FI.Apply<?, T>) - Static method in class org.apache.pekko.japi.pf.Match
-
Convenience function to create a
PFBuilderwith the first case statement added without compile time type check of the parameters. - matchUnchecked(Class<?>, FI.TypedPredicate<?>, FI.UnitApply<?>) - Static method in class org.apache.pekko.japi.pf.UnitMatch
-
Convenience function to create a
UnitPFBuilderwith the first case statement added. - matchUnchecked(Class<?>, FI.TypedPredicate<?>, FI.UnitApply<?>) - Method in class org.apache.pekko.japi.pf.UnitPFBuilder
-
Add a new case statement to this builder without compile time type check.
- matchUnchecked(Class<?>, FI.TypedPredicate<?>, FI.UnitApply<P>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder without compile time type check.
- matchUnchecked(Class<?>, FI.UnitApply<?>) - Method in class org.apache.pekko.japi.pf.ReceiveBuilder
-
Add a new case statement to this builder without compile time type check.
- matchUnchecked(Class<?>, FI.UnitApply<?>) - Static method in class org.apache.pekko.japi.pf.UnitMatch
-
Convenience function to create a
UnitPFBuilderwith the first case statement added. - matchUnchecked(Class<?>, FI.UnitApply<?>) - Method in class org.apache.pekko.japi.pf.UnitPFBuilder
-
Add a new case statement to this builder without compile time type check.
- MaterializationContext$ - Class in org.apache.pekko.stream
- MaterializationContext$() - Constructor for class org.apache.pekko.stream.MaterializationContext$
- MaterializationException - Exception in org.apache.pekko.stream
-
This exception or subtypes thereof should be used to signal materialization failures.
- MaterializationException(String, Throwable) - Constructor for exception org.apache.pekko.stream.MaterializationException
- MaterializationException$ - Class in org.apache.pekko.stream
- MaterializationException$() - Constructor for class org.apache.pekko.stream.MaterializationException$
- materialize(Graph<ClosedShape, Mat>) - Method in class org.apache.pekko.stream.Materializer
-
This method interprets the given Flow description and creates the running stream.
- materialize(Graph<ClosedShape, Mat>, Attributes) - Method in class org.apache.pekko.stream.Materializer
-
This method interprets the given Flow description and creates the running stream using an explicitly provided
Attributesas top level (least specific) attributes that will be defaults for the materialized stream. - materializedValue() - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
-
Returns an
Outletthat gives access to the materialized value of this graph. - materializer() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
The
pekko.stream.Materializerthat has set this GraphStage in motion. - materializer() - Method in class org.apache.pekko.stream.SystemMaterializer
- Materializer - Class in org.apache.pekko.stream
-
The Materializer is the component responsible for turning a stream blueprint into a running stream.
- Materializer() - Constructor for class org.apache.pekko.stream.Materializer
- Materializer$ - Class in org.apache.pekko.stream
- Materializer$() - Constructor for class org.apache.pekko.stream.Materializer$
- MaterializerLoggingProvider - Interface in org.apache.pekko.stream
-
Not for user extension
- MaterializerState - Class in org.apache.pekko.stream.snapshot
-
Debug utility to dump the running streams of a materializers in a structure describing the graph layout and "waits-on" relationships.
- MaterializerState() - Constructor for class org.apache.pekko.stream.snapshot.MaterializerState
- MaterializerState$ - Class in org.apache.pekko.stream.snapshot
-
Debug utility to dump the running streams of a materializers in a structure describing the graph layout and "waits-on" relationships.
- MaterializerState$() - Constructor for class org.apache.pekko.stream.snapshot.MaterializerState$
- matFromSystem(ClassicActorSystemProvider) - Static method in class org.apache.pekko.stream.Materializer
-
Implicitly provides the system wide materializer from a classic or typed
ActorSystem - matFromSystem(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.Materializer$
-
Implicitly provides the system wide materializer from a classic or typed
ActorSystem - max() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- max() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- max() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- max() - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- maxBackoff() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- maxBackoff() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- maxBackoff() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- maxBackoff() - Method in class org.apache.pekko.stream.RestartSettings
- MaxBytesPerChunkDefault() - Static method in class org.apache.pekko.stream.scaladsl.Compression
- MaxBytesPerChunkDefault() - Method in class org.apache.pekko.stream.scaladsl.Compression$
- MaxCap() - Static method in class org.apache.pekko.dispatch.ForkJoinPoolConstants
- MaxCap() - Method in class org.apache.pekko.dispatch.ForkJoinPoolConstants$
- maxCapacity() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- MaxChannels() - Method in class org.apache.pekko.io.SelectionHandlerSettings
- MaxChannelsPerSelector() - Method in class org.apache.pekko.io.SelectionHandlerSettings
- MaxChannelsPerSelector() - Method in class org.apache.pekko.io.TcpExt.Settings
- maxCount() - Method in class org.apache.pekko.event.DeadLetterListener
- maxDeltaElements() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- maxDeltaElements() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- maxDeltaSize() - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- maxDeltaSize() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- MaxDirectBufferPoolSize() - Method in class org.apache.pekko.io.TcpExt.Settings
- maxFixedBufferSize() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.MaxFixedBufferSize' to read the concrete setting value. Since Akka 2.6.0.
- maxFixedBufferSize(int) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Configure the maximum buffer size for which a FixedSizeBuffer will be preallocated.
- maxFixedBufferSize(int) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Configure the maximum buffer size for which a FixedSizeBuffer will be preallocated.
- MaxFixedBufferSize(int) - Constructor for class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- MaxFixedBufferSize$() - Constructor for class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize$
- MaxFrameSize() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- maxFrequency() - Method in class org.apache.pekko.actor.AbstractScheduler
-
The maximum supported task frequency of this scheduler, i.e.
- maxFrequency() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
- maxFrequency() - Method in interface org.apache.pekko.actor.Scheduler
-
The maximum supported task frequency of this scheduler, i.e.
- maxFrequency() - Method in class org.apache.pekko.testkit.ExplicitlyTriggeredScheduler
- MaxGossipsBeforeShuttingDownMyself() - Method in class org.apache.pekko.cluster.ClusterCoreDaemon$
- maxHandOverRetries() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- maxId() - Static method in class org.apache.pekko.io.dns.internal.OpCode
- maxId() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- maximumOverhead() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- maximumOverhead() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.
- maximumPayloadBytes() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- maximumPayloadBytes() - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- maximumPayloadBytes() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- maximumPayloadBytes() - Method in interface org.apache.pekko.remote.transport.Transport
-
Deprecated.Defines the maximum size of payload this transport is able to deliver.
- maximumProportion() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- maximumProportion() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- maxInputBufferSize() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'Attributes.InputBuffer' to read the concrete setting value. Since Akka 2.6.0.
- maxInstancesPerNode() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- MAXINSTANCESPERNODE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- MaxNegativeAcknowledgementLogging() - Method in class org.apache.pekko.remote.artery.SystemMessageAcker$
- maxNodes() - Static method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Number of nodes node taking part in this test.
- maxNodes() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec$
-
Number of nodes node taking part in this test.
- maxNrOfRetries() - Method in class org.apache.pekko.actor.AllForOneStrategy
- maxNrOfRetries() - Method in class org.apache.pekko.actor.OneForOneStrategy
- maxNrOfRetriesCount() - Method in class org.apache.pekko.actor.ChildRestartStats
- maxNrOfRetriesCount_$eq(int) - Method in class org.apache.pekko.actor.ChildRestartStats
- maxPoolSize() - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
- maxPoolSize() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- maxPruningDissemination() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- maxPruningDisseminationNanos() - Method in class org.apache.pekko.cluster.ddata.Replicator
- maxRestarts() - Method in interface org.apache.pekko.actor.typed.SupervisorStrategy.RestartOrBackoff
- maxRestarts() - Method in class org.apache.pekko.stream.RestartSettings
- maxRestartsReached() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- maxRestartsWithin() - Method in class org.apache.pekko.stream.RestartSettings
- maxSampleSize() - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
- MaxSecondaryNodes() - Method in class org.apache.pekko.cluster.ddata.ReadWriteAggregator$
- MaxSelectMillis() - Method in class org.apache.pekko.io.SelectionHandler$
- maxSeq() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- maxSequenceNr() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- maxSequenceNr() - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
- maxTakeOverRetries() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- MaxTicksBeforeShuttingDownMyself() - Method in class org.apache.pekko.cluster.ClusterCoreDaemon$
- maxTimeout() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
- maxTimestamp() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- maxTimestamp() - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
- maxUnconfirmedMessages() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
Maximum number of unconfirmed messages that this actor is allowed to hold in memory.
- maxUnconfirmedMessages() - Static method in class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery
- maxUnconfirmedMessages() - Method in class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery$
- MaxUnconfirmedMessagesExceededException(String) - Constructor for exception org.apache.pekko.persistence.AtLeastOnceDelivery.MaxUnconfirmedMessagesExceededException
- may(Function0<BoxedUnit>, StringVerbBlockRegistration, Position) - Method in interface org.apache.pekko.persistence.scalatest.MayVerb.StringMayWrapperForVerb
-
Block of tests which MAY pass, and if not should be ignored.
- maybe() - Static method in class org.apache.pekko.stream.javadsl.Source
-
Create a
Sourcewhich materializes aCompletableFuturewhich controls what element will be emitted by the Source. - maybe() - Method in class org.apache.pekko.stream.javadsl.Source$
-
Create a
Sourcewhich materializes aCompletableFuturewhich controls what element will be emitted by the Source. - maybe() - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Create a
Sourcewhich materializes aPromisewhich controls what element will be emitted by the Source. - maybe() - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Create a
Sourcewhich materializes aPromisewhich controls what element will be emitted by the Source. - MayVerb - Interface in org.apache.pekko.persistence.scalatest
- MayVerb.StringMayWrapperForVerb - Interface in org.apache.pekko.persistence.scalatest
- MayVerb.TestCanceledByFailure - Exception in org.apache.pekko.persistence.scalatest
- MayVerb.TestCanceledByFailure$ - Class in org.apache.pekko.persistence.scalatest
- MayVerb$ - Class in org.apache.pekko.persistence.scalatest
- MayVerb$() - Constructor for class org.apache.pekko.persistence.scalatest.MayVerb$
- mayVerbStacktraceContextFrames() - Method in interface org.apache.pekko.persistence.scalatest.MayVerb
-
Configurable number of frames to be shown when a MAY test fails (is canceled).
- MB() - Static method in class org.apache.pekko.io.dns.RecordType
-
A mailbox domain name (EXPERIMENTAL)
- MB() - Method in class org.apache.pekko.io.dns.RecordType$
-
A mailbox domain name (EXPERIMENTAL)
- MD() - Static method in class org.apache.pekko.io.dns.RecordType
-
A mail destination (Obsolete - use MX)
- MD() - Method in class org.apache.pekko.io.dns.RecordType$
-
A mail destination (Obsolete - use MX)
- mdc() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- mdc() - Method in interface org.apache.pekko.event.DiagnosticLoggingAdapter
-
Scala API: Mapped Diagnostic Context for application defined values which can be used in PatternLayout when
org.apache.pekko.event.slf4j.Slf4jLoggeris configured. - mdc() - Method in class org.apache.pekko.event.Logging.Debug2
- mdc() - Method in class org.apache.pekko.event.Logging.Debug3
- mdc() - Method in class org.apache.pekko.event.Logging.Error2
- mdc() - Method in class org.apache.pekko.event.Logging.Error3
- mdc() - Method in class org.apache.pekko.event.Logging.Info2
- mdc() - Method in class org.apache.pekko.event.Logging.Info3
- mdc() - Method in interface org.apache.pekko.event.Logging.LogEvent
- mdc() - Method in class org.apache.pekko.event.Logging.Warning2
- mdc() - Method in class org.apache.pekko.event.Logging.Warning3
- mdc() - Method in class org.apache.pekko.event.Logging.Warning4
- mdc() - Method in interface org.apache.pekko.event.LoggingAdapter
-
LoggingAdapter extension which adds MDC support.
- mdc() - Static method in class org.apache.pekko.event.NoLogging
- mdc() - Static method in class org.apache.pekko.event.NoMarkerLogging
- mdc(Object) - Method in interface org.apache.pekko.actor.DiagnosticActorLogging
- mdc(Map<String, Object>) - Method in interface org.apache.pekko.event.DiagnosticLoggingAdapter
-
Scala API: Sets the values to be added to the MDC (Mapped Diagnostic Context) before the log is appended.
- mdcActorSystemAttributeName() - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- mdcPekkoAddressAttributeName() - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- mdcPekkoSourceAttributeName() - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- mdcPekkoTimestamp() - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- mdcPekkoUidAttributeName() - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- mdcThreadAttributeName() - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- mdcUsed() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- mdcUsed_$eq(boolean) - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- measure(Function1<Duration, String>, Function0<BoxedUnit>) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec
-
Executes a block of code multiple times (no warm-up)
- measurementIterations() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec
-
Number of measurement iterations each test will be run.
- mediator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSub
- MediatorRouterEnvelope(Object) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- MediatorRouterEnvelope$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope$
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- member() - Method in interface org.apache.pekko.cluster.ClusterEvent.MemberEvent
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- member() - Method in interface org.apache.pekko.cluster.ClusterEvent.ReachabilityEvent
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- member() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- member() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- Member - Class in org.apache.pekko.cluster
-
Represents the address, current status, and roles of a cluster member node.
- Member$ - Class in org.apache.pekko.cluster
-
Module with factory and ordering methods for Member instances.
- Member$() - Constructor for class org.apache.pekko.cluster.Member$
- memberChanged(UniqueAddress, MemberStatus) - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoMemberChanged" of log event when a member's status is changed by the leader.
- memberChanged(UniqueAddress, MemberStatus) - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoMemberChanged" of log event when a member's status is changed by the leader.
- MemberDowned(Member) - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- MemberDowned$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberDowned$
- MemberExited(Member) - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberExited
- MemberExited$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberExited$
- memberExitingProgress() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- MemberJoined(Member) - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- MemberJoined$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberJoined$
- MemberLeft(Member) - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- MemberLeft$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberLeft$
- MemberPreparingForShutdown(Member) - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- MemberPreparingForShutdown$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown$
- MemberReadyForShutdown(Member) - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- MemberReadyForShutdown$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown$
- MemberRemoved(Member, MemberStatus) - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- MemberRemoved$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberRemoved$
- members() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- MEMBERS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- membersByAge() - Method in class org.apache.pekko.cluster.ddata.Replicator
- membersByAge() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- membersByAge() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- membersByAge_$eq(SortedSet<Member>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- membersByAge_$eq(SortedSet<Member>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- membersByAge_$eq(SortedSet<Member>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- MembershipState$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- MembershipState$() - Constructor for class org.apache.pekko.cluster.MembershipState$
- MemberStatus - Class in org.apache.pekko.cluster
-
Defines the current status of a cluster member node
- MemberStatus() - Constructor for class org.apache.pekko.cluster.MemberStatus
- MemberStatus() - Method in class org.apache.pekko.cluster.ClusterLogMarker.Properties$
- MemberStatus.Down$ - Class in org.apache.pekko.cluster
- MemberStatus.Exiting$ - Class in org.apache.pekko.cluster
- MemberStatus.Joining$ - Class in org.apache.pekko.cluster
- MemberStatus.Leaving$ - Class in org.apache.pekko.cluster
- MemberStatus.PreparingForShutdown$ - Class in org.apache.pekko.cluster
- MemberStatus.ReadyForShutdown$ - Class in org.apache.pekko.cluster
- MemberStatus.Removed$ - Class in org.apache.pekko.cluster
- MemberStatus.Up$ - Class in org.apache.pekko.cluster
- MemberStatus.WeaklyUp$ - Class in org.apache.pekko.cluster
- MemberStatus$ - Class in org.apache.pekko.cluster
- MemberStatus$() - Constructor for class org.apache.pekko.cluster.MemberStatus$
- MemberTombstonesChanged$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberTombstonesChanged$
- MemberUp(Member) - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberUp
- MemberUp$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberUp$
- MemberWeaklyUp(Member) - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- MemberWeaklyUp$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp$
- merge(Flag) - Method in class org.apache.pekko.cluster.ddata.Flag
- merge(GCounter) - Method in class org.apache.pekko.cluster.ddata.GCounter
-
INTERNAL API
- merge(GSet<A>) - Method in class org.apache.pekko.cluster.ddata.GSet
- merge(LWWMap<A, B>) - Method in class org.apache.pekko.cluster.ddata.LWWMap
- merge(LWWRegister<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister
-
INTERNAL API
- merge(ORMap<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap
- merge(ORMultiMap<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- merge(ORSet<A>) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
When element is in this Set but not in that Set: Compare the "birth dot" of the present element to the version vector in the Set it is absent from.
- merge(PNCounter) - Method in class org.apache.pekko.cluster.ddata.PNCounter
- merge(PNCounterMap<A>) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- merge(PruningState) - Method in interface org.apache.pekko.cluster.ddata.PruningState
- merge(ReplicatedData) - Method in class org.apache.pekko.cluster.ddata.AbstractReplicatedData
-
Delegates to
AbstractReplicatedData.mergeData(A), which must be implemented by subclass. - merge(ReplicatedData) - Method in interface org.apache.pekko.cluster.ddata.ReplicatedData
-
Monotonic merge function.
- merge(ReplicatedData) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- merge(ReplicatedData) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- merge(ReplicatedData) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
- merge(org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- merge(VersionVector) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- merge(VersionVector) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- merge(VersionVector) - Method in class org.apache.pekko.cluster.ddata.VersionVector
-
Merges this VersionVector with another VersionVector.
- merge(NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
-
Returns the most recent data.
- merge(VectorClock) - Method in class org.apache.pekko.cluster.VectorClock
-
Merges this VectorClock with another VectorClock.
- merge(ORSet.DeltaOp) - Method in interface org.apache.pekko.persistence.typed.crdt.ORSet.DeltaOp
- merge(Graph<SourceShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.Flow
- merge(Graph<SourceShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Merge the given
Sourceto the current one, taking elements as they arrive from input streams, picking randomly when several elements ready. - merge(Graph<SourceShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- merge(Graph<SourceShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- merge(Graph<SourceShape<Out>, ?>, boolean) - Method in class org.apache.pekko.stream.javadsl.Flow
- merge(Graph<SourceShape<Out>, ?>, boolean) - Method in class org.apache.pekko.stream.javadsl.Source
-
Merge the given
Sourceto the current one, taking elements as they arrive from input streams, picking randomly when several elements ready. - merge(Graph<SourceShape<U>, M>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- Merge - Class in org.apache.pekko.stream.javadsl
-
Merge several streams, taking elements as they arrive from input streams (picking randomly when several have elements ready).
- Merge<T> - Class in org.apache.pekko.stream.scaladsl
-
Merge several streams, taking elements as they arrive from input streams (picking randomly when several have elements ready).
- Merge() - Constructor for class org.apache.pekko.stream.javadsl.Merge
- Merge(int, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.Merge
- Merge$ - Class in org.apache.pekko.stream.javadsl
-
Merge several streams, taking elements as they arrive from input streams (picking randomly when several have elements ready).
- Merge$ - Class in org.apache.pekko.stream.scaladsl
- Merge$() - Constructor for class org.apache.pekko.stream.javadsl.Merge$
- Merge$() - Constructor for class org.apache.pekko.stream.scaladsl.Merge$
- merge$default$2() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- mergeAck(WireFormats.AcknowledgementInfo) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .AcknowledgementInfo ack = 1; - mergeAckReplyTo(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required .UniqueAddress ackReplyTo = 5; - mergeActor(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
optional .ActorRef actor = 1; - mergeActor(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required .ActorRef actor = 1; - mergeAddr(TestConductorProtocol.Address) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
optional .Address addr = 2; - mergeAddr(TestConductorProtocol.AddressRequest) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .AddressRequest addr = 5; - mergeAddress(ReplicatorMessages.Address) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - mergeAddress(ClusterMessages.Address) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .Address address = 1; - mergeAddress(ClusterMessages.Address) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required .Address address = 1; - mergeAddress(DistributedPubSubMessages.Address) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required .Address address = 1; - mergeAddress(ClusterShardingMessages.Address) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .Address address = 1; - mergeAddress(ArteryControlFormats.Address) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required .Address address = 1; - mergeAddress(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
-
required .UniqueAddress address = 1; - mergeAddress(TestConductorProtocol.Address) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required .Address address = 2; - mergeAddress(TestConductorProtocol.Address) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Address address = 3; - mergeAll(List<? extends Graph<SourceShape<Out>, ?>>, boolean) - Method in class org.apache.pekko.stream.javadsl.Flow
- mergeAll(List<? extends Graph<SourceShape<Out>, ?>>, boolean) - Method in class org.apache.pekko.stream.javadsl.Source
-
Merge the given
Sources to the current one, taking elements as they arrive from input streams, picking randomly when several elements ready. - mergeAll(List<? extends Graph<SourceShape<Out>, ?>>, boolean) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- mergeAll(List<? extends Graph<SourceShape<Out>, ?>>, boolean) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Merge the given
Sources to the current one, taking elements as they arrive from input streams, picking randomly when several elements ready. - mergeAll(Seq<Graph<SourceShape<U>, ?>>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- mergeBarrier(TestConductorProtocol.EnterBarrier) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .EnterBarrier barrier = 2; - mergeCause(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required .Payload cause = 3; - mergeCause(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional .Payload cause = 3; - mergeCauseData(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .Payload causeData = 3; - mergeChild(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required .ActorRef child = 1; - mergeChild(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required .ActorRef child = 1; - mergeConfigCheck(ClusterMessages.ConfigCheck) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .ConfigCheck configCheck = 2; - mergeCorrelationId(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
required .Payload correlationId = 1; - mergeData(A) - Method in class org.apache.pekko.cluster.ddata.AbstractReplicatedData
-
Java API: Monotonic merge function.
- mergeData(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - mergeData(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - mergeData(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - mergeData(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - mergeData(MessageFormats.PersistentPayload) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required .PersistentPayload data = 2; - mergeDecrements(ReplicatedDataMessages.GCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - mergeDelta(DeltaReplicatedData) - Method in interface org.apache.pekko.cluster.ddata.DeltaReplicatedData
-
When delta is merged into the full state this method is used.
- mergeDelta(GCounter) - Method in class org.apache.pekko.cluster.ddata.GCounter
- mergeDelta(GSet<A>) - Method in class org.apache.pekko.cluster.ddata.GSet
- mergeDelta(ORMap.DeltaOp) - Method in class org.apache.pekko.cluster.ddata.LWWMap
- mergeDelta(ORMap.DeltaOp) - Method in class org.apache.pekko.cluster.ddata.ORMap
- mergeDelta(ORMap.DeltaOp) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- mergeDelta(ORMap.DeltaOp) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- mergeDelta(ORSet.DeltaOp) - Method in class org.apache.pekko.cluster.ddata.ORSet
- mergeDelta(PNCounter) - Method in class org.apache.pekko.cluster.ddata.PNCounter
- mergeDelta(ReplicatedDelta) - Method in class org.apache.pekko.cluster.ddata.AbstractDeltaReplicatedData
-
Delegates to
AbstractDeltaReplicatedData.mergeDeltaData(B), which must be implemented by subclass. - mergeDeltaData(B) - Method in class org.apache.pekko.cluster.ddata.AbstractDeltaReplicatedData
-
When delta is merged into the full state this method is used.
- mergeDeltaVersions(ReplicatorMessages.VersionVector) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - mergeDeploy(WireFormats.DeployData) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .DeployData deploy = 2; - mergeDeploy(WireFormats.DeployData) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required .DeployData deploy = 2; - mergeDwNotificationData(SystemMessageFormats.DeathWatchNotificationData) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - mergeEnvelope(ReplicatorMessages.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - mergeEnvelope(ReplicatorMessages.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - mergeEnvelope(ReplicatorMessages.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - mergeEnvelope(ReplicatorMessages.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - mergeEnvelope(WireFormats.RemoteEnvelope) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .RemoteEnvelope envelope = 2; - mergeEvent(ContainerFormats.Payload) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload event = 8; - mergeEwma(ClusterMetricsMessages.NodeMetrics.EWMA) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
optional .NodeMetrics.EWMA ewma = 3; - mergeFailedData(SystemMessageFormats.FailedData) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .FailedData failedData = 6; - mergeFailure(TestConductorProtocol.InjectFailure) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .InjectFailure failure = 3; - mergeFrom(ClusterClientMessages.Contacts) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- mergeFrom(ReplicatedDataMessages.Flag) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- mergeFrom(ReplicatedDataMessages.GCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- mergeFrom(ReplicatedDataMessages.GCounter.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- mergeFrom(ReplicatedDataMessages.GSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- mergeFrom(ReplicatedDataMessages.LWWMap) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- mergeFrom(ReplicatedDataMessages.LWWMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- mergeFrom(ReplicatedDataMessages.LWWRegister) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- mergeFrom(ReplicatedDataMessages.ORMap) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- mergeFrom(ReplicatedDataMessages.ORMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- mergeFrom(ReplicatedDataMessages.ORMapDeltaGroup) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- mergeFrom(ReplicatedDataMessages.ORMapDeltaGroup.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- mergeFrom(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- mergeFrom(ReplicatedDataMessages.ORMultiMap) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- mergeFrom(ReplicatedDataMessages.ORMultiMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- mergeFrom(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- mergeFrom(ReplicatedDataMessages.ORSetDeltaGroup) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- mergeFrom(ReplicatedDataMessages.ORSetDeltaGroup.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- mergeFrom(ReplicatedDataMessages.PNCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- mergeFrom(ReplicatedDataMessages.PNCounterMap) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- mergeFrom(ReplicatedDataMessages.PNCounterMap.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- mergeFrom(ReplicatorMessages.Address) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- mergeFrom(ReplicatorMessages.Changed) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- mergeFrom(ReplicatorMessages.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- mergeFrom(ReplicatorMessages.DataEnvelope.PruningEntry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- mergeFrom(ReplicatorMessages.DeltaPropagation) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- mergeFrom(ReplicatorMessages.DeltaPropagation.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- mergeFrom(ReplicatorMessages.DurableDataEnvelope) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- mergeFrom(ReplicatorMessages.Empty) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- mergeFrom(ReplicatorMessages.Get) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- mergeFrom(ReplicatorMessages.GetFailure) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- mergeFrom(ReplicatorMessages.GetSuccess) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- mergeFrom(ReplicatorMessages.Gossip) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- mergeFrom(ReplicatorMessages.Gossip.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- mergeFrom(ReplicatorMessages.NotFound) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- mergeFrom(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- mergeFrom(ReplicatorMessages.Read) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- mergeFrom(ReplicatorMessages.ReadResult) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- mergeFrom(ReplicatorMessages.Status) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- mergeFrom(ReplicatorMessages.Status.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- mergeFrom(ReplicatorMessages.StringGSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- mergeFrom(ReplicatorMessages.Subscribe) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- mergeFrom(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- mergeFrom(ReplicatorMessages.Unsubscribe) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- mergeFrom(ReplicatorMessages.VersionVector) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- mergeFrom(ReplicatorMessages.VersionVector.Entry) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- mergeFrom(ReplicatorMessages.Write) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- mergeFrom(ClusterMetricsMessages.AdaptiveLoadBalancingPool) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- mergeFrom(ClusterMetricsMessages.Address) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- mergeFrom(ClusterMetricsMessages.Address) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .Address from = 1; - mergeFrom(ClusterMetricsMessages.MetricsGossip) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- mergeFrom(ClusterMetricsMessages.MetricsGossipEnvelope) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- mergeFrom(ClusterMetricsMessages.MetricsSelector) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- mergeFrom(ClusterMetricsMessages.MixMetricsSelector) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- mergeFrom(ClusterMetricsMessages.NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- mergeFrom(ClusterMetricsMessages.NodeMetrics.EWMA) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- mergeFrom(ClusterMetricsMessages.NodeMetrics.Metric) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- mergeFrom(ClusterMetricsMessages.NodeMetrics.Number) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- mergeFrom(ClusterMessages.Address) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- mergeFrom(ClusterMessages.Address) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
required .Address from = 1; - mergeFrom(ClusterMessages.ClusterRouterPool) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- mergeFrom(ClusterMessages.ClusterRouterPoolSettings) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- mergeFrom(ClusterMessages.ConfigCheck) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- mergeFrom(ClusterMessages.Empty) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- mergeFrom(ClusterMessages.Gossip) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- mergeFrom(ClusterMessages.GossipEnvelope) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- mergeFrom(ClusterMessages.GossipOverview) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- mergeFrom(ClusterMessages.GossipStatus) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- mergeFrom(ClusterMessages.Heartbeat) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- mergeFrom(ClusterMessages.HeartBeatResponse) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- mergeFrom(ClusterMessages.InitJoin) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- mergeFrom(ClusterMessages.InitJoinAck) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- mergeFrom(ClusterMessages.Join) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- mergeFrom(ClusterMessages.Member) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- mergeFrom(ClusterMessages.ObserverReachability) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- mergeFrom(ClusterMessages.Pool) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- mergeFrom(ClusterMessages.SubjectReachability) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- mergeFrom(ClusterMessages.Tombstone) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- mergeFrom(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress from = 1; - mergeFrom(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .UniqueAddress from = 1; - mergeFrom(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
required .UniqueAddress from = 1; - mergeFrom(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- mergeFrom(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .UniqueAddress from = 1; - mergeFrom(ClusterMessages.VectorClock) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- mergeFrom(ClusterMessages.VectorClock.Version) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- mergeFrom(ClusterMessages.Welcome) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- mergeFrom(DistributedPubSubMessages.Address) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- mergeFrom(DistributedPubSubMessages.Delta) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- mergeFrom(DistributedPubSubMessages.Delta.Bucket) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- mergeFrom(DistributedPubSubMessages.Delta.Entry) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- mergeFrom(DistributedPubSubMessages.Payload) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- mergeFrom(DistributedPubSubMessages.Publish) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- mergeFrom(DistributedPubSubMessages.Send) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- mergeFrom(DistributedPubSubMessages.SendToAll) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- mergeFrom(DistributedPubSubMessages.SendToOneSubscriber) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- mergeFrom(DistributedPubSubMessages.Status) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- mergeFrom(DistributedPubSubMessages.Status.Version) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- mergeFrom(ClusterShardingMessages.ActorRefMessage) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- mergeFrom(ClusterShardingMessages.Address) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- mergeFrom(ClusterShardingMessages.ClusterShardingStats) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- mergeFrom(ClusterShardingMessages.ClusterShardingStatsEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- mergeFrom(ClusterShardingMessages.CoordinatorState) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- mergeFrom(ClusterShardingMessages.CoordinatorState.ShardEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- mergeFrom(ClusterShardingMessages.CurrentRegions) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- mergeFrom(ClusterShardingMessages.CurrentShardRegionState) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- mergeFrom(ClusterShardingMessages.CurrentShardState) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- mergeFrom(ClusterShardingMessages.EntitiesStarted) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- mergeFrom(ClusterShardingMessages.EntitiesStopped) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- mergeFrom(ClusterShardingMessages.EntityStarted) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- mergeFrom(ClusterShardingMessages.EntityState) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- mergeFrom(ClusterShardingMessages.EntityStopped) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- mergeFrom(ClusterShardingMessages.GetClusterShardingStats) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- mergeFrom(ClusterShardingMessages.MapFieldEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- mergeFrom(ClusterShardingMessages.RememberedShardState) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- mergeFrom(ClusterShardingMessages.ShardHome) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- mergeFrom(ClusterShardingMessages.ShardHomeAllocated) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- mergeFrom(ClusterShardingMessages.ShardHomes) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- mergeFrom(ClusterShardingMessages.ShardHomesEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- mergeFrom(ClusterShardingMessages.ShardIdMessage) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- mergeFrom(ClusterShardingMessages.ShardRegionStats) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- mergeFrom(ClusterShardingMessages.ShardState) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- mergeFrom(ClusterShardingMessages.ShardStats) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- mergeFrom(ClusterShardingMessages.StartEntity) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- mergeFrom(ClusterShardingMessages.StartEntityAck) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- mergeFrom(ShardingMessages.ShardingEnvelope) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- mergeFrom(ClusterMessages.PubSubMessagePublished) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- mergeFrom(ClusterMessages.ReceptionistEntry) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- mergeFrom(ReliableDelivery.Ack) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- mergeFrom(ReliableDelivery.Cleanup) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- mergeFrom(ReliableDelivery.Confirmed) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- mergeFrom(ReliableDelivery.MessageSent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- mergeFrom(ReliableDelivery.RegisterConsumer) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- mergeFrom(ReliableDelivery.Request) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- mergeFrom(ReliableDelivery.Resend) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- mergeFrom(ReliableDelivery.SequencedMessage) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- mergeFrom(ReliableDelivery.State) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- mergeFrom(QueryMessages.EventEnvelope) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- mergeFrom(MessageFormats.AtLeastOnceDeliverySnapshot) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- mergeFrom(MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- mergeFrom(MessageFormats.AtomicWrite) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- mergeFrom(MessageFormats.PersistentFSMSnapshot) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- mergeFrom(MessageFormats.PersistentMessage) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- mergeFrom(MessageFormats.PersistentPayload) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- mergeFrom(MessageFormats.PersistentStateChangeEvent) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- mergeFrom(ReplicatedEventSourcing.Counter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- mergeFrom(ReplicatedEventSourcing.CounterUpdate) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- mergeFrom(ReplicatedEventSourcing.ORSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- mergeFrom(ReplicatedEventSourcing.ORSetDeltaGroup) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- mergeFrom(ReplicatedEventSourcing.ORSetDeltaGroup.Entry) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- mergeFrom(ReplicatedEventSourcing.PublishedEvent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- mergeFrom(ReplicatedEventSourcing.ReplicatedEventMetadata) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- mergeFrom(ReplicatedEventSourcing.ReplicatedPublishedEventMetaData) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- mergeFrom(ReplicatedEventSourcing.ReplicatedSnapshotMetadata) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- mergeFrom(ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- mergeFrom(ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- mergeFrom(ReplicatedEventSourcing.VersionVector.Entry) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- mergeFrom(Message) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- mergeFrom(AckedReceiveBuffer<T>) - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.Merges two receive buffers.
- mergeFrom(ArteryControlFormats.Address) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- mergeFrom(ArteryControlFormats.ArteryHeartbeatRsp) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- mergeFrom(ArteryControlFormats.CompressionTableAdvertisement) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- mergeFrom(ArteryControlFormats.CompressionTableAdvertisementAck) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- mergeFrom(ArteryControlFormats.FlushAck) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- mergeFrom(ArteryControlFormats.HandshakeReq) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- mergeFrom(ArteryControlFormats.MessageWithAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- mergeFrom(ArteryControlFormats.Quarantined) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- mergeFrom(ArteryControlFormats.SystemMessageDeliveryAck) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- mergeFrom(ArteryControlFormats.SystemMessageEnvelope) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- mergeFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required .UniqueAddress from = 1; - mergeFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required .UniqueAddress from = 1; - mergeFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .UniqueAddress from = 1; - mergeFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress from = 1; - mergeFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required .UniqueAddress from = 2; - mergeFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- mergeFrom(ContainerFormats.ActorIdentity) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- mergeFrom(ContainerFormats.ActorInitializationException) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- mergeFrom(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- mergeFrom(ContainerFormats.Identify) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- mergeFrom(ContainerFormats.Option) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- mergeFrom(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- mergeFrom(ContainerFormats.Selection) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- mergeFrom(ContainerFormats.SelectionEnvelope) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- mergeFrom(ContainerFormats.StackTraceElement) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- mergeFrom(ContainerFormats.StatusReplyErrorMessage) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- mergeFrom(ContainerFormats.Throwable) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- mergeFrom(ContainerFormats.ThrowableNotSerializable) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- mergeFrom(ContainerFormats.WatcherHeartbeatResponse) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- mergeFrom(SystemMessageFormats.DeathWatchNotificationData) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- mergeFrom(SystemMessageFormats.FailedData) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- mergeFrom(SystemMessageFormats.SuperviseData) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- mergeFrom(SystemMessageFormats.SystemMessage) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- mergeFrom(SystemMessageFormats.WatchData) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- mergeFrom(TestConductorProtocol.Address) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- mergeFrom(TestConductorProtocol.AddressRequest) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- mergeFrom(TestConductorProtocol.EnterBarrier) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- mergeFrom(TestConductorProtocol.Hello) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- mergeFrom(TestConductorProtocol.InjectFailure) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- mergeFrom(TestConductorProtocol.Wrapper) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- mergeFrom(WireFormats.AckAndEnvelopeContainer) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- mergeFrom(WireFormats.AcknowledgementInfo) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- mergeFrom(WireFormats.ActorRefData) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- mergeFrom(WireFormats.AddressData) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- mergeFrom(WireFormats.DaemonMsgCreateData) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- mergeFrom(WireFormats.DefaultResizer) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- mergeFrom(WireFormats.DeployData) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- mergeFrom(WireFormats.FiniteDuration) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- mergeFrom(WireFormats.FromConfig) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- mergeFrom(WireFormats.GenericRoutingPool) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- mergeFrom(WireFormats.PekkoControlMessage) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- mergeFrom(WireFormats.PekkoHandshakeInfo) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- mergeFrom(WireFormats.PekkoProtocolMessage) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- mergeFrom(WireFormats.PropsData) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- mergeFrom(WireFormats.RemoteEnvelope) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- mergeFrom(WireFormats.RemoteRouterConfig) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- mergeFrom(WireFormats.RemoteScope) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- mergeFrom(WireFormats.ScatterGatherPool) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- mergeFrom(WireFormats.SerializedMessage) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- mergeFrom(WireFormats.TailChoppingPool) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- mergeFrom(StreamRefMessages.ActorRef) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- mergeFrom(StreamRefMessages.CumulativeDemand) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- mergeFrom(StreamRefMessages.OnSubscribeHandshake) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- mergeFrom(StreamRefMessages.Payload) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- mergeFrom(StreamRefMessages.RemoteStreamCompleted) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- mergeFrom(StreamRefMessages.RemoteStreamFailure) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- mergeFrom(StreamRefMessages.SequencedOnNext) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- mergeFrom(StreamRefMessages.SinkRef) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- mergeFrom(StreamRefMessages.SourceRef) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- mergeFromNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - mergeFromNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - mergeFromNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - mergeGeneric(WireFormats.GenericRoutingPool) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .GenericRoutingPool generic = 1; - mergeGeneric(WireFormats.GenericRoutingPool) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .GenericRoutingPool generic = 1; - mergeGossip(ClusterMetricsMessages.MetricsGossip) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .MetricsGossip gossip = 2; - mergeGossip(ClusterMessages.Gossip) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .Gossip gossip = 2; - mergeGraph(Graph<SourceShape<U>, M>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- mergeHandshakeInfo(WireFormats.PekkoHandshakeInfo) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - mergeHello(TestConductorProtocol.Hello) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .Hello hello = 1; - MergeHub - Class in org.apache.pekko.stream.javadsl
-
A MergeHub is a special streaming hub that is able to collect streamed elements from a dynamic set of producers.
- MergeHub() - Constructor for class org.apache.pekko.stream.javadsl.MergeHub
- MergeHub.DrainingControl - Interface in org.apache.pekko.stream.javadsl
-
A DrainingControl object is created during the materialization of a MergeHub and allows to initiate the draining and eventual completion of the Hub from the outside.
- MergeHub$ - Class in org.apache.pekko.stream.javadsl
-
A MergeHub is a special streaming hub that is able to collect streamed elements from a dynamic set of producers.
- MergeHub$ - Class in org.apache.pekko.stream.scaladsl
-
A MergeHub is a special streaming hub that is able to collect streamed elements from a dynamic set of producers.
- MergeHub$() - Constructor for class org.apache.pekko.stream.javadsl.MergeHub$
- MergeHub$() - Constructor for class org.apache.pekko.stream.scaladsl.MergeHub$
- mergeIncrements(ReplicatedDataMessages.GCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - mergeInstruction(WireFormats.PekkoControlMessage) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional .PekkoControlMessage instruction = 2; - mergeInterval(WireFormats.FiniteDuration) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration interval = 3; - mergeKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - mergeKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - mergeKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - mergeKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - mergeKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - mergeKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - mergeKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - mergeKeys(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - mergeKeys(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - mergeKeys(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - mergeKeys(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - mergeLatest(Graph<SourceShape<Out>, ?>, boolean) - Method in class org.apache.pekko.stream.javadsl.Flow
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- mergeLatest(Graph<SourceShape<Out>, M>, boolean) - Method in class org.apache.pekko.stream.javadsl.Source
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- mergeLatest(Graph<SourceShape<Out>, M>, boolean) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- mergeLatest(Graph<SourceShape<Out>, M>, boolean) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- mergeLatest(Graph<SourceShape<U>, M>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- MergeLatest - Class in org.apache.pekko.stream.javadsl
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- MergeLatest<T,M> - Class in org.apache.pekko.stream.scaladsl
- MergeLatest() - Constructor for class org.apache.pekko.stream.javadsl.MergeLatest
- MergeLatest(int, boolean, Function1<Object, M>) - Constructor for class org.apache.pekko.stream.scaladsl.MergeLatest
- MergeLatest$ - Class in org.apache.pekko.stream.javadsl
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- MergeLatest$ - Class in org.apache.pekko.stream.scaladsl
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- MergeLatest$() - Constructor for class org.apache.pekko.stream.javadsl.MergeLatest$
- MergeLatest$() - Constructor for class org.apache.pekko.stream.scaladsl.MergeLatest$
- mergeLatest$default$2() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- mergeLatestGraph(Graph<SourceShape<U>, M>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- mergeLatestMat(Graph<SourceShape<Out>, Mat2>, boolean, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- mergeLatestMat(Graph<SourceShape<Out>, Mat2>, boolean, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Source
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- mergeLatestMat(Graph<SourceShape<U>, Mat2>, boolean, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
MergeLatest joins elements from N input streams into stream of lists of size N.
- mergeLocal(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
required .Payload local = 1; - mergeMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- mergeMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Merge the given
Sourceto the current one, taking elements as they arrive from input streams, picking randomly when several elements ready. - mergeMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>, boolean) - Method in class org.apache.pekko.stream.javadsl.Flow
- mergeMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>, boolean) - Method in class org.apache.pekko.stream.javadsl.Source
-
Merge the given
Sourceto the current one, taking elements as they arrive from input streams, picking randomly when several elements ready. - mergeMat(Graph<SourceShape<U>, Mat2>, boolean, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- mergeMat$default$2() - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- mergeMessage(ContainerFormats.Payload) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required .Payload message = 2; - mergeMessage(ContainerFormats.Payload) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
-
required .Payload message = 1; - mergeMessage(ContainerFormats.Payload) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required .Payload message = 5; - mergeMessage(ContainerFormats.Payload) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required .Payload message = 6; - mergeMessage(WireFormats.SerializedMessage) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .SerializedMessage message = 2; - mergeMessageId(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
-
required .Payload messageId = 1; - mergeMetadata(MessageFormats.PersistentPayload) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload metadata = 15; - mergeMetadata(ReplicatedEventSourcing.ReplicatedPublishedEventMetaData) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - mergeMetadata(ContainerFormats.Payload) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload metadata = 9; - mergeMetricsSelector(ClusterMetricsMessages.MetricsSelector) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- mergeNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - mergeNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - mergeNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - mergeNode(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
required .UniqueAddress node = 1; - mergeNode(WireFormats.AddressData) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
-
required .AddressData node = 1; - mergeNumber(ClusterMetricsMessages.NodeMetrics.Number) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required .NodeMetrics.Number number = 2; - mergeOrigin(WireFormats.AddressData) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required .AddressData origin = 1; - mergeOriginRef(StreamRefMessages.ActorRef) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
-
required .ActorRef originRef = 1; - mergeOtherKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - mergeOtherKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - mergeOtherKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - mergeOtherKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - mergeOtherKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - mergeOverview(ClusterMessages.GossipOverview) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .GossipOverview overview = 5; - mergeOwner(DistributedPubSubMessages.Address) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required .Address owner = 1; - mergeOwnerAddress(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - mergePayload(DistributedPubSubMessages.Payload) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required .Payload payload = 3; - mergePayload(DistributedPubSubMessages.Payload) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required .Payload payload = 3; - mergePayload(DistributedPubSubMessages.Payload) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required .Payload payload = 3; - mergePayload(DistributedPubSubMessages.Payload) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
required .Payload payload = 1; - mergePayload(MessageFormats.PersistentPayload) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required .PersistentPayload payload = 3; - mergePayload(MessageFormats.PersistentPayload) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload payload = 1; - mergePayload(ContainerFormats.Payload) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .Payload payload = 3; - mergePayload(StreamRefMessages.Payload) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required .Payload payload = 2; - mergePool(ClusterMessages.Pool) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .Pool pool = 1; - mergePreferred(Graph<SourceShape<Out>, ?>, boolean, boolean) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Merge two sources.
- mergePreferred(Graph<SourceShape<Out>, M>, boolean, boolean) - Method in class org.apache.pekko.stream.javadsl.Source
-
Merge two sources.
- mergePreferred(Graph<SourceShape<Out>, M>, boolean, boolean) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Merge two sources.
- mergePreferred(Graph<SourceShape<Out>, M>, boolean, boolean) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Merge two sources.
- mergePreferred(Graph<SourceShape<U>, M>, boolean, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Merge two sources.
- MergePreferred - Class in org.apache.pekko.stream.javadsl
-
Merge several streams, taking elements as they arrive from input streams (picking from preferred when several have elements ready).
- MergePreferred<T> - Class in org.apache.pekko.stream.scaladsl
-
Merge several streams, taking elements as they arrive from input streams (picking from preferred when several have elements ready).
- MergePreferred() - Constructor for class org.apache.pekko.stream.javadsl.MergePreferred
- MergePreferred(int, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.MergePreferred
- MergePreferred.MergePreferredShape<T> - Class in org.apache.pekko.stream.scaladsl
- MergePreferred$ - Class in org.apache.pekko.stream.javadsl
-
Merge several streams, taking elements as they arrive from input streams (picking from preferred when several have elements ready).
- MergePreferred$ - Class in org.apache.pekko.stream.scaladsl
- MergePreferred$() - Constructor for class org.apache.pekko.stream.javadsl.MergePreferred$
- MergePreferred$() - Constructor for class org.apache.pekko.stream.scaladsl.MergePreferred$
- mergePreferred$default$3() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- mergePreferredGraph(Graph<SourceShape<U>, M>, boolean, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- mergePreferredMat(Graph<SourceShape<Out>, Mat2>, boolean, boolean, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Merge two sources.
- mergePreferredMat(Graph<SourceShape<Out>, Mat2>, boolean, boolean, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Merge two sources.
- mergePreferredMat(Graph<SourceShape<U>, Mat2>, boolean, boolean, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Merge two sources.
- MergePreferredShape(int, String) - Constructor for class org.apache.pekko.stream.scaladsl.MergePreferred.MergePreferredShape
- MergePreferredShape(int, FanInShape.Init<T>) - Constructor for class org.apache.pekko.stream.scaladsl.MergePreferred.MergePreferredShape
- mergePrioritized(Graph<SourceShape<Out>, ?>, int, int, boolean) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Merge two sources.
- mergePrioritized(Graph<SourceShape<Out>, M>, int, int, boolean) - Method in class org.apache.pekko.stream.javadsl.Source
-
Merge two sources.
- mergePrioritized(Graph<SourceShape<Out>, M>, int, int, boolean) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Merge two sources.
- mergePrioritized(Graph<SourceShape<Out>, M>, int, int, boolean) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Merge two sources.
- mergePrioritized(Graph<SourceShape<U>, M>, int, int, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Merge two sources.
- MergePrioritized - Class in org.apache.pekko.stream.javadsl
-
Merge several streams, taking elements as they arrive from input streams (picking from prioritized once when several have elements ready).
- MergePrioritized<T> - Class in org.apache.pekko.stream.scaladsl
-
Merge several streams, taking elements as they arrive from input streams (picking from prioritized once when several have elements ready).
- MergePrioritized() - Constructor for class org.apache.pekko.stream.javadsl.MergePrioritized
- MergePrioritized() - Constructor for class org.apache.pekko.stream.scaladsl.MergePrioritized
- MergePrioritized$ - Class in org.apache.pekko.stream.javadsl
-
Merge several streams, taking elements as they arrive from input streams (picking from prioritized once when several have elements ready).
- MergePrioritized$ - Class in org.apache.pekko.stream.scaladsl
- MergePrioritized$() - Constructor for class org.apache.pekko.stream.javadsl.MergePrioritized$
- MergePrioritized$() - Constructor for class org.apache.pekko.stream.scaladsl.MergePrioritized$
- mergePrioritized$default$4() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- mergePrioritizedGraph(Graph<SourceShape<U>, M>, int, int, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- mergePrioritizedMat(Graph<SourceShape<Out>, Mat2>, int, int, boolean, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Merge two sources.
- mergePrioritizedMat(Graph<SourceShape<Out>, Mat2>, int, int, boolean, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Merge multiple sources.
- mergePrioritizedMat(Graph<SourceShape<U>, Mat2>, int, int, boolean, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Merge two sources.
- mergePrioritizedN(List<Pair<Source<T, ?>, Integer>>, boolean) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Merge multiple
Sources. - mergePrioritizedN(List<Pair<Source<T, ?>, Integer>>, boolean) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Merge multiple
Sources. - mergePrioritizedN(Seq<Tuple2<Source<T, ?>, Object>>, boolean) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Merge multiple
Sources. - mergePrioritizedN(Seq<Tuple2<Source<T, ?>, Object>>, boolean) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Merge multiple
Sources. - mergeProps(WireFormats.PropsData) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .PropsData props = 1; - mergeRecipient(WireFormats.ActorRefData) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .ActorRefData recipient = 1; - mergeRef(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
optional .ActorRef ref = 2; - mergeRemovedAddress(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - mergeRequest(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - mergeRequest(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - mergeRequest(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - mergeRequest(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - mergeResizer(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional .Payload resizer = 1; - mergeResizer(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional .Payload resizer = 4; - mergeSender(WireFormats.ActorRefData) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional .ActorRefData sender = 4; - MergeSequence - Class in org.apache.pekko.stream.javadsl
-
Takes multiple streams whose elements in aggregate have a defined linear sequence with difference 1, starting at 0, and outputs a single stream containing these elements, in order.
- MergeSequence<T> - Class in org.apache.pekko.stream.scaladsl
-
Takes multiple streams whose elements in aggregate have a defined linear sequence with difference 1, starting at 0, and outputs a single stream containing these elements, in order.
- MergeSequence() - Constructor for class org.apache.pekko.stream.javadsl.MergeSequence
- MergeSequence(int, Function1<T, Object>) - Constructor for class org.apache.pekko.stream.scaladsl.MergeSequence
- MergeSequence$ - Class in org.apache.pekko.stream.javadsl
-
Takes multiple streams whose elements in aggregate have a defined linear sequence with difference 1, starting at 0, and outputs a single stream containing these elements, in order.
- MergeSequence$ - Class in org.apache.pekko.stream.scaladsl
- MergeSequence$() - Constructor for class org.apache.pekko.stream.javadsl.MergeSequence$
- MergeSequence$() - Constructor for class org.apache.pekko.stream.scaladsl.MergeSequence$
- mergeSettings(ClusterMessages.ClusterRouterPoolSettings) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .ClusterRouterPoolSettings settings = 2; - mergeSorted(Graph<SourceShape<Out>, M>, Comparator<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
- mergeSorted(Graph<SourceShape<Out>, M>, Comparator<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
- mergeSorted(Graph<SourceShape<Out>, M>, Comparator<Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- mergeSorted(Graph<SourceShape<Out>, M>, Comparator<Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- mergeSorted(Graph<SourceShape<U>, M>, Ordering<U>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- MergeSorted - Class in org.apache.pekko.stream.javadsl
-
Merge two pre-sorted streams such that the resulting stream is sorted.
- MergeSorted<T> - Class in org.apache.pekko.stream.scaladsl
-
Merge two pre-sorted streams such that the resulting stream is sorted.
- MergeSorted() - Constructor for class org.apache.pekko.stream.javadsl.MergeSorted
- MergeSorted(Ordering<T>) - Constructor for class org.apache.pekko.stream.scaladsl.MergeSorted
- MergeSorted$ - Class in org.apache.pekko.stream.javadsl
-
Merge two pre-sorted streams such that the resulting stream is sorted.
- MergeSorted$ - Class in org.apache.pekko.stream.scaladsl
- MergeSorted$() - Constructor for class org.apache.pekko.stream.javadsl.MergeSorted$
- MergeSorted$() - Constructor for class org.apache.pekko.stream.scaladsl.MergeSorted$
- mergeSortedGraph(Graph<SourceShape<U>, M>, Ordering<U>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- mergeSortedMat(Graph<SourceShape<Out>, Mat2>, Comparator<Out>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Flow
- mergeSortedMat(Graph<SourceShape<Out>, Mat2>, Comparator<Out>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Source
- mergeSortedMat(Graph<SourceShape<U>, Mat2>, Function2<Mat, Mat2, Mat3>, Ordering<U>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- mergeState(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - mergeStats(ClusterShardingMessages.ShardRegionStats) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .ShardRegionStats stats = 2; - mergeSubstreams() - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Flatten the sub-flows back into the super-flow by performing a merge without parallelism limit (i.e.
- mergeSubstreams() - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Flatten the sub-flows back into the super-source by performing a merge without parallelism limit (i.e.
- mergeSubstreams() - Method in interface org.apache.pekko.stream.scaladsl.SubFlow
-
Flatten the sub-flows back into the super-flow by performing a merge without parallelism limit (i.e.
- mergeSubstreamsWithParallelism(int) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Flatten the sub-flows back into the super-flow by performing a merge with the given parallelism limit.
- mergeSubstreamsWithParallelism(int) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Flatten the sub-flows back into the super-source by performing a merge with the given parallelism limit.
- mergeSubstreamsWithParallelism(int) - Method in interface org.apache.pekko.stream.scaladsl.SubFlow
-
Flatten the sub-flows back into the super-flow by performing a merge with the given parallelism limit.
- mergeSuperviseData(SystemMessageFormats.SuperviseData) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .SuperviseData superviseData = 5; - mergeSupervisor(WireFormats.ActorRefData) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .ActorRefData supervisor = 4; - mergeTargetRef(StreamRefMessages.ActorRef) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
-
required .ActorRef targetRef = 1; - mergeTargetRef(StreamRefMessages.ActorRef) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
-
required .ActorRef targetRef = 1; - mergeTo(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress to = 2; - mergeTo(ArteryControlFormats.Address) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .Address to = 2; - mergeTo(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress to = 2; - mergeUnderlying(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - mergeUnderlying(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - mergeUnderlying(ReplicatedEventSourcing.ORSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSet underlying = 2; - mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- mergeValue(ReplicatedDataMessages.LWWRegister) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - mergeValue(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - mergeValue(ReplicatedDataMessages.PNCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - mergeValue(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - mergeValue(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - mergeValue(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
-
optional .Payload value = 1; - mergeVersion(ClusterMessages.VectorClock) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .VectorClock version = 6; - mergeVersion(ClusterMessages.VectorClock) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .VectorClock version = 3; - mergeVersion(ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
required .VersionVector version = 1; - mergeVersionVector(ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required .VersionVector versionVector = 3; - mergeVersionVector(ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional .VersionVector versionVector = 2; - mergeVvector(ReplicatorMessages.VersionVector) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - mergeVvector(ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required .VersionVector vvector = 2; - mergeWatchData(SystemMessageFormats.WatchData) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .WatchData watchData = 2; - mergeWatchee(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watchee = 1; - mergeWatcher(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watcher = 2; - mergeWithin(WireFormats.FiniteDuration) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .FiniteDuration within = 2; - mergeWithin(WireFormats.FiniteDuration) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration within = 2; - message() - Method in exception org.apache.pekko.actor.ActorKilledException
- message() - Method in interface org.apache.pekko.actor.AllDeadLetters
- message() - Method in class org.apache.pekko.actor.DeadLetter
- message() - Method in class org.apache.pekko.actor.Dropped
- message() - Method in exception org.apache.pekko.actor.IllegalActorStateException
- message() - Method in exception org.apache.pekko.actor.InvalidActorNameException
- message() - Method in exception org.apache.pekko.actor.InvalidMessageException
- message() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- message() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- message() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- message() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- message() - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- message() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- message() - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- message() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery
- message() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- message() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- message() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- message() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- message() - Method in class org.apache.pekko.actor.UnhandledMessage
- message() - Method in interface org.apache.pekko.actor.WrappedMessage
- message() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- message() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- message() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- message() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- message() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- message() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- message() - Method in class org.apache.pekko.dispatch.Envelope
- message() - Method in class org.apache.pekko.event.Logging.Debug
- message() - Method in class org.apache.pekko.event.Logging.Error
- message() - Method in class org.apache.pekko.event.Logging.Info
- message() - Method in interface org.apache.pekko.event.Logging.LogEvent
- message() - Method in class org.apache.pekko.event.Logging.Warning
- message() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- message() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- message() - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- message() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- message() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- message() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- message() - Method in interface org.apache.pekko.remote.artery.OutboundEnvelope
- message() - Method in class org.apache.pekko.routing.Broadcast
- message() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- message() - Method in interface org.apache.pekko.routing.RouterEnvelope
- message() - Method in class org.apache.pekko.testkit.DebugFilter
- message() - Method in class org.apache.pekko.testkit.ErrorFilter
- message() - Method in class org.apache.pekko.testkit.EventFilter
- message() - Method in class org.apache.pekko.testkit.InfoFilter
- message() - Method in exception org.apache.pekko.testkit.TestException
- message() - Method in class org.apache.pekko.testkit.WarningFilter
- message(String) - Method in class org.apache.pekko.testkit.javadsl.EventFilter
- Message - Interface in org.apache.pekko.persistence.serialization
-
Marker trait for all protobuf-serializable messages in
pekko.persistence. - Message(org.apache.pekko.actor.InternalActorRef, Address, WireFormats.SerializedMessage, <any>, Option<SeqNo>) - Constructor for class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- MESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- MESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- MESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- MESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- MESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- MESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- MESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Throwable
- MESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- MESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- MESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.SerializedMessage
- Message$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- Message$() - Constructor for class org.apache.pekko.io.dns.internal.Message$
- Message$() - Constructor for class org.apache.pekko.remote.transport.PekkoPduCodec.Message$
- messageAdapter(Class<U>, Function<U, T>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- messageAdapter(Class<U>, Function<U, T>) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Create a message adapter that will convert or wrap messages such that other Actor’s protocols can be ingested by this Actor.
- messageAdapter(Function1<U, T>, ClassTag<U>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- messageAdapter(Function1<U, T>, ClassTag<U>) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Create a message adapter that will convert or wrap messages such that other Actor’s protocols can be ingested by this Actor.
- MessageAdapter(Class<A>, Function1<A, T>) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- MessageAdapter$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter$
- messageAdapterRef_$eq(<any>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- messageAdapters() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
-
INTERNAL API
- MessageAdaptionFailure - Class in org.apache.pekko.actor.typed
-
Signal passed to the actor when a message adapter has thrown an exception adapting an incoming message.
- MessageAdaptionFailure(Throwable) - Constructor for class org.apache.pekko.actor.typed.MessageAdaptionFailure
- MessageAdaptionFailure$ - Class in org.apache.pekko.actor.typed
- MessageAdaptionFailure$() - Constructor for class org.apache.pekko.actor.typed.MessageAdaptionFailure$
- MessageBuffer - Class in org.apache.pekko.util
-
A non thread safe mutable message buffer that can be used to buffer messages inside actors.
- MessageBuffer() - Constructor for class org.apache.pekko.util.MessageBuffer
- MessageBuffer$ - Class in org.apache.pekko.util
- MessageBuffer$() - Constructor for class org.apache.pekko.util.MessageBuffer$
- MessageBufferMap<I> - Class in org.apache.pekko.util
-
A non thread safe mutable message buffer map that can be used to buffer messages inside actors.
- MessageBufferMap() - Constructor for class org.apache.pekko.util.MessageBufferMap
- messageClass() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- messageClass() - Method in class org.apache.pekko.testkit.DeadLettersFilter
- MessageClass() - Method in class org.apache.pekko.event.LogMarker.Properties$
- messageClassName(Object) - Static method in class org.apache.pekko.event.Logging
- messageClassName(Object) - Method in class org.apache.pekko.event.Logging$
- MessageContainerSerializer - Class in org.apache.pekko.remote.serialization
- MessageContainerSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.serialization.MessageContainerSerializer
- messageContains(String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Create a filter for events with a log message that contains the given
messageIncludes. - messageContains(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Create a filter for events with a log message that contains the given
messageIncludes. - messageContains(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Create a filter for events with a log message that contains the given
messageIncludes. - messageCount() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- MessageDispatcher - Class in org.apache.pekko.dispatch
- MessageDispatcher(MessageDispatcherConfigurator) - Constructor for class org.apache.pekko.dispatch.MessageDispatcher
- MessageDispatcher$ - Class in org.apache.pekko.dispatch
-
INTERNAL API
- MessageDispatcher$() - Constructor for class org.apache.pekko.dispatch.MessageDispatcher$
- MessageDispatcherConfigurator - Class in org.apache.pekko.dispatch
-
Base class to be used for hooking in new dispatchers into Dispatchers.
- MessageDispatcherConfigurator(Config, DispatcherPrerequisites) - Constructor for class org.apache.pekko.dispatch.MessageDispatcherConfigurator
- messageExtractor() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
- messageExtractor() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
- MessageFlags$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- MessageFlags$() - Constructor for class org.apache.pekko.io.dns.internal.MessageFlags$
- messageFormat() - Method in class org.apache.pekko.osgi.DefaultOSGiLogger
- MessageFormats - Class in org.apache.pekko.persistence.serialization
- MessageFormats.AtLeastOnceDeliverySnapshot - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
AtLeastOnceDeliverySnapshot - MessageFormats.AtLeastOnceDeliverySnapshot.Builder - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
AtLeastOnceDeliverySnapshot - MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
AtLeastOnceDeliverySnapshot.UnconfirmedDelivery - MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
AtLeastOnceDeliverySnapshot.UnconfirmedDelivery - MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder - Interface in org.apache.pekko.persistence.serialization
- MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder - Interface in org.apache.pekko.persistence.serialization
- MessageFormats.AtomicWrite - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
AtomicWrite - MessageFormats.AtomicWrite.Builder - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
AtomicWrite - MessageFormats.AtomicWriteOrBuilder - Interface in org.apache.pekko.persistence.serialization
- MessageFormats.PersistentFSMSnapshot - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
PersistentFSMSnapshot - MessageFormats.PersistentFSMSnapshot.Builder - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
PersistentFSMSnapshot - MessageFormats.PersistentFSMSnapshotOrBuilder - Interface in org.apache.pekko.persistence.serialization
- MessageFormats.PersistentMessage - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
PersistentMessage - MessageFormats.PersistentMessage.Builder - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
PersistentMessage - MessageFormats.PersistentMessageOrBuilder - Interface in org.apache.pekko.persistence.serialization
- MessageFormats.PersistentPayload - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
PersistentPayload - MessageFormats.PersistentPayload.Builder - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
PersistentPayload - MessageFormats.PersistentPayloadOrBuilder - Interface in org.apache.pekko.persistence.serialization
- MessageFormats.PersistentStateChangeEvent - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
PersistentStateChangeEvent - MessageFormats.PersistentStateChangeEvent.Builder - Class in org.apache.pekko.persistence.serialization
-
Protobuf type
PersistentStateChangeEvent - MessageFormats.PersistentStateChangeEventOrBuilder - Interface in org.apache.pekko.persistence.serialization
- messageId() - Method in class org.apache.pekko.actor.Identify
- MESSAGEID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Identify
- MESSAGEMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- MESSAGEMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- MESSAGEMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- MESSAGEMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Payload
- MESSAGEMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- MESSAGEMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.SerializedMessage
- MESSAGEMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.Payload
- messageOption() - Method in exception org.apache.pekko.actor.PreRestartException
- messageQueue() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
-
This is only a marker to be put in the messageQueue’s stead to make error messages pertaining to violated mailbox type requirements less cryptic.
- MessageQueue - Interface in org.apache.pekko.dispatch
-
A MessageQueue is one of the core components in forming an Akka Mailbox.
- MessageQueue() - Constructor for class org.apache.pekko.dispatch.UnboundedControlAwareMailbox.MessageQueue
- MessageQueue() - Constructor for class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox.MessageQueue
- MessageQueue() - Constructor for class org.apache.pekko.dispatch.UnboundedMailbox.MessageQueue
- MessageQueue(int, Comparator<Envelope>) - Constructor for class org.apache.pekko.dispatch.UnboundedPriorityMailbox.MessageQueue
- MessageQueue(int, Comparator<Envelope>) - Constructor for class org.apache.pekko.dispatch.UnboundedStablePriorityMailbox.MessageQueue
- MessageQueue(int, Comparator<Envelope>, Duration) - Constructor for class org.apache.pekko.dispatch.BoundedPriorityMailbox.MessageQueue
- MessageQueue(int, Comparator<Envelope>, Duration) - Constructor for class org.apache.pekko.dispatch.BoundedStablePriorityMailbox.MessageQueue
- MessageQueue(int, FiniteDuration) - Constructor for class org.apache.pekko.dispatch.BoundedControlAwareMailbox.MessageQueue
- MessageQueue(int, FiniteDuration) - Constructor for class org.apache.pekko.dispatch.BoundedDequeBasedMailbox.MessageQueue
- MessageQueue(int, FiniteDuration) - Constructor for class org.apache.pekko.dispatch.BoundedMailbox.MessageQueue
- messages() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- messages() - Method in interface org.apache.pekko.persistence.journal.inmem.InmemMessages
- messages() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- messages_$eq(Map<String, Vector<Tuple2<PersistentRepr, <any>>>>) - Method in interface org.apache.pekko.persistence.journal.inmem.InmemMessages
- MessageSent(long, Object, boolean, String, long) - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- MessageSent$() - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent$
- MessageSerializer - Class in org.apache.pekko.cluster.metrics.protobuf
-
Protobuf serializer for
pekko.cluster.metrics.ClusterMetricsMessagetypes. - MessageSerializer - Class in org.apache.pekko.persistence.serialization
-
Protobuf serializer for
pekko.persistence.PersistentRepr,pekko.persistence.AtLeastOnceDeliveryandpekko.persistence.fsm.PersistentFSM.StateChangeEventmessages. - MessageSerializer - Class in org.apache.pekko.remote
-
INTERNAL API
- MessageSerializer() - Constructor for class org.apache.pekko.remote.MessageSerializer
- MessageSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- MessageSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.persistence.serialization.MessageSerializer
- MessageSerializer.SerializationException - Exception in org.apache.pekko.remote
- MessageSerializer$ - Class in org.apache.pekko.remote
-
INTERNAL API
- MessageSerializer$() - Constructor for class org.apache.pekko.remote.MessageSerializer$
- messagesPerResize() - Method in class org.apache.pekko.routing.DefaultResizer
- MESSAGESPERRESIZE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DefaultResizer
- MessageWithConfirmation(A, ActorRef<Object>) - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- MessageWithConfirmation(A, ActorRef<Done>) - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- MessageWithConfirmation(String, A, ActorRef<Done>) - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- MessageWithConfirmation$() - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation$
- MessageWithConfirmation$() - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation$
- MessageWithConfirmation$() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation$
- metadata() - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- metadata() - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- metadata() - Method in interface org.apache.pekko.persistence.PersistentRepr
- metadata() - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- metadata() - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- metadata() - Method in class org.apache.pekko.persistence.SelectedSnapshot
- metadata() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- metadata() - Method in class org.apache.pekko.persistence.SnapshotOffer
- metadata() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- metadata() - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- metadata() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- metadata() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- metadata() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- metadata() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- metadata() - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- metadata() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- METADATA_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- METADATA_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- METADATA_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- MetadataContainerAndLiteralSectionOffset() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- MetadataPresentFlag() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- method() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- MethodCall(Method, Object[]) - Constructor for class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- MethodCall$() - Constructor for class org.apache.pekko.actor.TypedActor.MethodCall$
-
Deprecated.
- METHODNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- metric(String) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- Metric - Class in org.apache.pekko.cluster.metrics
-
Metrics key/value.
- Metric$ - Class in org.apache.pekko.cluster.metrics
-
Factory for creating valid Metric instances.
- Metric$() - Constructor for class org.apache.pekko.cluster.metrics.Metric$
- MetricNumericConverter - Interface in org.apache.pekko.cluster.metrics
-
INTERNAL API
- metrics() - Method in class org.apache.pekko.cluster.metrics.JmxMetricsCollector
-
Generate metrics set.
- metrics() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- metrics() - Method in class org.apache.pekko.cluster.metrics.SigarMetricsCollector
- METRICS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- metricsChanged(ClusterMetricsChanged) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- MetricsCollector - Interface in org.apache.pekko.cluster.metrics
-
Metrics sampler.
- MetricsCollector$ - Class in org.apache.pekko.cluster.metrics
-
INTERNAL API
- MetricsCollector$() - Constructor for class org.apache.pekko.cluster.metrics.MetricsCollector$
- metricsDecider() - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsStrategy
-
pekko.actor.SupervisorStrategyDeciderwhich allows to survive intermittent Sigar native method calls failures. - metricsDecider() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsStrategy$
-
pekko.actor.SupervisorStrategyDeciderwhich allows to survive intermittent Sigar native method calls failures. - MetricsDispatcher() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- metricSelectorFromProto(ClusterMetricsMessages.MetricsSelector) - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- MetricsGossip$ - Class in org.apache.pekko.cluster.metrics
-
INTERNAL API
- MetricsGossip$() - Constructor for class org.apache.pekko.cluster.metrics.MetricsGossip$
- MetricsGossipEnvelope$ - Class in org.apache.pekko.cluster.metrics
- MetricsGossipEnvelope$() - Constructor for class org.apache.pekko.cluster.metrics.MetricsGossipEnvelope$
- metricsSelector() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- metricsSelector() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- metricsSelector() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- MetricsSelector - Interface in org.apache.pekko.cluster.metrics
-
A MetricsSelector is responsible for producing weights from the node metrics.
- METRICSSELECTOR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- MetricsSelector$ - Class in org.apache.pekko.cluster.metrics
- MetricsSelector$() - Constructor for class org.apache.pekko.cluster.metrics.MetricsSelector$
- MF() - Static method in class org.apache.pekko.io.dns.RecordType
-
A mail forwarder (Obsolete - use MX)
- MF() - Method in class org.apache.pekko.io.dns.RecordType$
-
A mail forwarder (Obsolete - use MX)
- MG() - Static method in class org.apache.pekko.io.dns.RecordType
-
A mail group member (EXPERIMENTAL)
- MG() - Method in class org.apache.pekko.io.dns.RecordType$
-
A mail group member (EXPERIMENTAL)
- MICROSECONDS - org.apache.pekko.remote.WireFormats.TimeUnit
-
MICROSECONDS = 2; - MICROSECONDS_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
MICROSECONDS = 2; - MILLISECONDS - org.apache.pekko.remote.WireFormats.TimeUnit
-
MILLISECONDS = 3; - MILLISECONDS_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
MILLISECONDS = 3; - minBackoff() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- minBackoff() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- minBackoff() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- minBackoff() - Method in class org.apache.pekko.stream.RestartSettings
- minCap() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- minCap() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- minCap() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- minCap() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- minCap() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- minCap() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- MINFO() - Static method in class org.apache.pekko.io.dns.RecordType
-
mailbox or mail list information
- MINFO() - Method in class org.apache.pekko.io.dns.RecordType$
-
mailbox or mail list information
- MinimalActorRef - Interface in org.apache.pekko.actor
-
Trait for ActorRef implementations where all methods contain default stubs.
- minimumProportion() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- minimumProportion() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- minMembers() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- MinNrOfMembers() - Method in class org.apache.pekko.cluster.ClusterSettings
- MinNrOfMembersOfRole() - Method in class org.apache.pekko.cluster.ClusterSettings
- minSequenceNr() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- minSequenceNr() - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
- minStdDeviation() - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
- minTimestamp() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- minTimestamp() - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
- MINUTES - org.apache.pekko.remote.WireFormats.TimeUnit
-
MINUTES = 5; - MINUTES_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
MINUTES = 5; - MiscMessageSerializer - Class in org.apache.pekko.remote.serialization
- MiscMessageSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.serialization.MiscMessageSerializer
- mixMetricSelectorFromBinary(byte[]) - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- MixMetricsSelector - Class in org.apache.pekko.cluster.metrics
- MixMetricsSelector(IndexedSeq<CapacityMetricsSelector>) - Constructor for class org.apache.pekko.cluster.metrics.MixMetricsSelector
- MixMetricsSelector$ - Class in org.apache.pekko.cluster.metrics
-
Singleton instance of the default MixMetricsSelector, which uses [org.apache.pekko.cluster.routing.HeapMetricsSelector], [org.apache.pekko.cluster.routing.CpuMetricsSelector], and [org.apache.pekko.cluster.routing.SystemLoadAverageMetricsSelector]
- MixMetricsSelector$() - Constructor for class org.apache.pekko.cluster.metrics.MixMetricsSelector$
- MixMetricsSelectorBase - Class in org.apache.pekko.cluster.metrics
-
Base class for MetricsSelector that combines other selectors and aggregates their capacity.
- MixMetricsSelectorBase(Iterable<CapacityMetricsSelector>) - Constructor for class org.apache.pekko.cluster.metrics.MixMetricsSelectorBase
-
Java API: construct a mix-selector from a sequence of selectors
- MixMetricsSelectorBase(IndexedSeq<CapacityMetricsSelector>) - Constructor for class org.apache.pekko.cluster.metrics.MixMetricsSelectorBase
- mkFlag(boolean) - Static method in class org.apache.pekko.persistence.CapabilityFlag
- mkFlag(boolean) - Method in class org.apache.pekko.persistence.CapabilityFlag$
- mkKey(ActorPath) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$
- mkKey(ActorPath) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- mkKey(ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$
- mkKey(ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- mkTimer() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- mode() - Method in class org.apache.pekko.actor.FSM.Timer
- mode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- mode() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- mode() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- mode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- mode() - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- mode() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings
-
Deprecated.Use attribute 'ActorAttributes.StreamSubscriptionTimeoutMode' to read the concrete setting value. Since Akka 2.6.0.
- modifiedByNodes() - Method in class org.apache.pekko.cluster.ddata.GCounter
- modifiedByNodes() - Method in class org.apache.pekko.cluster.ddata.LWWMap
- modifiedByNodes() - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- modifiedByNodes() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- modifiedByNodes() - Method in class org.apache.pekko.cluster.ddata.ORMap
- modifiedByNodes() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- modifiedByNodes() - Method in class org.apache.pekko.cluster.ddata.ORSet
- modifiedByNodes() - Method in class org.apache.pekko.cluster.ddata.PNCounter
- modifiedByNodes() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- modifiedByNodes() - Method in interface org.apache.pekko.cluster.ddata.RemovedNodePruning
-
The nodes that have changed the state for this data and would need pruning when such node is no longer part of the cluster.
- modify() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- modify() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- modify() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- ModifyFailure(Key<A>, String, Throwable) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- ModifyFailure(Key<A>, String, Throwable, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- ModifyFailure$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure$
- ModifyFailure$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure$
- ModifyFailure$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ModifyFailure$
- MODULE$ - Static variable in class com.typesafe.sslconfig.pekko.PekkoSSLConfig$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.AbstractActor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.AbstractFSM$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Actor.emptyBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Actor.ignoringBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Actor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorCell$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorIdentity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorInitializationException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorKilledException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorLogMarker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorNotFound$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorPath$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorPathExtractor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorPaths$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorSelection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorSelectionMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorSystem.Settings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ActorSystem$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Address$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.AddressFromURIString$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.AddressTerminated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.AllForOneStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.BootstrapSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Cancellable$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ChildNameReserved$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ChildRestartStats$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ContextualTypedActorFactory$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.CoordinatedShutdown.ActorSystemTerminateReason$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.CoordinatedShutdown.ClusterDowningReason$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.CoordinatedShutdown.ClusterLeavingReason$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.CoordinatedShutdown.JvmExitReason$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.CoordinatedShutdown.Phase$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.CoordinatedShutdown.UnknownReason$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.CoordinatedShutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.CoordinatedShutdownTerminationWatcher$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.DeadLetter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.DeadLetterActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.DeathPactException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Deploy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Dropped$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.Children$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.ChildrenContainer.Termination$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.ChildrenContainer.UserRequest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.ChildrenContainer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.FaultHandling$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.ReceiveTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.dungeon.SerializationCheckFailedException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.$minus$greater$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.CurrentState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.Event$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.Failure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.FixedDelayMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.FixedRateMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.LogEntry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.Normal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.NullFunction$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.Shutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.SingleMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.State$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.StateTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.StopEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.Timer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.Transition$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FSM$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.FunctionRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Identify$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.IgnoreActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.IllegalActorStateException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.IndirectActorProducer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.InternalActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.InvalidActorNameException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.InvalidMessageException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.JVMShutdownHooks$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Kill$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.LightArrayRevolverScheduler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.LocalActorRefProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.LocalScope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Nobody$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.NoScopeGiven$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.OneForOneStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.OriginalRestartException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.PoisonPill$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.PostRestartException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.PreRestartException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Props$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ProviderSelection.Cluster$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ProviderSelection.Custom$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ProviderSelection.Local$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ProviderSelection.Remote$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ProviderSelection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.ReceiveTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.RelativeActorPath$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.RootActorPath$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Scheduler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SchedulerException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SelectChildName$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SelectChildPattern$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SelectParent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SerializedActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SerializedIgnore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.setup.ActorSystemSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.StashOverflowException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Status.Failure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Status.Success$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Status$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.StopChild$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SupervisorStrategy.Escalate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SupervisorStrategy.Restart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SupervisorStrategy.Resume$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SupervisorStrategy.Stop$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SupervisorStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SuppressedDeadLetter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SystemGuardian.RegisterTerminationHook$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SystemGuardian.TerminationHook$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SystemGuardian.TerminationHookDone$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.SystemGuardian$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.Terminated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.NoEffects$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.Spawned$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymousAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.Stopped$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.SingleMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.Watched$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.Effect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Complete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Continue$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.FishingOutcome.ContinueAndIgnore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.FishingOutcome$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.ActorSystemStub$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.Ack$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.BehaviorTestKitImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.CapturingAppender$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.LogbackUtil$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.TestAppender$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.TestKitUtils$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.internal.TestProbeImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.javadsl.FishingOutcomes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.javadsl.ManualTime$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.LoggingEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.scaladsl.FishingOutcomes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.scaladsl.ManualTime$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.scaladsl.TestInbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.TestException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.testkit.typed.TestKitSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.TimerSchedulerImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.ActorRef.ActorRefOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.ActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.ActorRefResolver$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.ActorRefResolverSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.ActorSystem$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.ActorTags$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.Behavior.BehaviorDecorators$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.Behavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.BehaviorInterceptor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.ChildFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.DeathPactException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ConsumerController$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Cleanup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Confirmed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.internal.ChunkedMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.internal.ConsumerControllerImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.ResendFirstUnconfirmed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.internal.WorkPullingProducerControllerImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ProducerController.Start$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.ProducerController$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.Dispatchers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.DispatcherSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.eventstream.EventStream$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.ActorContextImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.ActorFlightRecorder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.ActorMdc$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.ActorAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.ActorContextAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.ActorRefAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.ActorRefFactoryAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.ActorSystemAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.AdapterExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.EventStreamAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior.Start$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.PropsAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.adapter.SchedulerAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.AdaptMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.AdaptWithRegisteredMessageAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ContextAs$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.BehaviorImpl.DeferredBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveMessageBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.BehaviorImpl.SameBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.BehaviorImpl.UnhandledBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.BehaviorTags$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.Create$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.DeathWatchNotification$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.EventStreamExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.InterceptorImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.LoggerClass$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.LogMessagesInterceptor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.MonitorInterceptor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.NoMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.PoisonPill$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.PropsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.LocalReceptionist$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.Platform$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.RestartSupervisor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.routing.GroupRouterBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.routing.GroupRouterHelper$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.routing.RoutingLogics$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.StashBufferImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.Supervisor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.SystemMessageList$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.Terminate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.TimerSchedulerImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.TransformMessagesInterceptor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.UnstashException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.Unwatch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.Watch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.internal.WithMdcBehaviorInterceptor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.javadsl.AskPattern$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder.Case$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder.Case$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.javadsl.Routers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.LogOptions$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.MailboxSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.MessageAdaptionFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.PostStop$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.PreRestart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.Props$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.pubsub.Topic.GetTopicStats$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.pubsub.Topic.Publish$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.pubsub.Topic.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.pubsub.Topic.Unsubscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.pubsub.Topic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.receptionist.Receptionist.Deregister$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.receptionist.Receptionist.Deregistered$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.receptionist.Receptionist.Find$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.receptionist.Receptionist.Listing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.receptionist.Receptionist.Register$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.receptionist.Receptionist.Registered$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.receptionist.Receptionist.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.receptionist.ReceptionistSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.receptionist.ServiceKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.RecipientRef.RecipientRefOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.RecipientRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.scaladsl.adapter.PropsAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.scaladsl.AskPattern$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.scaladsl.Routers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.scaladsl.StashBuffer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.SerializedActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.SpawnProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.SupervisorStrategy.Resume$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.SupervisorStrategy.Stop$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.SupervisorStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.typed.Terminated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.TypedActor.MethodCall$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.TypedActor.SerializedMethodCall$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.TypedActor.SerializedTypedActorInvocationHandler$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.TypedActor$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.TypedProps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.UnhandledMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.actor.WrappedMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClient.Internal$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClient.Publish$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClient.Send$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClient.SendToAll$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClient$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClientReceptionist$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClients$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClientSettings$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClientUnreachable$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterClientUp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterReceptionist$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ClusterReceptionistSettings$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ContactPointAdded$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ContactPointRemoved$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.ContactPoints$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.GetClusterClients$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.GetContactPoints$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.SubscribeClusterClients$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.SubscribeContactPoints$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.Cluster$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterCoreDaemon$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.ClusterShuttingDown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.CurrentInternalStats$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsEvents$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsSnapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.MemberDowned$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.MemberExited$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.MemberJoined$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.MemberLeft$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.MemberTombstonesChanged$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.MemberUp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.ReachabilityChanged$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.ReachableMember$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.SeenChanged$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterHeartbeatReceiver$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterHeartbeatSender$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterHeartbeatSenderState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterLogClass$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterLogMarker.Properties$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterLogMarker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterReadView$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterRemoteWatcher$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterScope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterUserAction.Down$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterUserAction.JoinTo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterUserAction.Leave$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterUserAction.PrepareForShutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ClusterUserAction$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ConfigUtil$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.CoordinatedShutdownLeave$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.CrossDcHeartbeatingState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.CrossDcHeartbeatSender$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.DistributedData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.DurableStore.LoadAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.DurableStore.LoadAllCompleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.DurableStore.LoadData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.DurableStore.Store$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.DurableStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.EstimatedSize$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Flag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.FlagKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.GCounter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.GCounterKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.GSet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.GSetKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Key$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.LmdbDurableStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.LWWMap$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.LWWMapKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.LWWRegister$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.LWWRegisterKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ManyVersionVector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.OneVersionVector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMap.DeltaGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMap.PutDeltaOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMap.RemoveDeltaOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMap.RemoveKeyDeltaOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMap.UpdateDeltaOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMap$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMapKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMultiMap$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORMultiMapKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORSet.AddDeltaOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORSet.DeltaGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORSet.FullStateDeltaOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORSet.RemoveDeltaOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORSet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ORSetKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.PNCounter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.PNCounterKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.PNCounterMap$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.PNCounterMapKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntryComparator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntryComparator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntryComparator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntryComparator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.PruningState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ReadAggregator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ReadWriteAggregator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Changed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.DataDeleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Delete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Deleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.FlushChanges$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Get$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.GetFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIds$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIdsResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.GetReplicaCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.NotFound$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.ReadAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.Update$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.WriteAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator.WriteTo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.Replicator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.ReplicatorSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.SelfUniqueAddress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.internal.ReplicatorBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedDataSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.FlushChanges$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Changed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.DataDeleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Deleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.DeleteFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.DeleteSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.FlushChanges$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetDataDeleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ModifyFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.NotFound$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReadAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReadFrom$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReadMajority$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReplicaCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.StoreFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateDataDeleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.WriteAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.WriteMajority$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.WriteTo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.VersionVector.After$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.VersionVector.Before$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.VersionVector.Concurrent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.VersionVector.Same$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.VersionVector.Timestamp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.VersionVector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.ddata.WriteAggregator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.DowningProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.Gossip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.GossipEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.GossipOverview$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.GossipStats$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.GossipStatus$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.HeartbeatNodeRing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.ExitingCompleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.GetClusterCoreRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.GossipSpeedupTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.GossipTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.IncompatibleConfig$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.InitJoin$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.Join$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.LeaderActionsTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.PublishStatsTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.ReapUnreachableTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.UncheckedConfig$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction.Welcome$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.InternalClusterAction$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.Invalid$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.JoinConfigCompatCheckCluster$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.JoinConfigCompatChecker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.Member$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MembershipState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MemberStatus.Down$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MemberStatus.Exiting$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MemberStatus.Joining$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MemberStatus.Leaving$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MemberStatus.PreparingForShutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MemberStatus.ReadyForShutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MemberStatus.Removed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MemberStatus.Up$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MemberStatus.WeaklyUp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.MemberStatus$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.ClusterMetricsCollector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.ClusterMetricsStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.CollectionStartMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.CollectionStopMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.DefaultSigarProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.EWMA$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.Metric$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.MetricsCollector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.MetricsGossip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.MetricsGossipEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.MetricsSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.MixMetricsSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.NodeMetrics$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.SigarProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.StandardMetrics$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.metrics.TryNative$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSub$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.Reachability$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.routing.ClusterRouterGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.routing.ClusterRouterPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.routing.ClusterRouterSettingsBase$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sbr.DowningStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sbr.KeepOldestSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sbr.LeaseMajoritySettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sbr.SplitBrainResolver$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sbr.SplitBrainResolverSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sbr.StaticQuorumSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterSharding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingGuardian$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheckSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AdmissionFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AdmissionOptimizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.IdlePassivationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastFrequentlyUsedPassivationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastRecentlyUsedPassivationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.MostRecentlyUsedPassivationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.NoPassivationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.PolicySettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ClusterShardingSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.DDataShardCoordinator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationResponse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocations$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationsResponse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.AbstractLeastShardAllocationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.ActiveEntities$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.AdmissionFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.AdmissionOptimizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.AlwaysAdmissionFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.DDataRememberEntitiesCoordinatorStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.DDataRememberEntitiesShardStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.EntityPassivationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesCoordinatorStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.FrequencySketchAdmissionFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.LeastShardAllocationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.GetShards$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.GetEntities$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.internal.RememberEntityStarter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.Shard$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator.ShardAllocationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardCoordinator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardingFlightRecorder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardingLogMarker.Properties$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardingLogMarker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardingQueries$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.ShardRegion$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.PolicySettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingConsumerControllerImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingProducerControllerImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.internal.EntityRefImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.internal.EntityTypeKeyImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.internal.Murmur2$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.internal.ShardCommandActor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.internal.ShardedDaemonProcessImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.internal.ShardingState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityTypeKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.javadsl.ShardedDaemonProcess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.javadsl.StartEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ReplicatedShardingExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterShardingSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.scaladsl.EntityTypeKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.scaladsl.ShardedDaemonProcess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.scaladsl.StartEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication.VerifyStarted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.ShardingMessageExtractor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.testkit.javadsl.TestEntityRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.sharding.typed.testkit.scaladsl.TestEntityRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManager$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.Cluster$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.ClusterSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.ClusterSingleton$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.ClusterSingletonImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.ClusterSingletonSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.ClusterSingletonSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.Down$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.GetCurrentState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.internal.AdapterClusterImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionistProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionistSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.Join$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.JoinSeedNodes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.Leave$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.SelfRemoved$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.SelfUp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.SingletonActor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.typed.Unsubscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.UniqueAddress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.Valid$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.VectorClock.After$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.VectorClock.Before$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.VectorClock.Concurrent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.VectorClock.Node$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.VectorClock.Same$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.VectorClock.Timestamp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.VectorClock$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.cluster.VectorClockStats$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.compat.Future$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.compat.PartialFunction$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.coordination.lease.javadsl.LeaseProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.coordination.lease.LeaseSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.coordination.lease.scaladsl.LeaseProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.coordination.lease.TimeoutSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.discovery.aggregate.AggregateServiceDiscovery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.discovery.config.ConfigServicesParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.discovery.Discovery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.discovery.dns.DnsServiceDiscovery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.discovery.Lookup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.discovery.ServiceDiscovery.Resolved$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.discovery.ServiceDiscovery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.affinity.AffinityPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.BalancingDispatcherConfigurator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.BoundedControlAwareMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.BoundedMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.BoundedPriorityMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.BoundedStablePriorityMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.CachingConfig$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.DefaultDispatcherPrerequisites$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.Dispatchers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.Envelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.ExecutionContexts.sameThreadExecutionContext$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.ExecutionContexts$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.Filter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.ForkJoinPoolConstants$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.Futures$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.internal.SameThreadExecutionContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.internal.ScalaBatchable$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.japi$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.Mailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.Mailboxes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.MessageDispatcher$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.MonitorableThreadFactory$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.PriorityGenerator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.Create$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.DeathWatchNotification$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.Failed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.NoMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.Recreate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.Resume$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.Supervise$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.Suspend$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.SystemMessageList$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.Terminate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.Unwatch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.sysmsg.Watch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.TaskInvocation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.ThreadPoolConfig$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.UnboundedMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.UnboundedPriorityMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.UnboundedStablePriorityMailbox$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.dispatch.VirtualThreadSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.Done$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.ActorClassificationUnsubscriber$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.ActorWithLogClass$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.AddressTerminatedTopic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.EventStreamUnsubscriber$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.jul.Logger$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.Debug$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.Error$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.Error$.NoCause$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.Error2$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.Info$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.InitializeLogger$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.LogEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.LogExt$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.LoggerInitialized$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.LogLevel$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.StdOutLogger$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging.Warning$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.Logging$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.LoggingFilterWithMarker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.LoggingReceive$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.LogMarker.Properties$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.LogMarker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.LogSource$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.NoLogging$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.NoMarkerLogging$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.slf4j.Logger$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.event.slf4j.Slf4jLogMarker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.DirectByteBufferPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.AAAARecord$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.ARecord$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.CachePolicy.Forever$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.CachePolicy.Never$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.CachePolicy.Ttl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.CachePolicy.Ttl$.TtlIsOrdered$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.CachePolicy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.CNameRecord$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.DnsProtocol.Ip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.DnsProtocol.Resolve$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.DnsProtocol.Resolved$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.DnsProtocol.Srv$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.DnsProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.DnsSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.IdGenerator.Policy$.EnhancedDoubleHashRandom$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.IdGenerator.Policy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.IdGenerator.Policy$.SecureRandom$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.IdGenerator.Policy$.ThreadLocalRandom$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.IdGenerator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.AsyncDnsManager$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.AsyncDnsResolver$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.DnsClient$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.DomainName$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.Message$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.MessageFlags$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.OpCode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.Question$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.RecordClassSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.RecordTypeSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.ResolvConf$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.ResolvConfParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.ResponseCode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.internal.TcpDnsClient$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.RecordClass$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.RecordType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Dns.Resolve$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Dns.Resolved$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.ResourceRecord$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.SRVRecord$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.dns.UnknownRecord$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Dns$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Inet.DatagramChannelCreator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Inet.SO$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Inet.SO$.ReuseAddress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Inet.SO$.SendBufferSize$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Inet.SO$.TrafficClass$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Inet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.IO$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.IpVersionSelector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.SelectionHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.SimpleDnsCache.CacheEntry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.SimpleDnsCache$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.SimpleDnsManager$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Abort$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Aborted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Bind$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Bound$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Close$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Closed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.CommandFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.CompoundWrite$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.ConfirmedClose$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.ConfirmedClosed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Connect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Connected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.ErrorClosed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.NoAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.PeerClosed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Received$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Register$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.ResumeAccepting$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.ResumeReading$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.ResumeWriting$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.SO$.KeepAlive$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.SO$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.SO$.OOBInline$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.SuspendReading$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Unbind$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Unbound$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.Write$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.WriteCommand$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.WriteFile$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.WritePath$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp.WritingResumed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Tcp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.TcpConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.TcpListener$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.TcpMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.TcpOutgoingConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.TcpSO$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.Bind$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.Bound$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.CommandFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.NoAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.Received$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.ResumeReading$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.Send$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.SimpleSender$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.SimpleSenderReady$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.SO$.Broadcast$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.SO$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.SuspendReading$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.Unbind$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp.Unbound$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.Udp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected.CommandFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected.Connect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected.Connected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected.Disconnect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected.Disconnected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected.NoAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected.Received$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected.ResumeReading$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected.Send$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected.SuspendReading$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpConnectedMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.io.UdpSO$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.japi.JavaPartialFunction.NoMatch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.JavaPartialFunction$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.Option.Some$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.Option$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.Pair$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.pf.CaseStatement$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.Throwables$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple10$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple11$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple12$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple13$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple14$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple15$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple16$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple17$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple18$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple19$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple20$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple21$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple22$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple3$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple4$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple5$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple6$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple7$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple8$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.tuple.Tuple9$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.japi.Util$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.Main$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.NotUsed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.osgi.BundleDelegatingClassLoader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.osgi.OsgiActorSystemFactory$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.osgi.UnregisteringLogService$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.AskableActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.AskableActorSelection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.AskPromiseRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.AutoReset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.Backoff$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffOptionsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffOpts$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffSupervisor.GetCurrentChild$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffSupervisor.GetRestartCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffSupervisor.Reset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffSupervisor.ResetRestartCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffSupervisor.StartChild$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.BackoffSupervisor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.CircuitBreaker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.CircuitBreakerOpenException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.CircuitBreakersRegistry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.ExplicitlyAskableActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.ExplicitlyAskableActorSelection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.ForwardDeathLetters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.ForwardTo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.FutureRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.internal.CircuitBreakerTelemetryProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.ManualReset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.Patterns$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.PromiseActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.PromiseRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.ReplyWith$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.RestartImpliesFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.RetrySupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.StatusReply.Error$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.StatusReply.ErrorMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.StatusReply.Success$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.StatusReply$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pattern.StopImpliesFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.PekkoVersion$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.AtLeastOnceDelivery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.AtomicWrite$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.CapabilityFlag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.DeleteMessagesFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.DeleteMessagesSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.DeleteSnapshotFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.DeleteSnapshotsFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.DeleteSnapshotsSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.DeleteSnapshotSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.Eventsourced.RecoveryTick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.Eventsourced$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.$minus$greater$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.Event$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.Normal$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.NullFunction$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.Shutdown$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.StateTimeout$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.PersistentFSM$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.fsm.SnapshotAfter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteJournal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteProxy.InitTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteProxy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.AsyncWriteTarget$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.EmptyEventSeq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.EventAdapters.CombinedReadEventAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.EventAdapters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.EventSeq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.EventsSeq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.IdentityEventAdapters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.inmem.InmemJournal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.JournalPerfSpec.ResetCounter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.JournalPerfSpec$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.JournalSpec$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.leveldb.Key$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.leveldb.LeveldbJournal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.leveldb.LeveldbStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbJournal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.NoopReadEventAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.NoopWriteEventAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.PersistencePluginProxy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.ReplayFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.SingleEventSeq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.journal.Tagged$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.WriteMessages$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesSuccessful$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.JournalProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.NonPersistentRepr$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.Persistence.PluginHolder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.Persistence$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.PersistencePlugin$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.PersistenceSettings.internal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.PersistentImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.PersistentRepr$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.Protocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.DeletedDurableState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.EventEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.journal.leveldb.EventsByPersistenceIdStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.journal.leveldb.EventsByTagStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.NoOffset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.Offset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.PersistenceQuery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.Sequence$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.TimeBasedUUID$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.TimestampOffset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.typed.EventEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.query.UpdatedDurableState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.Recovery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.RecoveryCompleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.RecoveryPermitter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.ReplyToStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SaveSnapshotFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SaveSnapshotSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.scalatest.MayVerb$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SelectedSnapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.serialization.Snapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.serialization.SnapshotAutoMigration.Akka$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.serialization.SnapshotAutoMigration.NoMigration$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.serialization.SnapshotAutoMigration.Pekko$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.serialization.SnapshotAutoMigration$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SnapshotMetadata$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SnapshotOffer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SnapshotProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.state.DurableStateStoreRegistry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.state.javadsl.GetObjectResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.DeleteEvents$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.EventStorage.JournalPolicies$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.EventStorage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ExpectedFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ExpectedRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.internal.CurrentTime$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.internal.EventSourcedBehaviorTestKitImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.internal.PersistenceInitImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.internal.SerializedEventStorageImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.javadsl.PersistenceInit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.PersistenceTestKitDurableStateStorePlugin$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.SliceWrite$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.TagWrite$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.Write$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextN$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.FailNextNCond$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.RejectNextN$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.RejectNextNCond$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ProcessingPolicy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ProcessingSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.query.internal.EventsBySliceStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.query.internal.EventsByTagStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ReadEvents$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ReadSeqNum$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.ReadSnapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.Reject$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceInit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit.Settings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit.Settings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.SnapshotMeta$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.SnapshotStorage.SnapshotPolicies$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.SnapshotStorage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.state.scaladsl.Record$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.StorageFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.WriteEvents$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.testkit.WriteSnapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.TestPayload$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.TraitOrder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.crdt.Counter.Updated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.crdt.Counter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.crdt.LwwTime$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.crdt.ORSet.AddDeltaOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.crdt.ORSet.FullStateDeltaOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.crdt.ORSet.RemoveDeltaOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.crdt.ORSet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.DeleteEventsCompleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.DeleteEventsFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.DeletionTarget.Individual$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.DeletionTarget$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.EmptyEventSeq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.EventSeq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.EventsSeq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.BehaviorSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.CompositeEffect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.EventSourcedSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryPermitGranted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.InternalProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.JournalInteractions$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.ManyVersionVector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.NoOpSnapshotAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.OneVersionVector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.Persist$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.PersistAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.PersistNothing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.PublishedEventImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.RecoveryWithSnapshotSelectionCriteria$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.ReplayingEvents$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.ReplayingSnapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.ReplicatedEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.ReplicatedEventMetadata$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.ReplicationSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.RequestingRecoveryPermit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.Running$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.SideEffect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.Stash$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Drop$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Fail$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.Stop$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.Unhandled$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.UnstashAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.internal.VersionVector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.EffectFactories$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.PersistentFSMMigration$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.Recovery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.RetentionCriteria$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.SignalHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.javadsl.SignalHandlerBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.NoOpEventAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.PersistenceId$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.RecoveryCompleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.RecoveryFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.ReplicaId$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.ReplicationId$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior.CommandHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.scaladsl.PersistentFSMMigration$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.scaladsl.Recovery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.scaladsl.ReplicatedEventSourcing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.scaladsl.RetentionCriteria$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcingSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.SingleEventSeq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.SnapshotCompleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.SnapshotFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.SnapshotMetadata$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.CompositeEffect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.Delete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.DurableStateSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryPermitGranted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertSuccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.NoOpSnapshotAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.Persist$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.PersistNothing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.Recovering$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.RequestingRecoveryPermit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.Running$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.SideEffect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.Stash$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Drop$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Fail$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.Stop$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.Unhandled$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.internal.UnstashAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.javadsl.SignalHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.javadsl.SignalHandlerBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.RecoveryFailed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior.CommandHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pki.pem.DERPrivateKeyLoader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.pki.pem.PEMDecoder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.Ack$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.AckedReceiveBuffer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.AckedSendBuffer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.AddressUidExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.AddressUrlEncoder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.ActorSystemTerminating$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.ActorSystemTerminatingAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.aeron.AeronSink$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.aeron.AeronSource$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.aeron.TaskRunner$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.ArterySettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.ArteryTransport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.Association$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.AssociationState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.ByteFlag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.CacheStatistics$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisement$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisementAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisement$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisementAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.CompressionProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.CompressionTable$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.DecompressionTable$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.InboundCompression$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.InboundCompressionsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.compress.TopHeavyHitters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.Decoder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.Encoder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.EnvelopeBuffer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.Flush$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.FlushAck$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.FlushBeforeDeathWatchNotification$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.FlushOnShutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.HeaderBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.ImmutableLongMap$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.InboundControlJunction$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.InboundEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.OutboundControlJunction$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.OutboundEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.OutboundHandshake$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.Quarantined$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.QuarantinedEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.RemoteInstruments$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.RemotingFlightRecorder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.RestartCounter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.ReusableInboundEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.ReusableOutboundEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.SendQueue$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.SystemMessageAcker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.SystemMessageDelivery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.tcp.ArteryTcpTransport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.tcp.SecureRandomFactory$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.tcp.ssl.NoopSessionVerifier$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.tcp.ssl.PemManagersProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.tcp.ssl.RotatingKeysSSLEngineProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.tcp.ssl.X509Readers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.tcp.TcpFraming$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.TestManagementCommands$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.TestState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.AssociatedEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.AssociationErrorEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.BoundAddressesExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.ByteStringUtils$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.DaemonMsgCreate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.DisassociatedEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.EndpointManager$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.EndpointReader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.EndpointWriter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.FailureDetector$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.FailureDetectorLoader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.HasSequenceNumber$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.HeartbeatHistory$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.HopelessAssociation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.InvalidAssociation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.MessageSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.QuarantinedEvent$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.RARP$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.ReliableDeliverySupervisor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.RemoteActorRefProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.RemoteDeploymentWatcher$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.RemoteLogMarker$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.RemoteMetricsExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.RemoteScope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.RemoteWatcher$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.Remoting$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.RemotingErrorEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.RemotingListenEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.RemotingShutdownEvent$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.routing.RemoteRouterConfig$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.security.provider.SeedSize$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.SeqNo$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.serialization.ActorRefResolveThreadLocalCache$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.serialization.ArteryMessageSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.serialization.ProtobufSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.serialization.WrappedPayloadSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.ShutDownAssociation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.AddressReply$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.BarrierCoordinator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.BarrierResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.Client$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.ClientFSM$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.Controller$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.Disconnect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.DisconnectMsg$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.Done$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.EnterBarrier$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.FailBarrier$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.GetAddress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.Hello$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.Player$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.RemoteConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.Remove$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.RoleName$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.Server$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.ServerFSM$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.Terminate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.TerminateMsg$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.TestConductor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.Throttle$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.ThrottleMsg$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.ToClient$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testconductor.ToServer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.testkit.MultiNodeSpec$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ActorTransportAdapter$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.AssociationHandle.Quarantined$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.AssociationHandle.Shutdown$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.AssociationHandle.Unknown$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.AssociationHandle$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.AssociationRegistry$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.FailureInjectorException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.FailureInjectorHandle$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.FailureInjectorTransportAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.HandshakeInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.netty.NettyFutureBridge$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.netty.NettySSLSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.netty.NettyTransport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.netty.TcpHandlers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.PekkoPduCodec.Heartbeat$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.PekkoPduCodec.Message$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.PekkoPduCodec$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.PekkoProtocolTransport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ProtocolStateActor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.TestAssociationHandle$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.TestTransport$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottledAssociation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerHandle$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerManager$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.Transport.InboundAssociation$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.Transport.InvalidAssociationException$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.Transport$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.transport.TransportAdaptersExtension$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.remote.UniqueAddress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ActorRefRoutee$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ActorSelectionRoutee$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.AddRoutee$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.AdjustPoolSize$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.BalancingPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.BalancingPoolDeploy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.BalancingRoutingLogic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.Broadcast$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.BroadcastGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.BroadcastPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.BroadcastRoutingLogic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ConsistentHash$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ConsistentHashingGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ConsistentHashingPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ConsistentHashingRouter.emptyConsistentHashMapping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ConsistentHashingRouter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ConsistentHashingRoutingLogic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ConsistentRoutee$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.Deafen$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.DefaultResizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.FromConfig$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.GetRoutees$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.Listen$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.MurmurHash$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.NoRoutee$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.NoRouter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.OptimalSizeExploringResizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.Pool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.RandomGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.RandomPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.RandomRoutingLogic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.RemoveRoutee$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ResizablePoolActor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.Resizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.RoundRobinGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.RoundRobinPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.RoundRobinRoutingLogic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.RoutedActorCell$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.Routees$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.Router$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutees$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.SeveralRoutees$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.SmallestMailboxPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.SmallestMailboxRoutingLogic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.TailChoppingGroup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.TailChoppingPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.TailChoppingRoutees$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.TailChoppingRoutingLogic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.routing.WithListeners$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.BaseSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.DisabledJavaSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.ActorRefDeserializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.ActorRefSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.ActorSystemAccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.AddressDeserializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.AddressSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.Compression.GZip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.Compression.LZ4$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.Compression.Off$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.Compression$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.FiniteDurationDeserializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.FiniteDurationSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.JacksonModule$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProvider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.JacksonObjectMapperProviderSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.JacksonSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.PekkoJacksonModule$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.SinkRefDeserializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.SinkRefSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.SourceRefDeserializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.SourceRefSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.TypedActorRefDeserializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.TypedActorRefSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.jackson.VersionExtractor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.JavaSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.NullSerializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.Serialization.Information$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.Serialization$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.SerializationExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.SerializationSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.SerializerDetails$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.serialization.Serializers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.AbruptIOTerminationException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.AbruptTerminationException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorAttributes.DebugLogging$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorAttributes.Dispatcher$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorAttributes.FuzzingMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorAttributes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorMaterializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorMaterializerHelper$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ActorMaterializerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.AmorphousShape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.AsyncBoundary$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.CancellationStrategy$.CompleteStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.CancellationStrategy$.FailStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.CancellationStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.CancellationStrategy$.PropagateFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.InputBuffer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.LogLevels$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.Name$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.NestedMaterializationCancellationPolicy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes.SourceLocation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Attributes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.BidiShape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.stream.BindFailedException$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.BufferOverflowException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Client$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ClosedShape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.CompletionStrategy.Draining$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.CompletionStrategy.Immediately$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.CompletionStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.DelayOverflowStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.EagerClose$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FanInShape.Name$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FanInShape.Ports$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FanInShape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FanOutShape.Name$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FanOutShape.Ports$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FanOutShape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FlowMonitorState.Failed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FlowMonitorState.Finished$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FlowMonitorState.Initialized$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FlowMonitorState.Received$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FlowMonitorState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.FlowShape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Graph$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.IgnoreBoth$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.IgnoreCancel$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.IgnoreComplete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Inlet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.InvalidPartnerActorException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.InvalidSequenceNumberException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.IOResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.IOSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Balance$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.BidiFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Broadcast$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.BroadcastHub$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.CollectionUtil$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Compression$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Concat$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.CoupledTerminationFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.DelayStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.FileIO$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Flow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.FlowWithContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Framing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.GraphDSL$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Interleave$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.JsonFraming$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Keep$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Merge$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.MergeHub$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.MergeLatest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.MergePreferred$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.MergePrioritized$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.MergeSequence$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.MergeSorted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.OrElse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Partition$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.PartitionHub$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.RestartFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.RestartSink$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.RestartSource$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.RetryFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.RunnableGraph$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Sink$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.SinkQueueWithCancel$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Source$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.SourceQueueWithComplete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.SourceWithContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.StreamConverters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.StreamRefs$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.SubFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.SubSource$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Tcp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.TLS$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.TLSPlacebo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Unzip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.UnzipWith$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.WireTap$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.Zip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.ZipLatest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.ZipLatestWith$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.ZipN$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.ZipWith$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.javadsl.ZipWithN$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.KillSwitches.UniqueBidiKillSwitchStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.KillSwitches.UniqueKillSwitchStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.KillSwitches$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.MapAsyncPartitioned$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.MaterializationContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.MaterializationException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Materializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Outlet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.OverflowStrategies.Backpressure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.OverflowStrategies.DropBuffer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.OverflowStrategies.DropHead$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.OverflowStrategies.DropNew$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.OverflowStrategies.DropTail$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.OverflowStrategies.EmitEarly$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.OverflowStrategies.Fail$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.OverflowStrategies$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.OverflowStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.QueueOfferResult.Dropped$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.QueueOfferResult.Enqueued$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.QueueOfferResult.Failure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.QueueOfferResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.RemoteStreamRefActorTerminatedException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.RestartSettings.LogSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.RestartSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Balance$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.BidiFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Broadcast$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.BroadcastHub$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Compression$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Concat$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.CoupledTerminationFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.DelayStrategy$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.FileIO$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Flow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.FlowWithContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Framing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.GraphDSL$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Interleave$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.JsonFraming.PartialObjectException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.JsonFraming$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Keep$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Merge$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.MergeHub$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.MergeLatest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.MergePreferred$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.MergePrioritized$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.MergeSequence$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.MergeSorted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.OrElse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Partition$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.PartitionHub$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.RestartFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.RestartSink$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.RestartSource$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.RetryFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.RunnableGraph$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.ScalaSessionAPI$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Sink$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel.QueueOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Source$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete.QueueOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.SourceWithContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.StreamConverters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.StreamRefs$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Tcp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.TcpAttributes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.TLS$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.TLSPlacebo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Unzip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWith$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject10$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject11$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject12$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject13$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject14$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject15$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject16$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject17$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject18$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject19$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject2$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject20$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject21$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject22$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject3$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject4$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject5$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject6$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject7$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject8$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject9$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.UnzipWithApply$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.WireTap$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.Zip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.ZipLatest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.ZipLatestWith$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.ZipN$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.ZipWith$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.scaladsl.ZipWithN$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Server$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Shape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.SinkRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.SinkShape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.Closed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPull$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPush$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.snapshot.ConnectionSnapshot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.snapshot.LogicSnapshotImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.snapshot.MaterializerState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.snapshot.RunningInterpreterImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.snapshot.StreamSnapshotImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.snapshot.UninitializedInterpreterImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.SourceRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.SourceShape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Initialized$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.GraphStageLogic.EagerTerminateInput$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.GraphStageLogic.EagerTerminateOutput$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateInput$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateOutput$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.GraphStageLogic.StageActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.GraphStageLogic.TotallyIgnorantInput$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.GraphStageLogic$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.TimerMessages.Scheduled$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.TimerMessages.Timer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.stage.TimerMessages$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamRefAttributes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamRefResolver$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamRefSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamRefSubscriptionTimeoutException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.NoopTermination$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.WarnTermination$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.stream.SubscriptionWithCancelException.NoMoreElementsNeeded$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.stream.SubscriptionWithCancelException.StageWasCompleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.SubscriptionWithCancelException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.SubstreamCancelStrategies.Drain$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.SubstreamCancelStrategies.Propagate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.SubstreamCancelStrategies$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.SubstreamCancelStrategy$
-
Deprecated.Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Supervision.Restart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Supervision.Resume$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Supervision.Stop$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.Supervision$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.SystemMaterializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TargetRefNotInitializedYetException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.GraphStageMessages.DownstreamFinish$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.GraphStageMessages.Pull$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.GraphStageMessages.Push$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.GraphStageMessages.UpstreamFinish$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.GraphStageMessages$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.javadsl.StreamTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.javadsl.TestSink$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.javadsl.TestSource$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.scaladsl.StreamTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.scaladsl.TestSink$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.scaladsl.TestSource$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.StreamTestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestPublisher.Probe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestPublisher.SubscriptionDone$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestPublisher$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestSinkStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestSourceStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestSubscriber.OnComplete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestSubscriber.OnError$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestSubscriber.Probe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.TestSubscriber$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ThrottleMode.Enforcing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ThrottleMode.Shaping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.ThrottleMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSClientAuth.Need$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSClientAuth.None$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSClientAuth.Want$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSClientAuth$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSClosing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSProtocol.SendBytes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSProtocol.SessionBytes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSProtocol.SessionTruncated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.TLSRole$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.typed.javadsl.ActorFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.typed.javadsl.ActorSink$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.typed.javadsl.ActorSource$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.typed.javadsl.PubSub$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.typed.scaladsl.ActorFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.typed.scaladsl.ActorSink$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.typed.scaladsl.ActorSource$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.typed.scaladsl.PubSub$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.UniformFanInShape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.UniformFanOutShape$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.CallingThreadDispatcher$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.CallingThreadDispatcherQueues$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.CustomEventFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.DeadLettersFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.DebugFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.ErrorFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.EventFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.InfoFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.javadsl.TestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.SocketUtil.Both$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.SocketUtil.Tcp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.SocketUtil.Udp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.SocketUtil$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActor.KeepRunning$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActor.NoAutoPilot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActor.NullMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActor.RealMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActor.SetAutoPilot$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActor.SetIgnore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActor.Spawn$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActor.UnWatch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActor.Watch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActorRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestActors$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestBarrier$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestEvent.Mute$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestEvent.UnMute$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestFSMRef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestKit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestKitExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestKitUtils$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestLatch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.TestProbe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.WarningFilter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.BoxedType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ByteIterator.ByteArrayIterator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ByteIterator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ByteString.ByteString1$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ByteString.ByteString1C$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ByteString.ByteStrings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ByteString.Companion$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ByteString$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.Collections.EmptyImmutableSeq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.Collections$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.CompactByteString$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ConstantFun$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ErrorMessages$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.FastFrequencySketch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.FlightRecorderLoader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.FrequencyList$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.FrequencySketch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.FrequencySketchUtil$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.FunctionConverters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.FutureConverters.CompletionStageOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.FutureConverters.FutureOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.FutureConverters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.HashCode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.Helpers.ConfigOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.Helpers.Requiring$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.Helpers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ImmutableIntMap$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.JavaDurationConverters.JavaDurationOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.JavaDurationConverters.ScalaDurationOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.JavaDurationConverters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.JavaVersion$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.LineNumbers.NoSourceInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.LineNumbers.SourceFile$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.LineNumbers.SourceFileLines$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.LineNumbers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.ManifestInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.MessageBuffer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.OptionConverters.RichOption$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.OptionConverters.RichOptional$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.OptionConverters.RichOptionalDouble$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.OptionConverters.RichOptionalInt$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.OptionConverters.RichOptionalLong$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.OptionConverters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.OptionVal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.PrettyDuration$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.PriorityQueueStabilizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.RecencyList$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.Reflect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.SegmentedRecencyList$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.SerializedSuspendableExecutionContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.SubclassifiedIndex$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.Switch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.Timeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.TypedMultiMap$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.UUIDComparator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.Version$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.WallClock$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.WildcardIndex$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.util.WildcardTree$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.Version$
-
Static reference to the singleton instance of this Scala object.
- monitor() - Method in class org.apache.pekko.stream.javadsl.Flow
-
Materializes to
Pair, which is unlike most other operators (!), in which usually the default materialized value keeping semantics is to keep the left value (by passing> Keep.left()to a*Matversion of a method). - monitor() - Method in class org.apache.pekko.stream.javadsl.Source
-
Materializes to
Pair, which is unlike most other operators (!), in which usually the default materialized value keeping semantics is to keep the left value (by passing> Keep.left()to a*Matversion of a method). - monitor() - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Materializes to
(Mat, FlowMonitor[Out]), which is unlike most other operators (!), in which usually the default materialized value keeping semantics is to keep the left value (by passingKeep.left()to a*Matversion of a method). - monitor(Class<T>, ActorRef<T>, Behavior<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Behavior decorator that copies all received message to the designated monitor
pekko.actor.typed.ActorRefbefore invoking the wrapped behavior. - monitor(Class<T>, ActorRef<T>, Behavior<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Behavior decorator that copies all received message to the designated monitor
pekko.actor.typed.ActorRefbefore invoking the wrapped behavior. - monitor(ActorRef<T>, Behavior<T>, ClassTag<T>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Behavior decorator that copies all received message to the designated monitor
pekko.actor.typed.ActorRefbefore invoking the wrapped behavior. - monitor(ActorRef<T>, Behavior<T>, ClassTag<T>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Behavior decorator that copies all received message to the designated monitor
pekko.actor.typed.ActorRefbefore invoking the wrapped behavior. - monitor(Function2<Mat, FlowMonitor<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use monitor() or monitorMat(combine) instead. Since Akka 2.5.17.
- monitor(Function2<Mat, FlowMonitor<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use monitor() or monitorMat(combine) instead. Since Akka 2.5.17.
- monitor(Function2<Mat, FlowMonitor<Out>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Deprecated.Use monitor() or monitorMat(combine) instead. Since Akka 2.5.17.
- MonitorableThreadFactory - Class in org.apache.pekko.dispatch
- MonitorableThreadFactory(String, boolean, Option<ClassLoader>, Thread.UncaughtExceptionHandler, AtomicLong) - Constructor for class org.apache.pekko.dispatch.MonitorableThreadFactory
- MonitorableThreadFactory$ - Class in org.apache.pekko.dispatch
- MonitorableThreadFactory$() - Constructor for class org.apache.pekko.dispatch.MonitorableThreadFactory$
- MonitoredByNrOfMembers() - Method in class org.apache.pekko.cluster.ClusterSettings
- MonitorInterceptor$ - Class in org.apache.pekko.actor.typed.internal
- MonitorInterceptor$() - Constructor for class org.apache.pekko.actor.typed.internal.MonitorInterceptor$
- monitorMat(Function2<Mat, FlowMonitor<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Materializes to
FlowMonitor[Out]that allows monitoring of the current flow. - monitorMat(Function2<Mat, FlowMonitor<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Materializes to
FlowMonitor[Out]that allows monitoring of the current flow. - monitorMat(Function2<Mat, FlowMonitor<Out>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Materializes to
FlowMonitor[Out]that allows monitoring of the current flow. - MostRecentlyUsedPassivationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.MostRecentlyUsedPassivationStrategy$
- MostRecentlyUsedSettings() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings
- MostRecentlyUsedSettings() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings
- MostRecentlyUsedSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$
- MostRecentlyUsedSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$
- MR() - Static method in class org.apache.pekko.io.dns.RecordType
-
A mail rename domain name (EXPERIMENTAL)
- MR() - Method in class org.apache.pekko.io.dns.RecordType$
-
A mail rename domain name (EXPERIMENTAL)
- msg() - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- msg() - Method in class org.apache.pekko.actor.FSM.Timer
- msg() - Method in exception org.apache.pekko.actor.SchedulerException
- msg() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- msg() - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- msg() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- msg() - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- msg() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- msg() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- msg() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- msg() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- msg() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- msg() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- msg() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- msg() - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- msg() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- msg() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- msg() - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- msg() - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- msg() - Method in exception org.apache.pekko.stream.BufferOverflowException
- msg() - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- msg() - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- msg() - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- msg() - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- msg() - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- msg() - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- msg() - Method in interface org.apache.pekko.testkit.TestActor.Message
- msg() - Method in class org.apache.pekko.testkit.TestActor.NullMessage$
- msg() - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- msgAvailable() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Query queue status.
- msgAvailable() - Method in interface org.apache.pekko.testkit.TestKitBase
-
Query queue status.
- MultiByteArrayIterator() - Constructor for class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- MultiByteArrayIterator$() - Constructor for class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator$
- MultiDataCenter() - Method in class org.apache.pekko.cluster.ClusterSettings
-
Accessor for nested Scala object
- MultiDataCenter$() - Constructor for class org.apache.pekko.cluster.ClusterSettings.MultiDataCenter$
- multimapFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- multimapFromProto(ReplicatedDataMessages.ORMultiMap) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- multimapToProto(ORMultiMap<?, ?>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- MultiNodeConfig - Class in org.apache.pekko.remote.testkit
-
Configure the role names and participants of the test, including configuration settings.
- MultiNodeConfig() - Constructor for class org.apache.pekko.remote.testkit.MultiNodeConfig
- MultiNodeSpec - Class in org.apache.pekko.remote.testkit
-
Note: To be able to run tests with everything ignored or excluded by tags you must not use
testconductor, or helper methods that usetestconductor, from the constructor of your test class. - MultiNodeSpec(RoleName, ActorSystem, Seq<RoleName>, Function1<RoleName, Seq<String>>) - Constructor for class org.apache.pekko.remote.testkit.MultiNodeSpec
- MultiNodeSpec(MultiNodeConfig) - Constructor for class org.apache.pekko.remote.testkit.MultiNodeSpec
- MultiNodeSpec(MultiNodeConfig, Function1<Config, ActorSystem>) - Constructor for class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Constructor for using arbitrary logic to create the actor system used in the multi node spec (the
Configpassed to the creator must be used in the created actor system for the multi node tests to work) - MultiNodeSpec.AwaitHelper<T> - Class in org.apache.pekko.remote.testkit
- MultiNodeSpec$ - Class in org.apache.pekko.remote.testkit
- MultiNodeSpec$() - Constructor for class org.apache.pekko.remote.testkit.MultiNodeSpec$
- multiNodeSpecAfterAll() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- multiNodeSpecAfterAll() - Method in interface org.apache.pekko.remote.testkit.MultiNodeSpecCallbacks
-
Call this after the all test cases have run.
- multiNodeSpecBeforeAll() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- multiNodeSpecBeforeAll() - Method in interface org.apache.pekko.remote.testkit.MultiNodeSpecCallbacks
-
Call this before the start of the test run.
- MultiNodeSpecCallbacks - Interface in org.apache.pekko.remote.testkit
-
Use this to hook MultiNodeSpec into your test framework lifecycle, either by having your test extend MultiNodeSpec and call these methods or by creating a trait that calls them and then mixing that trait with your test together with MultiNodeSpec.
- MultipleConsumerSemantics - Interface in org.apache.pekko.dispatch
-
This is a marker trait for message queues which support multiple consumers, as is required by the BalancingDispatcher.
- murmur2(byte[]) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.Murmur2
- murmur2(byte[]) - Method in class org.apache.pekko.cluster.sharding.typed.internal.Murmur2$
- Murmur2 - Class in org.apache.pekko.cluster.sharding.typed.internal
-
INTERNAL API
- Murmur2() - Constructor for class org.apache.pekko.cluster.sharding.typed.internal.Murmur2
- Murmur2$ - Class in org.apache.pekko.cluster.sharding.typed.internal
-
INTERNAL API
- Murmur2$() - Constructor for class org.apache.pekko.cluster.sharding.typed.internal.Murmur2$
- Murmur2MessageExtractor<M> - Class in org.apache.pekko.cluster.sharding.typed
-
The murmur2 message extractor uses the same algorithm as the default kafka partitioner allowing kafka partitions to be mapped to shards.
- Murmur2MessageExtractor(int) - Constructor for class org.apache.pekko.cluster.sharding.typed.Murmur2MessageExtractor
- Murmur2NoEnvelopeMessageExtractor<M> - Class in org.apache.pekko.cluster.sharding.typed
- Murmur2NoEnvelopeMessageExtractor(int) - Constructor for class org.apache.pekko.cluster.sharding.typed.Murmur2NoEnvelopeMessageExtractor
- MurmurHash - Class in org.apache.pekko.routing
-
An object designed to generate well-distributed non-cryptographic hashes.
- MurmurHash() - Constructor for class org.apache.pekko.routing.MurmurHash
- MurmurHash$ - Class in org.apache.pekko.routing
-
An object designed to generate well-distributed non-cryptographic hashes.
- MurmurHash$() - Constructor for class org.apache.pekko.routing.MurmurHash$
- mustCompact(String, long) - Method in interface org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement
- Mute(Iterable<EventFilter>) - Constructor for class org.apache.pekko.testkit.TestEvent.Mute
-
Java API: create a Mute command from a list of filters
- Mute(Seq<EventFilter>) - Constructor for class org.apache.pekko.testkit.TestEvent.Mute
- Mute$() - Constructor for class org.apache.pekko.testkit.TestEvent.Mute$
- muteDeadLetters(Seq<Class<?>>, ActorSystem) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- muteDeadLetters$default$2(Seq<Class<?>>) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- MX() - Static method in class org.apache.pekko.io.dns.RecordType
-
mail exchange
- MX() - Method in class org.apache.pekko.io.dns.RecordType$
-
mail exchange
- myAddress() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- myself() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- myVersions() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
N
- n() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- n() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- n() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- n() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- n() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- n() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- n() - Method in class org.apache.pekko.stream.Attributes.Name
- n() - Method in class org.apache.pekko.stream.FanInShape1N
-
Deprecated.
- n() - Method in exception org.apache.pekko.stream.StreamLimitReachedException
- n() - Method in class org.apache.pekko.stream.UniformFanInShape
- nacked() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- nacks() - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- NACKS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- name() - Method in interface org.apache.pekko.actor.ActorPath
-
The name of the actor that this path refers to.
- name() - Method in class org.apache.pekko.actor.ActorSystem
-
The name of this actor system, used to distinguish multiple ones within the same JVM & class loader.
- name() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- name() - Method in class org.apache.pekko.actor.ChildActorPath
- name() - Method in class org.apache.pekko.actor.FSM.Timer
- name() - Method in class org.apache.pekko.actor.RootActorPath
- name() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- name() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- name() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- name() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
The name of this actor system, used to distinguish multiple ones within the same JVM & class loader.
- name() - Method in class org.apache.pekko.actor.typed.internal.receptionist.LocalReceptionist$
- name() - Method in interface org.apache.pekko.actor.typed.internal.receptionist.ReceptionistBehaviorProvider
- name() - Method in class org.apache.pekko.actor.typed.Settings
- name() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- name() - Method in class org.apache.pekko.cluster.ClusterHeartbeatReceiver$
- name() - Method in class org.apache.pekko.cluster.metrics.Metric
- name() - Method in interface org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreMode
- name() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
- name() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
- name() - Method in interface org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreMode
- name() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
- name() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
- name() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityTypeKey
-
Name of the entity type.
- name() - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.EntityTypeKey
-
Name of the entity type.
- name() - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist$
- name() - Method in class org.apache.pekko.cluster.typed.SingletonActor
- name() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- name() - Method in class org.apache.pekko.event.LogMarker
- name() - Method in class org.apache.pekko.io.dns.AAAARecord
- name() - Method in class org.apache.pekko.io.dns.ARecord
- name() - Method in class org.apache.pekko.io.dns.CNameRecord
- name() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- name() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- name() - Method in class org.apache.pekko.io.dns.RecordClass
- name() - Method in class org.apache.pekko.io.dns.RecordType
- name() - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- name() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- name() - Method in class org.apache.pekko.io.dns.ResourceRecord
- name() - Method in class org.apache.pekko.io.dns.SRVRecord
- name() - Method in class org.apache.pekko.io.dns.UnknownRecord
- name() - Method in class org.apache.pekko.persistence.CapabilityFlag
- name() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- name() - Method in class org.apache.pekko.remote.testconductor.RoleName
- name() - Method in interface org.apache.pekko.stream.FanInShape.Init
- name() - Method in class org.apache.pekko.stream.FanInShape.Name
- name() - Method in class org.apache.pekko.stream.FanInShape.Ports
- name() - Method in interface org.apache.pekko.stream.FanOutShape.Init
- name() - Method in class org.apache.pekko.stream.FanOutShape.Name
- name() - Method in class org.apache.pekko.stream.FanOutShape.Ports
- name() - Method in class org.apache.pekko.stream.SharedKillSwitch
- name() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- name(String) - Static method in class org.apache.pekko.stream.Attributes
-
Specifies the name of the operation.
- name(String) - Method in class org.apache.pekko.stream.Attributes$
-
Specifies the name of the operation.
- Name(String) - Constructor for class org.apache.pekko.stream.Attributes.Name
- Name(String) - Constructor for class org.apache.pekko.stream.FanInShape.Name
- Name(String) - Constructor for class org.apache.pekko.stream.FanOutShape.Name
- name_$eq(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- NAME_ERROR() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- NAME_ERROR() - Method in class org.apache.pekko.io.dns.internal.ResponseCode$
- NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- NAME_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- Name$() - Constructor for class org.apache.pekko.stream.Attributes.Name$
- Name$() - Constructor for class org.apache.pekko.stream.FanInShape.Name$
- Name$() - Constructor for class org.apache.pekko.stream.FanOutShape.Name$
- named(String) - Method in interface org.apache.pekko.stream.Graph
-
Specifies the name of the Graph.
- named(String) - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Add a
nameattribute to this Flow. - named(String) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Add a
nameattribute to this Flow. - named(String) - Method in class org.apache.pekko.stream.javadsl.RunnableGraph
- named(String) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Add a
nameattribute to this Sink. - named(String) - Method in class org.apache.pekko.stream.javadsl.Source
-
Add a
nameattribute to this Source. - named(String) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Add a
nameattribute to this Flow. - named(String) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Add a
nameattribute to this Flow. - named(String) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Add a
nameattribute to this Flow. - named(String) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Add a
nameattribute to this Flow. - named(String) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- named(String) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- named(String) - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Add a
nameattribute to this Sink. - named(String) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Add a
nameattribute to this Source. - NAMEINDEX_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- nameLifted() - Method in class org.apache.pekko.stream.Attributes
-
Extracts Name attributes and concatenates them.
- nameOrDefault(String) - Method in class org.apache.pekko.stream.Attributes
- nameOrDefault$default$1() - Method in class org.apache.pekko.stream.Attributes
- names() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheckSettings
- NANOSECONDS - org.apache.pekko.remote.WireFormats.TimeUnit
-
NANOSECONDS = 1; - NANOSECONDS_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
NANOSECONDS = 1; - nanoTimeOfLastSend() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- NanoTimeTokenBucket - Class in org.apache.pekko.util
-
Default implementation of
TokenBucketthat usesSystem.nanoTimeas the time source. - NanoTimeTokenBucket(long, long) - Constructor for class org.apache.pekko.util.NanoTimeTokenBucket
- narrow() - Method in interface org.apache.pekko.actor.typed.ActorRef
-
Narrow the type of this
ActorRef, which is always a safe operation. - narrow() - Method in class org.apache.pekko.actor.typed.Behavior
-
Narrow the type of this Behavior, which is always a safe operation.
- narrow() - Method in interface org.apache.pekko.actor.typed.internal.ActorRefImpl
- nativeLeveldb() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- nativeLeveldb() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- NativeLibraryExtractFolder() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- need() - Static method in class org.apache.pekko.stream.TLSClientAuth
- need() - Method in class org.apache.pekko.stream.TLSClientAuth$
- Need$() - Constructor for class org.apache.pekko.stream.TLSClientAuth.Need$
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.GCounter
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.LWWMap
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMap
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORSet
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounter
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- needPruningFrom(UniqueAddress) - Method in interface org.apache.pekko.cluster.ddata.RemovedNodePruning
-
Does it have any state changes from a specific node, which has been removed from the cluster.
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- needPruningFrom(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.VersionVector
- negativeCachePolicy() - Method in class org.apache.pekko.io.InetAddressDnsResolver
- negativeTtl() - Method in class org.apache.pekko.io.InetAddressDnsResolver
-
Deprecated.Use negativeCacheDuration instead. Since Akka 2.5.17.
- negotiateNewSession() - Static method in class org.apache.pekko.stream.TLSProtocol
-
Java API: obtain the default value of
TLSProtocol.NegotiateNewSession(which will leave the SSLEngine’s settings unchanged). - negotiateNewSession() - Method in class org.apache.pekko.stream.TLSProtocol$
-
Java API: obtain the default value of
NegotiateNewSession(which will leave the SSLEngine’s settings unchanged). - NegotiateNewSession(Option<Seq<String>>, Option<Seq<String>>, Option<TLSClientAuth>, Option<SSLParameters>) - Constructor for class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- NegotiateNewSession$() - Constructor for class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession$
- NestedMaterializationCancellationPolicy$() - Constructor for class org.apache.pekko.stream.Attributes.NestedMaterializationCancellationPolicy$
- nestedMaterializationCancellationPolicyDefault() - Static method in class org.apache.pekko.stream.Attributes
-
Default
Attributes.NestedMaterializationCancellationPolicy, please seepekko.stream.Attributes#nestedMaterializationCancellationPolicyEagerCancellation()for details. - nestedMaterializationCancellationPolicyDefault() - Method in class org.apache.pekko.stream.Attributes$
-
Default
NestedMaterializationCancellationPolicy, please seepekko.stream.Attributes#nestedMaterializationCancellationPolicyEagerCancellation()for details. - nestedMaterializationCancellationPolicyEagerCancellation() - Static method in class org.apache.pekko.stream.Attributes
-
JAVA API A
Attributes.NestedMaterializationCancellationPolicythat configures graph stages delaying nested flow materialization to cancel immediately when downstream cancels before nested flow materialization. - nestedMaterializationCancellationPolicyEagerCancellation() - Method in class org.apache.pekko.stream.Attributes$
-
JAVA API A
NestedMaterializationCancellationPolicythat configures graph stages delaying nested flow materialization to cancel immediately when downstream cancels before nested flow materialization. - nestedMaterializationCancellationPolicyPropagateToNested() - Static method in class org.apache.pekko.stream.Attributes
-
JAVA API A
Attributes.NestedMaterializationCancellationPolicythat configures graph stages delaying nested flow materialization to delay cancellation when downstream cancels before nested flow materialization. - nestedMaterializationCancellationPolicyPropagateToNested() - Method in class org.apache.pekko.stream.Attributes$
-
JAVA API A
NestedMaterializationCancellationPolicythat configures graph stages delaying nested flow materialization to delay cancellation when downstream cancels before nested flow materialization. - nestedSuites() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- nestedSuites() - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- NettyClientHelpers - Interface in org.apache.pekko.remote.transport.netty
-
INTERNAL API
- NettyFutureBridge - Class in org.apache.pekko.remote.transport.netty
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- NettyFutureBridge() - Constructor for class org.apache.pekko.remote.transport.netty.NettyFutureBridge
-
Deprecated.
- NettyFutureBridge$ - Class in org.apache.pekko.remote.transport.netty
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- NettyFutureBridge$() - Constructor for class org.apache.pekko.remote.transport.netty.NettyFutureBridge$
-
Deprecated.
- NettyHelpers - Interface in org.apache.pekko.remote.transport.netty
-
INTERNAL API
- NettyServerHelpers - Interface in org.apache.pekko.remote.transport.netty
-
INTERNAL API
- NettySSLSupport - Class in org.apache.pekko.remote.transport.netty
-
INTERNAL API
- NettySSLSupport() - Constructor for class org.apache.pekko.remote.transport.netty.NettySSLSupport
- NettySSLSupport$ - Class in org.apache.pekko.remote.transport.netty
-
INTERNAL API
- NettySSLSupport$() - Constructor for class org.apache.pekko.remote.transport.netty.NettySSLSupport$
- NettyTransport - Class in org.apache.pekko.remote.transport.netty
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- NettyTransport(ExtendedActorSystem, Config) - Constructor for class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- NettyTransport(NettyTransportSettings, ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- NettyTransport$ - Class in org.apache.pekko.remote.transport.netty
-
INTERNAL API
- NettyTransport$() - Constructor for class org.apache.pekko.remote.transport.netty.NettyTransport$
- NettyTransportException - Exception in org.apache.pekko.remote.transport.netty
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- NettyTransportException(String) - Constructor for exception org.apache.pekko.remote.transport.netty.NettyTransportException
-
Deprecated.
- NettyTransportException(String, Throwable) - Constructor for exception org.apache.pekko.remote.transport.netty.NettyTransportException
-
Deprecated.
- NettyTransportExceptionNoStack - Exception in org.apache.pekko.remote.transport.netty
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- NettyTransportExceptionNoStack(String) - Constructor for exception org.apache.pekko.remote.transport.netty.NettyTransportExceptionNoStack
-
Deprecated.
- NettyTransportExceptionNoStack(String, Throwable) - Constructor for exception org.apache.pekko.remote.transport.netty.NettyTransportExceptionNoStack
-
Deprecated.
- NettyTransportSettings - Class in org.apache.pekko.remote.transport.netty
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- NettyTransportSettings(Config) - Constructor for class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- NetworkOp - Interface in org.apache.pekko.remote.testconductor
- never() - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl$
- never() - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat will always backpressure never cancel and never consume any elements from the stream. - never() - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat will always backpressure never cancel and never consume any elements from the stream. - never() - Static method in class org.apache.pekko.stream.javadsl.Source
-
Never emits any elements, never completes and never fails.
- never() - Method in class org.apache.pekko.stream.javadsl.Source$
-
Never emits any elements, never completes and never fails.
- never() - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat will always backpressure never cancel and never consume any elements from the stream. - never() - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat will always backpressure never cancel and never consume any elements from the stream. - never() - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Never emits any elements, never completes and never fails.
- never() - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Never emits any elements, never completes and never fails.
- Never$() - Constructor for class org.apache.pekko.io.dns.CachePolicy.Never$
- NeverMaterializedException - Exception in org.apache.pekko.stream
- NeverMaterializedException() - Constructor for exception org.apache.pekko.stream.NeverMaterializedException
- NeverMaterializedException(Throwable) - Constructor for exception org.apache.pekko.stream.NeverMaterializedException
- newActorCell(org.apache.pekko.actor.ActorSystemImpl, org.apache.pekko.actor.InternalActorRef, Props, MessageDispatcher, org.apache.pekko.actor.InternalActorRef) - Method in class org.apache.pekko.testkit.TestActorRef
- newBuilder() - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- newBuilder() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- newBuilder() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- newBuilder() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- newBuilder() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- newBuilder() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- newBuilder() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- newBuilder() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- newBuilder() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- newBuilder() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- newBuilder() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- newBuilder() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- newBuilder() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- newBuilder() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- newBuilder() - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- newBuilder() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- newBuilder() - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- newBuilder() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- newBuilder() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- newBuilder() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- newBuilder() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- newBuilder() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- newBuilder() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- newBuilder() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- newBuilder() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- newBuilder() - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- newBuilder() - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- newBuilder() - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- newBuilder() - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- newBuilder() - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- newBuilder() - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- newBuilder() - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- newBuilder() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- newBuilder() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- newBuilder() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- newBuilder() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- newBuilder() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- newBuilder() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- newBuilder() - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- newBuilder() - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- newBuilder() - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- newBuilder() - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- newBuilder() - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- newBuilder() - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- newBuilder() - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- newBuilder() - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- newBuilder() - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- newBuilder() - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- newBuilder() - Static method in class org.apache.pekko.util.ByteString
- newBuilder() - Method in class org.apache.pekko.util.ByteString$
- newBuilder(ClusterClientMessages.Contacts) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- newBuilder(ReplicatedDataMessages.Flag) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- newBuilder(ReplicatedDataMessages.GCounter) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- newBuilder(ReplicatedDataMessages.GCounter.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- newBuilder(ReplicatedDataMessages.GSet) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- newBuilder(ReplicatedDataMessages.LWWMap) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- newBuilder(ReplicatedDataMessages.LWWMap.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- newBuilder(ReplicatedDataMessages.LWWRegister) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- newBuilder(ReplicatedDataMessages.ORMap) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- newBuilder(ReplicatedDataMessages.ORMap.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- newBuilder(ReplicatedDataMessages.ORMapDeltaGroup) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- newBuilder(ReplicatedDataMessages.ORMapDeltaGroup.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- newBuilder(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- newBuilder(ReplicatedDataMessages.ORMultiMap) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- newBuilder(ReplicatedDataMessages.ORMultiMap.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- newBuilder(ReplicatedDataMessages.ORSet) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- newBuilder(ReplicatedDataMessages.ORSetDeltaGroup) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- newBuilder(ReplicatedDataMessages.ORSetDeltaGroup.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- newBuilder(ReplicatedDataMessages.PNCounter) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- newBuilder(ReplicatedDataMessages.PNCounterMap) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- newBuilder(ReplicatedDataMessages.PNCounterMap.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- newBuilder(ReplicatorMessages.Address) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- newBuilder(ReplicatorMessages.Changed) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- newBuilder(ReplicatorMessages.DataEnvelope) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- newBuilder(ReplicatorMessages.DataEnvelope.PruningEntry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- newBuilder(ReplicatorMessages.DeltaPropagation) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- newBuilder(ReplicatorMessages.DeltaPropagation.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- newBuilder(ReplicatorMessages.DurableDataEnvelope) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- newBuilder(ReplicatorMessages.Empty) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- newBuilder(ReplicatorMessages.Get) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- newBuilder(ReplicatorMessages.GetFailure) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- newBuilder(ReplicatorMessages.GetSuccess) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- newBuilder(ReplicatorMessages.Gossip) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- newBuilder(ReplicatorMessages.Gossip.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- newBuilder(ReplicatorMessages.NotFound) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- newBuilder(ReplicatorMessages.OtherMessage) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- newBuilder(ReplicatorMessages.Read) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- newBuilder(ReplicatorMessages.ReadResult) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- newBuilder(ReplicatorMessages.Status) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- newBuilder(ReplicatorMessages.Status.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- newBuilder(ReplicatorMessages.StringGSet) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- newBuilder(ReplicatorMessages.Subscribe) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- newBuilder(ReplicatorMessages.UniqueAddress) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- newBuilder(ReplicatorMessages.Unsubscribe) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- newBuilder(ReplicatorMessages.VersionVector) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- newBuilder(ReplicatorMessages.VersionVector.Entry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- newBuilder(ReplicatorMessages.Write) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- newBuilder(ClusterMetricsMessages.AdaptiveLoadBalancingPool) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- newBuilder(ClusterMetricsMessages.Address) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- newBuilder(ClusterMetricsMessages.MetricsGossip) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- newBuilder(ClusterMetricsMessages.MetricsGossipEnvelope) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- newBuilder(ClusterMetricsMessages.MetricsSelector) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- newBuilder(ClusterMetricsMessages.MixMetricsSelector) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- newBuilder(ClusterMetricsMessages.NodeMetrics) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- newBuilder(ClusterMetricsMessages.NodeMetrics.EWMA) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- newBuilder(ClusterMetricsMessages.NodeMetrics.Metric) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- newBuilder(ClusterMetricsMessages.NodeMetrics.Number) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- newBuilder(ClusterMessages.Address) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- newBuilder(ClusterMessages.ClusterRouterPool) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- newBuilder(ClusterMessages.ClusterRouterPoolSettings) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- newBuilder(ClusterMessages.ConfigCheck) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- newBuilder(ClusterMessages.Empty) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- newBuilder(ClusterMessages.Gossip) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- newBuilder(ClusterMessages.GossipEnvelope) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- newBuilder(ClusterMessages.GossipOverview) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- newBuilder(ClusterMessages.GossipStatus) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- newBuilder(ClusterMessages.Heartbeat) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- newBuilder(ClusterMessages.HeartBeatResponse) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- newBuilder(ClusterMessages.InitJoin) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- newBuilder(ClusterMessages.InitJoinAck) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- newBuilder(ClusterMessages.Join) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- newBuilder(ClusterMessages.Member) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- newBuilder(ClusterMessages.ObserverReachability) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- newBuilder(ClusterMessages.Pool) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- newBuilder(ClusterMessages.SubjectReachability) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- newBuilder(ClusterMessages.Tombstone) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- newBuilder(ClusterMessages.UniqueAddress) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- newBuilder(ClusterMessages.VectorClock) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- newBuilder(ClusterMessages.VectorClock.Version) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- newBuilder(ClusterMessages.Welcome) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- newBuilder(DistributedPubSubMessages.Address) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- newBuilder(DistributedPubSubMessages.Delta) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- newBuilder(DistributedPubSubMessages.Delta.Bucket) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- newBuilder(DistributedPubSubMessages.Delta.Entry) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- newBuilder(DistributedPubSubMessages.Payload) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- newBuilder(DistributedPubSubMessages.Publish) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- newBuilder(DistributedPubSubMessages.Send) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- newBuilder(DistributedPubSubMessages.SendToAll) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- newBuilder(DistributedPubSubMessages.SendToOneSubscriber) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- newBuilder(DistributedPubSubMessages.Status) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- newBuilder(DistributedPubSubMessages.Status.Version) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- newBuilder(ClusterShardingMessages.ActorRefMessage) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- newBuilder(ClusterShardingMessages.Address) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- newBuilder(ClusterShardingMessages.ClusterShardingStats) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- newBuilder(ClusterShardingMessages.ClusterShardingStatsEntry) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- newBuilder(ClusterShardingMessages.CoordinatorState) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- newBuilder(ClusterShardingMessages.CoordinatorState.ShardEntry) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- newBuilder(ClusterShardingMessages.CurrentRegions) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- newBuilder(ClusterShardingMessages.CurrentShardRegionState) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- newBuilder(ClusterShardingMessages.CurrentShardState) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- newBuilder(ClusterShardingMessages.EntitiesStarted) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- newBuilder(ClusterShardingMessages.EntitiesStopped) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- newBuilder(ClusterShardingMessages.EntityStarted) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- newBuilder(ClusterShardingMessages.EntityState) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- newBuilder(ClusterShardingMessages.EntityStopped) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- newBuilder(ClusterShardingMessages.GetClusterShardingStats) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- newBuilder(ClusterShardingMessages.MapFieldEntry) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- newBuilder(ClusterShardingMessages.RememberedShardState) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- newBuilder(ClusterShardingMessages.ShardHome) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- newBuilder(ClusterShardingMessages.ShardHomeAllocated) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- newBuilder(ClusterShardingMessages.ShardHomes) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- newBuilder(ClusterShardingMessages.ShardHomesEntry) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- newBuilder(ClusterShardingMessages.ShardIdMessage) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- newBuilder(ClusterShardingMessages.ShardRegionStats) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- newBuilder(ClusterShardingMessages.ShardState) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- newBuilder(ClusterShardingMessages.ShardStats) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- newBuilder(ClusterShardingMessages.StartEntity) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- newBuilder(ClusterShardingMessages.StartEntityAck) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- newBuilder(ShardingMessages.ShardingEnvelope) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- newBuilder(ClusterMessages.PubSubMessagePublished) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- newBuilder(ClusterMessages.ReceptionistEntry) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- newBuilder(ReliableDelivery.Ack) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- newBuilder(ReliableDelivery.Cleanup) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- newBuilder(ReliableDelivery.Confirmed) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- newBuilder(ReliableDelivery.MessageSent) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- newBuilder(ReliableDelivery.RegisterConsumer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- newBuilder(ReliableDelivery.Request) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- newBuilder(ReliableDelivery.Resend) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- newBuilder(ReliableDelivery.SequencedMessage) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- newBuilder(ReliableDelivery.State) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- newBuilder(QueryMessages.EventEnvelope) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- newBuilder(MessageFormats.AtLeastOnceDeliverySnapshot) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- newBuilder(MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- newBuilder(MessageFormats.AtomicWrite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- newBuilder(MessageFormats.PersistentFSMSnapshot) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- newBuilder(MessageFormats.PersistentMessage) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- newBuilder(MessageFormats.PersistentPayload) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- newBuilder(MessageFormats.PersistentStateChangeEvent) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- newBuilder(ReplicatedEventSourcing.Counter) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- newBuilder(ReplicatedEventSourcing.CounterUpdate) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- newBuilder(ReplicatedEventSourcing.ORSet) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- newBuilder(ReplicatedEventSourcing.ORSetDeltaGroup) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- newBuilder(ReplicatedEventSourcing.ORSetDeltaGroup.Entry) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- newBuilder(ReplicatedEventSourcing.PublishedEvent) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- newBuilder(ReplicatedEventSourcing.ReplicatedEventMetadata) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- newBuilder(ReplicatedEventSourcing.ReplicatedPublishedEventMetaData) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- newBuilder(ReplicatedEventSourcing.ReplicatedSnapshotMetadata) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- newBuilder(ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- newBuilder(ReplicatedEventSourcing.VersionVector) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- newBuilder(ReplicatedEventSourcing.VersionVector.Entry) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- newBuilder(ArteryControlFormats.Address) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- newBuilder(ArteryControlFormats.ArteryHeartbeatRsp) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- newBuilder(ArteryControlFormats.CompressionTableAdvertisement) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- newBuilder(ArteryControlFormats.CompressionTableAdvertisementAck) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- newBuilder(ArteryControlFormats.FlushAck) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- newBuilder(ArteryControlFormats.HandshakeReq) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- newBuilder(ArteryControlFormats.MessageWithAddress) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- newBuilder(ArteryControlFormats.Quarantined) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- newBuilder(ArteryControlFormats.SystemMessageDeliveryAck) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- newBuilder(ArteryControlFormats.SystemMessageEnvelope) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- newBuilder(ArteryControlFormats.UniqueAddress) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- newBuilder(ContainerFormats.ActorIdentity) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- newBuilder(ContainerFormats.ActorInitializationException) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- newBuilder(ContainerFormats.ActorRef) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- newBuilder(ContainerFormats.Identify) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- newBuilder(ContainerFormats.Option) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- newBuilder(ContainerFormats.Payload) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- newBuilder(ContainerFormats.Selection) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- newBuilder(ContainerFormats.SelectionEnvelope) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- newBuilder(ContainerFormats.StackTraceElement) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- newBuilder(ContainerFormats.StatusReplyErrorMessage) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- newBuilder(ContainerFormats.Throwable) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- newBuilder(ContainerFormats.ThrowableNotSerializable) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- newBuilder(ContainerFormats.WatcherHeartbeatResponse) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- newBuilder(SystemMessageFormats.DeathWatchNotificationData) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- newBuilder(SystemMessageFormats.FailedData) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- newBuilder(SystemMessageFormats.SuperviseData) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- newBuilder(SystemMessageFormats.SystemMessage) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- newBuilder(SystemMessageFormats.WatchData) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- newBuilder(TestConductorProtocol.Address) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- newBuilder(TestConductorProtocol.AddressRequest) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- newBuilder(TestConductorProtocol.EnterBarrier) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- newBuilder(TestConductorProtocol.Hello) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- newBuilder(TestConductorProtocol.InjectFailure) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- newBuilder(TestConductorProtocol.Wrapper) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- newBuilder(WireFormats.AckAndEnvelopeContainer) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- newBuilder(WireFormats.AcknowledgementInfo) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- newBuilder(WireFormats.ActorRefData) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- newBuilder(WireFormats.AddressData) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- newBuilder(WireFormats.DaemonMsgCreateData) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- newBuilder(WireFormats.DefaultResizer) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- newBuilder(WireFormats.DeployData) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- newBuilder(WireFormats.FiniteDuration) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- newBuilder(WireFormats.FromConfig) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- newBuilder(WireFormats.GenericRoutingPool) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- newBuilder(WireFormats.PekkoControlMessage) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- newBuilder(WireFormats.PekkoHandshakeInfo) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- newBuilder(WireFormats.PekkoProtocolMessage) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- newBuilder(WireFormats.PropsData) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- newBuilder(WireFormats.RemoteEnvelope) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- newBuilder(WireFormats.RemoteRouterConfig) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- newBuilder(WireFormats.RemoteScope) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- newBuilder(WireFormats.ScatterGatherPool) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- newBuilder(WireFormats.SerializedMessage) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- newBuilder(WireFormats.TailChoppingPool) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- newBuilder(StreamRefMessages.ActorRef) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- newBuilder(StreamRefMessages.CumulativeDemand) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- newBuilder(StreamRefMessages.OnSubscribeHandshake) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- newBuilder(StreamRefMessages.Payload) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- newBuilder(StreamRefMessages.RemoteStreamCompleted) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- newBuilder(StreamRefMessages.RemoteStreamFailure) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- newBuilder(StreamRefMessages.SequencedOnNext) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- newBuilder(StreamRefMessages.SinkRef) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- newBuilder(StreamRefMessages.SourceRef) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- newBuilderForType() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- newBuilderForType() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- newBuilderForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- newBuilderForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- newBuilderForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- newBuilderForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- newBuilderForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- newBuilderForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- newBuilderForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- newBuilderForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- newBuilderForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- newBuilderForType() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- newBuilderForType() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- newBuilderForType() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- newBuilderForType() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- newBuilderForType() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- newBuilderForType() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- newBuilderForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- newBuilderForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- newBuilderForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- newBuilderForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- newBuilderForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- newBuilderForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- newBuilderForType() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- newBuilderForType() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- newBuilderForType() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.Option
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- newBuilderForType() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- newBuilderForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- newBuilderForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- newBuilderForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- newBuilderForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- newBuilderForType() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- newBuilderForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- newBuilderForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- newBuilderForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- newBuilderForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- newBuilderForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- newBuilderForType() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.AddressData
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.DeployData
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.PropsData
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- newBuilderForType() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- newBuilderForType() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- newBuilderForType() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- newBuilderForType() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- newBuilderForType() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- newBuilderForType() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- newBuilderForType() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- newBuilderForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- newBuilderForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- newBuilderForType() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.Option
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.AddressData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.DeployData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.PropsData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- newCommandHandlerBuilder() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
- newCommandHandlerBuilder() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehaviorWithEnforcedReplies
-
Use
EventSourcedBehaviorWithEnforcedReplies.newCommandHandlerWithReplyBuilder()instead, or extendEventSourcedBehaviorinstead ofEventSourcedBehaviorWithEnforcedReplies. - newCommandHandlerBuilder() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
- newCommandHandlerBuilder() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehaviorWithEnforcedReplies
-
Use
DurableStateBehaviorWithEnforcedReplies.newCommandHandlerWithReplyBuilder()instead, or extendDurableStateBehaviorinstead ofDurableStateBehaviorWithEnforcedReplies. - newCommandHandlerWithReplyBuilder() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehaviorWithEnforcedReplies
- newCommandHandlerWithReplyBuilder() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehaviorWithEnforcedReplies
- newEventHandlerBuilder() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
- newGroupActor(String) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- newInlet(String) - Method in class org.apache.pekko.stream.FanInShape
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.Option
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.AddressData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.DeployData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.PropsData
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- newObjectMapper(String, JsonFactory) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
Override this method to create a new custom instance of
ObjectMapperfor the givenserializerIdentifier. - newOldestOption() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- newOutlet(String) - Method in class org.apache.pekko.stream.FanOutShape
- newPersistenceIdAdded(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbIdMapping
- newPersistenceIdAdded(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- newReceiveBuilder() - Method in class org.apache.pekko.actor.typed.javadsl.AbstractBehavior
-
Create a new
ReceiveBuilderto define the message dispatch of theBehavior. - newRoutee(Props, ActorContext) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- newRoutee(Props, ActorContext) - Method in interface org.apache.pekko.routing.Pool
-
INTERNAL API
- newShells() - Method in interface org.apache.pekko.stream.snapshot.StreamSnapshot
-
Interpreters that has been created but not yet initialized - the stream is not yet running
- newSignalHandlerBuilder() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
- newSignalHandlerBuilder() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
- newSpecificBuilder() - Method in class org.apache.pekko.util.ByteString
- NewSubscriberArrived() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- NewSubscriberArrived$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived$
- newSubscribers() - Method in class org.apache.pekko.cluster.ddata.Replicator
- newThread(Runnable) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- newThread(ForkJoinPool) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- newThreadPerTaskExecutor(ThreadFactory) - Static method in class org.apache.pekko.dispatch.VirtualThreadSupport
- newThreadPerTaskExecutor(ThreadFactory) - Method in class org.apache.pekko.dispatch.VirtualThreadSupport$
- newTopicActor(String) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- newUid() - Method in class org.apache.pekko.actor.ActorCell$
- newVirtualThreadFactory(String) - Static method in class org.apache.pekko.dispatch.VirtualThreadSupport
-
Create a virtual thread factory with a executor, the executor will be used as the scheduler of virtual thread.
- newVirtualThreadFactory(String) - Method in class org.apache.pekko.dispatch.VirtualThreadSupport$
-
Create a virtual thread factory with a executor, the executor will be used as the scheduler of virtual thread.
- next() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- next() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- next() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- next() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- next() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- next() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- next() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
- next() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- next() - Method in interface org.apache.pekko.actor.typed.internal.SystemMessage
- next() - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue.Node
- next() - Method in class org.apache.pekko.dispatch.AbstractNodeQueue.Node
- next() - Method in interface org.apache.pekko.dispatch.sysmsg.SystemMessage
- next() - Method in class org.apache.pekko.routing.RoundRobinRoutingLogic
- next() - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- next() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- next() - Method in class org.apache.pekko.util.ByteIterator
- next_$eq(SystemMessage) - Method in interface org.apache.pekko.actor.typed.internal.SystemMessage
- next_$eq(SystemMessage) - Method in interface org.apache.pekko.dispatch.sysmsg.SystemMessage
- nextDelay(T) - Method in interface org.apache.pekko.stream.javadsl.DelayStrategy
-
Returns delay for ongoing element,
Duration.Zeromeans passing without delay - nextDelay(T) - Method in interface org.apache.pekko.stream.scaladsl.DelayStrategy
-
Returns delay for ongoing element,
Duration.Zeromeans passing without delay - nextDeliverySequenceNr() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
- nextId() - Method in class org.apache.pekko.io.dns.IdGenerator.EnhancedDoubleHashGenerator
- nextId() - Method in interface org.apache.pekko.io.dns.IdGenerator
- nextId() - Static method in class org.apache.pekko.io.dns.internal.OpCode
- nextId() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- nextId() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- nextId_$eq(int) - Static method in class org.apache.pekko.io.dns.internal.OpCode
- nextId_$eq(int) - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- nextIndex(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.HasStorage
- nextIndexByPersistenceId_$eq(Map<String, Object>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.HasStorage
- nextMagicA(int) - Static method in class org.apache.pekko.routing.MurmurHash
-
Given a magic integer from the first stream, compute the next
- nextMagicA(int) - Method in class org.apache.pekko.routing.MurmurHash$
-
Given a magic integer from the first stream, compute the next
- nextMagicB(int) - Static method in class org.apache.pekko.routing.MurmurHash
-
Given a magic integer from the second stream, compute the next
- nextMagicB(int) - Method in class org.apache.pekko.routing.MurmurHash$
-
Given a magic integer from the second stream, compute the next
- nextName() - Static method in class org.apache.pekko.io.dns.internal.OpCode
- nextName() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- nextName() - Method in class org.apache.pekko.remote.artery.FlushBeforeDeathWatchNotification$
- nextName_$eq(Iterator<String>) - Static method in class org.apache.pekko.io.dns.internal.OpCode
- nextName_$eq(Iterator<String>) - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- nextSequenceNr() - Method in interface org.apache.pekko.persistence.Eventsourced
- nextState_$eq(FSM.State<S, D>) - Method in interface org.apache.pekko.actor.FSM
- nextState_$eq(PersistentFSM.State<S, D, E>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- nextStateData() - Method in interface org.apache.pekko.actor.FSM
- nextStateData() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- nextTagSequenceNr(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- nextVersion() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- noAck() - Static method in class org.apache.pekko.io.TcpMessage
-
Default
Tcp.NoAckinstance which is used when no acknowledgment information is explicitly provided. - noAck() - Method in class org.apache.pekko.io.TcpMessage$
-
Default
Tcp.NoAckinstance which is used when no acknowledgment information is explicitly provided. - noAck() - Static method in class org.apache.pekko.io.UdpConnectedMessage
-
Default
UdpConnected.NoAckinstance which is used when no acknowledgment information is explicitly provided. - noAck() - Method in class org.apache.pekko.io.UdpConnectedMessage$
-
Default
UdpConnected.NoAckinstance which is used when no acknowledgment information is explicitly provided. - noAck() - Static method in class org.apache.pekko.io.UdpMessage
-
Default
Udp.NoAckinstance which is used when no acknowledgment information is explicitly provided. - noAck() - Method in class org.apache.pekko.io.UdpMessage$
-
Default
Udp.NoAckinstance which is used when no acknowledgment information is explicitly provided. - noAck(Object) - Static method in class org.apache.pekko.io.TcpMessage
-
Each
Tcp.WriteCommandcan optionally request a positive acknowledgment to be sent to the commanding actor. - noAck(Object) - Method in class org.apache.pekko.io.TcpMessage$
-
Each
Tcp.WriteCommandcan optionally request a positive acknowledgment to be sent to the commanding actor. - noAck(Object) - Static method in class org.apache.pekko.io.UdpConnectedMessage
-
Each
UdpConnected.Sendcan optionally request a positive acknowledgment to be sent to the commanding actor. - noAck(Object) - Method in class org.apache.pekko.io.UdpConnectedMessage$
-
Each
UdpConnected.Sendcan optionally request a positive acknowledgment to be sent to the commanding actor. - noAck(Object) - Static method in class org.apache.pekko.io.UdpMessage
-
Each
Udp.Sendcan optionally request a positive acknowledgment to be sent to the commanding actor. - noAck(Object) - Method in class org.apache.pekko.io.UdpMessage$
-
Each
Udp.Sendcan optionally request a positive acknowledgment to be sent to the commanding actor. - NoAck(Object) - Constructor for class org.apache.pekko.io.Tcp.NoAck
- NoAck(Object) - Constructor for class org.apache.pekko.io.Udp.NoAck
- NoAck(Object) - Constructor for class org.apache.pekko.io.UdpConnected.NoAck
- NoAck$() - Constructor for class org.apache.pekko.io.Tcp.NoAck$
- NoAck$() - Constructor for class org.apache.pekko.io.Udp.NoAck$
- NoAck$() - Constructor for class org.apache.pekko.io.UdpConnected.NoAck$
- NoActiveEntities - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- NoActiveEntities() - Constructor for class org.apache.pekko.cluster.sharding.internal.NoActiveEntities
- NoActiveEntities$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- NoActiveEntities$() - Constructor for class org.apache.pekko.cluster.sharding.internal.NoActiveEntities$
- NoAdmissionOptimizer - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- NoAdmissionOptimizer() - Constructor for class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer
- NoAdmissionOptimizer$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- NoAdmissionOptimizer$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$
- NoAdmissionOptimizer$() - Constructor for class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer$
- NoArgTest() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- NoArgTest() - Method in class org.apache.pekko.persistence.PluginSpec
- noAutoPilot() - Method in class org.apache.pekko.testkit.TestActor.AutoPilot
- NoAutoPilot$() - Constructor for class org.apache.pekko.testkit.TestActor.NoAutoPilot$
- Nobody - Class in org.apache.pekko.actor
-
This is an internal look-up failure token, not useful for anything else.
- Nobody() - Constructor for class org.apache.pekko.actor.Nobody
- Nobody$ - Class in org.apache.pekko.actor
-
This is an internal look-up failure token, not useful for anything else.
- Nobody$() - Constructor for class org.apache.pekko.actor.Nobody$
- noCause() - Static method in class org.apache.pekko.event.Logging
- noCause() - Method in class org.apache.pekko.event.Logging$
- NoCause$() - Constructor for class org.apache.pekko.event.Logging.Error$.NoCause$
- node() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- node() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- node() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- node() - Method in class org.apache.pekko.remote.RemoteScope
- node(RoleName) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Query the controller for the transport address of the given node (by role name) and return that as an ActorPath for easy composition:
- Node() - Constructor for class org.apache.pekko.dispatch.AbstractBoundedNodeQueue.Node
- Node() - Constructor for class org.apache.pekko.dispatch.AbstractNodeQueue.Node
- Node(T) - Constructor for class org.apache.pekko.dispatch.AbstractNodeQueue.Node
- NODE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- NODE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- NODE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- NODE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- NODE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- NODE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.RemoteScope
- Node$() - Constructor for class org.apache.pekko.cluster.VectorClock.Node$
- nodeConfig(Seq<RoleName>, Seq<Config>) - Method in class org.apache.pekko.remote.testkit.MultiNodeConfig
-
Register a config override for a specific participant.
- nodeFor(byte[]) - Method in class org.apache.pekko.routing.ConsistentHash
-
Get the node responsible for the data key.
- nodeFor(String) - Method in class org.apache.pekko.routing.ConsistentHash
-
Get the node responsible for the data key.
- NoDeltaPlaceholder() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
-
When a DeltaReplicatedData returns
Nonefromdeltait must still be treated as a delta that increase the version counter inDeltaPropagationSelector. - NoDeltaPlaceholder() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation$
-
When a DeltaReplicatedData returns
Nonefromdeltait must still be treated as a delta that increase the version counter inDeltaPropagationSelector. - NodeMessageQueue - Class in org.apache.pekko.dispatch
- NodeMessageQueue() - Constructor for class org.apache.pekko.dispatch.NodeMessageQueue
- nodeMetrics() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- NodeMetrics - Class in org.apache.pekko.cluster.metrics
-
The snapshot of current sampled health metrics for any monitored process.
- NodeMetrics(Address, long, Set<Metric>) - Constructor for class org.apache.pekko.cluster.metrics.NodeMetrics
- NODEMETRICS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- NodeMetrics$ - Class in org.apache.pekko.cluster.metrics
- NodeMetrics$() - Constructor for class org.apache.pekko.cluster.metrics.NodeMetrics$
- nodes() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- nodes() - Method in class org.apache.pekko.cluster.ddata.Replicator
- nodes() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- nodes() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- nodes() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- nodes_$eq(Set<Address>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- nodes_$eq(SortedSet<Address>) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- nodes_$eq(SortedSet<Address>) - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- nodes_$eq(SortedSet<UniqueAddress>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- NODES_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- nodesSliceSize(int) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- NoDispatcherGiven() - Static method in class org.apache.pekko.actor.Deploy
- NoDispatcherGiven() - Method in class org.apache.pekko.actor.Deploy$
- NoDowning - Class in org.apache.pekko.cluster
-
Default downing provider used when no provider is configured.
- NoDowning(ActorSystem) - Constructor for class org.apache.pekko.cluster.NoDowning
- noEffects() - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
Used to represent an empty list of effects - in other words, the behavior didn't do anything observable
- noEffects() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
Used to represent an empty list of effects - in other words, the behavior didn't do anything observable
- noEffects() - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
Used to represent an empty list of effects - in other words, the behavior didn't do anything observable
- noEffects() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
Used to represent an empty list of effects - in other words, the behavior didn't do anything observable
- NoEffects() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.NoEffects
- NoEffects$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.NoEffects$
- noEnvelope(int, M, Function1<M, String>) - Static method in class org.apache.pekko.cluster.sharding.typed.ShardingMessageExtractor
-
Scala API: Create a message extractor for a protocol where the entity id is available in each message.
- noEnvelope(int, M, Function1<M, String>) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingMessageExtractor$
-
Scala API: Create a message extractor for a protocol where the entity id is available in each message.
- NoInboundCompressions - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- NoInboundCompressions() - Constructor for class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- NoInboundCompressions$ - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- NoInboundCompressions$() - Constructor for class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- NoLogging - Class in org.apache.pekko.event
-
NoLogging is a LoggingAdapter that does absolutely nothing – no logging at all.
- NoLogging() - Constructor for class org.apache.pekko.event.NoLogging
- NoLogging$ - Class in org.apache.pekko.event
-
NoLogging is a LoggingAdapter that does absolutely nothing – no logging at all.
- NoLogging$() - Constructor for class org.apache.pekko.event.NoLogging$
- NoMailboxGiven() - Static method in class org.apache.pekko.actor.Deploy
- NoMailboxGiven() - Method in class org.apache.pekko.actor.Deploy$
- NoMailboxRequirement() - Method in class org.apache.pekko.dispatch.Mailboxes$
- NoMarkerLogging - Class in org.apache.pekko.event
-
NoLogging is a MarkerLoggingAdapter that does absolutely nothing – no logging at all.
- NoMarkerLogging() - Constructor for class org.apache.pekko.event.NoMarkerLogging
- NoMarkerLogging$ - Class in org.apache.pekko.event
-
NoLogging is a MarkerLoggingAdapter that does absolutely nothing – no logging at all.
- NoMarkerLogging$() - Constructor for class org.apache.pekko.event.NoMarkerLogging$
- noMatch() - Static method in class org.apache.pekko.japi.JavaPartialFunction
- noMatch() - Method in class org.apache.pekko.japi.JavaPartialFunction$
- NoMatch$() - Constructor for exception org.apache.pekko.japi.JavaPartialFunction.NoMatch$
- NoMatchException() - Constructor for exception org.apache.pekko.japi.JavaPartialFunction.NoMatchException
- noMdcPerMessage() - Method in class org.apache.pekko.actor.typed.internal.WithMdcBehaviorInterceptor$
- NoMessage - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- NoMessage - Class in org.apache.pekko.dispatch.sysmsg
-
INTERNAL API
- NoMessage() - Constructor for class org.apache.pekko.actor.typed.internal.NoMessage
- NoMessage() - Constructor for class org.apache.pekko.dispatch.sysmsg.NoMessage
- NoMessage$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- NoMessage$ - Class in org.apache.pekko.dispatch.sysmsg
-
INTERNAL API
- NoMessage$() - Constructor for class org.apache.pekko.actor.typed.internal.NoMessage$
- NoMessage$() - Constructor for class org.apache.pekko.dispatch.sysmsg.NoMessage$
- NoMigration$() - Constructor for class org.apache.pekko.persistence.serialization.SnapshotAutoMigration.NoMigration$
- NoMoreElementsNeeded$() - Constructor for exception org.apache.pekko.stream.SubscriptionWithCancelException.NoMoreElementsNeeded$
- NoMoreSubscribers() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- NoMoreSubscribers$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers$
- nonAcked() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- NonBlockingBoundedMailbox - Class in org.apache.pekko.dispatch
-
NonBlockingBoundedMailbox is a high-performance, multiple-producer single-consumer, bounded MailboxType, Noteworthy is that it discards overflow as DeadLetters.
- NonBlockingBoundedMailbox(int) - Constructor for class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- NonBlockingBoundedMailbox(ActorSystem.Settings, Config) - Constructor for class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- NonBlockingBoundedMailbox$ - Class in org.apache.pekko.dispatch
- NonBlockingBoundedMailbox$() - Constructor for class org.apache.pekko.dispatch.NonBlockingBoundedMailbox$
- none() - Static method in class org.apache.pekko.cluster.Member
- none() - Method in class org.apache.pekko.cluster.Member$
- none() - Static method in class org.apache.pekko.japi.Option
-
Optionfactory that createsNone - none() - Method in class org.apache.pekko.japi.Option$
-
Optionfactory that createsNone - none() - Static method in class org.apache.pekko.persistence.Recovery
-
Convenience method for skipping recovery in
PersistentActor. - none() - Method in class org.apache.pekko.persistence.Recovery$
-
Convenience method for skipping recovery in
PersistentActor. - none() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
-
Java API.
- none() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
-
Java API.
- none() - Method in class org.apache.pekko.persistence.typed.javadsl.EffectFactories
-
Do not persist anything
- none() - Method in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
Do not persist anything
- none() - Static method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
-
No saved snapshot matches.
- none() - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria$
-
No saved snapshot matches.
- none() - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories
-
Do not persist anything
- none() - Method in class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
-
Do not persist anything
- none() - Static method in class org.apache.pekko.stream.Attributes
-
INTERNAL API
- none() - Method in class org.apache.pekko.stream.Attributes$
-
INTERNAL API
- none() - Static method in class org.apache.pekko.stream.javadsl.Keep
- none() - Method in class org.apache.pekko.stream.javadsl.Keep$
- none() - Static method in class org.apache.pekko.stream.scaladsl.Keep
- none() - Method in class org.apache.pekko.stream.scaladsl.Keep$
- none() - Static method in class org.apache.pekko.stream.TLSClientAuth
- none() - Method in class org.apache.pekko.stream.TLSClientAuth$
- none() - Method in class org.apache.pekko.util.OptionVal$
- None() - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
-
No saved snapshot matches.
- None() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
-
No saved snapshot matches.
- None() - Method in class org.apache.pekko.util.OptionVal$
-
Represents non-existent values,
nullvalues. - None$() - Constructor for class org.apache.pekko.stream.TLSClientAuth.None$
- nonEmpty() - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
Check if the message buffer is not empty.
- nonEmpty() - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
Check if the message buffer is not empty.
- nonEmpty() - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- nonEmpty() - Method in interface org.apache.pekko.persistence.typed.EventSeq
- nonEmpty() - Method in class org.apache.pekko.util.ByteStringBuilder
-
Tests whether this ByteStringBuilder is not empty.
- nonEmpty() - Method in class org.apache.pekko.util.MessageBuffer
-
Check if the message buffer is not empty.
- nonEmpty() - Method in class org.apache.pekko.util.MessageBufferMap
-
Check if the buffer map is not empty.
- nonEmpty$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
- nonEmpty$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList$
- nonEmpty$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- nonEmpty$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
- nonExistingPathEntry() - Method in class org.apache.pekko.dispatch.CachingConfig$
- NonFailureCancellation() - Constructor for exception org.apache.pekko.stream.SubscriptionWithCancelException.NonFailureCancellation
- NonPersistentRepr$ - Class in org.apache.pekko.persistence
- NonPersistentRepr$() - Constructor for class org.apache.pekko.persistence.NonPersistentRepr$
- noOffset() - Static method in class org.apache.pekko.persistence.query.Offset
- noOffset() - Method in class org.apache.pekko.persistence.query.Offset$
- NoOffset - Class in org.apache.pekko.persistence.query
-
Used when retrieving all events.
- NoOffset() - Constructor for class org.apache.pekko.persistence.query.NoOffset
- NoOffset$ - Class in org.apache.pekko.persistence.query
-
Used when retrieving all events.
- NoOffset$() - Constructor for class org.apache.pekko.persistence.query.NoOffset$
- noop() - Static method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode
-
Do not do anything when timeout expires.
- noop() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode$
-
Do not do anything when timeout expires.
- NoOpActorFlightRecorder - Class in org.apache.pekko.actor.typed.internal
-
JFR is only available under certain circumstances (JDK11 for now, possible OpenJDK 8 in the future) so therefore the default on JDK 8 needs to be a no-op flight recorder.
- NoOpActorFlightRecorder() - Constructor for class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- NoOpActorFlightRecorder$ - Class in org.apache.pekko.actor.typed.internal
-
JFR is only available under certain circumstances (JDK11 for now, possible OpenJDK 8 in the future) so therefore the default on JDK 8 needs to be a no-op flight recorder.
- NoOpActorFlightRecorder$() - Constructor for class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
- NoOpDeliveryFlightRecorder - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- NoOpDeliveryFlightRecorder() - Constructor for class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- NoOpDeliveryFlightRecorder$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- NoOpDeliveryFlightRecorder$() - Constructor for class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- NoOpEventAdapter$ - Class in org.apache.pekko.persistence.typed
-
INTERNAL API
- NoOpEventAdapter$() - Constructor for class org.apache.pekko.persistence.typed.NoOpEventAdapter$
- NoopReadEventAdapter$ - Class in org.apache.pekko.persistence.journal
- NoopReadEventAdapter$() - Constructor for class org.apache.pekko.persistence.journal.NoopReadEventAdapter$
- NoOpRemotingFlightRecorder - Class in org.apache.pekko.remote.artery
-
JFR is only available under certain circumstances (JDK11 for now, possible OpenJDK 8 in the future) so therefore the default on JDK 8 needs to be a no-op flight recorder.
- NoOpRemotingFlightRecorder() - Constructor for class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- NoOpRemotingFlightRecorder$ - Class in org.apache.pekko.remote.artery
-
JFR is only available under certain circumstances (JDK11 for now, possible OpenJDK 8 in the future) so therefore the default on JDK 8 needs to be a no-op flight recorder.
- NoOpRemotingFlightRecorder$() - Constructor for class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- NoopSessionVerifier - Class in org.apache.pekko.remote.artery.tcp.ssl
-
This verifier approves all sessions.
- NoopSessionVerifier() - Constructor for class org.apache.pekko.remote.artery.tcp.ssl.NoopSessionVerifier
- NoopSessionVerifier$ - Class in org.apache.pekko.remote.artery.tcp.ssl
-
This verifier approves all sessions.
- NoopSessionVerifier$() - Constructor for class org.apache.pekko.remote.artery.tcp.ssl.NoopSessionVerifier$
- NoOpShardingFlightRecorder - Class in org.apache.pekko.cluster.sharding
-
INTERNAL
- NoOpShardingFlightRecorder() - Constructor for class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- NoOpShardingFlightRecorder$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL
- NoOpShardingFlightRecorder$() - Constructor for class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- NoOpSnapshotAdapter$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- NoOpSnapshotAdapter$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- NoOpSnapshotAdapter$() - Constructor for class org.apache.pekko.persistence.typed.internal.NoOpSnapshotAdapter$
- NoOpSnapshotAdapter$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.NoOpSnapshotAdapter$
- NoopTermination$() - Constructor for class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.NoopTermination$
- NoopWriteEventAdapter$ - Class in org.apache.pekko.persistence.journal
- NoopWriteEventAdapter$() - Constructor for class org.apache.pekko.persistence.journal.NoopWriteEventAdapter$
- NoPassivationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.NoPassivationStrategy$
- NoPendingEvents() - Static method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState
- NoPendingEvents() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState$
- NoQualifier() - Static method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue
- NoQualifier() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue$
- noReply() - Method in class org.apache.pekko.persistence.typed.javadsl.EffectFactories
-
When
EventSourcedBehaviorWithEnforcedRepliesis used there will be compilation errors if the returned effect isn't aReplyEffect. - noReply() - Method in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
When
EventSourcedBehavior.withEnforcedRepliesis used there will be compilation errors if the returned effect isn't aReplyEffect. - noReply() - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories
-
When
DurableStateBehaviorWithEnforcedRepliesis used there will be compilation errors if the returned effect isn't aReplyEffect. - noReply() - Method in class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
-
When
DurableStateBehavior.withEnforcedRepliesis used there will be compilation errors if the returned effect isn't aReplyEffect. - Normal() - Method in class org.apache.pekko.actor.AbstractFSM
-
Default reason if calling
stop(). - Normal() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Default reason if calling
stop(). - Normal$() - Constructor for class org.apache.pekko.actor.FSM.Normal$
- Normal$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.Normal$
-
Deprecated.
- NormalChildrenContainer(TreeMap<String, ChildStats>) - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- NormalChildrenContainer$() - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer$
- normalReceive() - Method in class org.apache.pekko.cluster.ddata.Replicator
- NoRoutee - Class in org.apache.pekko.routing
-
Routeethat doesn't send the message to any routee. - NoRoutee() - Constructor for class org.apache.pekko.routing.NoRoutee
- NoRoutee$ - Class in org.apache.pekko.routing
-
Routeethat doesn't send the message to any routee. - NoRoutee$() - Constructor for class org.apache.pekko.routing.NoRoutee$
- NoRouter - Class in org.apache.pekko.routing
-
Routing configuration that indicates no routing; this is also the default value which hence overrides the merge strategy in order to accept values from lower-precedence sources.
- NoRouter() - Constructor for class org.apache.pekko.routing.NoRouter
- NoRouter$ - Class in org.apache.pekko.routing
- NoRouter$() - Constructor for class org.apache.pekko.routing.NoRouter$
- NoScopeGiven - Class in org.apache.pekko.actor
-
This is the default value and as such allows overrides.
- NoScopeGiven() - Constructor for class org.apache.pekko.actor.NoScopeGiven
- NoScopeGiven$ - Class in org.apache.pekko.actor
- NoScopeGiven$() - Constructor for class org.apache.pekko.actor.NoScopeGiven$
- noSender() - Method in class org.apache.pekko.actor.Actor$
-
Default placeholder (null) used for "!" to indicate that there is no sender of the message, that will be translated to the receiving system's deadLetters.
- noSender() - Static method in class org.apache.pekko.actor.ActorRef
-
Use this value as an argument to
ActorRef.tell(java.lang.Object, org.apache.pekko.actor.ActorRef)if there is not actor to reply to (e.g. - noSender() - Method in class org.apache.pekko.actor.ActorRef$
-
Use this value as an argument to
ActorRef.tell(java.lang.Object, org.apache.pekko.actor.ActorRef)if there is not actor to reply to (e.g. - NoSerializationVerificationNeeded - Interface in org.apache.pekko.actor
-
Marker trait to signal that this class should not be verified for serializability.
- NoSerializationVerificationNeededClassPrefix() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- NoSnapshotStore - Class in org.apache.pekko.persistence.snapshot
-
Used as default snapshot-store in case no other store was configured.
- NoSnapshotStore() - Constructor for class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- NoSnapshotStore.NoSnapshotStoreException - Exception in org.apache.pekko.persistence.snapshot
- NoSnapshotStoreException() - Constructor for exception org.apache.pekko.persistence.snapshot.NoSnapshotStore.NoSnapshotStoreException
- NoSourceInfo$() - Constructor for class org.apache.pekko.util.LineNumbers.NoSourceInfo$
- not() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- not() - Method in class org.apache.pekko.persistence.PluginSpec
- NOT_IMPLEMENTED() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- NOT_IMPLEMENTED() - Method in class org.apache.pekko.io.dns.internal.ResponseCode$
- NotAllowedClassRemoteDeploymentAttemptException - Exception in org.apache.pekko.remote
-
INTERNAL API
- NotAllowedClassRemoteDeploymentAttemptException(Class<?>, Set<String>) - Constructor for exception org.apache.pekko.remote.NotAllowedClassRemoteDeploymentAttemptException
- notBoundServerAddress() - Static method in class org.apache.pekko.testkit.SocketUtil
- notBoundServerAddress() - Method in class org.apache.pekko.testkit.SocketUtil$
- notBoundServerAddress(String) - Static method in class org.apache.pekko.testkit.SocketUtil
- notBoundServerAddress(String) - Method in class org.apache.pekko.testkit.SocketUtil$
- NotCompressedId() - Method in class org.apache.pekko.remote.artery.compress.CompressionTable$
- notEmpty() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- NotFound(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- NotFound(Key<A>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.NotFound
- NotFound$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.NotFound$
- NotFound$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound$
- NotFound$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.NotFound$
- NotFoundDigest() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$
- NotFoundManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- notFull() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- notify(AssociationHandle.HandleEvent) - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- notify(AssociationHandle.HandleEvent) - Method in interface org.apache.pekko.remote.transport.AssociationHandle.HandleEventListener
-
Deprecated.Called by the transport to notify the listener about a HandleEvent
- notify(Transport.AssociationEvent) - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- notify(Transport.AssociationEvent) - Method in interface org.apache.pekko.remote.transport.Transport.AssociationEventListener
-
Deprecated.Called by the transport to notify the listener about an AssociationEvent
- notifyDebug(String) - Method in class org.apache.pekko.event.BusLogging
- notifyDebug(String) - Method in interface org.apache.pekko.event.LoggingAdapter
- notifyDebug(String) - Static method in class org.apache.pekko.event.NoLogging
- notifyDebug(String) - Method in class org.apache.pekko.event.NoLogging$
- notifyDebug(String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- notifyDebug(String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- notifyError(String) - Method in class org.apache.pekko.event.BusLogging
- notifyError(String) - Method in interface org.apache.pekko.event.LoggingAdapter
- notifyError(String) - Static method in class org.apache.pekko.event.NoLogging
- notifyError(String) - Method in class org.apache.pekko.event.NoLogging$
- notifyError(String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- notifyError(String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- notifyError(Throwable, String) - Method in class org.apache.pekko.event.BusLogging
- notifyError(Throwable, String) - Method in interface org.apache.pekko.event.LoggingAdapter
- notifyError(Throwable, String) - Static method in class org.apache.pekko.event.NoLogging
- notifyError(Throwable, String) - Method in class org.apache.pekko.event.NoLogging$
- notifyError(Throwable, String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- notifyError(Throwable, String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- notifyInfo(String) - Method in class org.apache.pekko.event.BusLogging
- notifyInfo(String) - Method in interface org.apache.pekko.event.LoggingAdapter
- notifyInfo(String) - Static method in class org.apache.pekko.event.NoLogging
- notifyInfo(String) - Method in class org.apache.pekko.event.NoLogging$
- notifyInfo(String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- notifyInfo(String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- notifyListener(Channel, AssociationHandle.HandleEvent) - Method in interface org.apache.pekko.remote.transport.netty.TcpHandlers
- notifyLog(Logging.LogLevel, String) - Method in interface org.apache.pekko.event.LoggingAdapter
- notifyLog(Logging.LogLevel, String) - Static method in class org.apache.pekko.event.NoLogging
- notifyLog(Logging.LogLevel, String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- notifyPersistenceIdChange(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- notifySubscribersInterval() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- notifyTagChange(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- notifyTask() - Method in class org.apache.pekko.cluster.ddata.Replicator
- notifyTransitionListeners() - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Notifies the listeners of the transition event via a Future executed in implicit parameter ExecutionContext
- notifyWarning(String) - Method in class org.apache.pekko.event.BusLogging
- notifyWarning(String) - Method in interface org.apache.pekko.event.LoggingAdapter
- notifyWarning(String) - Static method in class org.apache.pekko.event.NoLogging
- notifyWarning(String) - Method in class org.apache.pekko.event.NoLogging$
- notifyWarning(String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- notifyWarning(String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- notifyWarning(Throwable, String) - Method in class org.apache.pekko.event.BusLogging
- notifyWarning(Throwable, String) - Method in interface org.apache.pekko.event.LoggingAdapter
- notifyWarning(Throwable, String) - Static method in class org.apache.pekko.event.NoLogging
- notifyWarning(Throwable, String) - Method in class org.apache.pekko.event.NoLogging$
- notifyWarning(Throwable, String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- notifyWarning(Throwable, String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- NotInfluenceReceiveTimeout - Interface in org.apache.pekko.actor
-
Marker trait to indicate that a message should not reset the receive timeout.
- notUsed() - Static method in class org.apache.pekko.NotUsed
-
Java API: the singleton instance
- notUsed() - Method in class org.apache.pekko.NotUsed$
-
Java API: the singleton instance
- NotUsed - Class in org.apache.pekko
-
This type is used in generic type signatures wherever the actual value is of no importance.
- NotUsed() - Constructor for class org.apache.pekko.NotUsed
- NotUsed$ - Class in org.apache.pekko
- NotUsed$() - Constructor for class org.apache.pekko.NotUsed$
- now() - Static method in class org.apache.pekko.persistence.testkit.internal.CurrentTime
-
System.currentTimeMillisbut always increasing. - now() - Method in class org.apache.pekko.persistence.testkit.internal.CurrentTime$
-
System.currentTimeMillisbut always increasing. - now() - Static method in class org.apache.pekko.testkit.TestKit
-
Obtain current timestamp as Duration for relative measurements (using System.nanoTime).
- now() - Method in class org.apache.pekko.testkit.TestKit$
-
Obtain current timestamp as Duration for relative measurements (using System.nanoTime).
- now() - Method in interface org.apache.pekko.testkit.TestKitBase
-
Obtain current time (
System.nanoTime) as Duration. - nrOfInstances() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- nrOfInstances() - Method in class org.apache.pekko.routing.BalancingPool
- nrOfInstances() - Method in class org.apache.pekko.routing.BroadcastPool
- nrOfInstances() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- nrOfInstances() - Method in class org.apache.pekko.routing.RandomPool
- nrOfInstances() - Method in class org.apache.pekko.routing.RoundRobinPool
- nrOfInstances() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- nrOfInstances() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- nrOfInstances() - Method in class org.apache.pekko.routing.TailChoppingPool
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
-
Initial number of routee instances
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.routing.BalancingPool
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.routing.BroadcastPool
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.routing.ConsistentHashingPool
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.routing.FromConfig
- nrOfInstances(ActorSystem) - Method in interface org.apache.pekko.routing.Pool
-
Initial number of routee instances
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.routing.RandomPool
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.routing.RoundRobinPool
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.routing.SmallestMailboxPool
- nrOfInstances(ActorSystem) - Method in class org.apache.pekko.routing.TailChoppingPool
- NROFINSTANCES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- NROFINSTANCES_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- NrOfMonitoringActors() - Method in class org.apache.pekko.cluster.ClusterSettings.CrossDcFailureDetectorSettings
- NrOfSelectors() - Method in class org.apache.pekko.io.TcpExt.Settings
- NS() - Static method in class org.apache.pekko.io.dns.RecordType
-
An authoritative name server
- NS() - Method in class org.apache.pekko.io.dns.RecordType$
-
An authoritative name server
- NULL() - Static method in class org.apache.pekko.io.dns.RecordType
-
A null RR (EXPERIMENTAL)
- NULL() - Method in class org.apache.pekko.io.dns.RecordType$
-
A null RR (EXPERIMENTAL)
- nullAsBytes() - Method in class org.apache.pekko.serialization.NullSerializer
- nullFun() - Static method in class org.apache.pekko.util.ConstantFun
- nullFun() - Method in class org.apache.pekko.util.ConstantFun$
- NullFunction() - Static method in class org.apache.pekko.actor.AbstractFSM
-
A partial function value which does not match anything and can be used to “reset”
whenUnhandledandonTerminationhandlers. - NullFunction() - Method in class org.apache.pekko.actor.AbstractFSM$
-
A partial function value which does not match anything and can be used to “reset”
whenUnhandledandonTerminationhandlers. - NullFunction() - Static method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.A partial function value which does not match anything and can be used to “reset”
whenUnhandledandonTerminationhandlers. - NullFunction() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase$
-
Deprecated.A partial function value which does not match anything and can be used to “reset”
whenUnhandledandonTerminationhandlers. - NullFunction$() - Constructor for class org.apache.pekko.actor.FSM.NullFunction$
- NullFunction$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.NullFunction$
-
Deprecated.
- NullMessage$() - Constructor for class org.apache.pekko.testkit.TestActor.NullMessage$
- NullSerializer - Class in org.apache.pekko.serialization
-
This is a special Serializer that Serializes and deserializes nulls only
- NullSerializer() - Constructor for class org.apache.pekko.serialization.NullSerializer
- NullSerializer$ - Class in org.apache.pekko.serialization
- NullSerializer$() - Constructor for class org.apache.pekko.serialization.NullSerializer$
- NUMBER_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- numberOfContacts() - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- NumberOfGossipsBeforeShutdownWhenLeaderExits() - Method in class org.apache.pekko.cluster.ClusterCoreDaemon$
- numberOfMessages() - Method in interface org.apache.pekko.actor.Cell
-
If the actor isLocal, returns the number of "user messages" currently queued, which may be a costly operation, 0 otherwise.
- numberOfMessages() - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- numberOfMessages() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox.MessageQueue
- numberOfMessages() - Method in class org.apache.pekko.dispatch.BoundedNodeMessageQueue
- numberOfMessages() - Method in interface org.apache.pekko.dispatch.ControlAwareMessageQueueSemantics
- numberOfMessages() - Method in interface org.apache.pekko.dispatch.MessageQueue
-
Should return the current number of messages held in this queue; may always return 0 if no other value is available efficiently.
- numberOfMessages() - Method in class org.apache.pekko.dispatch.NodeMessageQueue
- numberOfMessages() - Method in interface org.apache.pekko.dispatch.QueueBasedMessageQueue
- numberOfMessages() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- numberOfMessages(Routee) - Method in class org.apache.pekko.routing.SmallestMailboxRoutingLogic
-
Returns the number of pending messages in the mailbox of the actor.
- numberOfShards() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- numberOfShards() - Method in class org.apache.pekko.cluster.sharding.typed.HashCodeMessageExtractor
- numberOfShards() - Method in class org.apache.pekko.cluster.sharding.typed.HashCodeNoEnvelopeMessageExtractor
- numberOfShards() - Method in class org.apache.pekko.cluster.sharding.typed.Murmur2MessageExtractor
- numberOfShards() - Method in class org.apache.pekko.cluster.sharding.typed.Murmur2NoEnvelopeMessageExtractor
- numberOfSlices() - Method in class org.apache.pekko.persistence.Persistence
-
A slice is deterministically defined based on the persistence id.
- numberOfUnconfirmed() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
Number of messages that have not been confirmed yet.
- numberOfWorkers() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- numericId(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbIdMapping
-
Get the mapped numeric id for the specified persistent actor
id. - numOfAdjacentSizesToConsiderDuringOptimization() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
O
- o() - Method in class org.apache.pekko.util.OptionConverters.RichOption
- o() - Method in class org.apache.pekko.util.OptionConverters.RichOptional
- o() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalDouble
- o() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalInt
- o() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalLong
- objectScanner(int) - Static method in class org.apache.pekko.stream.javadsl.JsonFraming
-
Returns a Flow that implements a "brace counting" based framing operator for emitting valid JSON chunks.
- objectScanner(int) - Method in class org.apache.pekko.stream.javadsl.JsonFraming$
-
Returns a Flow that implements a "brace counting" based framing operator for emitting valid JSON chunks.
- objectScanner(int) - Static method in class org.apache.pekko.stream.scaladsl.JsonFraming
-
Returns a Flow that implements a "brace counting" based framing operator for emitting valid JSON chunks.
- objectScanner(int) - Method in class org.apache.pekko.stream.scaladsl.JsonFraming$
-
Returns a Flow that implements a "brace counting" based framing operator for emitting valid JSON chunks.
- OBSERVERREACHABILITY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- obsoleteTime() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- OBSOLETETIME_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- occurrences(int) - Method in class org.apache.pekko.testkit.javadsl.EventFilter
- of(Class<T>) - Static method in class org.apache.pekko.stream.javadsl.BroadcastHub
-
Creates a
Sinkwith default buffer size 256 that receives elements from its upstream producer and broadcasts them to a dynamic set of consumers. - of(Class<T>) - Method in class org.apache.pekko.stream.javadsl.BroadcastHub$
-
Creates a
Sinkwith default buffer size 256 that receives elements from its upstream producer and broadcasts them to a dynamic set of consumers. - of(Class<T>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Create a `Flow` which can process elements of type `T`.
- of(Class<T>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Create a `Flow` which can process elements of type `T`.
- of(Class<T>) - Static method in class org.apache.pekko.stream.javadsl.MergeHub
-
Creates a
Sourcethat emits elements merged from a dynamic set of producers. - of(Class<T>) - Method in class org.apache.pekko.stream.javadsl.MergeHub$
-
Creates a
Sourcethat emits elements merged from a dynamic set of producers. - of(Class<T>, int) - Static method in class org.apache.pekko.stream.javadsl.BroadcastHub
-
Creates a
Sinkthat receives elements from its upstream producer and broadcasts them to a dynamic set of consumers. - of(Class<T>, int) - Method in class org.apache.pekko.stream.javadsl.BroadcastHub$
-
Creates a
Sinkthat receives elements from its upstream producer and broadcasts them to a dynamic set of consumers. - of(Class<T>, int) - Static method in class org.apache.pekko.stream.javadsl.MergeHub
-
Creates a
Sourcethat emits elements merged from a dynamic set of producers. - of(Class<T>, int) - Method in class org.apache.pekko.stream.javadsl.MergeHub$
-
Creates a
Sourcethat emits elements merged from a dynamic set of producers. - of(Class<T>, int, int) - Static method in class org.apache.pekko.stream.javadsl.BroadcastHub
-
Creates a
Sinkthat receives elements from its upstream producer and broadcasts them to a dynamic set of consumers. - of(Class<T>, int, int) - Method in class org.apache.pekko.stream.javadsl.BroadcastHub$
-
Creates a
Sinkthat receives elements from its upstream producer and broadcasts them to a dynamic set of consumers. - of(Class<T>, BiFunction<Integer, T, Integer>, int) - Static method in class org.apache.pekko.stream.javadsl.PartitionHub
-
Creates a
Sinkwith default buffer size 256 that receives elements from its upstream producer and routes them to a dynamic set of consumers. - of(Class<T>, BiFunction<Integer, T, Integer>, int) - Method in class org.apache.pekko.stream.javadsl.PartitionHub$
-
Creates a
Sinkwith default buffer size 256 that receives elements from its upstream producer and routes them to a dynamic set of consumers. - of(Class<T>, BiFunction<Integer, T, Integer>, int, int) - Static method in class org.apache.pekko.stream.javadsl.PartitionHub
-
Creates a
Sinkthat receives elements from its upstream producer and routes them to a dynamic set of consumers. - of(Class<T>, BiFunction<Integer, T, Integer>, int, int) - Method in class org.apache.pekko.stream.javadsl.PartitionHub$
-
Creates a
Sinkthat receives elements from its upstream producer and routes them to a dynamic set of consumers. - of(String, String) - Static method in class org.apache.pekko.persistence.typed.PersistenceId
-
Constructs a
PersistenceIdfrom the givenentityTypeHintandentityIdby concatenating them with|separator. - of(String, String) - Method in class org.apache.pekko.persistence.typed.PersistenceId$
-
Constructs a
PersistenceIdfrom the givenentityTypeHintandentityIdby concatenating them with|separator. - of(String, String, String) - Static method in class org.apache.pekko.persistence.typed.PersistenceId
-
Constructs a
PersistenceIdfrom the givenentityTypeHintandentityIdby concatenating them with theseparator. - of(String, String, String) - Method in class org.apache.pekko.persistence.typed.PersistenceId$
-
Constructs a
PersistenceIdfrom the givenentityTypeHintandentityIdby concatenating them with theseparator. - of(Behavior<M>, String) - Static method in class org.apache.pekko.cluster.typed.SingletonActor
-
Java API
- of(Behavior<M>, String) - Method in class org.apache.pekko.cluster.typed.SingletonActor$
-
Java API
- of(EntityTypeKey<M>, String, ActorRef<M>) - Static method in class org.apache.pekko.cluster.sharding.typed.testkit.javadsl.TestEntityRef
- of(EntityTypeKey<M>, String, ActorRef<M>) - Method in class org.apache.pekko.cluster.sharding.typed.testkit.javadsl.TestEntityRef$
- of(EntityTypeKey<M>, Function<EntityContext<M>, Behavior<M>>) - Static method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
-
Defines how the entity should be created.
- of(EntityTypeKey<M>, Function<EntityContext<M>, Behavior<M>>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity$
-
Defines how the entity should be created.
- of(Inlet<I>, Outlet<O>) - Static method in class org.apache.pekko.stream.FlowShape
-
Java API
- of(Inlet<I>, Outlet<O>) - Method in class org.apache.pekko.stream.FlowShape$
-
Java API
- of(Inlet<In1>, Outlet<Out1>, Inlet<In2>, Outlet<Out2>) - Static method in class org.apache.pekko.stream.BidiShape
-
Java API
- of(Inlet<In1>, Outlet<Out1>, Inlet<In2>, Outlet<Out2>) - Method in class org.apache.pekko.stream.BidiShape$
-
Java API
- of(Inlet<T>) - Static method in class org.apache.pekko.stream.SinkShape
-
Java API
- of(Inlet<T>) - Method in class org.apache.pekko.stream.SinkShape$
-
Java API
- of(Outlet<T>) - Static method in class org.apache.pekko.stream.SourceShape
-
Java API
- of(Outlet<T>) - Method in class org.apache.pekko.stream.SourceShape$
-
Java API
- off() - Static method in class org.apache.pekko.persistence.CapabilityFlag
- off() - Method in class org.apache.pekko.persistence.CapabilityFlag$
- Off() - Method in class org.apache.pekko.stream.Attributes.LogLevels$
-
Use to disable logging on certain operations when configuring
Attributes.logLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - Off() - Method in class org.apache.pekko.util.SerializedSuspendableExecutionContext$
- Off$() - Constructor for class org.apache.pekko.serialization.jackson.Compression.Off$
- offer(E) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- offer(E) - Method in interface org.apache.pekko.util.PriorityQueueStabilizer
- offer(E, long, TimeUnit) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- offer(T) - Method in interface org.apache.pekko.stream.BoundedSourceQueue
-
Returns a
pekko.stream.QueueOfferResultthat notifies the caller if the element could be enqueued or not, or the completion status of the queue. - offer(T) - Method in interface org.apache.pekko.stream.javadsl.SourceQueue
-
Offers an element to a stream and returns a
CompletionStagethat: - completes withEnqueuedif the element is consumed by a stream - completes withDroppedwhen the stream dropped the offered element - completes withQueueClosedwhen the stream is completed whilst theCompletionStageis active - completes withFailure(f)in case of failure to enqueue element from upstream - fails when stream is already completed - offer(T) - Method in interface org.apache.pekko.stream.scaladsl.SourceQueue
-
Offers an element to a stream and returns a
Futurethat: - completes withEnqueuedif the element is consumed by a stream - completes withDroppedwhen the stream dropped the offered element - completes withQueueClosedwhen the stream is completed whilst theFutureis active - completes withFailure(f)in case of failure to enqueue element from upstream - fails when stream is already completed - offset() - Method in class org.apache.pekko.persistence.query.DeletedDurableState
- offset() - Method in interface org.apache.pekko.persistence.query.DurableStateChange
-
The offset that can be used in next
changesorcurrentChangesquery. - offset() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- offset() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- offset() - Method in class org.apache.pekko.persistence.query.UpdatedDurableState
- Offset - Class in org.apache.pekko.persistence.query
- Offset() - Constructor for class org.apache.pekko.persistence.query.Offset
- OFFSET_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- OFFSET_MANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- Offset$ - Class in org.apache.pekko.persistence.query
- Offset$() - Constructor for class org.apache.pekko.persistence.query.Offset$
- ofStateful(Class<T>, Supplier<ToLongBiFunction<PartitionHub.ConsumerInfo, T>>, int) - Static method in class org.apache.pekko.stream.javadsl.PartitionHub
-
Creates a
Sinkwith default buffer size 256 that receives elements from its upstream producer and routes them to a dynamic set of consumers. - ofStateful(Class<T>, Supplier<ToLongBiFunction<PartitionHub.ConsumerInfo, T>>, int) - Method in class org.apache.pekko.stream.javadsl.PartitionHub$
-
Creates a
Sinkwith default buffer size 256 that receives elements from its upstream producer and routes them to a dynamic set of consumers. - ofStateful(Class<T>, Supplier<ToLongBiFunction<PartitionHub.ConsumerInfo, T>>, int, int) - Static method in class org.apache.pekko.stream.javadsl.PartitionHub
-
Creates a
Sinkthat receives elements from its upstream producer and routes them to a dynamic set of consumers. - ofStateful(Class<T>, Supplier<ToLongBiFunction<PartitionHub.ConsumerInfo, T>>, int, int) - Method in class org.apache.pekko.stream.javadsl.PartitionHub$
-
Creates a
Sinkthat receives elements from its upstream producer and routes them to a dynamic set of consumers. - ofUniqueId(String) - Static method in class org.apache.pekko.persistence.typed.PersistenceId
-
Constructs a
PersistenceIdwithidas the full unique identifier. - ofUniqueId(String) - Method in class org.apache.pekko.persistence.typed.PersistenceId$
-
Constructs a
PersistenceIdwithidas the full unique identifier. - oldApis() - Method in class org.apache.pekko.io.SimpleDnsManager
- OldClusterRouterPoolManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldClusterRouterPoolManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- OldDownManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldDownManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- oldest() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- oldest() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- oldest() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- Oldest() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- Oldest$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest$
- OldestChanged(Option<UniqueAddress>) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- OldestChanged$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged$
- oldestChangedBuffer() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- OldestChangedBuffer(Option<String>) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- oldestChangedBuffer_$eq(ActorRef) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- OldestChangedBuffer$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer$
- oldestChangedReceived() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- oldestChangedReceived_$eq(boolean) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- OldestData(Option<ActorRef>) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- OldestData$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData$
- OldExitingConfirmedManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldExitingConfirmedManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- OldGossipEnvelopeManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldGossipEnvelopeManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- OldGossipStatusManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldGossipStatusManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- OldInitJoinAckManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldInitJoinAckManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- OldInitJoinManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldInitJoinManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- OldInitJoinNackManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldInitJoinNackManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- OldJoinManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldJoinManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- OldLeaveManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldLeaveManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- OldWelcomeManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- OldWelcomeManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- on() - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- on() - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- on() - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- on() - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- on() - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- on() - Static method in class org.apache.pekko.persistence.CapabilityFlag
- on() - Method in class org.apache.pekko.persistence.CapabilityFlag$
- On() - Method in class org.apache.pekko.util.SerializedSuspendableExecutionContext$
- onAnyCommand(BiFunction<S, Command, Effect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
-
Matches any command.
- onAnyCommand(BiFunction<S, Command, ReplyEffect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches any command.
- onAnyCommand(BiFunction<S, Command, Effect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
-
Matches any command.
- onAnyCommand(BiFunction<S, Command, ReplyEffect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches any command.
- onAnyCommand(Function<Command, Effect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
-
Matches any command.
- onAnyCommand(Function<Command, ReplyEffect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches any command.
- onAnyCommand(Function<Command, Effect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
-
Matches any command.
- onAnyCommand(Function<Command, ReplyEffect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches any command.
- onAnyCommand(Supplier<Effect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
-
Matches any command.
- onAnyCommand(Supplier<ReplyEffect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches any command.
- onAnyCommand(Supplier<Effect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
-
Matches any command.
- onAnyCommand(Supplier<ReplyEffect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches any command.
- onAnyEvent(BiFunction<State, Event, State>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState
-
Match any event.
- onAnyEvent(Function<Event, State>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState
-
Match any event.
- onAnyMessage(Function<T, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
-
Add a new case to the message handling matching any message.
- onAnyMessage(Function<T, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
-
Add a new case to the message handling matching any message.
- onCallBreakerOpen(Function0<BoxedUnit>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Adds a callback to execute if call was failed due to open breaker.
- onCallBreakerOpenFailure() - Static method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry
- onCallBreakerOpenFailure() - Method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry$
- onCallBreakerOpenFailure() - Method in interface org.apache.pekko.pattern.internal.CircuitBreakerTelemetry
-
Invoked for each call when the future is completed with
org.apache.pekko.pattern.CircuitBreakerOpenException - onCallFailure(long) - Static method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry
- onCallFailure(long) - Method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry$
- onCallFailure(long) - Method in interface org.apache.pekko.pattern.internal.CircuitBreakerTelemetry
-
Invoked for each call when the future is completed with exception, except for
scala.concurrent.TimeoutExceptionandpekko.pattern.CircuitBreakerOpenExceptionthat are handled by separate methods. - onCallFailure(Function1<Object, BoxedUnit>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Adds a callback to execute if the call finished with failure.
- onCallSuccess(long) - Static method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry
- onCallSuccess(long) - Method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry$
- onCallSuccess(long) - Method in interface org.apache.pekko.pattern.internal.CircuitBreakerTelemetry
-
Invoked for each successful call.
- onCallSuccess(Function1<Object, BoxedUnit>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Adds a callback to execute when call finished with success.
- onCallTimeout(Function1<Object, BoxedUnit>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Adds a callback to execute if a call finished with timeout.
- onCallTimeoutFailure(long) - Static method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry
- onCallTimeoutFailure(long) - Method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry$
- onCallTimeoutFailure(long) - Method in interface org.apache.pekko.pattern.internal.CircuitBreakerTelemetry
-
Invoked for each call when the future is completed with
java.util.concurrent.TimeoutException - onClose() - Static method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry
- onClose() - Method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry$
- onClose() - Method in interface org.apache.pekko.pattern.internal.CircuitBreakerTelemetry
-
Invoked when the circuit breaker transitions to the close state.
- onClose(Function0<BoxedUnit>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Adds a callback to execute when circuit breaker state closes
- onCommand(Class<C>, BiFunction<S, C, Effect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof - onCommand(Class<C>, BiFunction<S, C, ReplyEffect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof - onCommand(Class<C>, BiFunction<S, C, Effect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof - onCommand(Class<C>, BiFunction<S, C, ReplyEffect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof - onCommand(Class<C>, Function<C, Effect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof. - onCommand(Class<C>, Function<C, ReplyEffect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof. - onCommand(Class<C>, Function<C, Effect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof. - onCommand(Class<C>, Function<C, ReplyEffect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof. - onCommand(Class<C>, Supplier<Effect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof. - onCommand(Class<C>, Supplier<ReplyEffect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof. - onCommand(Class<C>, Supplier<Effect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof. - onCommand(Class<C>, Supplier<ReplyEffect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches commands that are of the given
commandClassor subclass thereof. - onCommand(Predicate<Command>, BiFunction<S, Command, Effect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
-
Matches any command which the given
predicatereturns true for. - onCommand(Predicate<Command>, BiFunction<S, Command, ReplyEffect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches any command which the given
predicatereturns true for. - onCommand(Predicate<Command>, BiFunction<S, Command, Effect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
-
Matches any command which the given
predicatereturns true for. - onCommand(Predicate<Command>, BiFunction<S, Command, ReplyEffect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches any command which the given
predicatereturns true for. - onCommand(Predicate<Command>, Function<Command, Effect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
-
Matches any command which the given
predicatereturns true for. - onCommand(Predicate<Command>, Function<Command, ReplyEffect<Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches any command which the given
predicatereturns true for. - onCommand(Predicate<Command>, Function<Command, Effect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
-
Matches any command which the given
predicatereturns true for. - onCommand(Predicate<Command>, Function<Command, ReplyEffect<State>>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
-
Matches any command which the given
predicatereturns true for. - onCommand(DurableProducerQueue.State<A>, DurableProducerQueue.Command<A>) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue
- onCommandBeforeInitialCleanup(DurableProducerQueue.State<A>, DurableProducerQueue.Command<A>) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue
- onComplete() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
- onComplete(Throwable, T) - Method in class org.apache.pekko.dispatch.OnComplete
-
This method will be invoked once when/if a Future that this callback is registered on becomes completed with a failure or a success.
- onComplete(Procedure<Try<Done>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat when the flow is completed, either through a failure or normal completion, apply the provided function withSuccessorFailure. - onComplete(Procedure<Try<Done>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat when the flow is completed, either through a failure or normal completion, apply the provided function withSuccessorFailure. - onComplete(Function1<Try<Done>, BoxedUnit>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat when the flow is completed, either through a failure or normal completion, apply the provided function withSuccessorFailure. - onComplete(Function1<Try<Done>, BoxedUnit>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat when the flow is completed, either through a failure or normal completion, apply the provided function withSuccessorFailure. - OnComplete<T> - Class in org.apache.pekko.dispatch
-
Callback for when a Future is completed with either failure or a success SAM (Single Abstract Method) class
- OnComplete() - Constructor for class org.apache.pekko.dispatch.OnComplete
- OnComplete$() - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber.OnComplete$
- onConnect(ChannelHandlerContext) - Method in interface org.apache.pekko.remote.transport.netty.NettyHelpers
- onDeleteInitiated(ActorContext<?>, Object) - Method in interface org.apache.pekko.persistence.typed.state.internal.DurableStateStoreInteractions
- onDisconnect(ChannelHandlerContext) - Method in interface org.apache.pekko.remote.transport.netty.NettyHelpers
- onDisconnect(ChannelHandlerContext) - Method in interface org.apache.pekko.remote.transport.netty.TcpHandlers
- onDownstreamFinish() - Method in interface org.apache.pekko.stream.stage.OutHandler
-
Deprecated.Call onDownstreamFinish with a cancellation cause. Since Akka 2.6.0.
- onDownstreamFinish(Throwable) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.ConditionalTerminateOutput
- onDownstreamFinish(Throwable) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateOutput$
- onDownstreamFinish(Throwable) - Method in interface org.apache.pekko.stream.stage.OutHandler
-
Called when the output port will no longer accept any new elements.
- OneForOneStrategy - Class in org.apache.pekko.actor
-
Applies the fault handling
Directive(Resume, Restart, Stop) specified in theDeciderto the child actor that failed, as opposed topekko.actor.AllForOneStrategythat applies it to all children. - OneForOneStrategy(boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
- OneForOneStrategy(int, Duration, Iterable<Class<? extends Throwable>>) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
-
Java API
- OneForOneStrategy(int, Duration, Function<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
-
Java API
- OneForOneStrategy(int, Duration, Function<Throwable, SupervisorStrategy.Directive>, boolean) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
-
Java API
- OneForOneStrategy(int, Duration, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
-
Java API: compatible with lambda expressions
- OneForOneStrategy(int, Duration, boolean, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
- OneForOneStrategy(int, Duration, Iterable<Class<? extends Throwable>>) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
-
Java API
- OneForOneStrategy(int, Duration, Function<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
-
Java API
- OneForOneStrategy(int, Duration, Function<Throwable, SupervisorStrategy.Directive>, boolean) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
-
Java API
- OneForOneStrategy(int, Duration, PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
-
Java API: compatible with lambda expressions
- OneForOneStrategy(PartialFunction<Throwable, SupervisorStrategy.Directive>) - Constructor for class org.apache.pekko.actor.OneForOneStrategy
-
Java API: Restart an infinite number of times.
- OneForOneStrategy$ - Class in org.apache.pekko.actor
- OneForOneStrategy$() - Constructor for class org.apache.pekko.actor.OneForOneStrategy$
- oneInt() - Static method in class org.apache.pekko.util.ConstantFun
- oneInt() - Method in class org.apache.pekko.util.ConstantFun$
- onElement() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- oneLong() - Static method in class org.apache.pekko.util.ConstantFun
- oneLong() - Method in class org.apache.pekko.util.ConstantFun$
- onError(Throwable) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
- OnError(Throwable) - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- OnError$() - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber.OnError$
- onErrorComplete() - Method in class org.apache.pekko.stream.javadsl.Flow
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete() - Method in class org.apache.pekko.stream.javadsl.Source
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete() - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete() - Method in class org.apache.pekko.stream.javadsl.SubSource
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete(Class<? extends Throwable>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete(Class<? extends Throwable>) - Method in class org.apache.pekko.stream.javadsl.Source
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete(Class<? extends Throwable>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete(Class<? extends Throwable>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete(Predicate<? super Throwable>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete(Predicate<? super Throwable>) - Method in class org.apache.pekko.stream.javadsl.Source
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete(Predicate<? super Throwable>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete(Predicate<? super Throwable>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete(PartialFunction<Throwable, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onErrorComplete(ClassTag<T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
onErrorComplete allows to complete the stream when an upstream error occurs.
- onEvent(Class<E>, BiFunction<S, E, State>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState
-
Match any event which is an instance of
Eor a subtype ofE. - onEvent(Class<E>, Function<E, State>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState
-
Match any event which is an instance of
Eor a subtype ofE. - onEvent(Class<E>, Supplier<State>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState
-
Match any event which is an instance of
Eor a subtype ofE. - onEvent(DurableProducerQueue.State<A>, DurableProducerQueue.Event) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue
- OneVersionVector - Class in org.apache.pekko.cluster.ddata
- OneVersionVector$ - Class in org.apache.pekko.cluster.ddata
- OneVersionVector$ - Class in org.apache.pekko.persistence.typed.internal
- OneVersionVector$() - Constructor for class org.apache.pekko.cluster.ddata.OneVersionVector$
- OneVersionVector$() - Constructor for class org.apache.pekko.persistence.typed.internal.OneVersionVector$
- onException(ChannelHandlerContext, Throwable) - Method in interface org.apache.pekko.remote.transport.netty.NettyHelpers
- onException(ChannelHandlerContext, Throwable) - Method in interface org.apache.pekko.remote.transport.netty.TcpHandlers
- onFailure() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- onFailure(Class<Thr>, SupervisorStrategy) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors.Supervise
-
Specify the
SupervisorStrategyto be invoked when the wrapped behavior throws. - onFailure(Class<Thr>, SupervisorStrategy) - Method in class org.apache.pekko.actor.typed.SuperviseBehavior
-
Specify the
SupervisorStrategyto be invoked when the wrapped behavior throws. - onFailure(Throwable) - Method in class org.apache.pekko.dispatch.OnFailure
-
This method will be invoked once when/if a Future that this callback is registered on becomes completed with a failure
- onFailure(Props, String, Duration, Duration, double) - Static method in class org.apache.pekko.pattern.Backoff
-
Deprecated.Use the overloaded one which accepts maxNrOfRetries instead. Since Akka 2.5.17.
- onFailure(Props, String, Duration, Duration, double) - Method in class org.apache.pekko.pattern.Backoff$
-
Deprecated.Use the overloaded one which accepts maxNrOfRetries instead. Since Akka 2.5.17.
- onFailure(Props, String, Duration, Duration, double) - Static method in class org.apache.pekko.pattern.BackoffOpts
-
Java API: Back-off options for creating a back-off supervisor actor that expects a child actor to restart on failure.
- onFailure(Props, String, Duration, Duration, double) - Method in class org.apache.pekko.pattern.BackoffOpts$
-
Java API: Back-off options for creating a back-off supervisor actor that expects a child actor to restart on failure.
- onFailure(Props, String, Duration, Duration, double, int) - Static method in class org.apache.pekko.pattern.Backoff
-
Deprecated.Use BackoffOpts.onFailure instead. Since Akka 2.5.22.
- onFailure(Props, String, Duration, Duration, double, int) - Method in class org.apache.pekko.pattern.Backoff$
-
Deprecated.Use BackoffOpts.onFailure instead. Since Akka 2.5.22.
- onFailure(Props, String, FiniteDuration, FiniteDuration, double) - Static method in class org.apache.pekko.pattern.Backoff
-
Deprecated.Use BackoffOpts.onFailure instead. Since Akka 2.5.22.
- onFailure(Props, String, FiniteDuration, FiniteDuration, double) - Method in class org.apache.pekko.pattern.Backoff$
-
Deprecated.Use BackoffOpts.onFailure instead. Since Akka 2.5.22.
- onFailure(Props, String, FiniteDuration, FiniteDuration, double) - Static method in class org.apache.pekko.pattern.BackoffOpts
-
Back-off options for creating a back-off supervisor actor that expects a child actor to restart on failure.
- onFailure(Props, String, FiniteDuration, FiniteDuration, double) - Method in class org.apache.pekko.pattern.BackoffOpts$
-
Back-off options for creating a back-off supervisor actor that expects a child actor to restart on failure.
- onFailure(Props, String, FiniteDuration, FiniteDuration, double, int) - Static method in class org.apache.pekko.pattern.Backoff
-
Deprecated.Use BackoffOpts.onFailure instead. Since Akka 2.5.22.
- onFailure(Props, String, FiniteDuration, FiniteDuration, double, int) - Method in class org.apache.pekko.pattern.Backoff$
-
Deprecated.Use BackoffOpts.onFailure instead. Since Akka 2.5.22.
- onFailure(SupervisorStrategy) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors.Supervise
-
Specify the
SupervisorStrategyto be invoked when the wrapped behavior throws. - onFailure(SupervisorStrategy, ClassTag<Thr>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise
-
Specify the
SupervisorStrategyto be invoked when the wrapped behavior throws. - onFailure(SupervisorStrategy, ClassTag<Thr>) - Method in class org.apache.pekko.actor.typed.SuperviseBehavior
-
Specify the
SupervisorStrategyto be invoked when the wrapped behavior throws. - OnFailure - Class in org.apache.pekko.dispatch
-
Callback for when a Future is completed with a failure SAM (Single Abstract Method) class
- OnFailure() - Constructor for class org.apache.pekko.dispatch.OnFailure
- onFailure$default$2(SupervisorStrategy) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise
- onFailure$default$2(SupervisorStrategy) - Method in class org.apache.pekko.actor.typed.SuperviseBehavior
- onFailure$default$2$extension(Behaviors.Supervise<T>, SupervisorStrategy) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise$
- onFailure$extension(Behaviors.Supervise<T>, SupervisorStrategy, ClassTag<Thr>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise$
- onFailuresWithBackoff(Duration, Duration, double, int, Creator<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartFlow
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(Duration, Duration, double, int, Creator<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartFlow$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(Duration, Duration, double, int, Creator<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSource
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(Duration, Duration, double, int, Creator<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSource$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(Duration, Duration, double, Creator<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSource
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(Duration, Duration, double, Creator<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSource$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(RestartSettings, Creator<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartFlow
- onFailuresWithBackoff(RestartSettings, Creator<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartFlow$
- onFailuresWithBackoff(RestartSettings, Creator<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSource
- onFailuresWithBackoff(RestartSettings, Creator<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSource$
- onFailuresWithBackoff(RestartSettings, Function0<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartFlow
- onFailuresWithBackoff(RestartSettings, Function0<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartFlow$
- onFailuresWithBackoff(RestartSettings, Function0<Source<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartSource
- onFailuresWithBackoff(RestartSettings, Function0<Source<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartSource$
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, int, Creator<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, int, Creator<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartFlow$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, int, Creator<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, int, Creator<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSource$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, int, Function0<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartFlow
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, int, Function0<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartFlow$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, int, Function0<Source<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartSource
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, int, Function0<Source<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartSource$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, Creator<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, Creator<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSource$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, Function0<Source<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartSource
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFailuresWithBackoff(FiniteDuration, FiniteDuration, double, Function0<Source<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartSource$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- onFinish() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- onHalfOpen() - Static method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry
- onHalfOpen() - Method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry$
- onHalfOpen() - Method in interface org.apache.pekko.pattern.internal.CircuitBreakerTelemetry
-
Invoked when the circuit breaker transitions to the half-open state after reset timeout.
- onHalfOpen(Function0<BoxedUnit>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Adds a callback to execute when circuit breaker transitions to half-open The callback is run in the
ExecutionContextsupplied in the constructor. - OnlyCauseStackTrace - Interface in org.apache.pekko
-
Mix in this trait to suppress the StackTrace for the instance of the exception but not the cause, scala.util.control.NoStackTrace suppresses all the StackTraces.
- onlyFlowControl() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
- onMessage() - Method in class org.apache.pekko.actor.AbstractActor.Receive
- onMessage() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveBehavior
- onMessage() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveMessageBehavior
- onMessage(ChannelHandlerContext, ByteBuf) - Method in interface org.apache.pekko.remote.transport.netty.NettyHelpers
- onMessage(ChannelHandlerContext, ByteBuf) - Method in interface org.apache.pekko.remote.transport.netty.TcpHandlers
- onMessage(Class<M>, Function<M, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
-
Add a new case to the message handling.
- onMessage(Class<M>, Function<M, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
-
Add a new case to the message handling.
- onMessage(Class<M>, Predicate<M>, Function<M, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
-
Add a new predicated case to the message handling.
- onMessage(Class<M>, Predicate<M>, Function<M, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
-
Add a new predicated case to the message handling.
- onMessage(T) - Method in class org.apache.pekko.actor.typed.internal.routing.InitialGroupRouterImpl
- onMessage(T) - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterImpl
- onMessage(T) - Method in class org.apache.pekko.actor.typed.scaladsl.AbstractBehavior
-
Implement this method to process an incoming message and return the next behavior.
- onMessageEquals(T, Creator<Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
-
Add a new case to the message handling matching equal messages.
- onMessageEquals(T, Creator<Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
-
Add a new case to the message handling matching equal messages.
- onMessageUnchecked(Class<? extends T>, Function<M, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
-
Add a new case to the message handling without compile time type check.
- onMessageUnchecked(Class<? extends T>, Function<M, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
-
Add a new case to the message handling without compile time type check.
- onNext(I) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
- OnNext(I) - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- OnNext$() - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber.OnNext$
- onOpen() - Static method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry
- onOpen() - Method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry$
- onOpen() - Method in interface org.apache.pekko.pattern.internal.CircuitBreakerTelemetry
-
Invoked when the circuit breaker transitions to the open state.
- onOpen(ChannelHandlerContext) - Method in interface org.apache.pekko.remote.transport.netty.CommonHandlers
- onOpen(ChannelHandlerContext) - Method in interface org.apache.pekko.remote.transport.netty.NettyHelpers
- onOpen(Function0<BoxedUnit>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Adds a callback to execute when circuit breaker opens
- onPersistFailure(Throwable, Object, long) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Called when persist fails.
- onPersistFailure(BackoffSupervisorStrategy) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Back off strategy for persist failures.
- onPersistFailure(BackoffSupervisorStrategy) - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior
-
Back off strategy for persist failures.
- onPersistRejected(Throwable, Object, long) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Called when the journal rejected
persistof an event. - onPull() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.ConditionalTerminateOutput
- onPull() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.EagerTerminateOutput$
- onPull() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateOutput$
- onPull() - Method in interface org.apache.pekko.stream.stage.OutHandler
-
Called when the output port has received a pull, and therefore ready to emit an element, i.e.
- onPush() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.ConditionalTerminateInput
- onPush() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.EagerTerminateInput$
- onPush() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateInput$
- onPush() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.TotallyIgnorantInput$
- onPush() - Method in interface org.apache.pekko.stream.stage.InHandler
-
Called when the input port has a new element available.
- onReceive(Object) - Method in class org.apache.pekko.actor.UntypedAbstractActor
-
To be implemented by concrete UntypedAbstractActor, this defines the behavior of the actor.
- onReceive(Object, ActorRef) - Method in interface org.apache.pekko.actor.TypedActor.Receiver
-
Deprecated.
- onRecoveryCompleted() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.Override this handler to define the action on recovery completion
- onRecoveryFailure(Throwable, Option<Object>) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Called whenever a message replay fails.
- onReplaySuccess() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
- onReplaySuccess() - Method in interface org.apache.pekko.persistence.Eventsourced
-
INTERNAL API.
- onSignal() - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterImpl
- onSignal() - Method in class org.apache.pekko.actor.typed.scaladsl.AbstractBehavior
-
Override this method to process an incoming
pekko.actor.typed.Signaland return the next behavior. - onSignal(Class<M>, Function<M, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
-
Add a new case to the signal handling.
- onSignal(Class<M>, Function<M, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
-
Add a new case to the signal handling.
- onSignal(Class<M>, Predicate<M>, Function<M, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
-
Add a new predicated case to the signal handling.
- onSignal(Class<M>, Predicate<M>, Function<M, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
-
Add a new predicated case to the signal handling.
- onSignal(Class<T>, BiConsumer<State, T>) - Method in class org.apache.pekko.persistence.typed.javadsl.SignalHandlerBuilder
-
If the behavior receives a signal of type
T,callbackis invoked with the signal instance as input. - onSignal(Class<T>, BiConsumer<State, T>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.SignalHandlerBuilder
-
If the behavior receives a signal of type
T,callbackis invoked with the signal instance as input. - onSignal(T, Consumer<State>) - Method in class org.apache.pekko.persistence.typed.javadsl.SignalHandlerBuilder
-
If the behavior receives exactly the signal
signal,callbackis invoked. - onSignal(T, Consumer<State>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.SignalHandlerBuilder
-
If the behavior receives exactly the signal
signal,callbackis invoked. - onSignalEquals(Signal, Creator<Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder
-
Add a new case to the signal handling matching equal signals.
- onSignalEquals(Signal, Creator<Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
-
Add a new case to the signal handling matching equal signals.
- onStop(Props, String, Duration, Duration, double) - Static method in class org.apache.pekko.pattern.Backoff
-
Deprecated.Use the overloaded one which accepts maxNrOfRetries instead. Since Akka 2.5.17.
- onStop(Props, String, Duration, Duration, double) - Method in class org.apache.pekko.pattern.Backoff$
-
Deprecated.Use the overloaded one which accepts maxNrOfRetries instead. Since Akka 2.5.17.
- onStop(Props, String, Duration, Duration, double) - Static method in class org.apache.pekko.pattern.BackoffOpts
-
Java API: Back-off options for creating a back-off supervisor actor that expects a child actor to stop on failure.
- onStop(Props, String, Duration, Duration, double) - Method in class org.apache.pekko.pattern.BackoffOpts$
-
Java API: Back-off options for creating a back-off supervisor actor that expects a child actor to stop on failure.
- onStop(Props, String, Duration, Duration, double, int) - Static method in class org.apache.pekko.pattern.Backoff
-
Deprecated.Use BackoffOpts.onStop instead. Since Akka 2.5.22.
- onStop(Props, String, Duration, Duration, double, int) - Method in class org.apache.pekko.pattern.Backoff$
-
Deprecated.Use BackoffOpts.onStop instead. Since Akka 2.5.22.
- onStop(Props, String, FiniteDuration, FiniteDuration, double) - Static method in class org.apache.pekko.pattern.Backoff
-
Deprecated.Use BackoffOpts.onStop instead. Since Akka 2.5.22.
- onStop(Props, String, FiniteDuration, FiniteDuration, double) - Method in class org.apache.pekko.pattern.Backoff$
-
Deprecated.Use BackoffOpts.onStop instead. Since Akka 2.5.22.
- onStop(Props, String, FiniteDuration, FiniteDuration, double) - Static method in class org.apache.pekko.pattern.BackoffOpts
-
Back-off options for creating a back-off supervisor actor that expects a child actor to stop on failure.
- onStop(Props, String, FiniteDuration, FiniteDuration, double) - Method in class org.apache.pekko.pattern.BackoffOpts$
-
Back-off options for creating a back-off supervisor actor that expects a child actor to stop on failure.
- onStop(Props, String, FiniteDuration, FiniteDuration, double, int) - Static method in class org.apache.pekko.pattern.Backoff
-
Deprecated.Use BackoffOpts.onStop instead. Since Akka 2.5.22.
- onStop(Props, String, FiniteDuration, FiniteDuration, double, int) - Method in class org.apache.pekko.pattern.Backoff$
-
Deprecated.Use BackoffOpts.onStop instead. Since Akka 2.5.22.
- onSubscribe(Subscription) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
- OnSubscribe(Subscription) - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- OnSubscribe$() - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe$
- onSuccess(T) - Method in class org.apache.pekko.dispatch.OnSuccess
-
This method will be invoked once when/if a Future that this callback is registered on becomes successfully completed
- OnSuccess<T> - Class in org.apache.pekko.dispatch
-
Callback for when a Future is completed successfully SAM (Single Abstract Method) class
- OnSuccess() - Constructor for class org.apache.pekko.dispatch.OnSuccess
- onTermination(FSMStopBuilder<S, D>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Set handler which is called upon termination of this FSM actor.
- onTermination(FSMStopBuilder<S, D>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Set handler which is called upon termination of this FSM actor.
- onTermination(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Method in interface org.apache.pekko.actor.FSM
- onTermination(PartialFunction<PersistentFSM.StopEvent<S, D>, BoxedUnit>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- onTimer(Object) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- onTimer(Object) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Will be called when the scheduled timer is triggered.
- onTransition(FI.UnitApply2<S, S>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Add a handler which is called upon each state transition, i.e.
- onTransition(FI.UnitApply2<S, S>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Add a handler which is called upon each state transition, i.e.
- onTransition(FSMTransitionHandlerBuilder<S>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Add a handler which is called upon each state transition, i.e.
- onTransition(FSMTransitionHandlerBuilder<S>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Add a handler which is called upon each state transition, i.e.
- onTransition(PartialFunction<Tuple2<S, S>, BoxedUnit>) - Method in interface org.apache.pekko.actor.FSM
- onTransition(PartialFunction<Tuple2<S, S>, BoxedUnit>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- onUnhandled(T) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
INTERNAL API
- onUpstreamFailure(Throwable) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.TotallyIgnorantInput$
- onUpstreamFailure(Throwable) - Method in interface org.apache.pekko.stream.stage.InHandler
-
Called when the input port has failed.
- onUpstreamFinish() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.ConditionalTerminateInput
- onUpstreamFinish() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateInput$
- onUpstreamFinish() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.TotallyIgnorantInput$
- onUpstreamFinish() - Method in interface org.apache.pekko.stream.stage.InHandler
-
Called when the input port is finished.
- onWriteInitiated(ActorContext<?>, Object) - Method in interface org.apache.pekko.persistence.typed.state.internal.DurableStateStoreInteractions
- onWriteInitiated(ActorContext<?>, Object, PersistentRepr) - Method in interface org.apache.pekko.persistence.typed.internal.JournalInteractions
- onWritesInitiated(ActorContext<?>, Object, Seq<PersistentRepr>) - Method in interface org.apache.pekko.persistence.typed.internal.JournalInteractions
- oobInline(boolean) - Static method in class org.apache.pekko.io.TcpSO
-
pekko.io.Inet.SocketOptionto enable or disable OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data is silently discarded. - oobInline(boolean) - Method in class org.apache.pekko.io.TcpSO$
-
pekko.io.Inet.SocketOptionto enable or disable OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data is silently discarded. - OOBInline(boolean) - Constructor for class org.apache.pekko.io.Tcp.SO$.OOBInline
- OOBInline$() - Constructor for class org.apache.pekko.io.Tcp.SO$.OOBInline$
- OP_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- OpCode - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- OpCode() - Constructor for class org.apache.pekko.io.dns.internal.OpCode
- OpCode$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- OpCode$() - Constructor for class org.apache.pekko.io.dns.internal.OpCode$
- opCode$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- OpCrdt<Operation> - Interface in org.apache.pekko.persistence.typed.crdt
- open() - Method in class org.apache.pekko.testkit.TestLatch
- Open() - Method in class org.apache.pekko.dispatch.Mailbox$
- operation() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- OPERATION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- OPERATION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- OPERATION_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- operationTimeout() - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
- OptimalSizeExploringResizer - Interface in org.apache.pekko.routing
- OptimalSizeExploringResizer.ResizeRecord - Class in org.apache.pekko.routing
-
INTERNAL API
- OptimalSizeExploringResizer.ResizeRecord$ - Class in org.apache.pekko.routing
- OptimalSizeExploringResizer.UnderUtilizationStreak - Class in org.apache.pekko.routing
-
INTERNAL API
- OptimalSizeExploringResizer.UnderUtilizationStreak$ - Class in org.apache.pekko.routing
- OptimalSizeExploringResizer$ - Class in org.apache.pekko.routing
- OptimalSizeExploringResizer$() - Constructor for class org.apache.pekko.routing.OptimalSizeExploringResizer$
- optimizer() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- optimizer() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- OptimizerSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings$
- OptimizerSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings$
- option(A) - Static method in class org.apache.pekko.japi.Option
-
Optionfactory that createsNoneifvisnull,Some(v)otherwise. - option(A) - Method in class org.apache.pekko.japi.Option$
-
Optionfactory that createsNoneifvisnull,Some(v)otherwise. - option(Optional<T>) - Static method in class org.apache.pekko.japi.Util
- option(Optional<T>) - Method in class org.apache.pekko.japi.Util$
- Option<A> - Class in org.apache.pekko.japi
-
This class represents optional values.
- Option() - Constructor for class org.apache.pekko.japi.Option
- Option.Some<A> - Class in org.apache.pekko.japi
-
Class
Some[A]represents existing values of typeA. - Option.Some$ - Class in org.apache.pekko.japi
- Option$ - Class in org.apache.pekko.japi
- Option$() - Constructor for class org.apache.pekko.japi.Option$
- optional(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings$
- optional(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings$
- optional(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$
- optional(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$
- optional(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$
- optional(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings$
- optional(Config) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.PolicySettings$
- optional(String, Function0<BoxedUnit>) - Method in interface org.apache.pekko.persistence.scalatest.MayVerb
- optional(CapabilityFlag, Function0<BoxedUnit>) - Method in interface org.apache.pekko.persistence.scalatest.OptionalTests
- OptionalTests - Interface in org.apache.pekko.persistence.scalatest
- optionalVia(Flow<FIn, Optional<FOut>, FMat>, Flow<FOut, FViaOut, FViaMat>, Function2<FMat, FViaMat, Mat>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Creates a Flow from an existing base Flow outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- optionalVia(Flow<FIn, Optional<FOut>, FMat>, Flow<FOut, FViaOut, FViaMat>, Function2<FMat, FViaMat, Mat>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Creates a Flow from an existing base Flow outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- optionalVia(Source<Optional<SOut>, SMat>, Flow<SOut, FOut, FMat>, Function2<SMat, FMat, Mat>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates a Source from an existing base Source outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- optionalVia(Source<Optional<SOut>, SMat>, Flow<SOut, FOut, FMat>, Function2<SMat, FMat, Mat>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates a Source from an existing base Source outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- optionalVia(Flow<FIn, Option<FOut>, FMat>, Flow<FOut, FViaOut, FViaMat>, Function2<FMat, FViaMat, Mat>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Creates a FlowW from an existing base Flow outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- optionalVia(Flow<FIn, Option<FOut>, FMat>, Flow<FOut, FViaOut, FViaMat>, Function2<FMat, FViaMat, Mat>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Creates a FlowW from an existing base Flow outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- optionalVia(Source<Option<SOut>, SMat>, Flow<SOut, FOut, FMat>, Function2<SMat, FMat, Mat>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Creates a Source from an existing base Source outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- optionalVia(Source<Option<SOut>, SMat>, Flow<SOut, FOut, FMat>, Function2<SMat, FMat, Mat>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Creates a Source from an existing base Source outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- OptionConverters - Class in org.apache.pekko.util
-
INTERNAL API
- OptionConverters() - Constructor for class org.apache.pekko.util.OptionConverters
- OptionConverters.RichOption<A> - Class in org.apache.pekko.util
- OptionConverters.RichOption$ - Class in org.apache.pekko.util
- OptionConverters.RichOptional<A> - Class in org.apache.pekko.util
- OptionConverters.RichOptional$ - Class in org.apache.pekko.util
- OptionConverters.RichOptionalDouble - Class in org.apache.pekko.util
- OptionConverters.RichOptionalDouble$ - Class in org.apache.pekko.util
- OptionConverters.RichOptionalInt - Class in org.apache.pekko.util
-
Provides conversions from `OptionalInt` to Scala `Option` and the generic `Optional`
- OptionConverters.RichOptionalInt$ - Class in org.apache.pekko.util
- OptionConverters.RichOptionalLong - Class in org.apache.pekko.util
-
Provides conversions from `OptionalLong` to Scala `Option` and the generic `Optional`
- OptionConverters.RichOptionalLong$ - Class in org.apache.pekko.util
- OptionConverters$ - Class in org.apache.pekko.util
-
INTERNAL API
- OptionConverters$() - Constructor for class org.apache.pekko.util.OptionConverters$
- options() - Method in class org.apache.pekko.io.Tcp.Bind
- options() - Method in class org.apache.pekko.io.Tcp.Connect
- options() - Method in class org.apache.pekko.io.Udp.Bind
- options() - Method in class org.apache.pekko.io.Udp.SimpleSender
- options() - Method in class org.apache.pekko.io.UdpConnected.Connect
- optionToTry(Option<Throwable>) - Method in class org.apache.pekko.remote.artery.tcp.ArteryTcpTransport$
- OptionVal$ - Class in org.apache.pekko.util
-
INTERNAL API
- OptionVal$() - Constructor for class org.apache.pekko.util.OptionVal$
- ord() - Static method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- ord() - Method in class org.apache.pekko.remote.SeqNo$
-
Deprecated.
- ordering() - Static method in class org.apache.pekko.cluster.Member
-
Memberordering type class, sorts members by host and port. - ordering() - Method in class org.apache.pekko.cluster.Member$
-
Memberordering type class, sorts members by host and port. - ordering() - Static method in class org.apache.pekko.persistence.SnapshotMetadata
- ordering() - Method in class org.apache.pekko.persistence.SnapshotMetadata$
- OrdinaryQueueIndex() - Method in class org.apache.pekko.remote.artery.Association$
- OrdinaryStreamId() - Method in class org.apache.pekko.remote.artery.ArteryTransport$
- orElse(AbstractActor.Receive) - Method in class org.apache.pekko.actor.AbstractActor.Receive
-
Composes this
Receivewith a fallback which gets applied where this partial function is not defined. - orElse(CommandHandlerBuilderByState<Command, Event, S2, State>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerBuilderByState
-
Compose this builder with another builder.
- orElse(CommandHandlerWithReplyBuilderByState<Command, Event, S2, State>) - Method in class org.apache.pekko.persistence.typed.javadsl.CommandHandlerWithReplyBuilderByState
-
Compose this builder with another builder.
- orElse(EventHandlerBuilderByState<S2, State, Event>) - Method in class org.apache.pekko.persistence.typed.javadsl.EventHandlerBuilderByState
-
Compose this builder with another builder.
- orElse(CommandHandlerBuilderByState<Command, S2, State>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerBuilderByState
-
Compose this builder with another builder.
- orElse(CommandHandlerWithReplyBuilderByState<Command, S2, State>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.CommandHandlerWithReplyBuilderByState
-
Compose this builder with another builder.
- orElse(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Provides a secondary source that will be consumed if this source completes without any elements passing by.
- orElse(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Provides a secondary source that will be consumed if this source completes without any elements passing by.
- orElse(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Provides a secondary source that will be consumed if this source completes without any elements passing by.
- orElse(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Provides a secondary source that will be consumed if this source completes without any elements passing by.
- orElse(Graph<SourceShape<U>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Provides a secondary source that will be consumed if this stream completes without any elements passing by.
- OrElse - Class in org.apache.pekko.stream.javadsl
-
Takes two streams and passes the first through, the secondary stream is only passed through if the primary stream completes without passing any elements through.
- OrElse() - Constructor for class org.apache.pekko.stream.javadsl.OrElse
- OrElse$ - Class in org.apache.pekko.stream.javadsl
-
Takes two streams and passes the first through, the secondary stream is only passed through if the primary stream completes without passing any elements through.
- OrElse$ - Class in org.apache.pekko.stream.scaladsl
- OrElse$() - Constructor for class org.apache.pekko.stream.javadsl.OrElse$
- OrElse$() - Constructor for class org.apache.pekko.stream.scaladsl.OrElse$
- orElseGraph(Graph<SourceShape<U>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- orElseMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Provides a secondary source that will be consumed if this source completes without any elements passing by.
- orElseMat(Graph<SourceShape<Out>, M2>, Function2<Mat, M2, M3>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Provides a secondary source that will be consumed if this source completes without any elements passing by.
- orElseMat(Graph<SourceShape<U>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Provides a secondary source that will be consumed if this stream completes without any elements passing by.
- org.apache.pekko - package org.apache.pekko
- org.apache.pekko.actor - package org.apache.pekko.actor
- org.apache.pekko.actor.dungeon - package org.apache.pekko.actor.dungeon
- org.apache.pekko.actor.setup - package org.apache.pekko.actor.setup
- org.apache.pekko.actor.testkit.typed - package org.apache.pekko.actor.testkit.typed
- org.apache.pekko.actor.testkit.typed.annotations - package org.apache.pekko.actor.testkit.typed.annotations
- org.apache.pekko.actor.testkit.typed.internal - package org.apache.pekko.actor.testkit.typed.internal
- org.apache.pekko.actor.testkit.typed.javadsl - package org.apache.pekko.actor.testkit.typed.javadsl
- org.apache.pekko.actor.testkit.typed.scaladsl - package org.apache.pekko.actor.testkit.typed.scaladsl
- org.apache.pekko.actor.typed - package org.apache.pekko.actor.typed
- org.apache.pekko.actor.typed.delivery - package org.apache.pekko.actor.typed.delivery
- org.apache.pekko.actor.typed.delivery.internal - package org.apache.pekko.actor.typed.delivery.internal
- org.apache.pekko.actor.typed.eventstream - package org.apache.pekko.actor.typed.eventstream
- org.apache.pekko.actor.typed.internal - package org.apache.pekko.actor.typed.internal
- org.apache.pekko.actor.typed.internal.adapter - package org.apache.pekko.actor.typed.internal.adapter
- org.apache.pekko.actor.typed.internal.pubsub - package org.apache.pekko.actor.typed.internal.pubsub
- org.apache.pekko.actor.typed.internal.receptionist - package org.apache.pekko.actor.typed.internal.receptionist
- org.apache.pekko.actor.typed.internal.routing - package org.apache.pekko.actor.typed.internal.routing
- org.apache.pekko.actor.typed.javadsl - package org.apache.pekko.actor.typed.javadsl
- org.apache.pekko.actor.typed.pubsub - package org.apache.pekko.actor.typed.pubsub
- org.apache.pekko.actor.typed.receptionist - package org.apache.pekko.actor.typed.receptionist
- org.apache.pekko.actor.typed.scaladsl - package org.apache.pekko.actor.typed.scaladsl
- org.apache.pekko.actor.typed.scaladsl.adapter - package org.apache.pekko.actor.typed.scaladsl.adapter
- org.apache.pekko.annotation - package org.apache.pekko.annotation
- org.apache.pekko.cluster - package org.apache.pekko.cluster
- org.apache.pekko.cluster.client - package org.apache.pekko.cluster.client
- org.apache.pekko.cluster.client.protobuf.msg - package org.apache.pekko.cluster.client.protobuf.msg
- org.apache.pekko.cluster.ddata - package org.apache.pekko.cluster.ddata
- org.apache.pekko.cluster.ddata.protobuf - package org.apache.pekko.cluster.ddata.protobuf
- org.apache.pekko.cluster.ddata.protobuf.msg - package org.apache.pekko.cluster.ddata.protobuf.msg
- org.apache.pekko.cluster.ddata.typed.internal - package org.apache.pekko.cluster.ddata.typed.internal
- org.apache.pekko.cluster.ddata.typed.javadsl - package org.apache.pekko.cluster.ddata.typed.javadsl
- org.apache.pekko.cluster.ddata.typed.scaladsl - package org.apache.pekko.cluster.ddata.typed.scaladsl
- org.apache.pekko.cluster.metrics - package org.apache.pekko.cluster.metrics
- org.apache.pekko.cluster.metrics.protobuf - package org.apache.pekko.cluster.metrics.protobuf
- org.apache.pekko.cluster.metrics.protobuf.msg - package org.apache.pekko.cluster.metrics.protobuf.msg
- org.apache.pekko.cluster.protobuf - package org.apache.pekko.cluster.protobuf
- org.apache.pekko.cluster.protobuf.msg - package org.apache.pekko.cluster.protobuf.msg
- org.apache.pekko.cluster.pubsub - package org.apache.pekko.cluster.pubsub
- org.apache.pekko.cluster.pubsub.protobuf.msg - package org.apache.pekko.cluster.pubsub.protobuf.msg
- org.apache.pekko.cluster.routing - package org.apache.pekko.cluster.routing
- org.apache.pekko.cluster.sbr - package org.apache.pekko.cluster.sbr
- org.apache.pekko.cluster.sharding - package org.apache.pekko.cluster.sharding
- org.apache.pekko.cluster.sharding.external - package org.apache.pekko.cluster.sharding.external
- org.apache.pekko.cluster.sharding.external.javadsl - package org.apache.pekko.cluster.sharding.external.javadsl
- org.apache.pekko.cluster.sharding.external.scaladsl - package org.apache.pekko.cluster.sharding.external.scaladsl
- org.apache.pekko.cluster.sharding.internal - package org.apache.pekko.cluster.sharding.internal
- org.apache.pekko.cluster.sharding.protobuf.msg - package org.apache.pekko.cluster.sharding.protobuf.msg
- org.apache.pekko.cluster.sharding.typed - package org.apache.pekko.cluster.sharding.typed
- org.apache.pekko.cluster.sharding.typed.delivery - package org.apache.pekko.cluster.sharding.typed.delivery
- org.apache.pekko.cluster.sharding.typed.delivery.internal - package org.apache.pekko.cluster.sharding.typed.delivery.internal
- org.apache.pekko.cluster.sharding.typed.internal - package org.apache.pekko.cluster.sharding.typed.internal
- org.apache.pekko.cluster.sharding.typed.internal.protobuf - package org.apache.pekko.cluster.sharding.typed.internal.protobuf
- org.apache.pekko.cluster.sharding.typed.javadsl - package org.apache.pekko.cluster.sharding.typed.javadsl
- org.apache.pekko.cluster.sharding.typed.scaladsl - package org.apache.pekko.cluster.sharding.typed.scaladsl
- org.apache.pekko.cluster.sharding.typed.testkit.javadsl - package org.apache.pekko.cluster.sharding.typed.testkit.javadsl
- org.apache.pekko.cluster.sharding.typed.testkit.scaladsl - package org.apache.pekko.cluster.sharding.typed.testkit.scaladsl
- org.apache.pekko.cluster.singleton - package org.apache.pekko.cluster.singleton
- org.apache.pekko.cluster.typed - package org.apache.pekko.cluster.typed
- org.apache.pekko.cluster.typed.internal - package org.apache.pekko.cluster.typed.internal
- org.apache.pekko.cluster.typed.internal.protobuf - package org.apache.pekko.cluster.typed.internal.protobuf
- org.apache.pekko.cluster.typed.internal.receptionist - package org.apache.pekko.cluster.typed.internal.receptionist
- org.apache.pekko.compat - package org.apache.pekko.compat
- org.apache.pekko.coordination.lease - package org.apache.pekko.coordination.lease
- org.apache.pekko.coordination.lease.javadsl - package org.apache.pekko.coordination.lease.javadsl
- org.apache.pekko.coordination.lease.scaladsl - package org.apache.pekko.coordination.lease.scaladsl
- org.apache.pekko.discovery - package org.apache.pekko.discovery
- org.apache.pekko.discovery.aggregate - package org.apache.pekko.discovery.aggregate
- org.apache.pekko.discovery.config - package org.apache.pekko.discovery.config
- org.apache.pekko.discovery.dns - package org.apache.pekko.discovery.dns
- org.apache.pekko.dispatch - package org.apache.pekko.dispatch
- org.apache.pekko.dispatch.affinity - package org.apache.pekko.dispatch.affinity
- org.apache.pekko.dispatch.internal - package org.apache.pekko.dispatch.internal
- org.apache.pekko.dispatch.sysmsg - package org.apache.pekko.dispatch.sysmsg
- org.apache.pekko.event - package org.apache.pekko.event
- org.apache.pekko.event.japi - package org.apache.pekko.event.japi
- org.apache.pekko.event.jul - package org.apache.pekko.event.jul
- org.apache.pekko.event.slf4j - package org.apache.pekko.event.slf4j
- org.apache.pekko.io - package org.apache.pekko.io
- org.apache.pekko.io.dns - package org.apache.pekko.io.dns
- org.apache.pekko.io.dns.internal - package org.apache.pekko.io.dns.internal
- org.apache.pekko.japi - package org.apache.pekko.japi
- org.apache.pekko.japi.function - package org.apache.pekko.japi.function
- org.apache.pekko.japi.pf - package org.apache.pekko.japi.pf
- org.apache.pekko.japi.tuple - package org.apache.pekko.japi.tuple
- org.apache.pekko.osgi - package org.apache.pekko.osgi
- org.apache.pekko.pattern - package org.apache.pekko.pattern
- org.apache.pekko.pattern.internal - package org.apache.pekko.pattern.internal
- org.apache.pekko.persistence - package org.apache.pekko.persistence
- org.apache.pekko.persistence.fsm - package org.apache.pekko.persistence.fsm
- org.apache.pekko.persistence.fsm.japi.pf - package org.apache.pekko.persistence.fsm.japi.pf
- org.apache.pekko.persistence.japi.journal - package org.apache.pekko.persistence.japi.journal
- org.apache.pekko.persistence.japi.snapshot - package org.apache.pekko.persistence.japi.snapshot
- org.apache.pekko.persistence.journal - package org.apache.pekko.persistence.journal
- org.apache.pekko.persistence.journal.inmem - package org.apache.pekko.persistence.journal.inmem
- org.apache.pekko.persistence.journal.japi - package org.apache.pekko.persistence.journal.japi
- org.apache.pekko.persistence.journal.leveldb - package org.apache.pekko.persistence.journal.leveldb
- org.apache.pekko.persistence.query - package org.apache.pekko.persistence.query
- org.apache.pekko.persistence.query.internal.protobuf - package org.apache.pekko.persistence.query.internal.protobuf
- org.apache.pekko.persistence.query.javadsl - package org.apache.pekko.persistence.query.javadsl
- org.apache.pekko.persistence.query.journal.leveldb - package org.apache.pekko.persistence.query.journal.leveldb
- org.apache.pekko.persistence.query.journal.leveldb.javadsl - package org.apache.pekko.persistence.query.journal.leveldb.javadsl
- org.apache.pekko.persistence.query.journal.leveldb.scaladsl - package org.apache.pekko.persistence.query.journal.leveldb.scaladsl
- org.apache.pekko.persistence.query.scaladsl - package org.apache.pekko.persistence.query.scaladsl
- org.apache.pekko.persistence.query.typed - package org.apache.pekko.persistence.query.typed
- org.apache.pekko.persistence.query.typed.javadsl - package org.apache.pekko.persistence.query.typed.javadsl
- org.apache.pekko.persistence.query.typed.scaladsl - package org.apache.pekko.persistence.query.typed.scaladsl
- org.apache.pekko.persistence.scalatest - package org.apache.pekko.persistence.scalatest
- org.apache.pekko.persistence.serialization - package org.apache.pekko.persistence.serialization
- org.apache.pekko.persistence.snapshot - package org.apache.pekko.persistence.snapshot
- org.apache.pekko.persistence.snapshot.japi - package org.apache.pekko.persistence.snapshot.japi
- org.apache.pekko.persistence.state - package org.apache.pekko.persistence.state
- org.apache.pekko.persistence.state.exception - package org.apache.pekko.persistence.state.exception
- org.apache.pekko.persistence.state.javadsl - package org.apache.pekko.persistence.state.javadsl
- org.apache.pekko.persistence.state.scaladsl - package org.apache.pekko.persistence.state.scaladsl
- org.apache.pekko.persistence.testkit - package org.apache.pekko.persistence.testkit
- org.apache.pekko.persistence.testkit.internal - package org.apache.pekko.persistence.testkit.internal
- org.apache.pekko.persistence.testkit.javadsl - package org.apache.pekko.persistence.testkit.javadsl
- org.apache.pekko.persistence.testkit.query - package org.apache.pekko.persistence.testkit.query
- org.apache.pekko.persistence.testkit.query.internal - package org.apache.pekko.persistence.testkit.query.internal
- org.apache.pekko.persistence.testkit.query.javadsl - package org.apache.pekko.persistence.testkit.query.javadsl
- org.apache.pekko.persistence.testkit.query.scaladsl - package org.apache.pekko.persistence.testkit.query.scaladsl
- org.apache.pekko.persistence.testkit.scaladsl - package org.apache.pekko.persistence.testkit.scaladsl
- org.apache.pekko.persistence.testkit.state - package org.apache.pekko.persistence.testkit.state
- org.apache.pekko.persistence.testkit.state.javadsl - package org.apache.pekko.persistence.testkit.state.javadsl
- org.apache.pekko.persistence.testkit.state.scaladsl - package org.apache.pekko.persistence.testkit.state.scaladsl
- org.apache.pekko.persistence.typed - package org.apache.pekko.persistence.typed
- org.apache.pekko.persistence.typed.crdt - package org.apache.pekko.persistence.typed.crdt
- org.apache.pekko.persistence.typed.delivery - package org.apache.pekko.persistence.typed.delivery
- org.apache.pekko.persistence.typed.internal - package org.apache.pekko.persistence.typed.internal
- org.apache.pekko.persistence.typed.javadsl - package org.apache.pekko.persistence.typed.javadsl
- org.apache.pekko.persistence.typed.scaladsl - package org.apache.pekko.persistence.typed.scaladsl
- org.apache.pekko.persistence.typed.serialization - package org.apache.pekko.persistence.typed.serialization
- org.apache.pekko.persistence.typed.state - package org.apache.pekko.persistence.typed.state
- org.apache.pekko.persistence.typed.state.internal - package org.apache.pekko.persistence.typed.state.internal
- org.apache.pekko.persistence.typed.state.javadsl - package org.apache.pekko.persistence.typed.state.javadsl
- org.apache.pekko.persistence.typed.state.scaladsl - package org.apache.pekko.persistence.typed.state.scaladsl
- org.apache.pekko.pki.pem - package org.apache.pekko.pki.pem
- org.apache.pekko.remote - package org.apache.pekko.remote
- org.apache.pekko.remote.artery - package org.apache.pekko.remote.artery
- org.apache.pekko.remote.artery.aeron - package org.apache.pekko.remote.artery.aeron
- org.apache.pekko.remote.artery.compress - package org.apache.pekko.remote.artery.compress
- org.apache.pekko.remote.artery.tcp - package org.apache.pekko.remote.artery.tcp
- org.apache.pekko.remote.artery.tcp.ssl - package org.apache.pekko.remote.artery.tcp.ssl
- org.apache.pekko.remote.routing - package org.apache.pekko.remote.routing
- org.apache.pekko.remote.security.provider - package org.apache.pekko.remote.security.provider
- org.apache.pekko.remote.serialization - package org.apache.pekko.remote.serialization
- org.apache.pekko.remote.testconductor - package org.apache.pekko.remote.testconductor
- org.apache.pekko.remote.testkit - package org.apache.pekko.remote.testkit
- org.apache.pekko.remote.transport - package org.apache.pekko.remote.transport
- org.apache.pekko.remote.transport.netty - package org.apache.pekko.remote.transport.netty
- org.apache.pekko.routing - package org.apache.pekko.routing
- org.apache.pekko.serialization - package org.apache.pekko.serialization
- org.apache.pekko.serialization.jackson - package org.apache.pekko.serialization.jackson
- org.apache.pekko.stream - package org.apache.pekko.stream
- org.apache.pekko.stream.javadsl - package org.apache.pekko.stream.javadsl
- org.apache.pekko.stream.scaladsl - package org.apache.pekko.stream.scaladsl
- org.apache.pekko.stream.snapshot - package org.apache.pekko.stream.snapshot
- org.apache.pekko.stream.stage - package org.apache.pekko.stream.stage
- org.apache.pekko.stream.testkit - package org.apache.pekko.stream.testkit
- org.apache.pekko.stream.testkit.javadsl - package org.apache.pekko.stream.testkit.javadsl
- org.apache.pekko.stream.testkit.scaladsl - package org.apache.pekko.stream.testkit.scaladsl
- org.apache.pekko.stream.typed.javadsl - package org.apache.pekko.stream.typed.javadsl
- org.apache.pekko.stream.typed.scaladsl - package org.apache.pekko.stream.typed.scaladsl
- org.apache.pekko.testkit - package org.apache.pekko.testkit
- org.apache.pekko.testkit.javadsl - package org.apache.pekko.testkit.javadsl
- org.apache.pekko.util - package org.apache.pekko.util
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.actor.AbstractActor
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.actor.AbstractFSM
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in interface org.apache.pekko.actor.Actor
-
Scala API: Stores the context for this actor, including self, and sender.
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ClientResponseTunnel
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.ddata.Replicator
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.event.DeadLetterListener
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.event.jul.JavaLogger
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.event.Logging.DefaultLogger
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.io.InetAddressDnsResolver
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.io.SimpleDnsManager
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.Main.Terminator
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Resequencer
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.journal.ReplayMediator
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.remote.testconductor.Player.Waiter
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.testkit.TestActor
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.testkit.TestActors.BlackholeActor
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.testkit.TestActors.EchoActor
- org$apache$pekko$actor$Actor$_setter_$context_$eq(ActorContext) - Method in class org.apache.pekko.testkit.TestActors.ForwardActor
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.actor.AbstractActor
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.actor.AbstractFSM
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in interface org.apache.pekko.actor.Actor
-
The 'self' field holds the ActorRef for this actor.
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ClientResponseTunnel
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.ddata.Replicator
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.event.DeadLetterListener
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.event.jul.JavaLogger
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.event.Logging.DefaultLogger
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.io.InetAddressDnsResolver
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.io.SimpleDnsManager
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.Main.Terminator
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Resequencer
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.journal.ReplayMediator
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.remote.testconductor.Player.Waiter
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.testkit.TestActor
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.testkit.TestActors.BlackholeActor
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.testkit.TestActors.EchoActor
- org$apache$pekko$actor$Actor$_setter_$self_$eq(ActorRef) - Method in class org.apache.pekko.testkit.TestActors.ForwardActor
- org$apache$pekko$actor$DiagnosticActorLogging$_setter_$log_$eq(DiagnosticLoggingAdapter) - Method in interface org.apache.pekko.actor.DiagnosticActorLogging
- org$apache$pekko$actor$dungeon$ChildrenContainer$EmptyChildrenContainer$_setter_$emptyStats_$eq(TreeMap<String, ChildStats>) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- org$apache$pekko$actor$dungeon$ChildrenContainer$EmptyChildrenContainer$_setter_$emptyStats_$eq(TreeMap<String, ChildStats>) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer$
- org$apache$pekko$actor$dungeon$ChildrenContainer$EmptyChildrenContainer$_setter_$emptyStats_$eq(TreeMap<String, ChildStats>) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
- org$apache$pekko$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Method in class org.apache.pekko.actor.AbstractFSM
- org$apache$pekko$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Method in interface org.apache.pekko.actor.FSM
- org$apache$pekko$actor$FSM$_setter_$Event_$eq(FSM.Event$) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- org$apache$pekko$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Method in class org.apache.pekko.actor.AbstractFSM
- org$apache$pekko$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Method in interface org.apache.pekko.actor.FSM
-
This case object is received in case of a state timeout.
- org$apache$pekko$actor$FSM$_setter_$StateTimeout_$eq(FSM.StateTimeout$) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- org$apache$pekko$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Method in class org.apache.pekko.actor.AbstractFSM
- org$apache$pekko$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Method in interface org.apache.pekko.actor.FSM
- org$apache$pekko$actor$FSM$_setter_$StopEvent_$eq(FSM.StopEvent$) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- org$apache$pekko$actor$LoggingFSM$_setter_$debugEvent_$eq(boolean) - Method in class org.apache.pekko.actor.AbstractLoggingFSM
- org$apache$pekko$actor$LoggingFSM$_setter_$debugEvent_$eq(boolean) - Method in interface org.apache.pekko.actor.LoggingFSM
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in class org.apache.pekko.actor.AbstractActorWithStash
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in class org.apache.pekko.actor.AbstractActorWithUnboundedStash
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in class org.apache.pekko.actor.AbstractActorWithUnrestrictedStash
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in class org.apache.pekko.actor.AbstractFSMWithStash
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in interface org.apache.pekko.actor.StashSupport
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in class org.apache.pekko.persistence.AbstractPersistentActor
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in class org.apache.pekko.persistence.AbstractPersistentActorWithTimers
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq(DequeBasedMessageQueueSemantics) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- org$apache$pekko$actor$testkit$typed$scaladsl$ScalaTestWithActorTestKitBase$_setter_$patience_$eq(AbstractPatienceConfiguration.PatienceConfig) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$apache$pekko$actor$testkit$typed$scaladsl$ScalaTestWithActorTestKitBase$_setter_$patience_$eq(AbstractPatienceConfiguration.PatienceConfig) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKitBase
-
PatienceConfigfrompekko.actor.testkit.typed.TestKitSettings#DefaultTimeout. - org$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneInterval_$eq(FiniteDuration) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- org$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneInterval_$eq(FiniteDuration) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- org$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneInterval_$eq(FiniteDuration) - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- org$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneTask_$eq(Cancellable) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- org$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneTask_$eq(Cancellable) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- org$apache$pekko$cluster$pubsub$DistributedPubSubMediator$Internal$TopicLike$_setter_$pruneTask_$eq(Cancellable) - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- org$apache$pekko$event$Logging$LogEvent$_setter_$thread_$eq(Thread) - Method in class org.apache.pekko.event.Logging.Debug
- org$apache$pekko$event$Logging$LogEvent$_setter_$thread_$eq(Thread) - Method in class org.apache.pekko.event.Logging.Error
- org$apache$pekko$event$Logging$LogEvent$_setter_$thread_$eq(Thread) - Method in class org.apache.pekko.event.Logging.Info
- org$apache$pekko$event$Logging$LogEvent$_setter_$thread_$eq(Thread) - Method in interface org.apache.pekko.event.Logging.LogEvent
- org$apache$pekko$event$Logging$LogEvent$_setter_$thread_$eq(Thread) - Method in class org.apache.pekko.event.Logging.Warning
- org$apache$pekko$event$Logging$LogEvent$_setter_$timestamp_$eq(long) - Method in class org.apache.pekko.event.Logging.Debug
- org$apache$pekko$event$Logging$LogEvent$_setter_$timestamp_$eq(long) - Method in class org.apache.pekko.event.Logging.Error
- org$apache$pekko$event$Logging$LogEvent$_setter_$timestamp_$eq(long) - Method in class org.apache.pekko.event.Logging.Info
- org$apache$pekko$event$Logging$LogEvent$_setter_$timestamp_$eq(long) - Method in interface org.apache.pekko.event.Logging.LogEvent
- org$apache$pekko$event$Logging$LogEvent$_setter_$timestamp_$eq(long) - Method in class org.apache.pekko.event.Logging.Warning
- org$apache$pekko$event$LookupClassification$_setter_$subscribers_$eq(Index<Object, Object>) - Method in interface org.apache.pekko.event.LookupClassification
- org$apache$pekko$event$ScanningClassification$_setter_$subscribers_$eq(ConcurrentSkipListSet<Tuple2<Object, Object>>) - Method in interface org.apache.pekko.event.ScanningClassification
- org$apache$pekko$io$Inet$SoForwarders$_setter_$ReceiveBufferSize_$eq(org.apache.pekko.io.Inet.SO.ReceiveBufferSize$) - Method in interface org.apache.pekko.io.Inet.SoForwarders
-
pekko.io.Inet.SocketOptionto set the SO_RCVBUF option - org$apache$pekko$io$Inet$SoForwarders$_setter_$ReceiveBufferSize_$eq(org.apache.pekko.io.Inet.SO.ReceiveBufferSize$) - Method in class org.apache.pekko.io.Tcp.SO$
- org$apache$pekko$io$Inet$SoForwarders$_setter_$ReceiveBufferSize_$eq(org.apache.pekko.io.Inet.SO.ReceiveBufferSize$) - Method in class org.apache.pekko.io.Udp.SO$
- org$apache$pekko$io$Inet$SoForwarders$_setter_$ReuseAddress_$eq(org.apache.pekko.io.Inet.SO.ReuseAddress$) - Method in interface org.apache.pekko.io.Inet.SoForwarders
-
pekko.io.Inet.SocketOptionto enable or disable SO_REUSEADDR - org$apache$pekko$io$Inet$SoForwarders$_setter_$ReuseAddress_$eq(org.apache.pekko.io.Inet.SO.ReuseAddress$) - Method in class org.apache.pekko.io.Tcp.SO$
- org$apache$pekko$io$Inet$SoForwarders$_setter_$ReuseAddress_$eq(org.apache.pekko.io.Inet.SO.ReuseAddress$) - Method in class org.apache.pekko.io.Udp.SO$
- org$apache$pekko$io$Inet$SoForwarders$_setter_$SendBufferSize_$eq(org.apache.pekko.io.Inet.SO.SendBufferSize$) - Method in interface org.apache.pekko.io.Inet.SoForwarders
-
pekko.io.Inet.SocketOptionto set the SO_SNDBUF option. - org$apache$pekko$io$Inet$SoForwarders$_setter_$SendBufferSize_$eq(org.apache.pekko.io.Inet.SO.SendBufferSize$) - Method in class org.apache.pekko.io.Tcp.SO$
- org$apache$pekko$io$Inet$SoForwarders$_setter_$SendBufferSize_$eq(org.apache.pekko.io.Inet.SO.SendBufferSize$) - Method in class org.apache.pekko.io.Udp.SO$
- org$apache$pekko$io$Inet$SoForwarders$_setter_$TrafficClass_$eq(org.apache.pekko.io.Inet.SO.TrafficClass$) - Method in interface org.apache.pekko.io.Inet.SoForwarders
-
pekko.io.Inet.SocketOptionto set the traffic class or type-of-service octet in the IP header for packets sent from this socket. - org$apache$pekko$io$Inet$SoForwarders$_setter_$TrafficClass_$eq(org.apache.pekko.io.Inet.SO.TrafficClass$) - Method in class org.apache.pekko.io.Tcp.SO$
- org$apache$pekko$io$Inet$SoForwarders$_setter_$TrafficClass_$eq(org.apache.pekko.io.Inet.SO.TrafficClass$) - Method in class org.apache.pekko.io.Udp.SO$
- org$apache$pekko$io$WithUdpSend$_setter_$settings_$eq(Udp.UdpSettings) - Method in interface org.apache.pekko.io.WithUdpSend
- org$apache$pekko$persistence$fsm$LoggingPersistentFSM$_setter_$debugEvent_$eq(boolean) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentLoggingFSM
-
Deprecated.
- org$apache$pekko$persistence$fsm$LoggingPersistentFSM$_setter_$debugEvent_$eq(boolean) - Method in interface org.apache.pekko.persistence.fsm.LoggingPersistentFSM
-
Deprecated.
- org$apache$pekko$persistence$fsm$PersistentFSM$_setter_$domainEventTag_$eq(ClassTag<E>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.
- org$apache$pekko$persistence$fsm$PersistentFSM$_setter_$domainEventTag_$eq(ClassTag<E>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.Domain event's
ClassTagUsed for identifying domain events during recovery - org$apache$pekko$persistence$fsm$PersistentFSMBase$_setter_$Event_$eq(PersistentFSM.Event$) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- org$apache$pekko$persistence$fsm$PersistentFSMBase$_setter_$Event_$eq(PersistentFSM.Event$) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- org$apache$pekko$persistence$fsm$PersistentFSMBase$_setter_$StateTimeout_$eq(PersistentFSM.StateTimeout$) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- org$apache$pekko$persistence$fsm$PersistentFSMBase$_setter_$StateTimeout_$eq(PersistentFSM.StateTimeout$) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.This case object is received in case of a state timeout.
- org$apache$pekko$persistence$fsm$PersistentFSMBase$_setter_$StopEvent_$eq(PersistentFSM.StopEvent$) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- org$apache$pekko$persistence$fsm$PersistentFSMBase$_setter_$StopEvent_$eq(PersistentFSM.StopEvent$) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- org$apache$pekko$persistence$journal$AsyncWriteJournal$_setter_$receiveWriteJournal_$eq(PartialFunction<Object, BoxedUnit>) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteJournal
- org$apache$pekko$persistence$journal$AsyncWriteJournal$_setter_$receiveWriteJournal_$eq(PartialFunction<Object, BoxedUnit>) - Method in class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- org$apache$pekko$persistence$journal$AsyncWriteJournal$_setter_$receiveWriteJournal_$eq(PartialFunction<Object, BoxedUnit>) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$compactionIntervals_$eq(Map<String, Object>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$compactionIntervals_$eq(Map<String, Object>) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$config_$eq(Config) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$config_$eq(Config) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$leveldbDir_$eq(File) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$leveldbDir_$eq(File) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$leveldbOptions_$eq(Options) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$leveldbOptions_$eq(Options) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$leveldbWriteOptions_$eq(WriteOptions) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$leveldbWriteOptions_$eq(WriteOptions) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$nativeLeveldb_$eq(boolean) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$nativeLeveldb_$eq(boolean) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$serialization_$eq(Serialization) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- org$apache$pekko$persistence$journal$leveldb$LeveldbStore$_setter_$serialization_$eq(Serialization) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- org$apache$pekko$persistence$journal$WriteJournalBase$_setter_$persistence_$eq(Persistence) - Method in class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- org$apache$pekko$persistence$journal$WriteJournalBase$_setter_$persistence_$eq(Persistence) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- org$apache$pekko$persistence$journal$WriteJournalBase$_setter_$persistence_$eq(Persistence) - Method in interface org.apache.pekko.persistence.journal.WriteJournalBase
- org$apache$pekko$persistence$journal$WriteJournalBase$_setter_$persistence_$eq(Persistence) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- org$apache$pekko$persistence$snapshot$SnapshotStore$_setter_$receiveSnapshotStore_$eq(PartialFunction<Object, BoxedUnit>) - Method in class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- org$apache$pekko$persistence$snapshot$SnapshotStore$_setter_$receiveSnapshotStore_$eq(PartialFunction<Object, BoxedUnit>) - Method in class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- org$apache$pekko$persistence$snapshot$SnapshotStore$_setter_$receiveSnapshotStore_$eq(PartialFunction<Object, BoxedUnit>) - Method in interface org.apache.pekko.persistence.snapshot.SnapshotStore
- org$apache$pekko$persistence$snapshot$SnapshotStore$_setter_$receiveSnapshotStore_$eq(PartialFunction<Object, BoxedUnit>) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- org$apache$pekko$persistence$testkit$EventStorage$_setter_$DefaultPolicy_$eq(ProcessingPolicy.DefaultPolicies.PassAll) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- org$apache$pekko$persistence$testkit$SnapshotStorage$_setter_$DefaultPolicy_$eq(ProcessingPolicy.DefaultPolicies.PassAll) - Method in interface org.apache.pekko.persistence.testkit.SnapshotStorage
- org$apache$pekko$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Method in class org.apache.pekko.actor.AbstractFSM
- org$apache$pekko$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- org$apache$pekko$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- org$apache$pekko$routing$Listeners$_setter_$listeners_$eq(Set<ActorRef>) - Method in interface org.apache.pekko.routing.Listeners
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ServiceKeySerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.persistence.serialization.SnapshotSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.remote.serialization.ByteStringSerializer
-
Deprecated.
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.remote.serialization.IntSerializer
-
Deprecated.
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.remote.serialization.LongSerializer
-
Deprecated.
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.remote.serialization.MessageContainerSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.remote.serialization.MiscMessageSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.remote.serialization.ProtobufSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.remote.serialization.StringSerializer
-
Deprecated.
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.remote.serialization.SystemMessageSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in interface org.apache.pekko.serialization.BaseSerializer
-
Globally unique serialization identifier configured in the
reference.conf. - org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.serialization.ByteArraySerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.serialization.JavaSerializer
- org$apache$pekko$serialization$BaseSerializer$_setter_$identifier_$eq(int) - Method in class org.apache.pekko.testkit.TestJavaSerializer
- org$apache$pekko$serialization$jackson$JacksonModule$_setter_$org$apache$pekko$serialization$jackson$JacksonModule$$initializers_$eq(Builder<Function1<Module.SetupContext, BoxedUnit>, Seq<Function1<Module.SetupContext, BoxedUnit>>>) - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- org$apache$pekko$serialization$jackson$JacksonModule$_setter_$org$apache$pekko$serialization$jackson$JacksonModule$$initializers_$eq(Builder<Function1<Module.SetupContext, BoxedUnit>, Seq<Function1<Module.SetupContext, BoxedUnit>>>) - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- org$apache$pekko$serialization$jackson$JacksonModule$_setter_$org$apache$pekko$serialization$jackson$JacksonModule$$initializers_$eq(Builder<Function1<Module.SetupContext, BoxedUnit>, Seq<Function1<Module.SetupContext, BoxedUnit>>>) - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- org$apache$pekko$serialization$jackson$JacksonModule$$initializers() - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- org$apache$pekko$serialization$jackson$JacksonModule$$initializers() - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- org$apache$pekko$serialization$jackson$JacksonModule$$initializers() - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- org$apache$pekko$testkit$DefaultTimeout$_setter_$timeout_$eq(Timeout) - Method in interface org.apache.pekko.testkit.DefaultTimeout
- org$apache$pekko$util$PriorityQueueStabilizer$_setter_$seqNum_$eq(AtomicLong) - Method in interface org.apache.pekko.util.PriorityQueueStabilizer
- org$apache$pekko$util$PriorityQueueStabilizer$_setter_$seqNum_$eq(AtomicLong) - Method in class org.apache.pekko.util.StablePriorityBlockingQueue
- org$apache$pekko$util$PriorityQueueStabilizer$_setter_$seqNum_$eq(AtomicLong) - Method in class org.apache.pekko.util.StablePriorityQueue
- org$scalactic$Explicitly$_setter_$after_$eq(Explicitly.TheAfterWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalactic$Explicitly$_setter_$after_$eq(Explicitly.TheAfterWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalactic$Explicitly$_setter_$decided_$eq(Explicitly.DecidedWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalactic$Explicitly$_setter_$decided_$eq(Explicitly.DecidedWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalactic$Explicitly$_setter_$determined_$eq(Explicitly.DeterminedWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalactic$Explicitly$_setter_$determined_$eq(Explicitly.DeterminedWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$Assertions$_setter_$succeed_$eq(Assertion) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$Assertions$_setter_$succeed_$eq(Assertion) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq(boolean) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq(boolean) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$concurrent$Futures$_setter_$jsAdjustment_$eq(int) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$be_$eq(BeWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$be_$eq(BeWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$compile_$eq(CompileWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$compile_$eq(CompileWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$contain_$eq(ContainWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$contain_$eq(ContainWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$defined_$eq(DefinedWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$defined_$eq(DefinedWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$empty_$eq(EmptyWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$empty_$eq(EmptyWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$endWith_$eq(EndWithWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$endWith_$eq(EndWithWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$exist_$eq(ExistWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$exist_$eq(ExistWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$fullyMatch_$eq(FullyMatchWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$fullyMatch_$eq(FullyMatchWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$have_$eq(HaveWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$have_$eq(HaveWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$include_$eq(IncludeWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$include_$eq(IncludeWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$length_$eq(LengthWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$length_$eq(LengthWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$matchPattern_$eq(MatchPatternWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$matchPattern_$eq(MatchPatternWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$not_$eq(NotWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$not_$eq(NotWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$readable_$eq(ReadableWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$readable_$eq(ReadableWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$size_$eq(SizeWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$size_$eq(SizeWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$sorted_$eq(SortedWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$sorted_$eq(SortedWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$startWith_$eq(StartWithWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$startWith_$eq(StartWithWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$typeCheck_$eq(TypeCheckWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$typeCheck_$eq(TypeCheckWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$dsl$MatcherWords$_setter_$writable_$eq(WritableWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$dsl$MatcherWords$_setter_$writable_$eq(WritableWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$should$Matchers$_setter_$a_$eq(Matchers.AWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$should$Matchers$_setter_$a_$eq(Matchers.AWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$should$Matchers$_setter_$an_$eq(Matchers.AnWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$should$Matchers$_setter_$an_$eq(Matchers.AnWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$should$Matchers$_setter_$key_$eq(Matchers.KeyWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$should$Matchers$_setter_$key_$eq(Matchers.KeyWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$should$Matchers$_setter_$regex_$eq(Matchers.RegexWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$should$Matchers$_setter_$regex_$eq(Matchers.RegexWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$should$Matchers$_setter_$theSameInstanceAs_$eq(Matchers.TheSameInstanceAsPhrase) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$should$Matchers$_setter_$theSameInstanceAs_$eq(Matchers.TheSameInstanceAsPhrase) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$matchers$should$Matchers$_setter_$value_$eq(Matchers.ValueWord) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$matchers$should$Matchers$_setter_$value_$eq(Matchers.ValueWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$Suite$_setter_$styleName_$eq(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- org$scalatest$Suite$_setter_$styleName_$eq(String) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$behave_$eq(BehaveWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$it_$eq(AnyWordSpecLike.ItWord) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$stackDepth_$eq(int) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$styleName_$eq(String) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectRegistrationFunction_$eq(StringVerbBlockRegistration) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$subjectWithAfterWordRegistrationFunction_$eq(SubjectWithAfterWordRegistration) - Method in class org.apache.pekko.persistence.PluginSpec
- org$scalatest$wordspec$AnyWordSpecLike$_setter_$they_$eq(AnyWordSpecLike.TheyWord) - Method in class org.apache.pekko.persistence.PluginSpec
- origin() - Method in interface org.apache.pekko.persistence.typed.javadsl.ReplicationContext
-
Must only be called from the event handler
- origin() - Method in interface org.apache.pekko.persistence.typed.scaladsl.ReplicationContext
-
Must only be called from the event handler
- origin() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- ORIGIN_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- originalCause() - Method in exception org.apache.pekko.actor.PostRestartException
- originalCause() - Method in exception org.apache.pekko.actor.PreRestartException
- originalClassName() - Method in exception org.apache.pekko.remote.serialization.ThrowableNotSerializableException
- ORIGINALCLASSNAME_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- originalLocalAddress() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapterHandle
-
Deprecated.
- originalMessage() - Method in exception org.apache.pekko.remote.serialization.ThrowableNotSerializableException
- ORIGINALMESSAGE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- originalRemoteAddress() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapterHandle
-
Deprecated.
- OriginalRestartException - Class in org.apache.pekko.actor
-
This is an extractor for retrieving the original cause (i.e.
- OriginalRestartException() - Constructor for class org.apache.pekko.actor.OriginalRestartException
- OriginalRestartException$ - Class in org.apache.pekko.actor
-
This is an extractor for retrieving the original cause (i.e.
- OriginalRestartException$() - Constructor for class org.apache.pekko.actor.OriginalRestartException$
- ORIGINDC_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- ORIGINREF_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- originReplica() - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- originReplica() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
- ORIGINREPLICA_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- ORIGINSEQUENCENR_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- originUid() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- ORIGINUID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- ORMap<A,B extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- ORMap.DeltaGroup$ - Class in org.apache.pekko.cluster.ddata
- ORMap.DeltaOp - Interface in org.apache.pekko.cluster.ddata
- ORMap.PutDeltaOp$ - Class in org.apache.pekko.cluster.ddata
- ORMap.RemoveDeltaOp$ - Class in org.apache.pekko.cluster.ddata
- ORMap.RemoveKeyDeltaOp$ - Class in org.apache.pekko.cluster.ddata
- ORMap.UpdateDeltaOp$ - Class in org.apache.pekko.cluster.ddata
- ORMap.VanillaORMapTag$ - Class in org.apache.pekko.cluster.ddata
- ORMap.ZeroTag - Interface in org.apache.pekko.cluster.ddata
- ORMap$ - Class in org.apache.pekko.cluster.ddata
- ORMap$() - Constructor for class org.apache.pekko.cluster.ddata.ORMap$
- ORMapDeltaGroupEntry$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- ORMapEntry$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- ORMapEntryComparator$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntryComparator$
- ormapFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- ormapFromProto(ReplicatedDataMessages.ORMap) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- ORMapKey<A,B extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- ORMapKey(String) - Constructor for class org.apache.pekko.cluster.ddata.ORMapKey
- ORMapKey$ - Class in org.apache.pekko.cluster.ddata
- ORMapKey$() - Constructor for class org.apache.pekko.cluster.ddata.ORMapKey$
- ORMapPut - org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
ORMapPut = 0; - ORMapPut_VALUE - Static variable in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
ORMapPut = 0; - ORMapRemove - org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
ORMapRemove = 1; - ORMapRemove_VALUE - Static variable in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
ORMapRemove = 1; - ORMapRemoveKey - org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
ORMapRemoveKey = 2; - ORMapRemoveKey_VALUE - Static variable in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
ORMapRemoveKey = 2; - ormapToProto(ORMap<?, ?>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- ORMapUpdate - org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
ORMapUpdate = 3; - ORMapUpdate_VALUE - Static variable in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
ORMapUpdate = 3; - ORMultiMap<A,B> - Class in org.apache.pekko.cluster.ddata
-
An immutable multi-map implementation.
- ORMultiMap.ORMultiMapTag$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- ORMultiMap.ORMultiMapWithValueDeltasTag$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- ORMultiMap$ - Class in org.apache.pekko.cluster.ddata
- ORMultiMap$() - Constructor for class org.apache.pekko.cluster.ddata.ORMultiMap$
- ORMultiMapEntry$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- ORMultiMapEntryComparator$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntryComparator$
- ORMultiMapKey<A,B> - Class in org.apache.pekko.cluster.ddata
- ORMultiMapKey(String) - Constructor for class org.apache.pekko.cluster.ddata.ORMultiMapKey
- ORMultiMapKey$ - Class in org.apache.pekko.cluster.ddata
- ORMultiMapKey$() - Constructor for class org.apache.pekko.cluster.ddata.ORMultiMapKey$
- ORMultiMapTag$() - Constructor for class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
- ORMultiMapWithValueDeltasTag$() - Constructor for class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
- orNull$extension(OptionVal<A>, $less$colon$less<Null$, A1>) - Method in class org.apache.pekko.util.OptionVal$
-
Returns the option's value if it is nonempty, or
nullif it is empty. - ORSet<A> - Class in org.apache.pekko.cluster.ddata
- ORSet<A> - Class in org.apache.pekko.persistence.typed.crdt
-
Implements a 'Observed Remove Set' operation based CRDT, also called a 'OR-Set'.
- ORSet.AddDeltaOp$ - Class in org.apache.pekko.cluster.ddata
- ORSet.AddDeltaOp$ - Class in org.apache.pekko.persistence.typed.crdt
- ORSet.DeltaGroup$ - Class in org.apache.pekko.cluster.ddata
- ORSet.DeltaGroup$ - Class in org.apache.pekko.persistence.typed.crdt
- ORSet.DeltaOp - Interface in org.apache.pekko.cluster.ddata
- ORSet.DeltaOp - Interface in org.apache.pekko.persistence.typed.crdt
- ORSet.FullStateDeltaOp$ - Class in org.apache.pekko.cluster.ddata
- ORSet.FullStateDeltaOp$ - Class in org.apache.pekko.persistence.typed.crdt
- ORSet.RemoveDeltaOp$ - Class in org.apache.pekko.cluster.ddata
- ORSet.RemoveDeltaOp$ - Class in org.apache.pekko.persistence.typed.crdt
- ORSet$ - Class in org.apache.pekko.cluster.ddata
- ORSet$ - Class in org.apache.pekko.persistence.typed.crdt
- ORSet$() - Constructor for class org.apache.pekko.cluster.ddata.ORSet$
- ORSet$() - Constructor for class org.apache.pekko.persistence.typed.crdt.ORSet$
- orsetFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- orsetFromProto(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- ORSetKey<A> - Class in org.apache.pekko.cluster.ddata
- ORSetKey(String) - Constructor for class org.apache.pekko.cluster.ddata.ORSetKey
- ORSetKey$ - Class in org.apache.pekko.cluster.ddata
- ORSetKey$() - Constructor for class org.apache.pekko.cluster.ddata.ORSetKey$
- orsetToProto(ORSet<?>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- OsgiActorSystemFactory - Class in org.apache.pekko.osgi
-
Factory class to create ActorSystem implementations in an OSGi environment.
- OsgiActorSystemFactory(BundleContext, Option<ClassLoader>, Config) - Constructor for class org.apache.pekko.osgi.OsgiActorSystemFactory
- OsgiActorSystemFactory$ - Class in org.apache.pekko.osgi
- OsgiActorSystemFactory$() - Constructor for class org.apache.pekko.osgi.OsgiActorSystemFactory$
- other() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- other() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- other() - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- OTHERELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- OTHERELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- OTHERELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- otherHasNewerVersions(Map<Address, Object>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- OTHERKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- OTHERKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- OTHERKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- OTHERKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- OTHERKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- OtherMessageComparator - Class in org.apache.pekko.cluster.ddata.protobuf
- OtherMessageComparator() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
- OtherMessageComparator$ - Class in org.apache.pekko.cluster.ddata.protobuf
- OtherMessageComparator$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator$
- otherMessageFromBinary(byte[]) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- otherMessageFromProto(ReplicatorMessages.OtherMessage) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- otherMessageToProto(Object) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- out() - Method in class org.apache.pekko.remote.artery.HeaderBuilder$
- out() - Method in class org.apache.pekko.stream.FanInShape
- out() - Method in class org.apache.pekko.stream.FlowShape
- out() - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ForwardOps
- out() - Method in class org.apache.pekko.stream.scaladsl.Balance
- out() - Method in class org.apache.pekko.stream.scaladsl.Broadcast
- out() - Method in class org.apache.pekko.stream.scaladsl.Concat
- out() - Method in class org.apache.pekko.stream.scaladsl.Interleave
- out() - Method in class org.apache.pekko.stream.scaladsl.Merge
- out() - Method in class org.apache.pekko.stream.scaladsl.MergeLatest
- out() - Method in class org.apache.pekko.stream.scaladsl.MergePreferred
- out() - Method in class org.apache.pekko.stream.scaladsl.MergePrioritized
- out() - Method in class org.apache.pekko.stream.scaladsl.Partition
- out() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow
- out() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffSource
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith2
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith3
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith4
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- out() - Method in class org.apache.pekko.stream.scaladsl.ZipWithN
- out() - Method in interface org.apache.pekko.stream.snapshot.ConnectionSnapshot
- out() - Method in class org.apache.pekko.stream.SourceShape
- out(int) - Method in class org.apache.pekko.stream.UniformFanOutShape
- out0() - Method in class org.apache.pekko.stream.FanOutShape10
- out0() - Method in class org.apache.pekko.stream.FanOutShape11
- out0() - Method in class org.apache.pekko.stream.FanOutShape12
- out0() - Method in class org.apache.pekko.stream.FanOutShape13
- out0() - Method in class org.apache.pekko.stream.FanOutShape14
- out0() - Method in class org.apache.pekko.stream.FanOutShape15
- out0() - Method in class org.apache.pekko.stream.FanOutShape16
- out0() - Method in class org.apache.pekko.stream.FanOutShape17
- out0() - Method in class org.apache.pekko.stream.FanOutShape18
- out0() - Method in class org.apache.pekko.stream.FanOutShape19
- out0() - Method in class org.apache.pekko.stream.FanOutShape2
- out0() - Method in class org.apache.pekko.stream.FanOutShape20
- out0() - Method in class org.apache.pekko.stream.FanOutShape21
- out0() - Method in class org.apache.pekko.stream.FanOutShape22
- out0() - Method in class org.apache.pekko.stream.FanOutShape3
- out0() - Method in class org.apache.pekko.stream.FanOutShape4
- out0() - Method in class org.apache.pekko.stream.FanOutShape5
- out0() - Method in class org.apache.pekko.stream.FanOutShape6
- out0() - Method in class org.apache.pekko.stream.FanOutShape7
- out0() - Method in class org.apache.pekko.stream.FanOutShape8
- out0() - Method in class org.apache.pekko.stream.FanOutShape9
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith2
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith3
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith4
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- out0() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- out1() - Method in class org.apache.pekko.stream.BidiShape
- out1() - Method in class org.apache.pekko.stream.FanOutShape10
- out1() - Method in class org.apache.pekko.stream.FanOutShape11
- out1() - Method in class org.apache.pekko.stream.FanOutShape12
- out1() - Method in class org.apache.pekko.stream.FanOutShape13
- out1() - Method in class org.apache.pekko.stream.FanOutShape14
- out1() - Method in class org.apache.pekko.stream.FanOutShape15
- out1() - Method in class org.apache.pekko.stream.FanOutShape16
- out1() - Method in class org.apache.pekko.stream.FanOutShape17
- out1() - Method in class org.apache.pekko.stream.FanOutShape18
- out1() - Method in class org.apache.pekko.stream.FanOutShape19
- out1() - Method in class org.apache.pekko.stream.FanOutShape2
- out1() - Method in class org.apache.pekko.stream.FanOutShape20
- out1() - Method in class org.apache.pekko.stream.FanOutShape21
- out1() - Method in class org.apache.pekko.stream.FanOutShape22
- out1() - Method in class org.apache.pekko.stream.FanOutShape3
- out1() - Method in class org.apache.pekko.stream.FanOutShape4
- out1() - Method in class org.apache.pekko.stream.FanOutShape5
- out1() - Method in class org.apache.pekko.stream.FanOutShape6
- out1() - Method in class org.apache.pekko.stream.FanOutShape7
- out1() - Method in class org.apache.pekko.stream.FanOutShape8
- out1() - Method in class org.apache.pekko.stream.FanOutShape9
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith2
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith3
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith4
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- out1() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- out10() - Method in class org.apache.pekko.stream.FanOutShape11
- out10() - Method in class org.apache.pekko.stream.FanOutShape12
- out10() - Method in class org.apache.pekko.stream.FanOutShape13
- out10() - Method in class org.apache.pekko.stream.FanOutShape14
- out10() - Method in class org.apache.pekko.stream.FanOutShape15
- out10() - Method in class org.apache.pekko.stream.FanOutShape16
- out10() - Method in class org.apache.pekko.stream.FanOutShape17
- out10() - Method in class org.apache.pekko.stream.FanOutShape18
- out10() - Method in class org.apache.pekko.stream.FanOutShape19
- out10() - Method in class org.apache.pekko.stream.FanOutShape20
- out10() - Method in class org.apache.pekko.stream.FanOutShape21
- out10() - Method in class org.apache.pekko.stream.FanOutShape22
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out10() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out11() - Method in class org.apache.pekko.stream.FanOutShape12
- out11() - Method in class org.apache.pekko.stream.FanOutShape13
- out11() - Method in class org.apache.pekko.stream.FanOutShape14
- out11() - Method in class org.apache.pekko.stream.FanOutShape15
- out11() - Method in class org.apache.pekko.stream.FanOutShape16
- out11() - Method in class org.apache.pekko.stream.FanOutShape17
- out11() - Method in class org.apache.pekko.stream.FanOutShape18
- out11() - Method in class org.apache.pekko.stream.FanOutShape19
- out11() - Method in class org.apache.pekko.stream.FanOutShape20
- out11() - Method in class org.apache.pekko.stream.FanOutShape21
- out11() - Method in class org.apache.pekko.stream.FanOutShape22
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out11() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out12() - Method in class org.apache.pekko.stream.FanOutShape13
- out12() - Method in class org.apache.pekko.stream.FanOutShape14
- out12() - Method in class org.apache.pekko.stream.FanOutShape15
- out12() - Method in class org.apache.pekko.stream.FanOutShape16
- out12() - Method in class org.apache.pekko.stream.FanOutShape17
- out12() - Method in class org.apache.pekko.stream.FanOutShape18
- out12() - Method in class org.apache.pekko.stream.FanOutShape19
- out12() - Method in class org.apache.pekko.stream.FanOutShape20
- out12() - Method in class org.apache.pekko.stream.FanOutShape21
- out12() - Method in class org.apache.pekko.stream.FanOutShape22
- out12() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out12() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out12() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out12() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out12() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out12() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out12() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out12() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out12() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out12() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out13() - Method in class org.apache.pekko.stream.FanOutShape14
- out13() - Method in class org.apache.pekko.stream.FanOutShape15
- out13() - Method in class org.apache.pekko.stream.FanOutShape16
- out13() - Method in class org.apache.pekko.stream.FanOutShape17
- out13() - Method in class org.apache.pekko.stream.FanOutShape18
- out13() - Method in class org.apache.pekko.stream.FanOutShape19
- out13() - Method in class org.apache.pekko.stream.FanOutShape20
- out13() - Method in class org.apache.pekko.stream.FanOutShape21
- out13() - Method in class org.apache.pekko.stream.FanOutShape22
- out13() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out13() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out13() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out13() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out13() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out13() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out13() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out13() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out13() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out14() - Method in class org.apache.pekko.stream.FanOutShape15
- out14() - Method in class org.apache.pekko.stream.FanOutShape16
- out14() - Method in class org.apache.pekko.stream.FanOutShape17
- out14() - Method in class org.apache.pekko.stream.FanOutShape18
- out14() - Method in class org.apache.pekko.stream.FanOutShape19
- out14() - Method in class org.apache.pekko.stream.FanOutShape20
- out14() - Method in class org.apache.pekko.stream.FanOutShape21
- out14() - Method in class org.apache.pekko.stream.FanOutShape22
- out14() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out14() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out14() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out14() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out14() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out14() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out14() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out14() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out15() - Method in class org.apache.pekko.stream.FanOutShape16
- out15() - Method in class org.apache.pekko.stream.FanOutShape17
- out15() - Method in class org.apache.pekko.stream.FanOutShape18
- out15() - Method in class org.apache.pekko.stream.FanOutShape19
- out15() - Method in class org.apache.pekko.stream.FanOutShape20
- out15() - Method in class org.apache.pekko.stream.FanOutShape21
- out15() - Method in class org.apache.pekko.stream.FanOutShape22
- out15() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out15() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out15() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out15() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out15() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out15() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out15() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out16() - Method in class org.apache.pekko.stream.FanOutShape17
- out16() - Method in class org.apache.pekko.stream.FanOutShape18
- out16() - Method in class org.apache.pekko.stream.FanOutShape19
- out16() - Method in class org.apache.pekko.stream.FanOutShape20
- out16() - Method in class org.apache.pekko.stream.FanOutShape21
- out16() - Method in class org.apache.pekko.stream.FanOutShape22
- out16() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out16() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out16() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out16() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out16() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out16() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out17() - Method in class org.apache.pekko.stream.FanOutShape18
- out17() - Method in class org.apache.pekko.stream.FanOutShape19
- out17() - Method in class org.apache.pekko.stream.FanOutShape20
- out17() - Method in class org.apache.pekko.stream.FanOutShape21
- out17() - Method in class org.apache.pekko.stream.FanOutShape22
- out17() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out17() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out17() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out17() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out17() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out18() - Method in class org.apache.pekko.stream.FanOutShape19
- out18() - Method in class org.apache.pekko.stream.FanOutShape20
- out18() - Method in class org.apache.pekko.stream.FanOutShape21
- out18() - Method in class org.apache.pekko.stream.FanOutShape22
- out18() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out18() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out18() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out18() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out19() - Method in class org.apache.pekko.stream.FanOutShape20
- out19() - Method in class org.apache.pekko.stream.FanOutShape21
- out19() - Method in class org.apache.pekko.stream.FanOutShape22
- out19() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out19() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out19() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out2() - Method in class org.apache.pekko.stream.BidiShape
- out2() - Method in class org.apache.pekko.stream.FanOutShape10
- out2() - Method in class org.apache.pekko.stream.FanOutShape11
- out2() - Method in class org.apache.pekko.stream.FanOutShape12
- out2() - Method in class org.apache.pekko.stream.FanOutShape13
- out2() - Method in class org.apache.pekko.stream.FanOutShape14
- out2() - Method in class org.apache.pekko.stream.FanOutShape15
- out2() - Method in class org.apache.pekko.stream.FanOutShape16
- out2() - Method in class org.apache.pekko.stream.FanOutShape17
- out2() - Method in class org.apache.pekko.stream.FanOutShape18
- out2() - Method in class org.apache.pekko.stream.FanOutShape19
- out2() - Method in class org.apache.pekko.stream.FanOutShape20
- out2() - Method in class org.apache.pekko.stream.FanOutShape21
- out2() - Method in class org.apache.pekko.stream.FanOutShape22
- out2() - Method in class org.apache.pekko.stream.FanOutShape3
- out2() - Method in class org.apache.pekko.stream.FanOutShape4
- out2() - Method in class org.apache.pekko.stream.FanOutShape5
- out2() - Method in class org.apache.pekko.stream.FanOutShape6
- out2() - Method in class org.apache.pekko.stream.FanOutShape7
- out2() - Method in class org.apache.pekko.stream.FanOutShape8
- out2() - Method in class org.apache.pekko.stream.FanOutShape9
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith3
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith4
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- out2() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- out20() - Method in class org.apache.pekko.stream.FanOutShape21
- out20() - Method in class org.apache.pekko.stream.FanOutShape22
- out20() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out20() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out21() - Method in class org.apache.pekko.stream.FanOutShape22
- out21() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out3() - Method in class org.apache.pekko.stream.FanOutShape10
- out3() - Method in class org.apache.pekko.stream.FanOutShape11
- out3() - Method in class org.apache.pekko.stream.FanOutShape12
- out3() - Method in class org.apache.pekko.stream.FanOutShape13
- out3() - Method in class org.apache.pekko.stream.FanOutShape14
- out3() - Method in class org.apache.pekko.stream.FanOutShape15
- out3() - Method in class org.apache.pekko.stream.FanOutShape16
- out3() - Method in class org.apache.pekko.stream.FanOutShape17
- out3() - Method in class org.apache.pekko.stream.FanOutShape18
- out3() - Method in class org.apache.pekko.stream.FanOutShape19
- out3() - Method in class org.apache.pekko.stream.FanOutShape20
- out3() - Method in class org.apache.pekko.stream.FanOutShape21
- out3() - Method in class org.apache.pekko.stream.FanOutShape22
- out3() - Method in class org.apache.pekko.stream.FanOutShape4
- out3() - Method in class org.apache.pekko.stream.FanOutShape5
- out3() - Method in class org.apache.pekko.stream.FanOutShape6
- out3() - Method in class org.apache.pekko.stream.FanOutShape7
- out3() - Method in class org.apache.pekko.stream.FanOutShape8
- out3() - Method in class org.apache.pekko.stream.FanOutShape9
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith4
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- out3() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- out4() - Method in class org.apache.pekko.stream.FanOutShape10
- out4() - Method in class org.apache.pekko.stream.FanOutShape11
- out4() - Method in class org.apache.pekko.stream.FanOutShape12
- out4() - Method in class org.apache.pekko.stream.FanOutShape13
- out4() - Method in class org.apache.pekko.stream.FanOutShape14
- out4() - Method in class org.apache.pekko.stream.FanOutShape15
- out4() - Method in class org.apache.pekko.stream.FanOutShape16
- out4() - Method in class org.apache.pekko.stream.FanOutShape17
- out4() - Method in class org.apache.pekko.stream.FanOutShape18
- out4() - Method in class org.apache.pekko.stream.FanOutShape19
- out4() - Method in class org.apache.pekko.stream.FanOutShape20
- out4() - Method in class org.apache.pekko.stream.FanOutShape21
- out4() - Method in class org.apache.pekko.stream.FanOutShape22
- out4() - Method in class org.apache.pekko.stream.FanOutShape5
- out4() - Method in class org.apache.pekko.stream.FanOutShape6
- out4() - Method in class org.apache.pekko.stream.FanOutShape7
- out4() - Method in class org.apache.pekko.stream.FanOutShape8
- out4() - Method in class org.apache.pekko.stream.FanOutShape9
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- out4() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- out5() - Method in class org.apache.pekko.stream.FanOutShape10
- out5() - Method in class org.apache.pekko.stream.FanOutShape11
- out5() - Method in class org.apache.pekko.stream.FanOutShape12
- out5() - Method in class org.apache.pekko.stream.FanOutShape13
- out5() - Method in class org.apache.pekko.stream.FanOutShape14
- out5() - Method in class org.apache.pekko.stream.FanOutShape15
- out5() - Method in class org.apache.pekko.stream.FanOutShape16
- out5() - Method in class org.apache.pekko.stream.FanOutShape17
- out5() - Method in class org.apache.pekko.stream.FanOutShape18
- out5() - Method in class org.apache.pekko.stream.FanOutShape19
- out5() - Method in class org.apache.pekko.stream.FanOutShape20
- out5() - Method in class org.apache.pekko.stream.FanOutShape21
- out5() - Method in class org.apache.pekko.stream.FanOutShape22
- out5() - Method in class org.apache.pekko.stream.FanOutShape6
- out5() - Method in class org.apache.pekko.stream.FanOutShape7
- out5() - Method in class org.apache.pekko.stream.FanOutShape8
- out5() - Method in class org.apache.pekko.stream.FanOutShape9
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- out5() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- out6() - Method in class org.apache.pekko.stream.FanOutShape10
- out6() - Method in class org.apache.pekko.stream.FanOutShape11
- out6() - Method in class org.apache.pekko.stream.FanOutShape12
- out6() - Method in class org.apache.pekko.stream.FanOutShape13
- out6() - Method in class org.apache.pekko.stream.FanOutShape14
- out6() - Method in class org.apache.pekko.stream.FanOutShape15
- out6() - Method in class org.apache.pekko.stream.FanOutShape16
- out6() - Method in class org.apache.pekko.stream.FanOutShape17
- out6() - Method in class org.apache.pekko.stream.FanOutShape18
- out6() - Method in class org.apache.pekko.stream.FanOutShape19
- out6() - Method in class org.apache.pekko.stream.FanOutShape20
- out6() - Method in class org.apache.pekko.stream.FanOutShape21
- out6() - Method in class org.apache.pekko.stream.FanOutShape22
- out6() - Method in class org.apache.pekko.stream.FanOutShape7
- out6() - Method in class org.apache.pekko.stream.FanOutShape8
- out6() - Method in class org.apache.pekko.stream.FanOutShape9
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- out6() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- out7() - Method in class org.apache.pekko.stream.FanOutShape10
- out7() - Method in class org.apache.pekko.stream.FanOutShape11
- out7() - Method in class org.apache.pekko.stream.FanOutShape12
- out7() - Method in class org.apache.pekko.stream.FanOutShape13
- out7() - Method in class org.apache.pekko.stream.FanOutShape14
- out7() - Method in class org.apache.pekko.stream.FanOutShape15
- out7() - Method in class org.apache.pekko.stream.FanOutShape16
- out7() - Method in class org.apache.pekko.stream.FanOutShape17
- out7() - Method in class org.apache.pekko.stream.FanOutShape18
- out7() - Method in class org.apache.pekko.stream.FanOutShape19
- out7() - Method in class org.apache.pekko.stream.FanOutShape20
- out7() - Method in class org.apache.pekko.stream.FanOutShape21
- out7() - Method in class org.apache.pekko.stream.FanOutShape22
- out7() - Method in class org.apache.pekko.stream.FanOutShape8
- out7() - Method in class org.apache.pekko.stream.FanOutShape9
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- out7() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- out8() - Method in class org.apache.pekko.stream.FanOutShape10
- out8() - Method in class org.apache.pekko.stream.FanOutShape11
- out8() - Method in class org.apache.pekko.stream.FanOutShape12
- out8() - Method in class org.apache.pekko.stream.FanOutShape13
- out8() - Method in class org.apache.pekko.stream.FanOutShape14
- out8() - Method in class org.apache.pekko.stream.FanOutShape15
- out8() - Method in class org.apache.pekko.stream.FanOutShape16
- out8() - Method in class org.apache.pekko.stream.FanOutShape17
- out8() - Method in class org.apache.pekko.stream.FanOutShape18
- out8() - Method in class org.apache.pekko.stream.FanOutShape19
- out8() - Method in class org.apache.pekko.stream.FanOutShape20
- out8() - Method in class org.apache.pekko.stream.FanOutShape21
- out8() - Method in class org.apache.pekko.stream.FanOutShape22
- out8() - Method in class org.apache.pekko.stream.FanOutShape9
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- out8() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- out9() - Method in class org.apache.pekko.stream.FanOutShape10
- out9() - Method in class org.apache.pekko.stream.FanOutShape11
- out9() - Method in class org.apache.pekko.stream.FanOutShape12
- out9() - Method in class org.apache.pekko.stream.FanOutShape13
- out9() - Method in class org.apache.pekko.stream.FanOutShape14
- out9() - Method in class org.apache.pekko.stream.FanOutShape15
- out9() - Method in class org.apache.pekko.stream.FanOutShape16
- out9() - Method in class org.apache.pekko.stream.FanOutShape17
- out9() - Method in class org.apache.pekko.stream.FanOutShape18
- out9() - Method in class org.apache.pekko.stream.FanOutShape19
- out9() - Method in class org.apache.pekko.stream.FanOutShape20
- out9() - Method in class org.apache.pekko.stream.FanOutShape21
- out9() - Method in class org.apache.pekko.stream.FanOutShape22
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- out9() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- outArray() - Method in class org.apache.pekko.stream.UniformFanOutShape
-
Deprecated.use 'outlets' or 'out(id)' instead. Since Akka 2.5.5.
- outboundActorRefCompression() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- outboundClassManifestCompression() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- OutboundContext - Interface in org.apache.pekko.remote.artery
-
INTERNAL API Outbound association API that is used by the stream operators.
- OutboundControlJunction$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- OutboundControlJunction$() - Constructor for class org.apache.pekko.remote.artery.OutboundControlJunction$
- OutboundEnvelope - Interface in org.apache.pekko.remote.artery
-
INTERNAL API
- OutboundEnvelope$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- OutboundEnvelope$() - Constructor for class org.apache.pekko.remote.artery.OutboundEnvelope$
- OutboundHandshake$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- OutboundHandshake$() - Constructor for class org.apache.pekko.remote.artery.OutboundHandshake$
- outCount() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
- outgoingConnection(String, int) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Creates an
Tcp.OutgoingConnectionwithout specifying options. - outgoingConnection(String, int) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Creates an
Tcp.OutgoingConnectionwithout specifying options. - outgoingConnection(InetSocketAddress, Optional<InetSocketAddress>, Iterable<Inet.SocketOption>, boolean, Optional<Duration>, Optional<Duration>) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Creates an
Tcp.OutgoingConnectioninstance representing a prospective TCP client connection to the given endpoint. - outgoingConnection(InetSocketAddress, Optional<InetSocketAddress>, Iterable<Inet.SocketOption>, boolean, Duration, Duration) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Deprecated.Use bind that takes a java.time.Duration parameter instead. Since Akka 2.6.0.
- outgoingConnection(InetSocketAddress, Option<InetSocketAddress>, Iterable<Inet.SocketOption>, boolean, Duration, Duration) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Creates an
Tcp.OutgoingConnectioninstance representing a prospective TCP client connection to the given endpoint. - OutgoingConnection(InetSocketAddress, InetSocketAddress) - Constructor for class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- OutgoingConnection$() - Constructor for class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection$
- outgoingConnection$default$2() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- outgoingConnection$default$3() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- outgoingConnection$default$4() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- outgoingConnection$default$5() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- outgoingConnection$default$6() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- outgoingConnectionWithTls(InetSocketAddress, Supplier<SSLEngine>) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Creates an
Tcp.OutgoingConnectionwith TLS. - outgoingConnectionWithTls(InetSocketAddress, Supplier<SSLEngine>, Optional<InetSocketAddress>, Iterable<Inet.SocketOption>, Optional<Duration>, Optional<Duration>, Function<SSLSession, Optional<Throwable>>, TLSClosing) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Creates an
Tcp.OutgoingConnectionwith TLS. - outgoingConnectionWithTls(InetSocketAddress, Function0<SSLEngine>) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Creates an
Tcp.OutgoingConnectionwith TLS. - outgoingConnectionWithTls(InetSocketAddress, Function0<SSLEngine>, Option<InetSocketAddress>, Seq<Inet.SocketOption>, Duration, Duration, Function1<SSLSession, Try<BoxedUnit>>, TLSClosing) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Creates an
Tcp.OutgoingConnectionwith TLS. - outgoingTlsConnection(String, int, SSLContext, TLSProtocol.NegotiateNewSession) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Deprecated.Use outgoingConnectionWithTls that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- outgoingTlsConnection(String, int, SSLContext, TLSProtocol.NegotiateNewSession) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Deprecated.Use outgoingConnectionWithTls that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- outgoingTlsConnection(InetSocketAddress, SSLContext, TLSProtocol.NegotiateNewSession, Optional<InetSocketAddress>, Iterable<Inet.SocketOption>, Duration, Duration) - Method in class org.apache.pekko.stream.javadsl.Tcp
-
Deprecated.Use outgoingConnectionWithTls that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- outgoingTlsConnection(InetSocketAddress, SSLContext, TLSProtocol.NegotiateNewSession, Option<InetSocketAddress>, Iterable<Inet.SocketOption>, Duration, Duration) - Method in class org.apache.pekko.stream.scaladsl.Tcp
-
Deprecated.Use outgoingConnectionWithTls that takes a SSLEngine factory instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- outgoingTlsConnection$default$4() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- outgoingTlsConnection$default$5() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- outgoingTlsConnection$default$6() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- outgoingTlsConnection$default$7() - Method in class org.apache.pekko.stream.scaladsl.Tcp
- OutHandler - Interface in org.apache.pekko.stream.stage
-
Collection of callbacks for an output port of a
GraphStage - outlet() - Method in interface org.apache.pekko.stream.FanInShape.Init
- outlet() - Method in class org.apache.pekko.stream.FanInShape.Name
- outlet() - Method in class org.apache.pekko.stream.FanInShape.Ports
- Outlet<T> - Class in org.apache.pekko.stream
- Outlet() - Constructor for class org.apache.pekko.stream.Outlet
- Outlet$ - Class in org.apache.pekko.stream
-
An Outlet is a typed output to a Shape.
- Outlet$() - Constructor for class org.apache.pekko.stream.Outlet$
- outlets() - Method in class org.apache.pekko.stream.AbstractShape
- outlets() - Method in class org.apache.pekko.stream.AmorphousShape
- outlets() - Method in class org.apache.pekko.stream.BidiShape
- outlets() - Static method in class org.apache.pekko.stream.ClosedShape
- outlets() - Method in class org.apache.pekko.stream.ClosedShape$
- outlets() - Method in class org.apache.pekko.stream.FanInShape
- outlets() - Method in interface org.apache.pekko.stream.FanOutShape.Init
- outlets() - Method in class org.apache.pekko.stream.FanOutShape.Name
- outlets() - Method in class org.apache.pekko.stream.FanOutShape
-
Not meant for overriding outside of Apache Pekko.
- outlets() - Method in class org.apache.pekko.stream.FanOutShape.Ports
- outlets() - Method in class org.apache.pekko.stream.FlowShape
- outlets() - Method in class org.apache.pekko.stream.Shape
-
Scala API: get a list of all output ports
- outlets() - Method in class org.apache.pekko.stream.SinkShape
- outlets() - Method in class org.apache.pekko.stream.SourceShape
- outlets() - Method in class org.apache.pekko.stream.UniformFanOutShape
- OutPort - Class in org.apache.pekko.stream
-
An output port of a StreamLayout.Module.
- OutPort() - Constructor for class org.apache.pekko.stream.OutPort
- outputBurstLimit() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.OutputBurstLimit' to read the concrete setting value. Since Akka 2.6.0.
- outputBurstLimit(int) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Maximum number of elements emitted in batch if downstream signals large demand.
- outputBurstLimit(int) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Maximum number of elements emitted in batch if downstream signals large demand.
- OutputBurstLimit(int) - Constructor for class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- OutputBurstLimit$() - Constructor for class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit$
- outputPorts() - Method in class org.apache.pekko.stream.scaladsl.Balance
- outputPorts() - Method in class org.apache.pekko.stream.scaladsl.Broadcast
- outputPorts() - Method in class org.apache.pekko.stream.scaladsl.Partition
- OverflowStrategies - Class in org.apache.pekko.stream
- OverflowStrategies() - Constructor for class org.apache.pekko.stream.OverflowStrategies
- OverflowStrategies.Backpressure$ - Class in org.apache.pekko.stream
- OverflowStrategies.DropBuffer$ - Class in org.apache.pekko.stream
- OverflowStrategies.DropHead$ - Class in org.apache.pekko.stream
- OverflowStrategies.DropNew$ - Class in org.apache.pekko.stream
- OverflowStrategies.DropTail$ - Class in org.apache.pekko.stream
- OverflowStrategies.EmitEarly$ - Class in org.apache.pekko.stream
-
INTERNAL API
- OverflowStrategies.Fail$ - Class in org.apache.pekko.stream
- OverflowStrategies$ - Class in org.apache.pekko.stream
- OverflowStrategies$() - Constructor for class org.apache.pekko.stream.OverflowStrategies$
- OverflowStrategy - Class in org.apache.pekko.stream
-
Represents a strategy that decides how to deal with a buffer that is full but is about to receive a new element.
- OverflowStrategy() - Constructor for class org.apache.pekko.stream.OverflowStrategy
- OverflowStrategy$ - Class in org.apache.pekko.stream
- OverflowStrategy$() - Constructor for class org.apache.pekko.stream.OverflowStrategy$
- overrideConfiguredDeserializationFeatures(String, Seq<Tuple2<DeserializationFeature, Object>>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
After construction of the
ObjectMapperthe configured deserialization features are applied to the mapper. - overrideConfiguredJsonGeneratorFeatures(String, Seq<Tuple2<JsonGenerator.Feature, Object>>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
After construction of the
ObjectMapperthe configured JSON generator features are applied to the mapper. - overrideConfiguredJsonParserFeatures(String, Seq<Tuple2<JsonParser.Feature, Object>>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
After construction of the
ObjectMapperthe configured JSON parser features are applied to the mapper. - overrideConfiguredJsonReadFeatures(String, Seq<Tuple2<JsonReadFeature, Object>>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
JsonReadFeatures used to configure theJsonFactoryBuilderthat, if provided, will later be used to create anObjectMapper. - overrideConfiguredJsonWriteFeatures(String, Seq<Tuple2<JsonWriteFeature, Object>>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
JsonWriteFeatures used to configure theJsonFactoryBuilderthat, if provided, will later be used to create anObjectMapper. - overrideConfiguredMapperFeatures(String, Seq<Tuple2<MapperFeature, Object>>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
After construction of the
ObjectMapperthe configured mapper features are applied to the mapper. - overrideConfiguredModules(String, Seq<Module>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
After construction of the
ObjectMapperthe configured modules are added to the mapper. - overrideConfiguredSerializationFeatures(String, Seq<Tuple2<SerializationFeature, Object>>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
After construction of the
ObjectMapperthe configured serialization features are applied to the mapper. - overrideConfiguredStreamReadFeatures(String, Seq<Tuple2<StreamReadFeature, Object>>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
StreamReadFeatures used to configure theJsonFactoryBuilderthat, if provided, will later be used to create anObjectMapper. - overrideConfiguredStreamWriteFeatures(String, Seq<Tuple2<StreamWriteFeature, Object>>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
StreamWriteFeatures used to configure theJsonFactoryBuilderthat, if provided, will later be used to create anObjectMapper. - overrideConfiguredVisibility(String, Seq<Tuple2<PropertyAccessor, JsonAutoDetect.Visibility>>) - Method in class org.apache.pekko.serialization.jackson.JacksonObjectMapperFactory
-
Visibility settings used to configure the
JsonFactoryBuilderthat, if provided, will later be used to create anObjectMapper. - overrideUnsetConfig(RouterConfig) - Method in interface org.apache.pekko.routing.PoolOverrideUnsetConfig
- overriding() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- OVERVIEW_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- owner() - Method in class org.apache.pekko.actor.FSM.Timer
- owner() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- owner() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- owner() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- owner() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- owner() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- OWNER_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- OWNERADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- ownerName() - Method in class org.apache.pekko.coordination.lease.LeaseSettings
P
- PacketSplitThreshold() - Static method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings
- PacketSplitThreshold() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
- PagedPersistenceIdsQuery - Interface in org.apache.pekko.persistence.query.javadsl
-
A ReadJournal may optionally support this query by implementing this trait.
- PagedPersistenceIdsQuery - Interface in org.apache.pekko.persistence.query.scaladsl
-
A plugin ReadJournal may optionally support this query by implementing this trait.
- Pair<A,B> - Class in org.apache.pekko.japi
-
Java API Represents a pair (tuple) of two elements.
- Pair(A, B) - Constructor for class org.apache.pekko.japi.Pair
- Pair$ - Class in org.apache.pekko.japi
- Pair$() - Constructor for class org.apache.pekko.japi.Pair$
- parallelism() - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
- parameters() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- parent() - Method in interface org.apache.pekko.actor.ActorContext
-
Returns the supervising parent ActorRef.
- parent() - Method in interface org.apache.pekko.actor.ActorPath
-
The path for the parent actor.
- parent() - Method in interface org.apache.pekko.actor.Cell
-
The supervisor of this actor.
- parent() - Method in class org.apache.pekko.actor.ChildActorPath
- parent() - Method in class org.apache.pekko.actor.RootActorPath
- PARENT - org.apache.pekko.remote.ContainerFormats.PatternType
-
PARENT = 0; - PARENT_VALUE - Static variable in enum org.apache.pekko.remote.ContainerFormats.PatternType
-
PARENT = 0; - Parking() - Method in class org.apache.pekko.dispatch.affinity.AffinityPool$
- parse(Config) - Static method in class org.apache.pekko.discovery.config.ConfigServicesParser
- parse(Config) - Method in class org.apache.pekko.discovery.config.ConfigServicesParser$
- parse(String) - Static method in class org.apache.pekko.actor.AddressFromURIString
-
Java API: Try to construct an Address from the given String or throw a java.net.MalformedURLException.
- parse(String) - Method in class org.apache.pekko.actor.AddressFromURIString$
-
Java API: Try to construct an Address from the given String or throw a java.net.MalformedURLException.
- parse(ByteIterator) - Static method in class org.apache.pekko.io.dns.internal.RecordClassSerializer
- parse(ByteIterator) - Method in class org.apache.pekko.io.dns.internal.RecordClassSerializer$
- parse(ByteIterator) - Static method in class org.apache.pekko.io.dns.internal.RecordTypeSerializer
- parse(ByteIterator) - Method in class org.apache.pekko.io.dns.internal.RecordTypeSerializer$
- parse(ByteIterator, ByteString) - Static method in class org.apache.pekko.io.dns.internal.DomainName
- parse(ByteIterator, ByteString) - Method in class org.apache.pekko.io.dns.internal.DomainName$
- parse(ByteIterator, ByteString) - Method in class org.apache.pekko.io.dns.internal.Question$
- parse(ByteIterator, ByteString) - Static method in class org.apache.pekko.io.dns.ResourceRecord
-
INTERNAL API
- parse(ByteIterator, ByteString) - Method in class org.apache.pekko.io.dns.ResourceRecord$
-
INTERNAL API
- parse(ByteString) - Method in class org.apache.pekko.io.dns.internal.Message$
-
INTERNAL API
- parseBody(String, CachePolicy.Ttl, short, short, short, ByteIterator) - Static method in class org.apache.pekko.io.dns.UnknownRecord
-
INTERNAL API
- parseBody(String, CachePolicy.Ttl, short, short, short, ByteIterator) - Method in class org.apache.pekko.io.dns.UnknownRecord$
-
INTERNAL API
- parseBody(String, CachePolicy.Ttl, short, ByteIterator) - Static method in class org.apache.pekko.io.dns.AAAARecord
-
INTERNAL API
- parseBody(String, CachePolicy.Ttl, short, ByteIterator) - Method in class org.apache.pekko.io.dns.AAAARecord$
-
INTERNAL API
- parseBody(String, CachePolicy.Ttl, short, ByteIterator) - Static method in class org.apache.pekko.io.dns.ARecord
- parseBody(String, CachePolicy.Ttl, short, ByteIterator) - Method in class org.apache.pekko.io.dns.ARecord$
- parseBody(String, CachePolicy.Ttl, short, ByteIterator, ByteString) - Static method in class org.apache.pekko.io.dns.CNameRecord
-
INTERNAL API
- parseBody(String, CachePolicy.Ttl, short, ByteIterator, ByteString) - Method in class org.apache.pekko.io.dns.CNameRecord$
-
INTERNAL API
- parseBody(String, CachePolicy.Ttl, short, ByteIterator, ByteString) - Static method in class org.apache.pekko.io.dns.SRVRecord
-
INTERNAL API
- parseBody(String, CachePolicy.Ttl, short, ByteIterator, ByteString) - Method in class org.apache.pekko.io.dns.SRVRecord$
-
INTERNAL API
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseDelimitedFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseFile(File) - Static method in class org.apache.pekko.io.dns.internal.ResolvConfParser
-
Does a partial parse according to https://linux.die.net/man/5/resolver.
- parseFile(File) - Method in class org.apache.pekko.io.dns.internal.ResolvConfParser$
-
Does a partial parse according to https://linux.die.net/man/5/resolver.
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseFrom(byte[]) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseFrom(byte[]) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseFrom(byte[]) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseFrom(byte[]) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseFrom(byte[]) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseFrom(byte[]) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseFrom(byte[]) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseFrom(byte[]) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseFrom(byte[]) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseFrom(byte[]) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseFrom(byte[]) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseFrom(byte[]) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseFrom(InputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseFrom(InputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseFrom(InputStream) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseFrom(InputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseFrom(ByteBuffer) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseFrom(ByteString) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseFrom(ByteString) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseFrom(ByteString) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseFrom(ByteString) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseFrom(ByteString) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseFrom(ByteString) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseFrom(ByteString) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseFrom(ByteString) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseFrom(ByteString) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseFrom(ByteString) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseFrom(ByteString) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseFrom(ByteString) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseFrom(CodedInputStream) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- parseLines(Iterator<String>) - Static method in class org.apache.pekko.io.dns.internal.ResolvConfParser
- parseLines(Iterator<String>) - Method in class org.apache.pekko.io.dns.internal.ResolvConfParser$
- parser() - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- parser() - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- parser() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- parser() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- parser() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- parser() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- parser() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- parser() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- parser() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- parser() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- parser() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- parser() - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- parser() - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- parser() - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- parser() - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- parser() - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- parser() - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- parser() - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- parser() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- parser() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- parser() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- parser() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- parser() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- parser() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- parser() - Static method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- parser() - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.Address
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- parser() - Static method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.Identify
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.Option
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.Payload
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.Selection
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.Throwable
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- parser() - Static method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- parser() - Static method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- parser() - Static method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- parser() - Static method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- parser() - Static method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- parser() - Static method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- parser() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- parser() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- parser() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- parser() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- parser() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- parser() - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- parser() - Static method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- parser() - Static method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- parser() - Static method in class org.apache.pekko.remote.WireFormats.ActorRefData
- parser() - Static method in class org.apache.pekko.remote.WireFormats.AddressData
- parser() - Static method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- parser() - Static method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- parser() - Static method in class org.apache.pekko.remote.WireFormats.DeployData
- parser() - Static method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- parser() - Static method in class org.apache.pekko.remote.WireFormats.FromConfig
- parser() - Static method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- parser() - Static method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- parser() - Static method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- parser() - Static method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- parser() - Static method in class org.apache.pekko.remote.WireFormats.PropsData
- parser() - Static method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- parser() - Static method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- parser() - Static method in class org.apache.pekko.remote.WireFormats.RemoteScope
- parser() - Static method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- parser() - Static method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- parser() - Static method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- parser() - Static method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- parser() - Static method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- parser() - Static method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- parser() - Static method in class org.apache.pekko.stream.StreamRefMessages.Payload
- parser() - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- parser() - Static method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- parser() - Static method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- parser() - Static method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- parser() - Static method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- PARSER - Static variable in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.Address
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.ActorRef
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.Identify
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.Option
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.Payload
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.Selection
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.Throwable
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.FailedData
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.WatchData
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.ActorRefData
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.AddressData
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.DefaultResizer
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.FiniteDuration
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.FromConfig
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.PropsData
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.RemoteScope
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.SerializedMessage
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.remote.WireFormats.TailChoppingPool
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.stream.StreamRefMessages.ActorRef
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.stream.StreamRefMessages.Payload
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.stream.StreamRefMessages.SinkRef
-
Deprecated.
- PARSER - Static variable in class org.apache.pekko.stream.StreamRefMessages.SourceRef
-
Deprecated.
- parseSrv(String) - Static method in class org.apache.pekko.discovery.Lookup
-
Create a service Lookup from a string with format: _portName._protocol.serviceName.
- parseSrv(String) - Method in class org.apache.pekko.discovery.Lookup$
-
Create a service Lookup from a string with format: _portName._protocol.serviceName.
- PartialFunction - Class in org.apache.pekko.compat
-
INTERNAL API
- PartialFunction() - Constructor for class org.apache.pekko.compat.PartialFunction
- PartialFunction$ - Class in org.apache.pekko.compat
-
INTERNAL API
- PartialFunction$() - Constructor for class org.apache.pekko.compat.PartialFunction$
- PartialImmutableValuesIterable() - Constructor for class org.apache.pekko.util.Collections.PartialImmutableValuesIterable
- PartialObjectException(String) - Constructor for exception org.apache.pekko.stream.scaladsl.JsonFraming.PartialObjectException
- PartialObjectException$() - Constructor for class org.apache.pekko.stream.scaladsl.JsonFraming.PartialObjectException$
- partition(Seq<T>, Function1<T, Either<A, B>>) - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult$
- Partition - Class in org.apache.pekko.stream.javadsl
-
Fan-out the stream to several streams.
- Partition<T> - Class in org.apache.pekko.stream.scaladsl
-
Fan-out the stream to several streams.
- Partition() - Constructor for class org.apache.pekko.stream.javadsl.Partition
- Partition(int, Function1<T, Object>) - Constructor for class org.apache.pekko.stream.scaladsl.Partition
-
Deprecated.Use the constructor which also specifies the `eagerCancel` parameter. Since Akka 2.5.10.
- Partition(int, Function1<T, Object>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.Partition
- Partition.PartitionOutOfBoundsException - Exception in org.apache.pekko.stream.scaladsl
- Partition.PartitionOutOfBoundsException$ - Class in org.apache.pekko.stream.scaladsl
- Partition$ - Class in org.apache.pekko.stream.javadsl
-
Fan-out the stream to several streams.
- Partition$ - Class in org.apache.pekko.stream.scaladsl
- Partition$() - Constructor for class org.apache.pekko.stream.javadsl.Partition$
- Partition$() - Constructor for class org.apache.pekko.stream.scaladsl.Partition$
- partitioner() - Method in class org.apache.pekko.stream.scaladsl.Partition
- PartitionHub - Class in org.apache.pekko.stream.javadsl
-
A
PartitionHubis a special streaming hub that is able to route streamed elements to a dynamic set of consumers. - PartitionHub() - Constructor for class org.apache.pekko.stream.javadsl.PartitionHub
- PartitionHub.ConsumerInfo - Interface in org.apache.pekko.stream.javadsl
- PartitionHub$ - Class in org.apache.pekko.stream.javadsl
-
A
PartitionHubis a special streaming hub that is able to route streamed elements to a dynamic set of consumers. - PartitionHub$ - Class in org.apache.pekko.stream.scaladsl
-
A
PartitionHubis a special streaming hub that is able to route streamed elements to a dynamic set of consumers. - PartitionHub$() - Constructor for class org.apache.pekko.stream.javadsl.PartitionHub$
- PartitionHub$() - Constructor for class org.apache.pekko.stream.scaladsl.PartitionHub$
- PartitionOutOfBoundsException(String) - Constructor for exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- PartitionOutOfBoundsException$() - Constructor for class org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException$
- PassAll() - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- PassAll() - Method in class org.apache.pekko.persistence.testkit.EventStorage.JournalPolicies$
- PassAll() - Method in interface org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies
- PassAll() - Method in class org.apache.pekko.persistence.testkit.SnapshotStorage.SnapshotPolicies$
- PassAll$() - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
- passAlong(Inlet<In>, Outlet<Out>, boolean, boolean, boolean) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Install a handler on the given inlet that emits received elements on the given outlet before pulling for more data.
- passAlong$default$3() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
- passAlong$default$4() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
- passAlong$default$5() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
- Passivate(ActorRef<M>) - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- Passivate(ActorRef<M>) - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- Passivate$() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate$
- Passivate$() - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate$
- passivateIdleEntityAfter() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Deprecated.See passivationStrategySettings.idleEntitySettings instead. Since Akka 2.6.18.
- passivateIdleEntityAfter() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Deprecated.See passivationStrategySettings.idleEntitySettings instead. Since Akka 2.6.18.
- PassivationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategy$
- passivationStrategySettings() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- passivationStrategySettings() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- PassivationStrategySettings(Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.IdleSettings>, Option<Object>, Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.PolicySettings>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- PassivationStrategySettings(Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.IdleSettings>, Option<Object>, Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.PolicySettings>, Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- PassivationStrategySettings(Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.IdleSettings>, Option<Object>, Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.PolicySettings>) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- PassivationStrategySettings(Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.IdleSettings>, Option<Object>, Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.PolicySettings>, Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings>) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- PassivationStrategySettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$
- PassivationStrategySettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$
- passThrough(RoleName, RoleName, ThrottlerTransportAdapter.Direction) - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Switch the Netty pipeline of the remote support into pass through mode for sending and/or receiving.
- path() - Method in class org.apache.pekko.actor.ActorRef
-
Returns the path for this actor (from this actor up to the root actor).
- path() - Method in class org.apache.pekko.actor.ActorSelection
- path() - Method in class org.apache.pekko.actor.Deploy
- path() - Method in class org.apache.pekko.actor.IgnoreActorRef$
- path() - Static method in class org.apache.pekko.actor.Nobody
- path() - Method in class org.apache.pekko.actor.Nobody$
- path() - Method in interface org.apache.pekko.actor.typed.ActorRef
-
The hierarchical path name of the referenced Actor.
- path() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- path() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- path() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- path() - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- path() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- path() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- path() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- path() - Method in class org.apache.pekko.event.Logging.StandardOutLogger
- path() - Method in class org.apache.pekko.io.Tcp.WritePath
- path(Address) - Method in class org.apache.pekko.cluster.ClusterHeartbeatReceiver$
- PATH_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- PATH_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- PATH_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.ActorRef
- PATH_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.ActorRefData
- PATH_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- PATH_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- PATH_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- paths() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- paths() - Method in class org.apache.pekko.routing.BroadcastGroup
- paths() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- paths() - Method in class org.apache.pekko.routing.RandomGroup
- paths() - Method in class org.apache.pekko.routing.RoundRobinGroup
- paths() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- paths() - Method in class org.apache.pekko.routing.TailChoppingGroup
- paths(ActorSystem) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- paths(ActorSystem) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- paths(ActorSystem) - Method in class org.apache.pekko.routing.BroadcastGroup
- paths(ActorSystem) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- paths(ActorSystem) - Method in interface org.apache.pekko.routing.Group
- paths(ActorSystem) - Method in class org.apache.pekko.routing.GroupBase
- paths(ActorSystem) - Method in class org.apache.pekko.routing.RandomGroup
- paths(ActorSystem) - Method in class org.apache.pekko.routing.RoundRobinGroup
- paths(ActorSystem) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- paths(ActorSystem) - Method in class org.apache.pekko.routing.TailChoppingGroup
- pathString() - Method in class org.apache.pekko.actor.ActorSelection
-
String representation of the path elements, starting with "/" and separated with "/".
- PathUtils - Interface in org.apache.pekko.actor
- patience() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- patience() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKitBase
-
PatienceConfigfrompekko.actor.testkit.typed.TestKitSettings#DefaultTimeout. - PatienceConfig() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- PATTERN_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- Patterns - Class in org.apache.pekko.pattern
-
Java API: for Pekko patterns such as
ask,pipeand others which work withCompletionStage. - Patterns() - Constructor for class org.apache.pekko.pattern.Patterns
- Patterns$ - Class in org.apache.pekko.pattern
-
Java API: for Pekko patterns such as
ask,pipeand others which work withCompletionStage. - Patterns$() - Constructor for class org.apache.pekko.pattern.Patterns$
- PatternsCS - Class in org.apache.pekko.pattern
-
Deprecated.Use Patterns instead. Since Akka 2.5.19.
- PatternsCS() - Constructor for class org.apache.pekko.pattern.PatternsCS
-
Deprecated.
- PatternsCS$ - Class in org.apache.pekko.pattern
-
Deprecated.Use Patterns instead. Since Akka 2.5.19.
- PatternsCS$() - Constructor for class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.
- payload() - Method in class org.apache.pekko.io.Udp.Send
- payload() - Method in class org.apache.pekko.io.UdpConnected.Send
- payload() - Method in class org.apache.pekko.persistence.AtomicWrite
- payload() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- payload() - Method in class org.apache.pekko.persistence.journal.Tagged
- payload() - Method in interface org.apache.pekko.persistence.PersistentEnvelope
- payload() - Method in interface org.apache.pekko.persistence.PersistentRepr
-
This persistent message's payload (the event).
- payload() - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- payload() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- Payload(ByteString) - Constructor for class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- Payload$() - Constructor for class org.apache.pekko.remote.transport.PekkoPduCodec.Payload$
- payloadBuilder(Object, Serialization, LoggingAdapter) - Method in class org.apache.pekko.remote.serialization.WrappedPayloadSupport$
-
Serialize the
inputalong with itsmanifestandserializerId. - PAYLOADMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- peek() - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue
- peek() - Method in class org.apache.pekko.dispatch.AbstractNodeQueue
-
Query the queue tail for the next element without dequeuing it.
- peek() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- peek() - Method in interface org.apache.pekko.util.PriorityQueueStabilizer
- peekApplyHandler(Object) - Method in interface org.apache.pekko.persistence.Eventsourced
- peekNode() - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue
- peekNode() - Method in class org.apache.pekko.dispatch.AbstractNodeQueue
-
Query the queue tail for the next element without dequeuing it.
- peer(Address) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- peerCertificates() - Method in interface org.apache.pekko.stream.scaladsl.ScalaSessionAPI
-
Scala API: Extract the certificates that were used by the peer engine during this session’s negotiation.
- PeerClosed$() - Constructor for class org.apache.pekko.io.Tcp.PeerClosed$
- peerPrincipal() - Method in interface org.apache.pekko.stream.scaladsl.ScalaSessionAPI
-
Scala API: Extract the Principal that the peer engine presented during this session’s negotiation.
- Pekko$() - Constructor for class org.apache.pekko.persistence.serialization.SnapshotAutoMigration.Pekko$
- pekkoActorClassLoader() - Static method in class org.apache.pekko.osgi.OsgiActorSystemFactory
-
Class loader of pekko-actor bundle.
- pekkoActorClassLoader() - Method in class org.apache.pekko.osgi.OsgiActorSystemFactory$
-
Class loader of pekko-actor bundle.
- pekkoAddress() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- PekkoAddressKey() - Static method in class org.apache.pekko.actor.typed.internal.ActorMdc
- PekkoAddressKey() - Method in class org.apache.pekko.actor.typed.internal.ActorMdc$
- PekkoException - Exception in org.apache.pekko
-
Pekko base Exception.
- PekkoException(String) - Constructor for exception org.apache.pekko.PekkoException
- PekkoException(String, Throwable) - Constructor for exception org.apache.pekko.PekkoException
- PekkoForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler) - Constructor for class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinPool
- PekkoForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean) - Constructor for class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinPool
- PekkoForkJoinTask(Runnable) - Constructor for class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinTask
- PekkoJacksonModule - Class in org.apache.pekko.serialization.jackson
-
Complete module with support for all custom serializers.
- PekkoJacksonModule() - Constructor for class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- PekkoJacksonModule$ - Class in org.apache.pekko.serialization.jackson
- PekkoJacksonModule$() - Constructor for class org.apache.pekko.serialization.jackson.PekkoJacksonModule$
- PekkoLoggerBridge - Class in com.typesafe.sslconfig.pekko.util
- PekkoLoggerBridge(EventStream, Class<?>) - Constructor for class com.typesafe.sslconfig.pekko.util.PekkoLoggerBridge
- PekkoLoggerBridge(EventStream, String, Class<?>) - Constructor for class com.typesafe.sslconfig.pekko.util.PekkoLoggerBridge
- PekkoLoggerFactory - Class in com.typesafe.sslconfig.pekko.util
- PekkoLoggerFactory(ActorSystem) - Constructor for class com.typesafe.sslconfig.pekko.util.PekkoLoggerFactory
- PekkoOverhead() - Method in class org.apache.pekko.remote.transport.PekkoProtocolTransport$
- PekkoPduCodec - Interface in org.apache.pekko.remote.transport
-
INTERNAL API
- PekkoPduCodec.Associate - Class in org.apache.pekko.remote.transport
- PekkoPduCodec.Associate$ - Class in org.apache.pekko.remote.transport
- PekkoPduCodec.Disassociate - Class in org.apache.pekko.remote.transport
- PekkoPduCodec.Disassociate$ - Class in org.apache.pekko.remote.transport
- PekkoPduCodec.Heartbeat$ - Class in org.apache.pekko.remote.transport
- PekkoPduCodec.Message - Class in org.apache.pekko.remote.transport
- PekkoPduCodec.Message$ - Class in org.apache.pekko.remote.transport
- PekkoPduCodec.Payload - Class in org.apache.pekko.remote.transport
- PekkoPduCodec.Payload$ - Class in org.apache.pekko.remote.transport
- PekkoPduCodec.PekkoPdu - Interface in org.apache.pekko.remote.transport
-
Trait that represents decoded Pekko PDUs (Protocol Data Units)
- PekkoPduCodec$ - Class in org.apache.pekko.remote.transport
-
INTERNAL API
- PekkoPduCodec$() - Constructor for class org.apache.pekko.remote.transport.PekkoPduCodec$
- PekkoPduProtobufCodec - Class in org.apache.pekko.remote.transport
-
INTERNAL API
- PekkoPduProtobufCodec() - Constructor for class org.apache.pekko.remote.transport.PekkoPduProtobufCodec
- PekkoPduProtobufCodec$ - Class in org.apache.pekko.remote.transport
-
INTERNAL API
- PekkoPduProtobufCodec$() - Constructor for class org.apache.pekko.remote.transport.PekkoPduProtobufCodec$
- PekkoProtocolException - Exception in org.apache.pekko.remote.transport
- PekkoProtocolException(String) - Constructor for exception org.apache.pekko.remote.transport.PekkoProtocolException
- PekkoProtocolException(String, Throwable) - Constructor for exception org.apache.pekko.remote.transport.PekkoProtocolException
- PekkoProtocolTransport$ - Class in org.apache.pekko.remote.transport
- PekkoProtocolTransport$() - Constructor for class org.apache.pekko.remote.transport.PekkoProtocolTransport$
- PekkoSerializationDeserializer - Class in org.apache.pekko.serialization.jackson
- PekkoSerializationDeserializer() - Constructor for class org.apache.pekko.serialization.jackson.PekkoSerializationDeserializer
- PekkoSerializationSerializer - Class in org.apache.pekko.serialization.jackson
- PekkoSerializationSerializer() - Constructor for class org.apache.pekko.serialization.jackson.PekkoSerializationSerializer
- pekkoSource() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- PekkoSourceKey() - Static method in class org.apache.pekko.actor.typed.internal.ActorMdc
- PekkoSourceKey() - Method in class org.apache.pekko.actor.typed.internal.ActorMdc$
- PekkoSSLConfig - Class in com.typesafe.sslconfig.pekko
-
Deprecated.Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- PekkoSSLConfig(ExtendedActorSystem, SSLConfigSettings) - Constructor for class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- PekkoSSLConfig$ - Class in com.typesafe.sslconfig.pekko
-
Deprecated.Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- PekkoSSLConfig$() - Constructor for class com.typesafe.sslconfig.pekko.PekkoSSLConfig$
-
Deprecated.
- PekkoStreamJacksonModule - Class in org.apache.pekko.serialization.jackson
- PekkoStreamJacksonModule() - Constructor for class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- PekkoStreamJacksonModule$ - Class in org.apache.pekko.serialization.jackson
- PekkoStreamJacksonModule$() - Constructor for class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule$
- PekkoTagsKey() - Static method in class org.apache.pekko.actor.typed.internal.ActorMdc
- PekkoTagsKey() - Method in class org.apache.pekko.actor.typed.internal.ActorMdc$
- PekkoTypedJacksonModule - Class in org.apache.pekko.serialization.jackson
- PekkoTypedJacksonModule() - Constructor for class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- PekkoTypedJacksonModule$ - Class in org.apache.pekko.serialization.jackson
- PekkoTypedJacksonModule$() - Constructor for class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule$
- PekkoVersion - Class in org.apache.pekko
- PekkoVersion() - Constructor for class org.apache.pekko.PekkoVersion
- PekkoVersion$ - Class in org.apache.pekko
- PekkoVersion$() - Constructor for class org.apache.pekko.PekkoVersion$
- PEMDecoder - Class in org.apache.pekko.pki.pem
-
Decodes lax PEM encoded data, according to
- PEMDecoder() - Constructor for class org.apache.pekko.pki.pem.PEMDecoder
- PEMDecoder.DERData - Class in org.apache.pekko.pki.pem
- PEMDecoder$ - Class in org.apache.pekko.pki.pem
-
Decodes lax PEM encoded data, according to
- PEMDecoder$() - Constructor for class org.apache.pekko.pki.pem.PEMDecoder$
- PEMLoadingException - Exception in org.apache.pekko.pki.pem
- PEMLoadingException(String) - Constructor for exception org.apache.pekko.pki.pem.PEMLoadingException
- PEMLoadingException(String, Throwable) - Constructor for exception org.apache.pekko.pki.pem.PEMLoadingException
- PemManagersProvider - Class in org.apache.pekko.remote.artery.tcp.ssl
-
INTERNAL API
- PemManagersProvider() - Constructor for class org.apache.pekko.remote.artery.tcp.ssl.PemManagersProvider
- PemManagersProvider$ - Class in org.apache.pekko.remote.artery.tcp.ssl
-
INTERNAL API
- PemManagersProvider$() - Constructor for class org.apache.pekko.remote.artery.tcp.ssl.PemManagersProvider$
- pending() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- pending() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
-
Current pending requests.
- Pending(List<ConcurrentAsyncCallbackState.Event<E>>) - Constructor for class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- Pending$() - Constructor for class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending$
- pendingCommander_$eq(ActorRef) - Method in interface org.apache.pekko.io.WithUdpSend
- pendingEvents() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- pendingSend_$eq(Udp.Send) - Method in interface org.apache.pekko.io.WithUdpSend
- pendingStashingPersistInvocations_$eq(long) - Method in interface org.apache.pekko.persistence.Eventsourced
- perDataCenter(String, Set<ReplicaId>, Function1<ReplicationId, Behavior<M>>, ClassTag<M>) - Static method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider
-
Scala API
- perDataCenter(String, Set<ReplicaId>, Function1<ReplicationId, Behavior<M>>, ClassTag<M>) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider$
-
Scala API
- PerfFlamesSupport - Interface in org.apache.pekko.remote.testkit
-
INTERNAL API: Support trait allowing trivially recording perf metrics from
MultiNodeSpecs - perfJavaFlamesPath() - Method in interface org.apache.pekko.remote.testkit.PerfFlamesSupport
- PERFORMED_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- performRemovedNodePruning() - Method in class org.apache.pekko.cluster.ddata.Replicator
- PerGroupingBuffer - Interface in org.apache.pekko.cluster.pubsub
- PeriodicCacheCleanup - Interface in org.apache.pekko.io
- PeriodicTasksInitialDelay() - Method in class org.apache.pekko.cluster.ClusterSettings
- PeriodicTasksInitialDelay() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- perpetrator() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- perReplicaJournalConfig(ReplicationId, Map<ReplicaId, String>, Function<ReplicationContext, EventSourcedBehavior<Command, Event, State>>) - Static method in class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcing
-
Initialize a replicated event sourced behavior where each journal has different journal configuration e.g.
- perReplicaJournalConfig(ReplicationId, Map<ReplicaId, String>, Function<ReplicationContext, EventSourcedBehavior<Command, Event, State>>) - Method in class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcing$
-
Initialize a replicated event sourced behavior where each journal has different journal configuration e.g.
- perReplicaJournalConfig(ReplicationId, Map<ReplicaId, String>, Function1<ReplicationContext, EventSourcedBehavior<Command, Event, State>>) - Static method in class org.apache.pekko.persistence.typed.scaladsl.ReplicatedEventSourcing
-
Initialize a replicated event sourced behavior.
- perReplicaJournalConfig(ReplicationId, Map<ReplicaId, String>, Function1<ReplicationContext, EventSourcedBehavior<Command, Event, State>>) - Method in class org.apache.pekko.persistence.typed.scaladsl.ReplicatedEventSourcing$
-
Initialize a replicated event sourced behavior.
- perRole(String, Set<ReplicaId>, Function1<ReplicationId, Behavior<M>>, ClassTag<M>) - Static method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider
-
Scala API
- perRole(String, Set<ReplicaId>, Function1<ReplicationId, Behavior<M>>, ClassTag<M>) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider$
-
Scala API
- persist(A, B, Seq<Event>) - Method in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
Persist multiple events
- persist(A, Procedure<A>) - Method in interface org.apache.pekko.persistence.AbstractPersistentActorLike
-
Java API: asynchronously persists
event. - persist(A, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.PersistentActor
-
Asynchronously persists
event. - persist(Event) - Method in class org.apache.pekko.persistence.typed.javadsl.EffectFactories
-
Persist a single event
- persist(Event) - Method in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
Persist a single event
- persist(List<Event>) - Method in class org.apache.pekko.persistence.typed.javadsl.EffectFactories
-
Persist all of a the given events.
- persist(Seq<Event>) - Method in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
Persist multiple events
- persist(State) - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories
-
Persist new state.
- persist(State) - Method in class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
-
Persist new state.
- Persist$ - Class in org.apache.pekko.persistence.typed.internal
- Persist$ - Class in org.apache.pekko.persistence.typed.state.internal
- Persist$() - Constructor for class org.apache.pekko.persistence.typed.internal.Persist$
- Persist$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.Persist$
- persistAll(Iterable<A>, Procedure<A>) - Method in interface org.apache.pekko.persistence.AbstractPersistentActorLike
-
Java API: asynchronously persists
eventsin specified order. - persistAll(Seq<A>, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.PersistentActor
-
Asynchronously persists
eventsin specified order. - PersistAll$ - Class in org.apache.pekko.persistence.typed.internal
- PersistAll$() - Constructor for class org.apache.pekko.persistence.typed.internal.PersistAll$
- persistAllAsync(Iterable<A>, Procedure<A>) - Method in interface org.apache.pekko.persistence.AbstractPersistentActorLike
-
Java API: asynchronously persists
eventsin specified order. - persistAllAsync(Seq<A>, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.PersistentActor
-
Asynchronously persists
eventsin specified order. - persistAsync(A, Procedure<A>) - Method in interface org.apache.pekko.persistence.AbstractPersistentActorLike
-
Java API: asynchronously persists
event. - persistAsync(A, Function1<A, BoxedUnit>) - Method in interface org.apache.pekko.persistence.PersistentActor
-
Asynchronously persists
event. - persistedInStorage(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Retrieve all events saved in storage by persistence id.
- persistedInStorage(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Retrieve all snapshots and their metadata saved in storage by persistence id.
- persistedInStorage(String) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- persistedInStorage(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Retrieve all snapshots saved in storage by persistence id.
- persistedInStorage(String) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
-
Retrieve snapshots and their metadata from storage by persistence id.
- persistence() - Method in class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- persistence() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- persistence() - Method in interface org.apache.pekko.persistence.journal.WriteJournalBase
- persistence() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- Persistence - Class in org.apache.pekko.persistence
-
Persistence extension.
- Persistence(ExtendedActorSystem) - Constructor for class org.apache.pekko.persistence.Persistence
- PERSISTENCE_ID_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- Persistence.PluginHolder$ - Class in org.apache.pekko.persistence
- Persistence$ - Class in org.apache.pekko.persistence
-
Persistence extension provider.
- Persistence$() - Constructor for class org.apache.pekko.persistence.Persistence$
- persistenceId() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- persistenceId() - Method in class org.apache.pekko.persistence.AtomicWrite
- persistenceId() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- persistenceId() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- persistenceId() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- persistenceId() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- persistenceId() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- persistenceId() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- persistenceId() - Method in interface org.apache.pekko.persistence.PersistenceIdentity
-
Id of the persistent entity for which messages should be replayed.
- persistenceId() - Method in interface org.apache.pekko.persistence.PersistentRepr
-
Persistent id that journals a persistent message
- persistenceId() - Method in class org.apache.pekko.persistence.query.DeletedDurableState
- persistenceId() - Method in interface org.apache.pekko.persistence.query.DurableStateChange
-
The persistence id of the origin entity.
- persistenceId() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- persistenceId() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- persistenceId() - Method in class org.apache.pekko.persistence.query.UpdatedDurableState
- persistenceId() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- persistenceId() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- persistenceId() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- persistenceId() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- persistenceId() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
- persistenceId() - Method in interface org.apache.pekko.persistence.typed.javadsl.ReplicationContext
- persistenceId() - Method in interface org.apache.pekko.persistence.typed.PublishedEvent
- persistenceId() - Method in class org.apache.pekko.persistence.typed.ReplicationId
- persistenceId() - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
- persistenceId() - Method in interface org.apache.pekko.persistence.typed.scaladsl.ReplicationContext
- persistenceId() - Method in class org.apache.pekko.persistence.typed.SnapshotMetadata
- persistenceId() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
- persistenceId() - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior
- persistenceId(String) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- persistenceId(ActorRef) - Method in class org.apache.pekko.persistence.Persistence
-
Creates a canonical persistent actor id from a persistent actor ref.
- PersistenceId - Class in org.apache.pekko.persistence.typed
-
Unique identifier in the backend data store (journal and snapshot store) of the persistent actor.
- PersistenceId() - Constructor for class org.apache.pekko.persistence.typed.PersistenceId
- PERSISTENCEID_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- PERSISTENCEID_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- PersistenceId$ - Class in org.apache.pekko.persistence.typed
- PersistenceId$() - Constructor for class org.apache.pekko.persistence.typed.PersistenceId$
- persistenceId2dot3(String) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- PersistenceIdentity - Interface in org.apache.pekko.persistence
-
Identification of
PersistentActor. - PersistenceIdKey() - Static method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- PersistenceIdKey() - Method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- PersistenceIdKey() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc
- PersistenceIdKey() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc$
- persistenceIds() - Method in interface org.apache.pekko.persistence.query.javadsl.PersistenceIdsQuery
-
Query all
PersistentActoridentifiers, i.e. - persistenceIds() - Method in class org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
-
Deprecated.
persistenceIdsis used for retrieving allpersistenceIdsof all persistent actors. - persistenceIds() - Method in class org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
-
Deprecated.
persistenceIdsis used for retrieving allpersistenceIdsof all persistent actors. - persistenceIds() - Method in interface org.apache.pekko.persistence.query.scaladsl.PersistenceIdsQuery
-
Query all
PersistentActoridentifiers, i.e. - PersistenceIdsQuery - Interface in org.apache.pekko.persistence.query.javadsl
-
A plugin may optionally support this query by implementing this interface.
- PersistenceIdsQuery - Interface in org.apache.pekko.persistence.query.scaladsl
-
A plugin may optionally support this query by implementing this trait.
- PersistenceInit - Class in org.apache.pekko.persistence.testkit.javadsl
-
Test utility to initialize persistence plugins.
- PersistenceInit - Class in org.apache.pekko.persistence.testkit.scaladsl
-
Test utility to initialize persistence plugins.
- PersistenceInit() - Constructor for class org.apache.pekko.persistence.testkit.javadsl.PersistenceInit
- PersistenceInit() - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.PersistenceInit
- PersistenceInit$ - Class in org.apache.pekko.persistence.testkit.javadsl
-
Test utility to initialize persistence plugins.
- PersistenceInit$ - Class in org.apache.pekko.persistence.testkit.scaladsl
-
Test utility to initialize persistence plugins.
- PersistenceInit$() - Constructor for class org.apache.pekko.persistence.testkit.javadsl.PersistenceInit$
- PersistenceInit$() - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.PersistenceInit$
- PersistenceInitImpl$ - Class in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- PersistenceInitImpl$() - Constructor for class org.apache.pekko.persistence.testkit.internal.PersistenceInitImpl$
- PersistenceMdc - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- PersistenceMdc - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- PersistenceMdc() - Constructor for class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- PersistenceMdc() - Constructor for class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc
- PersistenceMdc$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- PersistenceMdc$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- PersistenceMdc$() - Constructor for class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- PersistenceMdc$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc$
- PersistencePhaseKey() - Static method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- PersistencePhaseKey() - Method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- PersistencePhaseKey() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc
- PersistencePhaseKey() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc$
- PersistencePlugin$ - Class in org.apache.pekko.persistence
-
INTERNAL API
- PersistencePlugin$() - Constructor for class org.apache.pekko.persistence.PersistencePlugin$
- PersistencePluginProxy - Class in org.apache.pekko.persistence.journal
- PersistencePluginProxy(Config) - Constructor for class org.apache.pekko.persistence.journal.PersistencePluginProxy
- PersistencePluginProxy.PluginType - Interface in org.apache.pekko.persistence.journal
- PersistencePluginProxy.TargetLocation - Class in org.apache.pekko.persistence.journal
- PersistencePluginProxy.TargetLocation$ - Class in org.apache.pekko.persistence.journal
- PersistencePluginProxy$ - Class in org.apache.pekko.persistence.journal
- PersistencePluginProxy$() - Constructor for class org.apache.pekko.persistence.journal.PersistencePluginProxy$
- PersistencePluginProxyExtension - Class in org.apache.pekko.persistence.journal
- PersistencePluginProxyExtension() - Constructor for class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension
- PersistencePluginProxyExtension$ - Class in org.apache.pekko.persistence.journal
- PersistencePluginProxyExtension$() - Constructor for class org.apache.pekko.persistence.journal.PersistencePluginProxyExtension$
- PersistencePluginProxyExtensionImpl - Class in org.apache.pekko.persistence.journal
-
PersistencePluginProxyExtensionImpl is an
Extensionthat enables initialization of thePersistencePluginProxyvia configuration, without requiring any code changes or the creation of any actors. - PersistencePluginProxyExtensionImpl(ActorSystem) - Constructor for class org.apache.pekko.persistence.journal.PersistencePluginProxyExtensionImpl
- PersistenceQuery - Class in org.apache.pekko.persistence.query
- PersistenceQuery(ExtendedActorSystem) - Constructor for class org.apache.pekko.persistence.query.PersistenceQuery
- PersistenceQuery$ - Class in org.apache.pekko.persistence.query
-
Persistence extension for queries.
- PersistenceQuery$() - Constructor for class org.apache.pekko.persistence.query.PersistenceQuery$
- PersistenceRecovery - Interface in org.apache.pekko.persistence
- PersistenceSettings - Class in org.apache.pekko.persistence
-
Persistence configuration.
- PersistenceSettings(Config) - Constructor for class org.apache.pekko.persistence.PersistenceSettings
- PersistenceSettings.atLeastOnceDelivery - Class in org.apache.pekko.persistence
- PersistenceSettings.atLeastOnceDelivery$ - Class in org.apache.pekko.persistence
- PersistenceSettings.internal - Class in org.apache.pekko.persistence
-
INTERNAL API.
- PersistenceSettings.internal$ - Class in org.apache.pekko.persistence
-
INTERNAL API.
- PersistenceStash - Interface in org.apache.pekko.persistence
- persistenceTestKit() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
The underlying
PersistenceTestKitfor the in-memory journal. - persistenceTestKit() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit
-
The underlying
PersistenceTestKitfor the in-memory journal. - PersistenceTestKit - Class in org.apache.pekko.persistence.testkit.javadsl
-
Class for testing persisted events in persistent actors.
- PersistenceTestKit - Class in org.apache.pekko.persistence.testkit.scaladsl
-
Class for testing events of persistent actors.
- PersistenceTestKit(ActorSystem) - Constructor for class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
- PersistenceTestKit(ActorSystem) - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- PersistenceTestKit(PersistenceTestKit) - Constructor for class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
- PersistenceTestKit.Settings - Class in org.apache.pekko.persistence.testkit.scaladsl
- PersistenceTestKit.Settings$ - Class in org.apache.pekko.persistence.testkit.scaladsl
- PersistenceTestKit$ - Class in org.apache.pekko.persistence.testkit.javadsl
- PersistenceTestKit$ - Class in org.apache.pekko.persistence.testkit.scaladsl
- PersistenceTestKit$() - Constructor for class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit$
- PersistenceTestKit$() - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit$
- PersistenceTestKitDurableStateStore<A> - Class in org.apache.pekko.persistence.testkit.state.javadsl
- PersistenceTestKitDurableStateStore<A> - Class in org.apache.pekko.persistence.testkit.state.scaladsl
- PersistenceTestKitDurableStateStore(ExtendedActorSystem) - Constructor for class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- PersistenceTestKitDurableStateStore(PersistenceTestKitDurableStateStore<A>) - Constructor for class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- PersistenceTestKitDurableStateStore$ - Class in org.apache.pekko.persistence.testkit.state.javadsl
- PersistenceTestKitDurableStateStore$ - Class in org.apache.pekko.persistence.testkit.state.scaladsl
- PersistenceTestKitDurableStateStore$() - Constructor for class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore$
- PersistenceTestKitDurableStateStore$() - Constructor for class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore$
- PersistenceTestKitDurableStateStorePlugin - Class in org.apache.pekko.persistence.testkit
- PersistenceTestKitDurableStateStorePlugin() - Constructor for class org.apache.pekko.persistence.testkit.PersistenceTestKitDurableStateStorePlugin
- PersistenceTestKitDurableStateStorePlugin$ - Class in org.apache.pekko.persistence.testkit
- PersistenceTestKitDurableStateStorePlugin$() - Constructor for class org.apache.pekko.persistence.testkit.PersistenceTestKitDurableStateStorePlugin$
- PersistenceTestKitDurableStateStoreProvider - Class in org.apache.pekko.persistence.testkit.state
- PersistenceTestKitDurableStateStoreProvider(ExtendedActorSystem) - Constructor for class org.apache.pekko.persistence.testkit.state.PersistenceTestKitDurableStateStoreProvider
- PersistenceTestKitOps<S,P> - Interface in org.apache.pekko.persistence.testkit.scaladsl
- PersistenceTestKitPlugin - Class in org.apache.pekko.persistence.testkit
-
INTERNAL API
- PersistenceTestKitPlugin(Config, String) - Constructor for class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- PersistenceTestKitPlugin.SliceWrite$ - Class in org.apache.pekko.persistence.testkit
- PersistenceTestKitPlugin.TagWrite$ - Class in org.apache.pekko.persistence.testkit
- PersistenceTestKitPlugin.Write$ - Class in org.apache.pekko.persistence.testkit
- PersistenceTestKitPlugin$ - Class in org.apache.pekko.persistence.testkit
- PersistenceTestKitPlugin$() - Constructor for class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin$
- PersistenceTestKitReadJournal - Class in org.apache.pekko.persistence.testkit.query.javadsl
- PersistenceTestKitReadJournal - Class in org.apache.pekko.persistence.testkit.query.scaladsl
- PersistenceTestKitReadJournal(ExtendedActorSystem, Config, String) - Constructor for class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- PersistenceTestKitReadJournal(PersistenceTestKitReadJournal) - Constructor for class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal
- PersistenceTestKitReadJournal$ - Class in org.apache.pekko.persistence.testkit.query.javadsl
- PersistenceTestKitReadJournal$ - Class in org.apache.pekko.persistence.testkit.query.scaladsl
- PersistenceTestKitReadJournal$() - Constructor for class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal$
- PersistenceTestKitReadJournal$() - Constructor for class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal$
- PersistenceTestKitReadJournalProvider - Class in org.apache.pekko.persistence.testkit.query
- PersistenceTestKitReadJournalProvider(ExtendedActorSystem, Config, String) - Constructor for class org.apache.pekko.persistence.testkit.query.PersistenceTestKitReadJournalProvider
- PersistenceTestKitSnapshotPlugin - Class in org.apache.pekko.persistence.testkit
-
INTERNAL API
- PersistenceTestKitSnapshotPlugin(Config, String) - Constructor for class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- PersistenceTestKitSnapshotPlugin$ - Class in org.apache.pekko.persistence.testkit
- PersistenceTestKitSnapshotPlugin$() - Constructor for class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin$
- persistent() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- persistent() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- persistentActor() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- persistentActor() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- persistentActor() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- PersistentActor - Interface in org.apache.pekko.persistence
-
Scala API: A persistent Actor - can be used to implement command or Event Sourcing.
- PersistentEnvelope - Interface in org.apache.pekko.persistence
-
INTERNAL API
- persistentFromBytes(byte[]) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- PersistentFSM<S extends PersistentFSM.FSMState,D,E> - Interface in org.apache.pekko.persistence.fsm
-
Deprecated.Use EventSourcedBehavior. Since Akka 2.6.0.
- PersistentFSM.$minus$greater$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.This extractor is just convenience for matching a (S, S) pair, including a reminder what the new state is.
- PersistentFSM.CurrentState<S> - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Message type which is sent directly to the subscribed actor in
pekko.actor.FSM.SubscribeTransitionCallBackbefore sending anypekko.actor.FSM.Transitionmessages. - PersistentFSM.CurrentState$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.Event<D> - Class in org.apache.pekko.persistence.fsm
-
Deprecated.All messages sent to the
pekko.actor.FSMwill be wrapped inside anEvent, which allows pattern matching to extract both state and data. - PersistentFSM.Event$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.Failure - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Signifies that the
pekko.actor.FSMis shutting itself down because of an error, e.g. - PersistentFSM.Failure$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.FixedDelayMode$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.INTERNAL API
- PersistentFSM.FixedRateMode$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.INTERNAL API
- PersistentFSM.FSMState - Interface in org.apache.pekko.persistence.fsm
-
Deprecated.FSMState base trait, makes possible for simple default serialization by conversion to String
- PersistentFSM.LogEntry<S,D> - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Log Entry of the
pekko.actor.LoggingFSM, can be obtained by callinggetLog. - PersistentFSM.LogEntry$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.Normal$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Default reason if calling
stop(). - PersistentFSM.NullFunction$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.A partial function value which does not match anything and can be used to “reset”
whenUnhandledandonTerminationhandlers. - PersistentFSM.PersistentFsmEvent - Interface in org.apache.pekko.persistence.fsm
-
Deprecated.Base persistent event class
- PersistentFSM.PersistentFSMSnapshot<D> - Class in org.apache.pekko.persistence.fsm
-
Deprecated.FSM state and data snapshot
- PersistentFSM.PersistentFSMSnapshot$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.Reason - Interface in org.apache.pekko.persistence.fsm
-
Deprecated.Reason why this
pekko.actor.FSMis shutting down. - PersistentFSM.Shutdown$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Reason given when someone was calling
system.stop(fsm)from outside; also applies toStopsupervision directive. - PersistentFSM.SingleMode$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.INTERNAL API
- PersistentFSM.State<S,D,E> - Class in org.apache.pekko.persistence.fsm
-
Deprecated.This captures all of the managed state of the
pekko.actor.FSM: the state name, the state data, possibly custom timeout, stop reason, replies accumulated while processing the last message, possibly domain event and handler to be executed after FSM moves to the new state (also triggered when staying in the same state) - PersistentFSM.State$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.StateChangeEvent - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Persisted on state change Not deprecated as used for users migrating from PersistentFSM to EventSourcedBehavior
- PersistentFSM.StateChangeEvent$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.StateTimeout$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.This case object is received in case of a state timeout.
- PersistentFSM.StopEvent<S,D> - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Case class representing the state of the
pekko.actor.FSMwhithin theonTerminationblock. - PersistentFSM.StopEvent$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.SubscribeTransitionCallBack - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Send this to an
pekko.actor.FSMto request first thePersistentFSM.CurrentStateand then a series ofPersistentFSM.Transitionupdates. - PersistentFSM.SubscribeTransitionCallBack$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.TimeoutMarker - Class in org.apache.pekko.persistence.fsm
-
Deprecated.INTERNAL API
- PersistentFSM.TimeoutMarker$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.Timer - Class in org.apache.pekko.persistence.fsm
-
Deprecated.INTERNAL API
- PersistentFSM.Timer$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.TimerMode - Interface in org.apache.pekko.persistence.fsm
-
Deprecated.INTERNAL API
- PersistentFSM.Transition<S> - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Message type which is used to communicate transitions between states to all subscribed listeners (use
pekko.actor.FSM.SubscribeTransitionCallBack). - PersistentFSM.Transition$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM.UnsubscribeTransitionCallBack - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Unsubscribe from
pekko.actor.FSM.Transitionnotifications which was effected by sending the correspondingpekko.actor.FSM.SubscribeTransitionCallBack. - PersistentFSM.UnsubscribeTransitionCallBack$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSM$ - Class in org.apache.pekko.persistence.fsm
-
Deprecated.Use EventSourcedBehavior. Since Akka 2.6.0.
- PersistentFSM$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM$
-
Deprecated.
- PersistentFSMBase<S,D,E> - Interface in org.apache.pekko.persistence.fsm
-
Deprecated.Use EventSourcedBehavior. Since Akka 2.6.0.
- PersistentFSMBase.TransformHelper - Class in org.apache.pekko.persistence.fsm
-
Deprecated.
- PersistentFSMMigration - Class in org.apache.pekko.persistence.typed.javadsl
-
Helper functions for migration from PersistentFSM to Persistence Typed
- PersistentFSMMigration - Class in org.apache.pekko.persistence.typed.scaladsl
-
Helper functions for migration from PersistentFSM to Persistence Typed
- PersistentFSMMigration() - Constructor for class org.apache.pekko.persistence.typed.javadsl.PersistentFSMMigration
- PersistentFSMMigration() - Constructor for class org.apache.pekko.persistence.typed.scaladsl.PersistentFSMMigration
- PersistentFSMMigration$ - Class in org.apache.pekko.persistence.typed.javadsl
-
Helper functions for migration from PersistentFSM to Persistence Typed
- PersistentFSMMigration$ - Class in org.apache.pekko.persistence.typed.scaladsl
-
Helper functions for migration from PersistentFSM to Persistence Typed
- PersistentFSMMigration$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.PersistentFSMMigration$
- PersistentFSMMigration$() - Constructor for class org.apache.pekko.persistence.typed.scaladsl.PersistentFSMMigration$
- persistentFSMSnapshot(MessageFormats.PersistentFSMSnapshot) - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- PersistentFSMSnapshot(String, D, Option<FiniteDuration>) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- PersistentFSMSnapshot$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot$
-
Deprecated.
- PersistentFSMSnapshotClass() - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- PersistentImpl$ - Class in org.apache.pekko.persistence
- PersistentImpl$() - Constructor for class org.apache.pekko.persistence.PersistentImpl$
- PersistentImplClass() - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- PersistentRepr - Interface in org.apache.pekko.persistence
-
Plugin API: representation of a persistent message in the journal plugin API.
- PersistentRepr$ - Class in org.apache.pekko.persistence
- PersistentRepr$() - Constructor for class org.apache.pekko.persistence.PersistentRepr$
- PersistentReprClass() - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- PersistentShardCoordinator - Class in org.apache.pekko.cluster.sharding
-
Deprecated.Use `ddata` mode, persistence mode is deprecated. Since Akka 2.6.0.
- PersistentShardCoordinator(String, ClusterShardingSettings, ShardCoordinator.ShardAllocationStrategy) - Constructor for class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- PersistentStateChangeEventClass() - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- persistentToBytes(PersistentRepr) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- persistForRecovery(String, List<Object>) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Persist
eventsinto storage in order. - persistForRecovery(String, List<Pair<SnapshotMeta, Object>>) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Persist
snapshotswith metadata into storage in order. - persistForRecovery(String, Seq<Object>) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- persistForRecovery(String, Seq<Object>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Persist
snapshotsinto storage in order. - persistForRecovery(String, Seq<Tuple2<SnapshotMeta, Object>>) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
-
Persist
elemspairs of (snapshot metadata, snapshot payload) into storage. - persistForRecovery(String, Tuple2<SnapshotMeta, Object>) - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
-
Persist a pair of (snapshot metadata, snapshot payload) into storage.
- PersistingEvents() - Static method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- PersistingEvents() - Method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- PersistingState() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc
- PersistingState() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc$
- PersistNothing - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- PersistNothing - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- PersistNothing() - Constructor for class org.apache.pekko.persistence.typed.internal.PersistNothing
- PersistNothing() - Constructor for class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- PersistNothing$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- PersistNothing$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- PersistNothing$() - Constructor for class org.apache.pekko.persistence.typed.internal.PersistNothing$
- PersistNothing$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.PersistNothing$
- PFBuilder<I,R> - Class in org.apache.pekko.japi.pf
-
A builder for
PartialFunction. - PFBuilder() - Constructor for class org.apache.pekko.japi.pf.PFBuilder
-
Create a PFBuilder.
- Phase$() - Constructor for class org.apache.pekko.actor.CoordinatedShutdown.Phase$
- PhaseActorSystemTerminate() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Last phase.
- PhaseActorSystemTerminate() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Last phase.
- PhaseBeforeActorSystemTerminate() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Phase for custom application tasks that are to be run after cluster shutdown and before ActorSystem termination.
- PhaseBeforeActorSystemTerminate() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Phase for custom application tasks that are to be run after cluster shutdown and before ActorSystem termination.
- PhaseBeforeClusterShutdown() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Phase for custom application tasks that are to be run after service shutdown and before cluster shutdown.
- PhaseBeforeClusterShutdown() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Phase for custom application tasks that are to be run after service shutdown and before cluster shutdown.
- PhaseBeforeServiceUnbind() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- PhaseBeforeServiceUnbind() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- PhaseClusterExiting() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Shutdown cluster singletons
- PhaseClusterExiting() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Shutdown cluster singletons
- PhaseClusterExitingDone() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Wait until exiting has been completed
- PhaseClusterExitingDone() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Wait until exiting has been completed
- PhaseClusterLeave() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Emit the leave command for the node that is shutting down.
- PhaseClusterLeave() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Emit the leave command for the node that is shutting down.
- PhaseClusterShardingShutdownRegion() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Graceful shutdown of the Cluster Sharding regions.
- PhaseClusterShardingShutdownRegion() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Graceful shutdown of the Cluster Sharding regions.
- PhaseClusterShutdown() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Shutdown the cluster extension
- PhaseClusterShutdown() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Shutdown the cluster extension
- PhaseServiceRequestsDone() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Wait for requests that are in progress to be completed.
- PhaseServiceRequestsDone() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Wait for requests that are in progress to be completed.
- PhaseServiceStop() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Final shutdown of service endpoints.
- PhaseServiceStop() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Final shutdown of service endpoints.
- PhaseServiceUnbind() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
-
Stop accepting new incoming requests in for example HTTP.
- PhaseServiceUnbind() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
-
Stop accepting new incoming requests in for example HTTP.
- phi() - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
-
The suspicion level of the accrual failure detector.
- PhiAccrualFailureDetector - Class in org.apache.pekko.remote
-
Implementation of 'The Phi Accrual Failure Detector' by Hayashibara et al.
- PhiAccrualFailureDetector(double, int, FiniteDuration, FiniteDuration, FiniteDuration, FailureDetector.Clock) - Constructor for class org.apache.pekko.remote.PhiAccrualFailureDetector
-
Constructor without eventStream to support backwards compatibility
- PhiAccrualFailureDetector(double, int, FiniteDuration, FiniteDuration, FiniteDuration, Option<EventStream>, FailureDetector.Clock) - Constructor for class org.apache.pekko.remote.PhiAccrualFailureDetector
- PhiAccrualFailureDetector(Config, EventStream) - Constructor for class org.apache.pekko.remote.PhiAccrualFailureDetector
-
Constructor that reads parameters from config.
- pickHighestPriority(Set<Member>, Set<Member>) - Static method in class org.apache.pekko.cluster.Member
-
Deprecated.Was accidentally made a public API, internal. Since Akka 2.5.4.
- pickHighestPriority(Set<Member>, Set<Member>) - Method in class org.apache.pekko.cluster.Member$
-
Deprecated.Was accidentally made a public API, internal. Since Akka 2.5.4.
- pid() - Method in class org.apache.pekko.persistence.PluginSpec
- Ping() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- Ping$() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping$
-
Deprecated.
- PinnedDispatcher - Class in org.apache.pekko.dispatch
-
Dedicates a unique thread for each actor passed in as reference.
- PinnedDispatcher(MessageDispatcherConfigurator, org.apache.pekko.actor.ActorCell, String, FiniteDuration, ThreadPoolConfig) - Constructor for class org.apache.pekko.dispatch.PinnedDispatcher
- PinnedDispatcherConfigurator - Class in org.apache.pekko.dispatch
-
Configurator for creating
pekko.dispatch.PinnedDispatcher. - PinnedDispatcherConfigurator(Config, DispatcherPrerequisites) - Constructor for class org.apache.pekko.dispatch.PinnedDispatcherConfigurator
- pipe(CompletionStage<T>, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
When this
CompletionStagefinishes, send its result to the givenpekko.actor.ActorReforpekko.actor.ActorSelection. - pipe(CompletionStage<T>, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
When this
CompletionStagefinishes, send its result to the givenpekko.actor.ActorReforpekko.actor.ActorSelection. - pipe(CompletionStage<T>, ExecutionContext) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Patterns.pipe instead. Since Akka 2.5.19.
- pipe(CompletionStage<T>, ExecutionContext) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Patterns.pipe instead. Since Akka 2.5.19.
- pipe(Future<T>, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
Register an onComplete callback on this
Futureto send the result to the givenpekko.actor.ActorReforpekko.actor.ActorSelection. - pipe(Future<T>, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
Register an onComplete callback on this
Futureto send the result to the givenpekko.actor.ActorReforpekko.actor.ActorSelection. - pipe(Future<T>, ExecutionContext) - Method in interface org.apache.pekko.pattern.PipeToSupport
-
Import this implicit conversion to gain the
pipeTomethod onFuture: - PipeableCompletionStage(CompletionStage<T>, ExecutionContext) - Constructor for class org.apache.pekko.pattern.PipeToSupport.PipeableCompletionStage
- PipeableFuture(Future<T>, ExecutionContext) - Constructor for class org.apache.pekko.pattern.PipeToSupport.PipeableFuture
- pipeCompletionStage(CompletionStage<T>, ExecutionContext) - Method in interface org.apache.pekko.pattern.PipeToSupport
-
Import this implicit conversion to gain the
pipeTomethod onFuture: - pipeTo(ActorRef, ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableCompletionStage
- pipeTo(ActorRef, ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableFuture
- pipeTo$default$2(ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableCompletionStage
- pipeTo$default$2(ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableFuture
- pipeToSelection(ActorSelection, ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableCompletionStage
- pipeToSelection(ActorSelection, ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableFuture
- pipeToSelection$default$2(ActorSelection) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableCompletionStage
- pipeToSelection$default$2(ActorSelection) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableFuture
- pipeToSelf(CompletionStage<Value>, Function2<Value, Throwable, T>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- pipeToSelf(CompletionStage<Value>, Function2<Value, Throwable, T>) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Sends the result of the given
CompletionStageto this Actor (“self”), after adapted it with the given function. - pipeToSelf(Future<Value>, Function1<Try<Value>, T>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- pipeToSelf(Future<Value>, Function1<Try<Value>, T>) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Sends the result of the given
Futureto this Actor (“self”), after adapted it with the given function. - PipeToSupport - Interface in org.apache.pekko.pattern
- PipeToSupport.PipeableCompletionStage<T> - Class in org.apache.pekko.pattern
- PipeToSupport.PipeableFuture<T> - Class in org.apache.pekko.pattern
- Platform - Class in org.apache.pekko.actor.typed.internal.receptionist
-
INTERNAL API
- Platform() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.Platform
- Platform$ - Class in org.apache.pekko.actor.typed.internal.receptionist
-
INTERNAL API
- Platform$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.Platform$
- Player - Interface in org.apache.pekko.remote.testconductor
-
The Player is the client component of the
pekko.remote.testconductor.TestConductorExtextension. - Player.Waiter - Class in org.apache.pekko.remote.testconductor
- Player$ - Class in org.apache.pekko.remote.testconductor
- Player$() - Constructor for class org.apache.pekko.remote.testconductor.Player$
- PluginHolder$() - Constructor for class org.apache.pekko.persistence.Persistence.PluginHolder$
- PluginId() - Static method in class org.apache.pekko.persistence.testkit.PersistenceTestKitDurableStateStorePlugin
- PluginId() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitDurableStateStorePlugin$
- PluginId() - Static method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- PluginId() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin$
- PluginId() - Static method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- PluginId() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin$
- PluginProvider<T,ScalaDsl,JavaDsl> - Interface in org.apache.pekko.persistence
-
INTERNAL API
- PluginSpec - Class in org.apache.pekko.persistence
- PluginSpec(Config) - Constructor for class org.apache.pekko.persistence.PluginSpec
- PNCounter - Class in org.apache.pekko.cluster.ddata
-
Implements a 'Increment/Decrement Counter' CRDT, also called a 'PN-Counter'.
- PNCounter$ - Class in org.apache.pekko.cluster.ddata
- PNCounter$() - Constructor for class org.apache.pekko.cluster.ddata.PNCounter$
- pncounterFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- pncounterFromProto(ReplicatedDataMessages.PNCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- PNCounterKey - Class in org.apache.pekko.cluster.ddata
- PNCounterKey(String) - Constructor for class org.apache.pekko.cluster.ddata.PNCounterKey
- PNCounterKey$ - Class in org.apache.pekko.cluster.ddata
- PNCounterKey$() - Constructor for class org.apache.pekko.cluster.ddata.PNCounterKey$
- PNCounterMap<A> - Class in org.apache.pekko.cluster.ddata
-
Map of named counters.
- PNCounterMap.PNCounterMapTag$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- PNCounterMap$ - Class in org.apache.pekko.cluster.ddata
- PNCounterMap$() - Constructor for class org.apache.pekko.cluster.ddata.PNCounterMap$
- PNCounterMapEntry$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- PNCounterMapEntryComparator$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntryComparator$
- pncountermapFromBinary(byte[]) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- pncountermapFromProto(ReplicatedDataMessages.PNCounterMap) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- PNCounterMapKey<A> - Class in org.apache.pekko.cluster.ddata
- PNCounterMapKey(String) - Constructor for class org.apache.pekko.cluster.ddata.PNCounterMapKey
- PNCounterMapKey$ - Class in org.apache.pekko.cluster.ddata
- PNCounterMapKey$() - Constructor for class org.apache.pekko.cluster.ddata.PNCounterMapKey$
- PNCounterMapTag$() - Constructor for class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
- pncountermapToProto(PNCounterMap<?>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- pncounterToProto(PNCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- poisonPill(Object) - Method in interface org.apache.pekko.actor.TypedActorFactory
-
Deprecated.Sends a PoisonPill the underlying ActorRef for the supplied TypedActor proxy, if any, returns whether it could find the find the ActorRef or not
- PoisonPill - Class in org.apache.pekko.actor
- PoisonPill() - Constructor for class org.apache.pekko.actor.PoisonPill
- PoisonPill$ - Class in org.apache.pekko.actor
-
A message all Actors will understand, that when processed will terminate the Actor permanently.
- PoisonPill$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- PoisonPill$() - Constructor for class org.apache.pekko.actor.PoisonPill$
- PoisonPill$() - Constructor for class org.apache.pekko.actor.typed.internal.PoisonPill$
- Policies() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PolicyOpsTestKit
- policy() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- policy() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- Policy$() - Constructor for class org.apache.pekko.io.dns.IdGenerator.Policy$
- PolicyOps<U> - Interface in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- PolicyOpsTestKit<P> - Interface in org.apache.pekko.persistence.testkit.scaladsl
- PolicySettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.PolicySettings$
- PolicySettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.PolicySettings$
- poll() - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue
-
Removes the first element of this queue if any
- poll() - Method in class org.apache.pekko.dispatch.AbstractNodeQueue
-
Pull one item from the queue’s tail if there is one.
- poll() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- poll() - Method in interface org.apache.pekko.util.PriorityQueueStabilizer
- poll(long, TimeUnit) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- pollInterval() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
- pollInterval() - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit.Settings
- pollInterval() - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit.Settings
- pollNode() - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue
-
Removes the first element of this queue if any
- pollNode() - Method in class org.apache.pekko.dispatch.AbstractNodeQueue
-
Pull one item from the queue, returning it within a queue node.
- pool(int, Behavior<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Routers
-
Spawn
poolSizechildren with the givenbehaviorand forward messages to them using round robin. - pool(int, Behavior<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Routers$
-
Spawn
poolSizechildren with the givenbehaviorand forward messages to them using round robin. - pool(int, Behavior<T>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Routers
-
Spawn
poolSizechildren with the givenbehaviorand forward messages to them using round robin. - pool(int, Behavior<T>) - Method in class org.apache.pekko.actor.typed.scaladsl.Routers$
-
Spawn
poolSizechildren with the givenbehaviorand forward messages to them using round robin. - Pool - Interface in org.apache.pekko.routing
-
RouterConfigfor router actor that creates routees as child actors and removes them from the router if they terminate. - POOL_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- Pool$ - Class in org.apache.pekko.routing
- Pool$() - Constructor for class org.apache.pekko.routing.Pool$
- PoolBase - Class in org.apache.pekko.routing
-
Java API: Base class for custom router
Pool - PoolBase() - Constructor for class org.apache.pekko.routing.PoolBase
- PoolOverrideUnsetConfig<T extends Pool> - Interface in org.apache.pekko.routing
-
INTERNAL API
- PoolRouter<T> - Class in org.apache.pekko.actor.typed.javadsl
-
Provides builder style configuration options for pool routers
- PoolRouter<T> - Interface in org.apache.pekko.actor.typed.scaladsl
-
Provides builder style configuration options for pool routers
- PoolRouter() - Constructor for class org.apache.pekko.actor.typed.javadsl.PoolRouter
- PoolRouterBuilder$ - Class in org.apache.pekko.actor.typed.internal.routing
- PoolRouterBuilder$() - Constructor for class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
- PoolRouterImpl<T> - Class in org.apache.pekko.actor.typed.internal.routing
-
INTERNAL API
- PoolRouterImpl(ActorContext<T>, int, Behavior<T>, RoutingLogic<T>, Function1<T, Object>, Props) - Constructor for class org.apache.pekko.actor.typed.internal.routing.PoolRouterImpl
- pop() - Method in class org.apache.pekko.remote.transport.TestTransport.SwitchableLoggedBehavior
-
Deprecated.Restores the previous behavior.
- port() - Method in class org.apache.pekko.actor.Address
- port() - Method in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget
- port() - Method in class org.apache.pekko.io.dns.SRVRecord
- PORT_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- PORT_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- PORT_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- PORT_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- PORT_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- PORT_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.Address
- PORT_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- PORT_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.AddressData
- portName() - Method in class org.apache.pekko.discovery.Lookup
- Ports(Inlet<I>, Seq<Outlet<?>>) - Constructor for class org.apache.pekko.stream.FanOutShape.Ports
- Ports(Outlet<O>, Seq<Inlet<?>>) - Constructor for class org.apache.pekko.stream.FanInShape.Ports
- Ports$() - Constructor for class org.apache.pekko.stream.FanInShape.Ports$
- Ports$() - Constructor for class org.apache.pekko.stream.FanOutShape.Ports$
- PortSelector() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.WARNING: This should only be used by professionals. Since Akka 2.0.
- pos_$eq(int) - Method in interface org.apache.pekko.actor.LoggingFSM
- pos_$eq(int) - Method in interface org.apache.pekko.persistence.fsm.LoggingPersistentFSM
-
Deprecated.
- position() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- position() - Method in class org.apache.pekko.io.Tcp.WritePath
- positiveCachePolicy() - Method in class org.apache.pekko.io.InetAddressDnsResolver
- positiveTtl() - Method in class org.apache.pekko.io.InetAddressDnsResolver
-
Deprecated.Use positiveCacheDuration instead. Since Akka 2.5.17.
- PossiblyHarmful - Interface in org.apache.pekko.actor
-
Marker trait to indicate that a message might be potentially harmful, this is used to block messages coming in over remoting.
- postRestart(Throwable) - Method in class org.apache.pekko.actor.AbstractActor
-
User overridable callback: By default it calls
preStart(). - postRestart(Throwable) - Method in interface org.apache.pekko.actor.Actor
-
User overridable callback: By default it calls
preStart(). - postRestart(Throwable) - Method in interface org.apache.pekko.actor.TypedActor.PostRestart
-
Deprecated.User overridable callback: By default it calls
preStart(). - postRestart(Throwable) - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- postRestart(Throwable) - Method in class org.apache.pekko.event.DeadLetterListener
- PostRestartException - Exception in org.apache.pekko.actor
-
A PostRestartException is thrown when constructor or postRestart() method fails during a restart attempt.
- PostRestartException$ - Class in org.apache.pekko.actor
- PostRestartException$() - Constructor for class org.apache.pekko.actor.PostRestartException$
- postStop() - Method in class org.apache.pekko.actor.AbstractActor
-
User overridable callback.
- postStop() - Method in interface org.apache.pekko.actor.Actor
-
User overridable callback.
- postStop() - Method in interface org.apache.pekko.actor.FSM
- postStop() - Method in interface org.apache.pekko.actor.TypedActor.PostStop
-
Deprecated.User overridable callback.
- postStop() - Method in interface org.apache.pekko.actor.UnrestrictedStash
-
Overridden callback.
- postStop() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- postStop() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- postStop() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- postStop() - Method in class org.apache.pekko.cluster.ddata.Replicator
- postStop() - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- postStop() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- postStop() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- postStop() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- postStop() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- postStop() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- postStop() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- postStop() - Method in class org.apache.pekko.event.DeadLetterListener
- postStop() - Method in class org.apache.pekko.io.SimpleDnsManager
- postStop() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.
- postStop() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- postStop() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- postStop() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Invoked after processing of external events stopped because the operator is about to stop or fail.
- postStop() - Method in class org.apache.pekko.testkit.TestActor
- PostStop - Class in org.apache.pekko.actor.typed
-
Lifecycle signal that is fired after this actor and all its child actors (transitively) have terminated.
- PostStop() - Constructor for class org.apache.pekko.actor.typed.PostStop
- PostStop$ - Class in org.apache.pekko.actor.typed
-
Lifecycle signal that is fired after this actor and all its child actors (transitively) have terminated.
- PostStop$() - Constructor for class org.apache.pekko.actor.typed.PostStop$
- Predicate<T> - Interface in org.apache.pekko.japi.function
-
Java API: Defines a criteria and determines whether the parameter meets this criteria.
- Predicate<T> - Interface in org.apache.pekko.japi
-
Java API: Defines a criteria and determines whether the parameter meets this criteria.
- PredicateClassifier - Interface in org.apache.pekko.event
-
Can be mixed into an EventBus to specify that the Classifier type is a Function from Event to Boolean (predicate)
- preferOldest() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- preferred() - Method in class org.apache.pekko.stream.scaladsl.MergePreferred.MergePreferredShape
- preferred() - Method in class org.apache.pekko.stream.scaladsl.MergePreferred
- prefixAndTail(int) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Takes up to
nelements from the stream (less thannif the upstream completes before emittingnelements) and returns a pair containing a strict sequence of the taken element and a stream representing the remaining elements. - prefixAndTail(int) - Method in class org.apache.pekko.stream.javadsl.Source
-
Takes up to
nelements from the stream (less thannif the upstream completes before emittingnelements) and returns a pair containing a strict sequence of the taken element and a stream representing the remaining elements. - prefixAndTail(int) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Takes up to
nelements from the stream (less thannonly if the upstream completes before emittingnelements) and returns a pair containing a strict sequence of the taken element and a stream representing the remaining elements. - prefixAndTail(int) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Takes up to
nelements from the stream (less thannonly if the upstream completes before emittingnelements) and returns a pair containing a strict sequence of the taken element and a stream representing the remaining elements. - prefixAndTail(int) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Takes up to
nelements from the stream (less thannonly if the upstream completes before emittingnelements) and returns a pair containing a strict sequence of the taken element and a stream representing the remaining elements. - preMaterialize(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Flow
- preMaterialize(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Materializes this Sink, immediately returning (1) its materialized value, and (2) a new Sink that can be consume elements 'into' the pre-materialized one.
- preMaterialize(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Source
-
Materializes this Source, immediately returning (1) its materialized value, and (2) a new Source that can be used to consume elements from the newly materialized Source.
- preMaterialize(Materializer) - Method in class org.apache.pekko.stream.javadsl.Flow
- preMaterialize(Materializer) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Materializes this Sink, immediately returning (1) its materialized value, and (2) a new Sink that can be consume elements 'into' the pre-materialized one.
- preMaterialize(Materializer) - Method in class org.apache.pekko.stream.javadsl.Source
-
Materializes this Source, immediately returning (1) its materialized value, and (2) a new Source that can be used to consume elements from the newly materialized Source.
- preMaterialize(Materializer) - Method in class org.apache.pekko.stream.scaladsl.Flow
- preMaterialize(Materializer) - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Materializes this Sink, immediately returning (1) its materialized value, and (2) a new Sink that can be consume elements 'into' the pre-materialized one.
- preMaterialize(Materializer) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Materializes this Source, immediately returning (1) its materialized value, and (2) a new Source that can be used to consume elements from the newly materialized Source.
- prepareConfig() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- prepareConfig() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- prepareForFullClusterShutdown() - Method in class org.apache.pekko.cluster.Cluster
-
Change the state of every member in preparation for a full cluster shutdown.
- prepareForFullClusterShutdown() - Method in class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
-
Java API
- PrepareForFullClusterShutdown - Interface in org.apache.pekko.cluster.typed
-
Initiate a full cluster shutdown.
- PrepareForFullClusterShutdown$ - Class in org.apache.pekko.cluster.typed
- PrepareForFullClusterShutdown$() - Constructor for class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
- PrepareForShutdown$() - Constructor for class org.apache.pekko.cluster.ClusterUserAction.PrepareForShutdown$
- PrepareForShutdownManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- PrepareForShutdownManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- prepareForShutdownStates() - Method in class org.apache.pekko.cluster.MembershipState$
- preparePersistenceId(String) - Method in class org.apache.pekko.persistence.journal.JournalSpec
-
Overridable hook that is called before populating the journal for the next test case.
- preparePersistentBatch(Seq<PersistentEnvelope>) - Method in interface org.apache.pekko.persistence.journal.WriteJournalBase
- preparingForFullShutdown() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- preparingForFullShutdown_$eq(boolean) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- preparingForShutdown() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- PreparingForShutdown - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
PreparingForShutdown = 7; - preparingForShutdown_$eq(boolean) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- PreparingForShutdown_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
PreparingForShutdown = 7; - PreparingForShutdown$() - Constructor for class org.apache.pekko.cluster.MemberStatus.PreparingForShutdown$
- prepend(Iterable<Tcp.WriteCommand>) - Method in class org.apache.pekko.io.Tcp.WriteCommand
-
Java API: prepends this command with a number of other writes.
- prepend(Tcp.SimpleWriteCommand) - Method in class org.apache.pekko.io.Tcp.WriteCommand
-
Java API: prepends this command with another
WriteorWriteFileto form aCompoundWrite. - prepend(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
- prepend(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Prepend the given
Sourceto this one, meaning that once the given source is exhausted and all result elements have been generated, the current source's elements will be produced. - prepend(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- prepend(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- prepend(Graph<SourceShape<U>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- prepend(Seq<Envelope>) - Method in interface org.apache.pekko.actor.StashSupport
-
Prepends
othersto this stash. - prepend(Tuple2<Seq<A>, Seq<B>>, Either<A, B>) - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult$
- prependGraph(Graph<SourceShape<U>, Mat2>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- prependLazy(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
- prependLazy(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Source
- prependLazy(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- prependLazy(Graph<SourceShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- prependLazy(Graph<SourceShape<U>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- prependLazyMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- prependLazyMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
- prependLazyMat(Graph<SourceShape<U>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- prependMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- prependMat(Graph<SourceShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Prepend the given
Sourceto this one, meaning that once the given source is exhausted and all result elements have been generated, the current source's elements will be produced. - prependMat(Graph<SourceShape<U>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- prerequisites() - Method in class org.apache.pekko.dispatch.Dispatchers
- prerequisites() - Method in class org.apache.pekko.dispatch.MessageDispatcherConfigurator
- preRestart(Throwable, Optional<Object>) - Method in class org.apache.pekko.actor.AbstractActor
-
User overridable callback: '''By default it disposes of all children and then calls
postStop().''' - preRestart(Throwable, Option<Object>) - Method in class org.apache.pekko.actor.AbstractActor
-
Deprecated.Override preRestart with message parameter with Optional type instead. Since Akka 2.5.0.
- preRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.actor.Actor
-
Scala API: User overridable callback: '''By default it disposes of all children and then calls
postStop().''' - preRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.actor.TypedActor.PreRestart
-
Deprecated.User overridable callback: '''By default it disposes of all children and then calls
postStop().''' - preRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.actor.UnrestrictedStash
-
Overridden callback.
- preRestart(Throwable, Option<Object>) - Method in class org.apache.pekko.event.DeadLetterListener
- PreRestart - Class in org.apache.pekko.actor.typed
-
Lifecycle signal that is fired upon restart of the Actor before replacing the behavior with the fresh one (i.e.
- PreRestart() - Constructor for class org.apache.pekko.actor.typed.PreRestart
- PreRestart$ - Class in org.apache.pekko.actor.typed
- PreRestart$() - Constructor for class org.apache.pekko.actor.typed.PreRestart$
- PreRestartException - Exception in org.apache.pekko.actor
-
A PreRestartException is thrown when the preRestart() method failed; this exception is not propagated to the supervisor, as it originates from the already failed instance, hence it is only visible as log entry on the event stream.
- PreRestartException$ - Class in org.apache.pekko.actor
- PreRestartException$() - Constructor for class org.apache.pekko.actor.PreRestartException$
- pressure(IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.DefaultResizer
-
Number of routees considered busy, or above 'pressure level'.
- pressureThreshold() - Method in class org.apache.pekko.routing.DefaultResizer
- PRESSURETHRESHOLD_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DefaultResizer
- preStart() - Method in class org.apache.pekko.actor.AbstractActor
-
User overridable callback.
- preStart() - Method in interface org.apache.pekko.actor.Actor
-
User overridable callback.
- preStart() - Method in interface org.apache.pekko.actor.TypedActor.PreStart
-
Deprecated.User overridable callback.
- preStart() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- preStart() - Method in class org.apache.pekko.cluster.ddata.Replicator
- preStart() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- preStart() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- preStart() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- preStart() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- preStart() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- preStart() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- preStart() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- preStart() - Method in class org.apache.pekko.event.DeadLetterListener
- preStart() - Method in interface org.apache.pekko.pattern.HandleBackoff
- preStart() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbIdMapping
- preStart() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- preStart() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- preStart() - Method in class org.apache.pekko.stream.KillSwitches.KillableGraphStageLogic
- preStart() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- preStart() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Invoked before any external events are processed, at the startup of the operator.
- pretty() - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration
-
Selects most appropriate TimeUnit for given duration and formats it accordingly, with 4 digits precision *
- pretty(boolean, int) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration
-
Selects most appropriate TimeUnit for given duration and formats it accordingly
- pretty$default$2() - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration
- pretty$default$2$extension(PrettyDuration.PrettyPrintableDuration) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration$
- pretty$extension(PrettyDuration.PrettyPrintableDuration) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration$
- pretty$extension(PrettyDuration.PrettyPrintableDuration, boolean, int) - Method in class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration$
- PrettyDuration - Class in org.apache.pekko.util
-
INTERNAL API
- PrettyDuration() - Constructor for class org.apache.pekko.util.PrettyDuration
- PrettyDuration.PrettyPrintableDuration - Class in org.apache.pekko.util
- PrettyDuration.PrettyPrintableDuration$ - Class in org.apache.pekko.util
- PrettyDuration$ - Class in org.apache.pekko.util
-
INTERNAL API
- PrettyDuration$() - Constructor for class org.apache.pekko.util.PrettyDuration$
- prettyName(Object) - Static method in class org.apache.pekko.util.LineNumbers
-
Extract source information if available and format a string to identify the class definition in question.
- prettyName(Object) - Method in class org.apache.pekko.util.LineNumbers$
-
Extract source information if available and format a string to identify the class definition in question.
- PrettyPrintableDuration(Duration) - Constructor for class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration
- PrettyPrintableDuration(Duration) - Static method in class org.apache.pekko.util.PrettyDuration
- PrettyPrintableDuration(Duration) - Method in class org.apache.pekko.util.PrettyDuration$
- PrettyPrintableDuration$() - Constructor for class org.apache.pekko.util.PrettyDuration.PrettyPrintableDuration$
- previousClockTime() - Method in class org.apache.pekko.cluster.ddata.Replicator
- previousClockTime_$eq(long) - Method in class org.apache.pekko.cluster.ddata.Replicator
- previousOldest() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- previousStatus() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- previousStatus() - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- print(Object) - Method in interface org.apache.pekko.event.Logging.StdOutLogger
- printActors() - Static method in class org.apache.pekko.dispatch.MessageDispatcher
- printActors() - Method in class org.apache.pekko.dispatch.MessageDispatcher$
- printStackTrace() - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- printStackTrace() - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- printStackTrace() - Static method in exception org.apache.pekko.stream.BindFailedException
- printStackTrace(PrintStream) - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- printStackTrace(PrintStream) - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- printStackTrace(PrintStream) - Static method in exception org.apache.pekko.stream.BindFailedException
- printStackTrace(PrintWriter) - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- printStackTrace(PrintWriter) - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- printStackTrace(PrintWriter) - Static method in exception org.apache.pekko.stream.BindFailedException
- printTree() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Create a string representation of the actor hierarchy within this system for debugging purposes.
- priorities() - Method in class org.apache.pekko.stream.scaladsl.MergePrioritized
- priority() - Method in class org.apache.pekko.io.dns.SRVRecord
- PriorityGenerator - Class in org.apache.pekko.dispatch
-
A PriorityGenerator is a convenience API to create a Comparator that orders the messages of a PriorityDispatcher
- PriorityGenerator() - Constructor for class org.apache.pekko.dispatch.PriorityGenerator
- PriorityGenerator$ - Class in org.apache.pekko.dispatch
- PriorityGenerator$() - Constructor for class org.apache.pekko.dispatch.PriorityGenerator$
- PriorityMessage - Interface in org.apache.pekko.remote
-
INTERNAL API Messages marked with this trait will be sent before other messages when buffering is active.
- PriorityQueueStabilizer<E> - Interface in org.apache.pekko.util
-
PriorityQueueStabilizer wraps a priority queue so that it respects FIFO for elements of equal priority.
- PriorityQueueStabilizer.WrappedElement<E> - Class in org.apache.pekko.util
- PriorityQueueStabilizer.WrappedElementComparator<E> - Class in org.apache.pekko.util
- PriorityQueueStabilizer$ - Class in org.apache.pekko.util
- PriorityQueueStabilizer$() - Constructor for class org.apache.pekko.util.PriorityQueueStabilizer$
- probe() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
- probe(long, ActorSystem) - Static method in class org.apache.pekko.stream.testkit.TestPublisher
-
Probe that implements
Publisherinterface and tracks demand. - probe(long, ActorSystem) - Method in class org.apache.pekko.stream.testkit.TestPublisher$
-
Probe that implements
Publisherinterface and tracks demand. - probe(ActorSystem) - Static method in class org.apache.pekko.stream.testkit.javadsl.TestSink
-
A Sink that materialized to a
pekko.stream.testkit.TestSubscriber.Probe. - probe(ActorSystem) - Method in class org.apache.pekko.stream.testkit.javadsl.TestSink$
-
A Sink that materialized to a
pekko.stream.testkit.TestSubscriber.Probe. - probe(ActorSystem) - Static method in class org.apache.pekko.stream.testkit.javadsl.TestSource
-
A Source that materializes to a
pekko.stream.testkit.TestPublisher.Probe. - probe(ActorSystem) - Method in class org.apache.pekko.stream.testkit.javadsl.TestSource$
-
A Source that materializes to a
pekko.stream.testkit.TestPublisher.Probe. - probe(ActorSystem) - Static method in class org.apache.pekko.stream.testkit.scaladsl.TestSink
-
A Sink that materialized to a
pekko.stream.testkit.TestSubscriber.Probe. - probe(ActorSystem) - Method in class org.apache.pekko.stream.testkit.scaladsl.TestSink$
-
A Sink that materialized to a
pekko.stream.testkit.TestSubscriber.Probe. - probe(ActorSystem) - Static method in class org.apache.pekko.stream.testkit.scaladsl.TestSource
-
A Source that materializes to a
pekko.stream.testkit.TestPublisher.Probe. - probe(ActorSystem) - Method in class org.apache.pekko.stream.testkit.scaladsl.TestSource$
-
A Source that materializes to a
pekko.stream.testkit.TestPublisher.Probe. - probe(ActorSystem) - Static method in class org.apache.pekko.stream.testkit.TestSubscriber
- probe(ActorSystem) - Method in class org.apache.pekko.stream.testkit.TestSubscriber$
- Probe$() - Constructor for class org.apache.pekko.stream.testkit.TestPublisher.Probe$
- Probe$() - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber.Probe$
- probe$default$1() - Static method in class org.apache.pekko.stream.testkit.TestPublisher
- probe$default$1() - Method in class org.apache.pekko.stream.testkit.TestPublisher$
- ProbeSink(Attributes, SinkShape<T>, ActorSystem) - Constructor for class org.apache.pekko.stream.testkit.StreamTestKit.ProbeSink
- ProbeSource(Attributes, SourceShape<T>, ActorSystem) - Constructor for class org.apache.pekko.stream.testkit.StreamTestKit.ProbeSource
- Procedure<T> - Interface in org.apache.pekko.japi.function
-
A Procedure is like a Function, but it doesn't produce a return value.
- Procedure<T> - Interface in org.apache.pekko.japi
-
A Procedure is like a Function, but it doesn't produce a return value.
- Procedure10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure2<T1,T2> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure3<T1,T2,T3> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure4<T1,T2,T3,T4> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure5<T1,T2,T3,T4,T5> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure6<T1,T2,T3,T4,T5,T6> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure7<T1,T2,T3,T4,T5,T6,T7> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- Procedure9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Interface in org.apache.pekko.japi.function
-
A Consumer interface.
- processEvent(FSM.Event<D>, Object) - Method in interface org.apache.pekko.actor.FSM
- processEvent(FSM.Event<D>, Object) - Method in interface org.apache.pekko.actor.LoggingFSM
- processEvent(PersistentFSM.Event<D>, Object) - Method in interface org.apache.pekko.persistence.fsm.LoggingPersistentFSM
-
Deprecated.
- processEvent(PersistentFSM.Event<D>, Object) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- processFailure(ActorContext, boolean, ActorRef, Throwable, ChildRestartStats, Iterable<ChildRestartStats>) - Method in class org.apache.pekko.actor.AllForOneStrategy
- processFailure(ActorContext, boolean, ActorRef, Throwable, ChildRestartStats, Iterable<ChildRestartStats>) - Method in class org.apache.pekko.actor.OneForOneStrategy
- processFailure(ActorContext, boolean, ActorRef, Throwable, ChildRestartStats, Iterable<ChildRestartStats>) - Method in class org.apache.pekko.actor.SupervisorStrategy
-
This method is called to act on the failure of a child: restart if the flag is true, stop otherwise.
- ProcessingFailure - Interface in org.apache.pekko.persistence.testkit
- ProcessingPolicy<U> - Interface in org.apache.pekko.persistence.testkit
-
Policies allow to emulate behavior of the storage (failures and rejections).
- ProcessingPolicy.DefaultPolicies<U> - Interface in org.apache.pekko.persistence.testkit
-
INTERNAL API
- ProcessingPolicy.DefaultPolicies.CountNextNCond - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.FailNextN - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.FailNextN$ - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.FailNextNCond - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.FailNextNCond$ - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.PassAll - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.PassAll$ - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.RejectNextN - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.RejectNextN$ - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.RejectNextNCond - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.RejectNextNCond$ - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy.DefaultPolicies.ReturnAfterNextNCond - Class in org.apache.pekko.persistence.testkit
- ProcessingPolicy$ - Class in org.apache.pekko.persistence.testkit
-
INTERNAL API
- ProcessingPolicy$() - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy$
- ProcessingResult - Interface in org.apache.pekko.persistence.testkit
-
INTERNAL API
- ProcessingSuccess - Class in org.apache.pekko.persistence.testkit
- ProcessingSuccess() - Constructor for class org.apache.pekko.persistence.testkit.ProcessingSuccess
- ProcessingSuccess$ - Class in org.apache.pekko.persistence.testkit
-
Emulates successful processing of some operation.
- ProcessingSuccess$() - Constructor for class org.apache.pekko.persistence.testkit.ProcessingSuccess$
- processMsg(Object, Object) - Method in interface org.apache.pekko.actor.FSM
- processMsg(Object, Object) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- processors() - Method in class org.apache.pekko.cluster.metrics.JmxMetricsCollector
-
(JMX) Returns the number of available processors Creates a new instance each time.
- processors() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- Processors() - Static method in class org.apache.pekko.cluster.metrics.StandardMetrics
- Processors() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics$
- produce() - Method in interface org.apache.pekko.actor.IndirectActorProducer
-
This factory method must produce a fresh actor instance upon each invocation.
- producer() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- producer() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- producer() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- producerController() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- ProducerController - Class in org.apache.pekko.actor.typed.delivery
-
Point-to-point reliable delivery between a single producer actor sending messages and a single consumer actor receiving the messages.
- ProducerController() - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController
- ProducerController.Command<A> - Interface in org.apache.pekko.actor.typed.delivery
- ProducerController.MessageWithConfirmation<A> - Class in org.apache.pekko.actor.typed.delivery
-
For sending confirmation message back to the producer when the message has been confirmed.
- ProducerController.MessageWithConfirmation$ - Class in org.apache.pekko.actor.typed.delivery
- ProducerController.RegisterConsumer<A> - Class in org.apache.pekko.actor.typed.delivery
-
Register the given
consumerControllerto theProducerController. - ProducerController.RegisterConsumer$ - Class in org.apache.pekko.actor.typed.delivery
- ProducerController.RequestNext<A> - Class in org.apache.pekko.actor.typed.delivery
-
The
ProducerControllersendsRequestNextto the producer when it is allowed to send one message via thesendNextTooraskNextTo. - ProducerController.RequestNext$ - Class in org.apache.pekko.actor.typed.delivery
- ProducerController.Settings - Class in org.apache.pekko.actor.typed.delivery
- ProducerController.Settings$ - Class in org.apache.pekko.actor.typed.delivery
- ProducerController.Start<A> - Class in org.apache.pekko.actor.typed.delivery
-
Initial message from the producer actor.
- ProducerController.Start$ - Class in org.apache.pekko.actor.typed.delivery
- ProducerController$ - Class in org.apache.pekko.actor.typed.delivery
-
Point-to-point reliable delivery between a single producer actor sending messages and a single consumer actor receiving the messages.
- ProducerController$() - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController$
- ProducerControllerImpl<A> - Class in org.apache.pekko.actor.typed.delivery.internal
- ProducerControllerImpl(ActorContext<ProducerControllerImpl.InternalCommand>, String, Option<ActorRef<DurableProducerQueue.Command<A>>>, ProducerController.Settings, ActorRef<A>, TimerScheduler<ProducerControllerImpl.InternalCommand>, ClassTag<A>) - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl
- ProducerControllerImpl.Ack - Class in org.apache.pekko.actor.typed.delivery.internal
- ProducerControllerImpl.Ack$ - Class in org.apache.pekko.actor.typed.delivery.internal
- ProducerControllerImpl.InternalCommand - Interface in org.apache.pekko.actor.typed.delivery.internal
- ProducerControllerImpl.Request - Class in org.apache.pekko.actor.typed.delivery.internal
- ProducerControllerImpl.Request$ - Class in org.apache.pekko.actor.typed.delivery.internal
- ProducerControllerImpl.Resend - Class in org.apache.pekko.actor.typed.delivery.internal
- ProducerControllerImpl.Resend$ - Class in org.apache.pekko.actor.typed.delivery.internal
- ProducerControllerImpl.ResendFirstUnconfirmed$ - Class in org.apache.pekko.actor.typed.delivery.internal
- ProducerControllerImpl.UnsealedInternalCommand - Interface in org.apache.pekko.actor.typed.delivery.internal
-
For commands defined in public ProducerController
- ProducerControllerImpl$ - Class in org.apache.pekko.actor.typed.delivery.internal
-
INTERNAL API
- ProducerControllerImpl$() - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl$
- PRODUCERCONTROLLERREF_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- producerControllerSettings() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings
- producerControllerSettings() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- producerCreated(String, ActorPath) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerCreated(String, ActorPath) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerCreated(String, ActorPath) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- producerId() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery
- producerId() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- producerId() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- PRODUCERID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- producerReceived(String, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerReceived(String, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerReceived(String, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- producerReceivedRequest(String, long, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerReceivedRequest(String, long, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerReceivedRequest(String, long, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- producerReceivedResend(String, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerReceivedResend(String, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerReceivedResend(String, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- producerRequestNext(String, long, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerRequestNext(String, long, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerRequestNext(String, long, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- producerResentFirst(String, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerResentFirst(String, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerResentFirst(String, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- producerResentFirstUnconfirmed(String, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerResentFirstUnconfirmed(String, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerResentFirstUnconfirmed(String, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- producerResentUnconfirmed(String, long, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerResentUnconfirmed(String, long, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerResentUnconfirmed(String, long, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- producerSent(String, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerSent(String, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerSent(String, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- producerStarted(String, ActorPath) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerStarted(String, ActorPath) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerStarted(String, ActorPath) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- producerWaitingForRequest(String, long) - Method in interface org.apache.pekko.actor.typed.internal.DeliveryFlightRecorder
- producerWaitingForRequest(String, long) - Static method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder
- producerWaitingForRequest(String, long) - Method in class org.apache.pekko.actor.typed.internal.NoOpDeliveryFlightRecorder$
- ProducesMessageQueue<T extends MessageQueue> - Interface in org.apache.pekko.dispatch
- ProducesPushTimeoutSemanticsMailbox - Interface in org.apache.pekko.dispatch
-
INTERNAL API Used to determine mailbox factories which create
BoundedMessageQueueSemanticsmailboxes, and thus should be validated that thepushTimeOutis greater than 0. - productArity() - Method in class org.apache.pekko.actor.ActorIdentity
- productArity() - Method in exception org.apache.pekko.actor.ActorKilledException
- productArity() - Method in exception org.apache.pekko.actor.ActorNotFound
- productArity() - Method in class org.apache.pekko.actor.Address
- productArity() - Method in class org.apache.pekko.actor.AllForOneStrategy
- productArity() - Static method in class org.apache.pekko.actor.ChildNameReserved
- productArity() - Method in class org.apache.pekko.actor.ChildNameReserved$
- productArity() - Method in class org.apache.pekko.actor.ChildRestartStats
- productArity() - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- productArity() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ActorSystemTerminateReason$
- productArity() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterDowningReason$
- productArity() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
- productArity() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterLeavingReason$
- productArity() - Method in class org.apache.pekko.actor.CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
- productArity() - Method in class org.apache.pekko.actor.CoordinatedShutdown.JvmExitReason$
- productArity() - Method in class org.apache.pekko.actor.CoordinatedShutdown.UnknownReason$
- productArity() - Method in class org.apache.pekko.actor.DeadLetter
- productArity() - Method in exception org.apache.pekko.actor.DeathPactException
- productArity() - Method in class org.apache.pekko.actor.Deploy
- productArity() - Method in class org.apache.pekko.actor.Dropped
- productArity() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- productArity() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- productArity() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- productArity() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Termination$
- productArity() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.UserRequest$
- productArity() - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- productArity() - Method in class org.apache.pekko.actor.FSM.CurrentState
- productArity() - Method in class org.apache.pekko.actor.FSM.Event
- productArity() - Method in class org.apache.pekko.actor.FSM.Failure
- productArity() - Method in class org.apache.pekko.actor.FSM.FixedDelayMode$
- productArity() - Method in class org.apache.pekko.actor.FSM.FixedRateMode$
- productArity() - Method in class org.apache.pekko.actor.FSM.LogEntry
- productArity() - Method in class org.apache.pekko.actor.FSM.Normal$
- productArity() - Method in class org.apache.pekko.actor.FSM.Shutdown$
- productArity() - Method in class org.apache.pekko.actor.FSM.SingleMode$
- productArity() - Method in class org.apache.pekko.actor.FSM.State
- productArity() - Method in class org.apache.pekko.actor.FSM.StateTimeout$
- productArity() - Method in class org.apache.pekko.actor.FSM.StopEvent
- productArity() - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- productArity() - Method in class org.apache.pekko.actor.FSM.Timer
- productArity() - Method in class org.apache.pekko.actor.FSM.Transition
- productArity() - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- productArity() - Method in class org.apache.pekko.actor.Identify
- productArity() - Method in exception org.apache.pekko.actor.IllegalActorStateException
- productArity() - Method in exception org.apache.pekko.actor.InvalidActorNameException
- productArity() - Method in exception org.apache.pekko.actor.InvalidMessageException
- productArity() - Static method in class org.apache.pekko.actor.Kill
- productArity() - Method in class org.apache.pekko.actor.Kill$
- productArity() - Static method in class org.apache.pekko.actor.LocalScope
- productArity() - Method in class org.apache.pekko.actor.LocalScope$
- productArity() - Static method in class org.apache.pekko.actor.Nobody
- productArity() - Method in class org.apache.pekko.actor.Nobody$
- productArity() - Static method in class org.apache.pekko.actor.NoScopeGiven
- productArity() - Method in class org.apache.pekko.actor.NoScopeGiven$
- productArity() - Method in class org.apache.pekko.actor.OneForOneStrategy
- productArity() - Static method in class org.apache.pekko.actor.PoisonPill
- productArity() - Method in class org.apache.pekko.actor.PoisonPill$
- productArity() - Method in exception org.apache.pekko.actor.PostRestartException
- productArity() - Method in exception org.apache.pekko.actor.PreRestartException
- productArity() - Method in class org.apache.pekko.actor.Props
- productArity() - Method in class org.apache.pekko.actor.ProviderSelection.Cluster$
- productArity() - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- productArity() - Method in class org.apache.pekko.actor.ProviderSelection.Local$
- productArity() - Method in class org.apache.pekko.actor.ProviderSelection.Remote$
- productArity() - Static method in class org.apache.pekko.actor.ReceiveTimeout
- productArity() - Method in class org.apache.pekko.actor.ReceiveTimeout$
- productArity() - Method in class org.apache.pekko.actor.RootActorPath
- productArity() - Method in exception org.apache.pekko.actor.SchedulerException
- productArity() - Static method in class org.apache.pekko.actor.SelectParent
- productArity() - Method in class org.apache.pekko.actor.SelectParent$
- productArity() - Method in class org.apache.pekko.actor.Status.Failure
- productArity() - Method in class org.apache.pekko.actor.Status.Success
- productArity() - Method in class org.apache.pekko.actor.SupervisorStrategy.Escalate$
- productArity() - Method in class org.apache.pekko.actor.SupervisorStrategy.Restart$
- productArity() - Method in class org.apache.pekko.actor.SupervisorStrategy.Resume$
- productArity() - Method in class org.apache.pekko.actor.SupervisorStrategy.Stop$
- productArity() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- productArity() - Method in class org.apache.pekko.actor.SystemGuardian.RegisterTerminationHook$
- productArity() - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHook$
- productArity() - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHookDone$
- productArity() - Method in class org.apache.pekko.actor.Terminated
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.NoEffects$
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled$
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayMode$
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateMode$
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.SingleMode$
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Complete$
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Continue$
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.ContinueAndIgnore$
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.Ack$
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- productArity() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- productArity() - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- productArity() - Method in exception org.apache.pekko.actor.typed.DeathPactException
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.ResendFirstUnconfirmed$
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- productArity() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- productArity() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- productArity() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- productArity() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- productArity() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- productArity() - Method in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior.Start$
- productArity() - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- productArity() - Method in class org.apache.pekko.actor.typed.internal.NoMessage$
- productArity() - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- productArity() - Method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
- productArity() - Method in class org.apache.pekko.actor.typed.internal.PoisonPill$
- productArity() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- productArity() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- productArity() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- productArity() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- productArity() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- productArity() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- productArity() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
- productArity() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- productArity() - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- productArity() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- productArity() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- productArity() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- productArity() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- productArity() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- productArity() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- productArity() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- productArity() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- productArity() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- productArity() - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- productArity() - Static method in class org.apache.pekko.actor.typed.PostStop
- productArity() - Method in class org.apache.pekko.actor.typed.PostStop$
- productArity() - Static method in class org.apache.pekko.actor.typed.PreRestart
- productArity() - Method in class org.apache.pekko.actor.typed.PreRestart$
- productArity() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- productArity() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- productArity() - Method in class org.apache.pekko.actor.TypedProps
- productArity() - Method in class org.apache.pekko.actor.UnhandledMessage
- productArity() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick$
-
Deprecated.
- productArity() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout$
-
Deprecated.
- productArity() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterClients
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- productArity() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- productArity() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts$
-
Deprecated.
- productArity() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat$
-
Deprecated.
- productArity() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp$
-
Deprecated.
- productArity() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping$
-
Deprecated.
- productArity() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- productArity() - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- productArity() - Method in class org.apache.pekko.cluster.client.ContactPoints
- productArity() - Static method in class org.apache.pekko.cluster.client.GetClusterClients
- productArity() - Method in class org.apache.pekko.cluster.client.GetClusterClients$
- productArity() - Static method in class org.apache.pekko.cluster.client.GetContactPoints
- productArity() - Method in class org.apache.pekko.cluster.client.GetContactPoints$
- productArity() - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
- productArity() - Method in class org.apache.pekko.cluster.client.SubscribeClusterClients$
- productArity() - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
- productArity() - Method in class org.apache.pekko.cluster.client.SubscribeContactPoints$
- productArity() - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- productArity() - Method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
- productArity() - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- productArity() - Method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.ClusterShuttingDown$
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsEvents$
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsSnapshot$
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- productArity() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- productArity() - Static method in class org.apache.pekko.cluster.ClusterScope
- productArity() - Method in class org.apache.pekko.cluster.ClusterScope$
- productArity() - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- productArity() - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- productArity() - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- productArity() - Method in class org.apache.pekko.cluster.ClusterUserAction.PrepareForShutdown$
- productArity() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAll$
- productArity() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAllCompleted$
- productArity() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- productArity() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- productArity() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- productArity() - Method in class org.apache.pekko.cluster.ddata.Flag
- productArity() - Method in class org.apache.pekko.cluster.ddata.FlagKey
- productArity() - Method in class org.apache.pekko.cluster.ddata.GCounterKey
- productArity() - Method in class org.apache.pekko.cluster.ddata.GSet
- productArity() - Method in class org.apache.pekko.cluster.ddata.GSetKey
- productArity() - Method in class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
- productArity() - Method in class org.apache.pekko.cluster.ddata.LWWMapKey
- productArity() - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- productArity() - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- productArity() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- productArity() - Method in class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
- productArity() - Method in class org.apache.pekko.cluster.ddata.ORMapKey
- productArity() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
- productArity() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
- productArity() - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- productArity() - Method in class org.apache.pekko.cluster.ddata.ORSetKey
- productArity() - Method in class org.apache.pekko.cluster.ddata.PNCounterKey
- productArity() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
- productArity() - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- productArity() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- productArity() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- productArity() - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.FlushChanges$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIds$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetReplicaCount$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- productArity() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- productArity() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- productArity() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- productArity() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- productArity() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- productArity() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- productArity() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- productArity() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck$
- productArity() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- productArity() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- productArity() - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.FlushChanges$
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- productArity() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- productArity() - Method in class org.apache.pekko.cluster.ddata.VersionVector.After$
- productArity() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Before$
- productArity() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Concurrent$
- productArity() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Same$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingCompleted$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.GetClusterCoreRef$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipSpeedupTick$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipTick$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.IncompatibleConfig$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNode$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.LeaderActionsTick$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishStatsTick$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.ReapUnreachableTick$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.UncheckedConfig$
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- productArity() - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- productArity() - Method in class org.apache.pekko.cluster.Invalid
- productArity() - Method in class org.apache.pekko.cluster.MemberStatus.Down$
- productArity() - Method in class org.apache.pekko.cluster.MemberStatus.Exiting$
- productArity() - Method in class org.apache.pekko.cluster.MemberStatus.Joining$
- productArity() - Method in class org.apache.pekko.cluster.MemberStatus.Leaving$
- productArity() - Method in class org.apache.pekko.cluster.MemberStatus.PreparingForShutdown$
- productArity() - Method in class org.apache.pekko.cluster.MemberStatus.ReadyForShutdown$
- productArity() - Method in class org.apache.pekko.cluster.MemberStatus.Removed$
- productArity() - Method in class org.apache.pekko.cluster.MemberStatus.Up$
- productArity() - Method in class org.apache.pekko.cluster.MemberStatus.WeaklyUp$
- productArity() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- productArity() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- productArity() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- productArity() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- productArity() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- productArity() - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
- productArity() - Method in class org.apache.pekko.cluster.metrics.CollectionStartMessage$
- productArity() - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
- productArity() - Method in class org.apache.pekko.cluster.metrics.CollectionStopMessage$
- productArity() - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- productArity() - Method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
- productArity() - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- productArity() - Method in class org.apache.pekko.cluster.metrics.EWMA
- productArity() - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- productArity() - Method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
- productArity() - Method in class org.apache.pekko.cluster.metrics.Metric
- productArity() - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- productArity() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- productArity() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- productArity() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- productArity() - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- productArity() - Method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count$
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics$
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- productArity() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount$
- productArity() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick$
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- productArity() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived$
- productArity() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers$
- productArity() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune$
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- productArity() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest$
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- productArity() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- productArity() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- productArity() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- productArity() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- productArity() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- productArity() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$
- productArity() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- productArity() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- productArity() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$
- productArity() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.NoPassivationStrategy$
- productArity() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocations$
- productArity() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- productArity() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- productArity() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.GetShards$
- productArity() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- productArity() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- productArity() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- productArity() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.GetEntities$
- productArity() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- productArity() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- productArity() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- productArity() - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- productArity() - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- productArity() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- productArity() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- productArity() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized$
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- productArity() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized$
- productArity() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate$
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- productArity() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- productArity() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End$
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData$
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone$
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry$
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting$
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start$
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer$
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver$
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized$
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- productArity() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger$
- productArity() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- productArity() - Method in class org.apache.pekko.cluster.typed.Down
- productArity() - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- productArity() - Method in class org.apache.pekko.cluster.typed.Join
- productArity() - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- productArity() - Method in class org.apache.pekko.cluster.typed.Leave
- productArity() - Method in class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
- productArity() - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- productArity() - Method in class org.apache.pekko.cluster.typed.SelfUp
- productArity() - Method in class org.apache.pekko.cluster.typed.Subscribe
- productArity() - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- productArity() - Method in class org.apache.pekko.cluster.UniqueAddress
- productArity() - Static method in class org.apache.pekko.cluster.Valid
- productArity() - Method in class org.apache.pekko.cluster.Valid$
- productArity() - Method in class org.apache.pekko.cluster.VectorClock.After$
- productArity() - Method in class org.apache.pekko.cluster.VectorClock.Before$
- productArity() - Method in class org.apache.pekko.cluster.VectorClock.Concurrent$
- productArity() - Method in class org.apache.pekko.cluster.VectorClock
- productArity() - Method in class org.apache.pekko.cluster.VectorClock.Same$
- productArity() - Static method in class org.apache.pekko.discovery.Lookup
- productArity() - Method in class org.apache.pekko.discovery.Lookup$
- productArity() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- productArity() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- productArity() - Method in class org.apache.pekko.dispatch.BoundedMailbox
- productArity() - Method in class org.apache.pekko.dispatch.Envelope
- productArity() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- productArity() - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- productArity() - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- productArity() - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- productArity() - Method in class org.apache.pekko.dispatch.sysmsg.NoMessage$
- productArity() - Method in class org.apache.pekko.dispatch.TaskInvocation
- productArity() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- productArity() - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- productArity() - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- productArity() - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- productArity() - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- productArity() - Static method in class org.apache.pekko.Done
- productArity() - Method in class org.apache.pekko.Done$
- productArity() - Method in class org.apache.pekko.event.Logging.Debug
- productArity() - Method in class org.apache.pekko.event.Logging.Error
- productArity() - Method in class org.apache.pekko.event.Logging.Info
- productArity() - Method in class org.apache.pekko.event.Logging.InitializeLogger
- productArity() - Method in class org.apache.pekko.event.Logging.LoggerInitialized$
- productArity() - Method in class org.apache.pekko.event.Logging.LogLevel
- productArity() - Method in class org.apache.pekko.event.Logging.Warning
- productArity() - Method in class org.apache.pekko.io.dns.AAAARecord
- productArity() - Method in class org.apache.pekko.io.dns.ARecord
- productArity() - Method in class org.apache.pekko.io.dns.CachePolicy.Forever$
- productArity() - Method in class org.apache.pekko.io.dns.CachePolicy.Never$
- productArity() - Method in class org.apache.pekko.io.dns.CNameRecord
- productArity() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- productArity() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- productArity() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- productArity() - Method in class org.apache.pekko.io.dns.DnsProtocol.Srv$
- productArity() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.EnhancedDoubleHashRandom$
- productArity() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.SecureRandom$
- productArity() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.ThreadLocalRandom$
- productArity() - Method in class org.apache.pekko.io.dns.RecordClass
- productArity() - Method in class org.apache.pekko.io.dns.RecordType
- productArity() - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- productArity() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- productArity() - Method in class org.apache.pekko.io.dns.SRVRecord
- productArity() - Method in class org.apache.pekko.io.dns.UnknownRecord
- productArity() - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- productArity() - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- productArity() - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- productArity() - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- productArity() - Method in class org.apache.pekko.io.Tcp.Abort$
- productArity() - Method in class org.apache.pekko.io.Tcp.Aborted$
- productArity() - Method in class org.apache.pekko.io.Tcp.Bind
- productArity() - Method in class org.apache.pekko.io.Tcp.Bound
- productArity() - Method in class org.apache.pekko.io.Tcp.Close$
- productArity() - Method in class org.apache.pekko.io.Tcp.Closed$
- productArity() - Method in class org.apache.pekko.io.Tcp.CommandFailed
- productArity() - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- productArity() - Method in class org.apache.pekko.io.Tcp.ConfirmedClose$
- productArity() - Method in class org.apache.pekko.io.Tcp.ConfirmedClosed$
- productArity() - Method in class org.apache.pekko.io.Tcp.Connect
- productArity() - Method in class org.apache.pekko.io.Tcp.Connected
- productArity() - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- productArity() - Method in class org.apache.pekko.io.Tcp.NoAck
- productArity() - Method in class org.apache.pekko.io.Tcp.PeerClosed$
- productArity() - Method in class org.apache.pekko.io.Tcp.Received
- productArity() - Method in class org.apache.pekko.io.Tcp.Register
- productArity() - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- productArity() - Method in class org.apache.pekko.io.Tcp.ResumeReading$
- productArity() - Method in class org.apache.pekko.io.Tcp.ResumeWriting$
- productArity() - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- productArity() - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- productArity() - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- productArity() - Method in class org.apache.pekko.io.Tcp.SuspendReading$
- productArity() - Method in class org.apache.pekko.io.Tcp.Unbind$
- productArity() - Method in class org.apache.pekko.io.Tcp.Unbound$
- productArity() - Method in class org.apache.pekko.io.Tcp.Write
- productArity() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- productArity() - Method in class org.apache.pekko.io.Tcp.WritePath
- productArity() - Method in class org.apache.pekko.io.Tcp.WritingResumed$
- productArity() - Method in class org.apache.pekko.io.Udp.Bind
- productArity() - Method in class org.apache.pekko.io.Udp.Bound
- productArity() - Method in class org.apache.pekko.io.Udp.CommandFailed
- productArity() - Method in class org.apache.pekko.io.Udp.NoAck
- productArity() - Method in class org.apache.pekko.io.Udp.Received
- productArity() - Method in class org.apache.pekko.io.Udp.ResumeReading$
- productArity() - Method in class org.apache.pekko.io.Udp.Send
- productArity() - Method in class org.apache.pekko.io.Udp.SimpleSender
- productArity() - Method in class org.apache.pekko.io.Udp.SimpleSenderReady$
- productArity() - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- productArity() - Method in class org.apache.pekko.io.Udp.SuspendReading$
- productArity() - Method in class org.apache.pekko.io.Udp.Unbind$
- productArity() - Method in class org.apache.pekko.io.Udp.Unbound$
- productArity() - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- productArity() - Method in class org.apache.pekko.io.UdpConnected.Connect
- productArity() - Method in class org.apache.pekko.io.UdpConnected.Connected$
- productArity() - Method in class org.apache.pekko.io.UdpConnected.Disconnect$
- productArity() - Method in class org.apache.pekko.io.UdpConnected.Disconnected$
- productArity() - Method in class org.apache.pekko.io.UdpConnected.NoAck
- productArity() - Method in class org.apache.pekko.io.UdpConnected.Received
- productArity() - Method in class org.apache.pekko.io.UdpConnected.ResumeReading$
- productArity() - Method in class org.apache.pekko.io.UdpConnected.Send
- productArity() - Method in class org.apache.pekko.io.UdpConnected.SuspendReading$
- productArity() - Method in exception org.apache.pekko.japi.JavaPartialFunction.NoMatch$
- productArity() - Method in class org.apache.pekko.japi.Option.Some
- productArity() - Method in class org.apache.pekko.japi.Pair
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple10
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple11
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple12
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple13
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple14
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple15
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple16
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple17
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple18
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple19
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple20
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple21
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple22
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple3
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple4
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple5
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple6
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple7
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple8
- productArity() - Method in class org.apache.pekko.japi.tuple.Tuple9
- productArity() - Static method in class org.apache.pekko.NotUsed
- productArity() - Method in class org.apache.pekko.NotUsed$
- productArity() - Static method in class org.apache.pekko.osgi.UnregisteringLogService
- productArity() - Method in class org.apache.pekko.osgi.UnregisteringLogService$
- productArity() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- productArity() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- productArity() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- productArity() - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- productArity() - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetCurrentChild$
- productArity() - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetRestartCount$
- productArity() - Method in class org.apache.pekko.pattern.BackoffSupervisor.Reset$
- productArity() - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- productArity() - Method in class org.apache.pekko.pattern.BackoffSupervisor.StartChild$
- productArity() - Static method in class org.apache.pekko.pattern.ForwardDeathLetters
- productArity() - Method in class org.apache.pekko.pattern.ForwardDeathLetters$
- productArity() - Static method in class org.apache.pekko.pattern.ManualReset
- productArity() - Method in class org.apache.pekko.pattern.ManualReset$
- productArity() - Static method in class org.apache.pekko.pattern.RestartImpliesFailure
- productArity() - Method in class org.apache.pekko.pattern.RestartImpliesFailure$
- productArity() - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- productArity() - Static method in class org.apache.pekko.pattern.StopImpliesFailure
- productArity() - Method in class org.apache.pekko.pattern.StopImpliesFailure$
- productArity() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- productArity() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- productArity() - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- productArity() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick$
- productArity() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- productArity() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- productArity() - Method in class org.apache.pekko.persistence.AtomicWrite
- productArity() - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- productArity() - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- productArity() - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- productArity() - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- productArity() - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- productArity() - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- productArity() - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- productArity() - Method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
- productArity() - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- productArity() - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- productArity() - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Normal$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Shutdown$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateTimeout$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- productArity() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- productArity() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.InitTimeout$
- productArity() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- productArity() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- productArity() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- productArity() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- productArity() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- productArity() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- productArity() - Method in class org.apache.pekko.persistence.journal.EventsSeq
- productArity() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- productArity() - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- productArity() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- productArity() - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapters$
- productArity() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- productArity() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.ResetCounter$
- productArity() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- productArity() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- productArity() - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- productArity() - Method in class org.apache.pekko.persistence.journal.Tagged
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesSuccessful$
- productArity() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- productArity() - Static method in class org.apache.pekko.persistence.query.NoOffset
- productArity() - Method in class org.apache.pekko.persistence.query.NoOffset$
- productArity() - Method in class org.apache.pekko.persistence.query.Sequence
- productArity() - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- productArity() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- productArity() - Method in class org.apache.pekko.persistence.Recovery
- productArity() - Static method in class org.apache.pekko.persistence.RecoveryCompleted
- productArity() - Method in class org.apache.pekko.persistence.RecoveryCompleted$
- productArity() - Method in class org.apache.pekko.persistence.ReplyToStrategy
- productArity() - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- productArity() - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- productArity() - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- productArity() - Method in class org.apache.pekko.persistence.SelectedSnapshot
- productArity() - Method in class org.apache.pekko.persistence.serialization.Snapshot
- productArity() - Method in class org.apache.pekko.persistence.SnapshotOffer
- productArity() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- productArity() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- productArity() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- productArity() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- productArity() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- productArity() - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- productArity() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- productArity() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- productArity() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- productArity() - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- productArity() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- productArity() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- productArity() - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- productArity() - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
- productArity() - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- productArity() - Method in class org.apache.pekko.persistence.testkit.ProcessingSuccess$
- productArity() - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- productArity() - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
- productArity() - Method in class org.apache.pekko.persistence.testkit.ReadSeqNum$
- productArity() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- productArity() - Method in class org.apache.pekko.persistence.testkit.Reject
- productArity() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- productArity() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- productArity() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- productArity() - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- productArity() - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- productArity() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- productArity() - Method in class org.apache.pekko.persistence.TestPayload
- productArity() - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- productArity() - Method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
- productArity() - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- productArity() - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- productArity() - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- productArity() - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- productArity() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- productArity() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- productArity() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- productArity() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- productArity() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- productArity() - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- productArity() - Method in class org.apache.pekko.persistence.typed.EmptyEventSeq$
- productArity() - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
- productArity() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
- productArity() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryPermitGranted$
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- productArity() - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.PersistNothing$
- productArity() - Static method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck$
- productArity() - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.Stash$
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Drop$
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Fail$
- productArity() - Static method in class org.apache.pekko.persistence.typed.internal.Stop
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.Stop$
- productArity() - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.Unhandled$
- productArity() - Static method in class org.apache.pekko.persistence.typed.internal.UnstashAll
- productArity() - Method in class org.apache.pekko.persistence.typed.internal.UnstashAll$
- productArity() - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- productArity() - Method in class org.apache.pekko.persistence.typed.RecoveryCompleted$
- productArity() - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- productArity() - Method in class org.apache.pekko.persistence.typed.ReplicaId
- productArity() - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- productArity() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteSuccess$
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryPermitGranted$
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryTimeout$
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertSuccess$
- productArity() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing$
- productArity() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.Stash$
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Drop$
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Fail$
- productArity() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stop
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.Stop$
- productArity() - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.Unhandled$
- productArity() - Static method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- productArity() - Method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll$
- productArity() - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- productArity() - Method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
- productArity() - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- productArity() - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- productArity() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- productArity() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- productArity() - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- productArity() - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- productArity() - Static method in class org.apache.pekko.remote.artery.Flush
- productArity() - Method in class org.apache.pekko.remote.artery.Flush$
- productArity() - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- productArity() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- productArity() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- productArity() - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- productArity() - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- productArity() - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- productArity() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.RemoteScope
- productArity() - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.RemotingListenEvent
- productArity() - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.RemotingShutdownEvent$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- productArity() - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- productArity() - Static method in class org.apache.pekko.remote.testconductor.Client
- productArity() - Method in class org.apache.pekko.remote.testconductor.Client$
- productArity() - Method in class org.apache.pekko.remote.testconductor.Done$
- productArity() - Method in class org.apache.pekko.remote.testconductor.RoleName
- productArity() - Static method in class org.apache.pekko.remote.testconductor.Server
- productArity() - Method in class org.apache.pekko.remote.testconductor.Server$
- productArity() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Quarantined$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Shutdown$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Unknown$
-
Deprecated.
- productArity() - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- productArity() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- productArity() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- productArity() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Heartbeat$
- productArity() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- productArity() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- productArity() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- productArity() - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- productArity() - Method in class org.apache.pekko.remote.UniqueAddress
- productArity() - Method in class org.apache.pekko.routing.ActorRefRoutee
- productArity() - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- productArity() - Method in class org.apache.pekko.routing.AddRoutee
- productArity() - Method in class org.apache.pekko.routing.AdjustPoolSize
- productArity() - Method in class org.apache.pekko.routing.BalancingPool
- productArity() - Method in class org.apache.pekko.routing.Broadcast
- productArity() - Method in class org.apache.pekko.routing.BroadcastGroup
- productArity() - Method in class org.apache.pekko.routing.BroadcastPool
- productArity() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- productArity() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- productArity() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- productArity() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- productArity() - Method in class org.apache.pekko.routing.Deafen
- productArity() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- productArity() - Method in class org.apache.pekko.routing.DefaultResizer
- productArity() - Method in class org.apache.pekko.routing.DefaultResizer$
- productArity() - Static method in class org.apache.pekko.routing.FromConfig
- productArity() - Method in class org.apache.pekko.routing.FromConfig$
- productArity() - Static method in class org.apache.pekko.routing.GetRoutees
- productArity() - Method in class org.apache.pekko.routing.GetRoutees$
- productArity() - Method in class org.apache.pekko.routing.Listen
- productArity() - Static method in class org.apache.pekko.routing.NoRouter
- productArity() - Method in class org.apache.pekko.routing.NoRouter$
- productArity() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- productArity() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- productArity() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer$
- productArity() - Method in class org.apache.pekko.routing.RandomGroup
- productArity() - Method in class org.apache.pekko.routing.RandomPool
- productArity() - Method in class org.apache.pekko.routing.RemoveRoutee
- productArity() - Method in class org.apache.pekko.routing.RoundRobinGroup
- productArity() - Method in class org.apache.pekko.routing.RoundRobinPool
- productArity() - Method in class org.apache.pekko.routing.Routees
- productArity() - Method in class org.apache.pekko.routing.Router
- productArity() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- productArity() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- productArity() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- productArity() - Method in class org.apache.pekko.routing.SeveralRoutees
- productArity() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- productArity() - Method in class org.apache.pekko.routing.TailChoppingGroup
- productArity() - Method in class org.apache.pekko.routing.TailChoppingPool
- productArity() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- productArity() - Method in class org.apache.pekko.routing.WithListeners
- productArity() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- productArity() - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- productArity() - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- productArity() - Method in class org.apache.pekko.serialization.Serialization.Information
- productArity() - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- productArity() - Method in exception org.apache.pekko.stream.AbruptTerminationException
- productArity() - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- productArity() - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- productArity() - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- productArity() - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- productArity() - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- productArity() - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- productArity() - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- productArity() - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- productArity() - Method in class org.apache.pekko.stream.AmorphousShape
- productArity() - Method in class org.apache.pekko.stream.Attributes.AsyncBoundary$
- productArity() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- productArity() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- productArity() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.CompleteStage$
- productArity() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.FailStage$
- productArity() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.PropagateFailure$
- productArity() - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- productArity() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- productArity() - Method in class org.apache.pekko.stream.Attributes.Name
- productArity() - Method in class org.apache.pekko.stream.Attributes
- productArity() - Method in class org.apache.pekko.stream.BidiShape
- productArity() - Static method in exception org.apache.pekko.stream.BindFailedException
- productArity() - Method in exception org.apache.pekko.stream.BindFailedException$
-
Deprecated.
- productArity() - Method in exception org.apache.pekko.stream.BufferOverflowException
- productArity() - Static method in class org.apache.pekko.stream.Client
- productArity() - Method in class org.apache.pekko.stream.Client$
- productArity() - Method in class org.apache.pekko.stream.CompletionStrategy.Draining$
- productArity() - Method in class org.apache.pekko.stream.CompletionStrategy.Immediately$
- productArity() - Method in class org.apache.pekko.stream.CompletionStrategy$
- productArity() - Static method in class org.apache.pekko.stream.EagerClose
- productArity() - Method in class org.apache.pekko.stream.EagerClose$
- productArity() - Method in class org.apache.pekko.stream.FanInShape.Name
- productArity() - Method in class org.apache.pekko.stream.FanInShape.Ports
- productArity() - Method in class org.apache.pekko.stream.FanOutShape.Name
- productArity() - Method in class org.apache.pekko.stream.FanOutShape.Ports
- productArity() - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- productArity() - Method in class org.apache.pekko.stream.FlowMonitorState.Finished$
- productArity() - Method in class org.apache.pekko.stream.FlowMonitorState.Initialized$
- productArity() - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- productArity() - Method in class org.apache.pekko.stream.FlowShape
- productArity() - Static method in class org.apache.pekko.stream.IgnoreBoth
- productArity() - Method in class org.apache.pekko.stream.IgnoreBoth$
- productArity() - Static method in class org.apache.pekko.stream.IgnoreCancel
- productArity() - Method in class org.apache.pekko.stream.IgnoreCancel$
- productArity() - Static method in class org.apache.pekko.stream.IgnoreComplete
- productArity() - Method in class org.apache.pekko.stream.IgnoreComplete$
- productArity() - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- productArity() - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- productArity() - Method in class org.apache.pekko.stream.IOResult
- productArity() - Method in class org.apache.pekko.stream.OverflowStrategies.EmitEarly$
- productArity() - Method in class org.apache.pekko.stream.QueueOfferResult.Dropped$
- productArity() - Method in class org.apache.pekko.stream.QueueOfferResult.Enqueued$
- productArity() - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- productArity() - Method in class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
- productArity() - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- productArity() - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- productArity() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- productArity() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- productArity() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- productArity() - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- productArity() - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- productArity() - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- productArity() - Static method in class org.apache.pekko.stream.Server
- productArity() - Method in class org.apache.pekko.stream.Server$
- productArity() - Method in class org.apache.pekko.stream.SinkShape
- productArity() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.Closed$
- productArity() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPull$
- productArity() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPush$
- productArity() - Method in class org.apache.pekko.stream.SourceShape
- productArity() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- productArity() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Initialized$
- productArity() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- productArity() - Method in exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
- productArity() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- productArity() - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- productArity() - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- productArity() - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- productArity() - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- productArity() - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- productArity() - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- productArity() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
- productArity() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.NoopTermination$
- productArity() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.WarnTermination$
- productArity() - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.NoMoreElementsNeeded$
- productArity() - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.StageWasCompleted$
- productArity() - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Drain$
- productArity() - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Propagate$
- productArity() - Method in class org.apache.pekko.stream.Supervision.Restart$
- productArity() - Method in class org.apache.pekko.stream.Supervision.Resume$
- productArity() - Method in class org.apache.pekko.stream.Supervision.Stop$
- productArity() - Method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- productArity() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.DownstreamFinish$
- productArity() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- productArity() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Pull$
- productArity() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Push$
- productArity() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- productArity() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.UpstreamFinish$
- productArity() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- productArity() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- productArity() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- productArity() - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- productArity() - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- productArity() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- productArity() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnComplete$
- productArity() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- productArity() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- productArity() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- productArity() - Method in class org.apache.pekko.stream.ThrottleMode.Enforcing$
- productArity() - Method in class org.apache.pekko.stream.ThrottleMode.Shaping$
- productArity() - Method in class org.apache.pekko.stream.TLSClientAuth.Need$
- productArity() - Method in class org.apache.pekko.stream.TLSClientAuth.None$
- productArity() - Method in class org.apache.pekko.stream.TLSClientAuth.Want$
- productArity() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- productArity() - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- productArity() - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- productArity() - Method in class org.apache.pekko.stream.TLSProtocol.SessionTruncated$
- productArity() - Method in class org.apache.pekko.testkit.CustomEventFilter
- productArity() - Method in class org.apache.pekko.testkit.DeadLettersFilter
- productArity() - Method in class org.apache.pekko.testkit.DebugFilter
- productArity() - Method in class org.apache.pekko.testkit.ErrorFilter
- productArity() - Method in class org.apache.pekko.testkit.InfoFilter
- productArity() - Method in class org.apache.pekko.testkit.SocketUtil.Both$
- productArity() - Method in class org.apache.pekko.testkit.SocketUtil.Tcp$
- productArity() - Method in class org.apache.pekko.testkit.SocketUtil.Udp$
- productArity() - Method in class org.apache.pekko.testkit.TestActor.KeepRunning$
- productArity() - Method in class org.apache.pekko.testkit.TestActor.NoAutoPilot$
- productArity() - Method in class org.apache.pekko.testkit.TestActor.NullMessage$
- productArity() - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- productArity() - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- productArity() - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- productArity() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- productArity() - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- productArity() - Method in class org.apache.pekko.testkit.TestActor.Watch
- productArity() - Method in class org.apache.pekko.testkit.TestEvent.Mute
- productArity() - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- productArity() - Method in exception org.apache.pekko.testkit.TestException
- productArity() - Method in class org.apache.pekko.testkit.WarningFilter
- productArity() - Method in class org.apache.pekko.util.Collections.EmptyImmutableSeq$
- productArity() - Method in class org.apache.pekko.util.LineNumbers.NoSourceInfo$
- productArity() - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- productArity() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- productArity() - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- productArity() - Method in class org.apache.pekko.util.Timeout
- productArity$extension(ServiceRegistry) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- productArity$extension(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- productArity$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- productElement(int) - Method in class org.apache.pekko.actor.ActorIdentity
- productElement(int) - Method in exception org.apache.pekko.actor.ActorKilledException
- productElement(int) - Method in exception org.apache.pekko.actor.ActorNotFound
- productElement(int) - Method in class org.apache.pekko.actor.Address
- productElement(int) - Method in class org.apache.pekko.actor.AllForOneStrategy
- productElement(int) - Static method in class org.apache.pekko.actor.ChildNameReserved
- productElement(int) - Method in class org.apache.pekko.actor.ChildNameReserved$
- productElement(int) - Method in class org.apache.pekko.actor.ChildRestartStats
- productElement(int) - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- productElement(int) - Method in class org.apache.pekko.actor.CoordinatedShutdown.ActorSystemTerminateReason$
- productElement(int) - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterDowningReason$
- productElement(int) - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
- productElement(int) - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterLeavingReason$
- productElement(int) - Method in class org.apache.pekko.actor.CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
- productElement(int) - Method in class org.apache.pekko.actor.CoordinatedShutdown.JvmExitReason$
- productElement(int) - Method in class org.apache.pekko.actor.CoordinatedShutdown.UnknownReason$
- productElement(int) - Method in class org.apache.pekko.actor.DeadLetter
- productElement(int) - Method in exception org.apache.pekko.actor.DeathPactException
- productElement(int) - Method in class org.apache.pekko.actor.Deploy
- productElement(int) - Method in class org.apache.pekko.actor.Dropped
- productElement(int) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- productElement(int) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- productElement(int) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- productElement(int) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Termination$
- productElement(int) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.UserRequest$
- productElement(int) - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- productElement(int) - Method in class org.apache.pekko.actor.FSM.CurrentState
- productElement(int) - Method in class org.apache.pekko.actor.FSM.Event
- productElement(int) - Method in class org.apache.pekko.actor.FSM.Failure
- productElement(int) - Method in class org.apache.pekko.actor.FSM.FixedDelayMode$
- productElement(int) - Method in class org.apache.pekko.actor.FSM.FixedRateMode$
- productElement(int) - Method in class org.apache.pekko.actor.FSM.LogEntry
- productElement(int) - Method in class org.apache.pekko.actor.FSM.Normal$
- productElement(int) - Method in class org.apache.pekko.actor.FSM.Shutdown$
- productElement(int) - Method in class org.apache.pekko.actor.FSM.SingleMode$
- productElement(int) - Method in class org.apache.pekko.actor.FSM.State
- productElement(int) - Method in class org.apache.pekko.actor.FSM.StateTimeout$
- productElement(int) - Method in class org.apache.pekko.actor.FSM.StopEvent
- productElement(int) - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- productElement(int) - Method in class org.apache.pekko.actor.FSM.Timer
- productElement(int) - Method in class org.apache.pekko.actor.FSM.Transition
- productElement(int) - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- productElement(int) - Method in class org.apache.pekko.actor.Identify
- productElement(int) - Method in exception org.apache.pekko.actor.IllegalActorStateException
- productElement(int) - Method in exception org.apache.pekko.actor.InvalidActorNameException
- productElement(int) - Method in exception org.apache.pekko.actor.InvalidMessageException
- productElement(int) - Static method in class org.apache.pekko.actor.Kill
- productElement(int) - Method in class org.apache.pekko.actor.Kill$
- productElement(int) - Static method in class org.apache.pekko.actor.LocalScope
- productElement(int) - Method in class org.apache.pekko.actor.LocalScope$
- productElement(int) - Static method in class org.apache.pekko.actor.Nobody
- productElement(int) - Method in class org.apache.pekko.actor.Nobody$
- productElement(int) - Static method in class org.apache.pekko.actor.NoScopeGiven
- productElement(int) - Method in class org.apache.pekko.actor.NoScopeGiven$
- productElement(int) - Method in class org.apache.pekko.actor.OneForOneStrategy
- productElement(int) - Static method in class org.apache.pekko.actor.PoisonPill
- productElement(int) - Method in class org.apache.pekko.actor.PoisonPill$
- productElement(int) - Method in exception org.apache.pekko.actor.PostRestartException
- productElement(int) - Method in exception org.apache.pekko.actor.PreRestartException
- productElement(int) - Method in class org.apache.pekko.actor.Props
- productElement(int) - Method in class org.apache.pekko.actor.ProviderSelection.Cluster$
- productElement(int) - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- productElement(int) - Method in class org.apache.pekko.actor.ProviderSelection.Local$
- productElement(int) - Method in class org.apache.pekko.actor.ProviderSelection.Remote$
- productElement(int) - Static method in class org.apache.pekko.actor.ReceiveTimeout
- productElement(int) - Method in class org.apache.pekko.actor.ReceiveTimeout$
- productElement(int) - Method in class org.apache.pekko.actor.RootActorPath
- productElement(int) - Method in exception org.apache.pekko.actor.SchedulerException
- productElement(int) - Static method in class org.apache.pekko.actor.SelectParent
- productElement(int) - Method in class org.apache.pekko.actor.SelectParent$
- productElement(int) - Method in class org.apache.pekko.actor.Status.Failure
- productElement(int) - Method in class org.apache.pekko.actor.Status.Success
- productElement(int) - Method in class org.apache.pekko.actor.SupervisorStrategy.Escalate$
- productElement(int) - Method in class org.apache.pekko.actor.SupervisorStrategy.Restart$
- productElement(int) - Method in class org.apache.pekko.actor.SupervisorStrategy.Resume$
- productElement(int) - Method in class org.apache.pekko.actor.SupervisorStrategy.Stop$
- productElement(int) - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- productElement(int) - Method in class org.apache.pekko.actor.SystemGuardian.RegisterTerminationHook$
- productElement(int) - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHook$
- productElement(int) - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHookDone$
- productElement(int) - Method in class org.apache.pekko.actor.Terminated
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.NoEffects$
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled$
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayMode$
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateMode$
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.SingleMode$
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Complete$
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Continue$
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.ContinueAndIgnore$
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.Ack$
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- productElement(int) - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- productElement(int) - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- productElement(int) - Method in exception org.apache.pekko.actor.typed.DeathPactException
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.ResendFirstUnconfirmed$
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- productElement(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- productElement(int) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- productElement(int) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- productElement(int) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior.Start$
- productElement(int) - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.NoMessage$
- productElement(int) - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.PoisonPill$
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- productElement(int) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- productElement(int) - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- productElement(int) - Static method in class org.apache.pekko.actor.typed.PostStop
- productElement(int) - Method in class org.apache.pekko.actor.typed.PostStop$
- productElement(int) - Static method in class org.apache.pekko.actor.typed.PreRestart
- productElement(int) - Method in class org.apache.pekko.actor.typed.PreRestart$
- productElement(int) - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- productElement(int) - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.actor.TypedProps
- productElement(int) - Method in class org.apache.pekko.actor.UnhandledMessage
- productElement(int) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick$
-
Deprecated.
- productElement(int) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout$
-
Deprecated.
- productElement(int) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterClients
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- productElement(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- productElement(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts$
-
Deprecated.
- productElement(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat$
-
Deprecated.
- productElement(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp$
-
Deprecated.
- productElement(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping$
-
Deprecated.
- productElement(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- productElement(int) - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- productElement(int) - Method in class org.apache.pekko.cluster.client.ContactPoints
- productElement(int) - Static method in class org.apache.pekko.cluster.client.GetClusterClients
- productElement(int) - Method in class org.apache.pekko.cluster.client.GetClusterClients$
- productElement(int) - Static method in class org.apache.pekko.cluster.client.GetContactPoints
- productElement(int) - Method in class org.apache.pekko.cluster.client.GetContactPoints$
- productElement(int) - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
- productElement(int) - Method in class org.apache.pekko.cluster.client.SubscribeClusterClients$
- productElement(int) - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
- productElement(int) - Method in class org.apache.pekko.cluster.client.SubscribeContactPoints$
- productElement(int) - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- productElement(int) - Method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
- productElement(int) - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- productElement(int) - Method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.ClusterShuttingDown$
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsEvents$
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsSnapshot$
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- productElement(int) - Static method in class org.apache.pekko.cluster.ClusterScope
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterScope$
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- productElement(int) - Method in class org.apache.pekko.cluster.ClusterUserAction.PrepareForShutdown$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAll$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAllCompleted$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Flag
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.FlagKey
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.GCounterKey
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.GSet
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.GSetKey
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.LWWMapKey
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.ORMapKey
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.ORSetKey
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.PNCounterKey
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- productElement(int) - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.FlushChanges$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIds$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetReplicaCount$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- productElement(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- productElement(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- productElement(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- productElement(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- productElement(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- productElement(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- productElement(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- productElement(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck$
- productElement(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.FlushChanges$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.VersionVector.After$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.VersionVector.Before$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.VersionVector.Concurrent$
- productElement(int) - Method in class org.apache.pekko.cluster.ddata.VersionVector.Same$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingCompleted$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.GetClusterCoreRef$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipSpeedupTick$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipTick$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.IncompatibleConfig$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNode$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.LeaderActionsTick$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishStatsTick$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.ReapUnreachableTick$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.UncheckedConfig$
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- productElement(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- productElement(int) - Method in class org.apache.pekko.cluster.Invalid
- productElement(int) - Method in class org.apache.pekko.cluster.MemberStatus.Down$
- productElement(int) - Method in class org.apache.pekko.cluster.MemberStatus.Exiting$
- productElement(int) - Method in class org.apache.pekko.cluster.MemberStatus.Joining$
- productElement(int) - Method in class org.apache.pekko.cluster.MemberStatus.Leaving$
- productElement(int) - Method in class org.apache.pekko.cluster.MemberStatus.PreparingForShutdown$
- productElement(int) - Method in class org.apache.pekko.cluster.MemberStatus.ReadyForShutdown$
- productElement(int) - Method in class org.apache.pekko.cluster.MemberStatus.Removed$
- productElement(int) - Method in class org.apache.pekko.cluster.MemberStatus.Up$
- productElement(int) - Method in class org.apache.pekko.cluster.MemberStatus.WeaklyUp$
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- productElement(int) - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.CollectionStartMessage$
- productElement(int) - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.CollectionStopMessage$
- productElement(int) - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.EWMA
- productElement(int) - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.Metric
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- productElement(int) - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- productElement(int) - Method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count$
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics$
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- productElement(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount$
- productElement(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick$
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- productElement(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived$
- productElement(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers$
- productElement(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune$
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- productElement(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest$
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- productElement(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- productElement(int) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- productElement(int) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- productElement(int) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- productElement(int) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.NoPassivationStrategy$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocations$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.GetShards$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.GetEntities$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- productElement(int) - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- productElement(int) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- productElement(int) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized$
- productElement(int) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- productElement(int) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End$
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData$
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone$
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry$
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting$
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start$
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer$
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver$
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized$
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- productElement(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger$
- productElement(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- productElement(int) - Method in class org.apache.pekko.cluster.typed.Down
- productElement(int) - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- productElement(int) - Method in class org.apache.pekko.cluster.typed.Join
- productElement(int) - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- productElement(int) - Method in class org.apache.pekko.cluster.typed.Leave
- productElement(int) - Method in class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
- productElement(int) - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- productElement(int) - Method in class org.apache.pekko.cluster.typed.SelfUp
- productElement(int) - Method in class org.apache.pekko.cluster.typed.Subscribe
- productElement(int) - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- productElement(int) - Method in class org.apache.pekko.cluster.UniqueAddress
- productElement(int) - Static method in class org.apache.pekko.cluster.Valid
- productElement(int) - Method in class org.apache.pekko.cluster.Valid$
- productElement(int) - Method in class org.apache.pekko.cluster.VectorClock.After$
- productElement(int) - Method in class org.apache.pekko.cluster.VectorClock.Before$
- productElement(int) - Method in class org.apache.pekko.cluster.VectorClock.Concurrent$
- productElement(int) - Method in class org.apache.pekko.cluster.VectorClock
- productElement(int) - Method in class org.apache.pekko.cluster.VectorClock.Same$
- productElement(int) - Static method in class org.apache.pekko.discovery.Lookup
- productElement(int) - Method in class org.apache.pekko.discovery.Lookup$
- productElement(int) - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- productElement(int) - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- productElement(int) - Method in class org.apache.pekko.dispatch.BoundedMailbox
- productElement(int) - Method in class org.apache.pekko.dispatch.Envelope
- productElement(int) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- productElement(int) - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- productElement(int) - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- productElement(int) - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- productElement(int) - Method in class org.apache.pekko.dispatch.sysmsg.NoMessage$
- productElement(int) - Method in class org.apache.pekko.dispatch.TaskInvocation
- productElement(int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- productElement(int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- productElement(int) - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- productElement(int) - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- productElement(int) - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- productElement(int) - Static method in class org.apache.pekko.Done
- productElement(int) - Method in class org.apache.pekko.Done$
- productElement(int) - Method in class org.apache.pekko.event.Logging.Debug
- productElement(int) - Method in class org.apache.pekko.event.Logging.Error
- productElement(int) - Method in class org.apache.pekko.event.Logging.Info
- productElement(int) - Method in class org.apache.pekko.event.Logging.InitializeLogger
- productElement(int) - Method in class org.apache.pekko.event.Logging.LoggerInitialized$
- productElement(int) - Method in class org.apache.pekko.event.Logging.LogLevel
- productElement(int) - Method in class org.apache.pekko.event.Logging.Warning
- productElement(int) - Method in class org.apache.pekko.io.dns.AAAARecord
- productElement(int) - Method in class org.apache.pekko.io.dns.ARecord
- productElement(int) - Method in class org.apache.pekko.io.dns.CachePolicy.Forever$
- productElement(int) - Method in class org.apache.pekko.io.dns.CachePolicy.Never$
- productElement(int) - Method in class org.apache.pekko.io.dns.CNameRecord
- productElement(int) - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- productElement(int) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- productElement(int) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- productElement(int) - Method in class org.apache.pekko.io.dns.DnsProtocol.Srv$
- productElement(int) - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.EnhancedDoubleHashRandom$
- productElement(int) - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.SecureRandom$
- productElement(int) - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.ThreadLocalRandom$
- productElement(int) - Method in class org.apache.pekko.io.dns.RecordClass
- productElement(int) - Method in class org.apache.pekko.io.dns.RecordType
- productElement(int) - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.io.dns.SRVRecord
- productElement(int) - Method in class org.apache.pekko.io.dns.UnknownRecord
- productElement(int) - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- productElement(int) - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- productElement(int) - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- productElement(int) - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Abort$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Aborted$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Bind
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Bound
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Close$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Closed$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.CommandFailed
- productElement(int) - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- productElement(int) - Method in class org.apache.pekko.io.Tcp.ConfirmedClose$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.ConfirmedClosed$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Connect
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Connected
- productElement(int) - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- productElement(int) - Method in class org.apache.pekko.io.Tcp.NoAck
- productElement(int) - Method in class org.apache.pekko.io.Tcp.PeerClosed$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Received
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Register
- productElement(int) - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- productElement(int) - Method in class org.apache.pekko.io.Tcp.ResumeReading$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.ResumeWriting$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- productElement(int) - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- productElement(int) - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- productElement(int) - Method in class org.apache.pekko.io.Tcp.SuspendReading$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Unbind$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Unbound$
- productElement(int) - Method in class org.apache.pekko.io.Tcp.Write
- productElement(int) - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.io.Tcp.WritePath
- productElement(int) - Method in class org.apache.pekko.io.Tcp.WritingResumed$
- productElement(int) - Method in class org.apache.pekko.io.Udp.Bind
- productElement(int) - Method in class org.apache.pekko.io.Udp.Bound
- productElement(int) - Method in class org.apache.pekko.io.Udp.CommandFailed
- productElement(int) - Method in class org.apache.pekko.io.Udp.NoAck
- productElement(int) - Method in class org.apache.pekko.io.Udp.Received
- productElement(int) - Method in class org.apache.pekko.io.Udp.ResumeReading$
- productElement(int) - Method in class org.apache.pekko.io.Udp.Send
- productElement(int) - Method in class org.apache.pekko.io.Udp.SimpleSender
- productElement(int) - Method in class org.apache.pekko.io.Udp.SimpleSenderReady$
- productElement(int) - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- productElement(int) - Method in class org.apache.pekko.io.Udp.SuspendReading$
- productElement(int) - Method in class org.apache.pekko.io.Udp.Unbind$
- productElement(int) - Method in class org.apache.pekko.io.Udp.Unbound$
- productElement(int) - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- productElement(int) - Method in class org.apache.pekko.io.UdpConnected.Connect
- productElement(int) - Method in class org.apache.pekko.io.UdpConnected.Connected$
- productElement(int) - Method in class org.apache.pekko.io.UdpConnected.Disconnect$
- productElement(int) - Method in class org.apache.pekko.io.UdpConnected.Disconnected$
- productElement(int) - Method in class org.apache.pekko.io.UdpConnected.NoAck
- productElement(int) - Method in class org.apache.pekko.io.UdpConnected.Received
- productElement(int) - Method in class org.apache.pekko.io.UdpConnected.ResumeReading$
- productElement(int) - Method in class org.apache.pekko.io.UdpConnected.Send
- productElement(int) - Method in class org.apache.pekko.io.UdpConnected.SuspendReading$
- productElement(int) - Method in exception org.apache.pekko.japi.JavaPartialFunction.NoMatch$
- productElement(int) - Method in class org.apache.pekko.japi.Option.Some
- productElement(int) - Method in class org.apache.pekko.japi.Pair
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple10
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple11
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple12
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple13
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple14
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple15
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple16
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple17
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple18
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple19
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple20
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple21
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple22
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple3
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple4
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple5
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple6
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple7
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple8
- productElement(int) - Method in class org.apache.pekko.japi.tuple.Tuple9
- productElement(int) - Static method in class org.apache.pekko.NotUsed
- productElement(int) - Method in class org.apache.pekko.NotUsed$
- productElement(int) - Static method in class org.apache.pekko.osgi.UnregisteringLogService
- productElement(int) - Method in class org.apache.pekko.osgi.UnregisteringLogService$
- productElement(int) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- productElement(int) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- productElement(int) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- productElement(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- productElement(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetCurrentChild$
- productElement(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetRestartCount$
- productElement(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.Reset$
- productElement(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- productElement(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.StartChild$
- productElement(int) - Static method in class org.apache.pekko.pattern.ForwardDeathLetters
- productElement(int) - Method in class org.apache.pekko.pattern.ForwardDeathLetters$
- productElement(int) - Static method in class org.apache.pekko.pattern.ManualReset
- productElement(int) - Method in class org.apache.pekko.pattern.ManualReset$
- productElement(int) - Static method in class org.apache.pekko.pattern.RestartImpliesFailure
- productElement(int) - Method in class org.apache.pekko.pattern.RestartImpliesFailure$
- productElement(int) - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- productElement(int) - Static method in class org.apache.pekko.pattern.StopImpliesFailure
- productElement(int) - Method in class org.apache.pekko.pattern.StopImpliesFailure$
- productElement(int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- productElement(int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- productElement(int) - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- productElement(int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick$
- productElement(int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- productElement(int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- productElement(int) - Method in class org.apache.pekko.persistence.AtomicWrite
- productElement(int) - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- productElement(int) - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- productElement(int) - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- productElement(int) - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- productElement(int) - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- productElement(int) - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- productElement(int) - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- productElement(int) - Method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
- productElement(int) - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- productElement(int) - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- productElement(int) - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Normal$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Shutdown$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateTimeout$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- productElement(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.InitTimeout$
- productElement(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- productElement(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- productElement(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- productElement(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- productElement(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- productElement(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- productElement(int) - Method in class org.apache.pekko.persistence.journal.EventsSeq
- productElement(int) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- productElement(int) - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- productElement(int) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- productElement(int) - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapters$
- productElement(int) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- productElement(int) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.ResetCounter$
- productElement(int) - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- productElement(int) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- productElement(int) - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- productElement(int) - Method in class org.apache.pekko.persistence.journal.Tagged
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesSuccessful$
- productElement(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- productElement(int) - Static method in class org.apache.pekko.persistence.query.NoOffset
- productElement(int) - Method in class org.apache.pekko.persistence.query.NoOffset$
- productElement(int) - Method in class org.apache.pekko.persistence.query.Sequence
- productElement(int) - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- productElement(int) - Method in class org.apache.pekko.persistence.query.TimestampOffset
- productElement(int) - Method in class org.apache.pekko.persistence.Recovery
- productElement(int) - Static method in class org.apache.pekko.persistence.RecoveryCompleted
- productElement(int) - Method in class org.apache.pekko.persistence.RecoveryCompleted$
- productElement(int) - Method in class org.apache.pekko.persistence.ReplyToStrategy
- productElement(int) - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- productElement(int) - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- productElement(int) - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- productElement(int) - Method in class org.apache.pekko.persistence.SelectedSnapshot
- productElement(int) - Method in class org.apache.pekko.persistence.serialization.Snapshot
- productElement(int) - Method in class org.apache.pekko.persistence.SnapshotOffer
- productElement(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- productElement(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- productElement(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- productElement(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- productElement(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- productElement(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- productElement(int) - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- productElement(int) - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- productElement(int) - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- productElement(int) - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
- productElement(int) - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.ProcessingSuccess$
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- productElement(int) - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.ReadSeqNum$
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.Reject
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- productElement(int) - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- productElement(int) - Method in class org.apache.pekko.persistence.TestPayload
- productElement(int) - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- productElement(int) - Method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- productElement(int) - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- productElement(int) - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- productElement(int) - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- productElement(int) - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- productElement(int) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- productElement(int) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- productElement(int) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- productElement(int) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- productElement(int) - Method in class org.apache.pekko.persistence.typed.EmptyEventSeq$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryPermitGranted$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.PersistNothing$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.Stash$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Drop$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Fail$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.internal.Stop
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.Stop$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.Unhandled$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.internal.UnstashAll
- productElement(int) - Method in class org.apache.pekko.persistence.typed.internal.UnstashAll$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- productElement(int) - Method in class org.apache.pekko.persistence.typed.RecoveryCompleted$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- productElement(int) - Method in class org.apache.pekko.persistence.typed.ReplicaId
- productElement(int) - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- productElement(int) - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteSuccess$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryPermitGranted$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryTimeout$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertSuccess$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.Stash$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Drop$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Fail$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stop
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.Stop$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.Unhandled$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll$
- productElement(int) - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
- productElement(int) - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- productElement(int) - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- productElement(int) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- productElement(int) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- productElement(int) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- productElement(int) - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- productElement(int) - Static method in class org.apache.pekko.remote.artery.Flush
- productElement(int) - Method in class org.apache.pekko.remote.artery.Flush$
- productElement(int) - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- productElement(int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- productElement(int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- productElement(int) - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- productElement(int) - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- productElement(int) - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- productElement(int) - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.RemoteScope
- productElement(int) - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.RemotingListenEvent
- productElement(int) - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.RemotingShutdownEvent$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- productElement(int) - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- productElement(int) - Static method in class org.apache.pekko.remote.testconductor.Client
- productElement(int) - Method in class org.apache.pekko.remote.testconductor.Client$
- productElement(int) - Method in class org.apache.pekko.remote.testconductor.Done$
- productElement(int) - Method in class org.apache.pekko.remote.testconductor.RoleName
- productElement(int) - Static method in class org.apache.pekko.remote.testconductor.Server
- productElement(int) - Method in class org.apache.pekko.remote.testconductor.Server$
- productElement(int) - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Quarantined$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Shutdown$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Unknown$
-
Deprecated.
- productElement(int) - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- productElement(int) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- productElement(int) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- productElement(int) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Heartbeat$
- productElement(int) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- productElement(int) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- productElement(int) - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- productElement(int) - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- productElement(int) - Method in class org.apache.pekko.remote.UniqueAddress
- productElement(int) - Method in class org.apache.pekko.routing.ActorRefRoutee
- productElement(int) - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- productElement(int) - Method in class org.apache.pekko.routing.AddRoutee
- productElement(int) - Method in class org.apache.pekko.routing.AdjustPoolSize
- productElement(int) - Method in class org.apache.pekko.routing.BalancingPool
- productElement(int) - Method in class org.apache.pekko.routing.Broadcast
- productElement(int) - Method in class org.apache.pekko.routing.BroadcastGroup
- productElement(int) - Method in class org.apache.pekko.routing.BroadcastPool
- productElement(int) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- productElement(int) - Method in class org.apache.pekko.routing.ConsistentHashingPool
- productElement(int) - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- productElement(int) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- productElement(int) - Method in class org.apache.pekko.routing.Deafen
- productElement(int) - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- productElement(int) - Method in class org.apache.pekko.routing.DefaultResizer
- productElement(int) - Method in class org.apache.pekko.routing.DefaultResizer$
- productElement(int) - Static method in class org.apache.pekko.routing.FromConfig
- productElement(int) - Method in class org.apache.pekko.routing.FromConfig$
- productElement(int) - Static method in class org.apache.pekko.routing.GetRoutees
- productElement(int) - Method in class org.apache.pekko.routing.GetRoutees$
- productElement(int) - Method in class org.apache.pekko.routing.Listen
- productElement(int) - Static method in class org.apache.pekko.routing.NoRouter
- productElement(int) - Method in class org.apache.pekko.routing.NoRouter$
- productElement(int) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- productElement(int) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- productElement(int) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer$
- productElement(int) - Method in class org.apache.pekko.routing.RandomGroup
- productElement(int) - Method in class org.apache.pekko.routing.RandomPool
- productElement(int) - Method in class org.apache.pekko.routing.RemoveRoutee
- productElement(int) - Method in class org.apache.pekko.routing.RoundRobinGroup
- productElement(int) - Method in class org.apache.pekko.routing.RoundRobinPool
- productElement(int) - Method in class org.apache.pekko.routing.Routees
- productElement(int) - Method in class org.apache.pekko.routing.Router
- productElement(int) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- productElement(int) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- productElement(int) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- productElement(int) - Method in class org.apache.pekko.routing.SeveralRoutees
- productElement(int) - Method in class org.apache.pekko.routing.SmallestMailboxPool
- productElement(int) - Method in class org.apache.pekko.routing.TailChoppingGroup
- productElement(int) - Method in class org.apache.pekko.routing.TailChoppingPool
- productElement(int) - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- productElement(int) - Method in class org.apache.pekko.routing.WithListeners
- productElement(int) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- productElement(int) - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- productElement(int) - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- productElement(int) - Method in class org.apache.pekko.serialization.Serialization.Information
- productElement(int) - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- productElement(int) - Method in exception org.apache.pekko.stream.AbruptTerminationException
- productElement(int) - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- productElement(int) - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- productElement(int) - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- productElement(int) - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- productElement(int) - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- productElement(int) - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- productElement(int) - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- productElement(int) - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- productElement(int) - Method in class org.apache.pekko.stream.AmorphousShape
- productElement(int) - Method in class org.apache.pekko.stream.Attributes.AsyncBoundary$
- productElement(int) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- productElement(int) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- productElement(int) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.CompleteStage$
- productElement(int) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.FailStage$
- productElement(int) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.PropagateFailure$
- productElement(int) - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- productElement(int) - Method in class org.apache.pekko.stream.Attributes.LogLevels
- productElement(int) - Method in class org.apache.pekko.stream.Attributes.Name
- productElement(int) - Method in class org.apache.pekko.stream.Attributes
- productElement(int) - Method in class org.apache.pekko.stream.BidiShape
- productElement(int) - Static method in exception org.apache.pekko.stream.BindFailedException
- productElement(int) - Method in exception org.apache.pekko.stream.BindFailedException$
-
Deprecated.
- productElement(int) - Method in exception org.apache.pekko.stream.BufferOverflowException
- productElement(int) - Static method in class org.apache.pekko.stream.Client
- productElement(int) - Method in class org.apache.pekko.stream.Client$
- productElement(int) - Method in class org.apache.pekko.stream.CompletionStrategy.Draining$
- productElement(int) - Method in class org.apache.pekko.stream.CompletionStrategy.Immediately$
- productElement(int) - Method in class org.apache.pekko.stream.CompletionStrategy$
- productElement(int) - Static method in class org.apache.pekko.stream.EagerClose
- productElement(int) - Method in class org.apache.pekko.stream.EagerClose$
- productElement(int) - Method in class org.apache.pekko.stream.FanInShape.Name
- productElement(int) - Method in class org.apache.pekko.stream.FanInShape.Ports
- productElement(int) - Method in class org.apache.pekko.stream.FanOutShape.Name
- productElement(int) - Method in class org.apache.pekko.stream.FanOutShape.Ports
- productElement(int) - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- productElement(int) - Method in class org.apache.pekko.stream.FlowMonitorState.Finished$
- productElement(int) - Method in class org.apache.pekko.stream.FlowMonitorState.Initialized$
- productElement(int) - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- productElement(int) - Method in class org.apache.pekko.stream.FlowShape
- productElement(int) - Static method in class org.apache.pekko.stream.IgnoreBoth
- productElement(int) - Method in class org.apache.pekko.stream.IgnoreBoth$
- productElement(int) - Static method in class org.apache.pekko.stream.IgnoreCancel
- productElement(int) - Method in class org.apache.pekko.stream.IgnoreCancel$
- productElement(int) - Static method in class org.apache.pekko.stream.IgnoreComplete
- productElement(int) - Method in class org.apache.pekko.stream.IgnoreComplete$
- productElement(int) - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- productElement(int) - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- productElement(int) - Method in class org.apache.pekko.stream.IOResult
- productElement(int) - Method in class org.apache.pekko.stream.OverflowStrategies.EmitEarly$
- productElement(int) - Method in class org.apache.pekko.stream.QueueOfferResult.Dropped$
- productElement(int) - Method in class org.apache.pekko.stream.QueueOfferResult.Enqueued$
- productElement(int) - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- productElement(int) - Method in class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
- productElement(int) - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- productElement(int) - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- productElement(int) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- productElement(int) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- productElement(int) - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- productElement(int) - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- productElement(int) - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- productElement(int) - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- productElement(int) - Static method in class org.apache.pekko.stream.Server
- productElement(int) - Method in class org.apache.pekko.stream.Server$
- productElement(int) - Method in class org.apache.pekko.stream.SinkShape
- productElement(int) - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.Closed$
- productElement(int) - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPull$
- productElement(int) - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPush$
- productElement(int) - Method in class org.apache.pekko.stream.SourceShape
- productElement(int) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- productElement(int) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Initialized$
- productElement(int) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- productElement(int) - Method in exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
- productElement(int) - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- productElement(int) - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- productElement(int) - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- productElement(int) - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- productElement(int) - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- productElement(int) - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- productElement(int) - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- productElement(int) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
- productElement(int) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.NoopTermination$
- productElement(int) - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.WarnTermination$
- productElement(int) - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.NoMoreElementsNeeded$
- productElement(int) - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.StageWasCompleted$
- productElement(int) - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Drain$
- productElement(int) - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Propagate$
- productElement(int) - Method in class org.apache.pekko.stream.Supervision.Restart$
- productElement(int) - Method in class org.apache.pekko.stream.Supervision.Resume$
- productElement(int) - Method in class org.apache.pekko.stream.Supervision.Stop$
- productElement(int) - Method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- productElement(int) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.DownstreamFinish$
- productElement(int) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- productElement(int) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Pull$
- productElement(int) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Push$
- productElement(int) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- productElement(int) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.UpstreamFinish$
- productElement(int) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- productElement(int) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- productElement(int) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- productElement(int) - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- productElement(int) - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- productElement(int) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- productElement(int) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnComplete$
- productElement(int) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- productElement(int) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- productElement(int) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- productElement(int) - Method in class org.apache.pekko.stream.ThrottleMode.Enforcing$
- productElement(int) - Method in class org.apache.pekko.stream.ThrottleMode.Shaping$
- productElement(int) - Method in class org.apache.pekko.stream.TLSClientAuth.Need$
- productElement(int) - Method in class org.apache.pekko.stream.TLSClientAuth.None$
- productElement(int) - Method in class org.apache.pekko.stream.TLSClientAuth.Want$
- productElement(int) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- productElement(int) - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- productElement(int) - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- productElement(int) - Method in class org.apache.pekko.stream.TLSProtocol.SessionTruncated$
- productElement(int) - Method in class org.apache.pekko.testkit.CustomEventFilter
- productElement(int) - Method in class org.apache.pekko.testkit.DeadLettersFilter
- productElement(int) - Method in class org.apache.pekko.testkit.DebugFilter
- productElement(int) - Method in class org.apache.pekko.testkit.ErrorFilter
- productElement(int) - Method in class org.apache.pekko.testkit.InfoFilter
- productElement(int) - Method in class org.apache.pekko.testkit.SocketUtil.Both$
- productElement(int) - Method in class org.apache.pekko.testkit.SocketUtil.Tcp$
- productElement(int) - Method in class org.apache.pekko.testkit.SocketUtil.Udp$
- productElement(int) - Method in class org.apache.pekko.testkit.TestActor.KeepRunning$
- productElement(int) - Method in class org.apache.pekko.testkit.TestActor.NoAutoPilot$
- productElement(int) - Method in class org.apache.pekko.testkit.TestActor.NullMessage$
- productElement(int) - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- productElement(int) - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- productElement(int) - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- productElement(int) - Method in class org.apache.pekko.testkit.TestActor.Spawn
- productElement(int) - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- productElement(int) - Method in class org.apache.pekko.testkit.TestActor.Watch
- productElement(int) - Method in class org.apache.pekko.testkit.TestEvent.Mute
- productElement(int) - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- productElement(int) - Method in exception org.apache.pekko.testkit.TestException
- productElement(int) - Method in class org.apache.pekko.testkit.WarningFilter
- productElement(int) - Method in class org.apache.pekko.util.Collections.EmptyImmutableSeq$
- productElement(int) - Method in class org.apache.pekko.util.LineNumbers.NoSourceInfo$
- productElement(int) - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- productElement(int) - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- productElement(int) - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- productElement(int) - Method in class org.apache.pekko.util.Timeout
- productElement$extension(ServiceRegistry, int) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- productElement$extension(Logging.LogLevel, int) - Method in class org.apache.pekko.event.Logging.LogLevel$
- productElement$extension(MessageFlags, int) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- productElementName(int) - Method in class org.apache.pekko.actor.ActorIdentity
- productElementName(int) - Method in exception org.apache.pekko.actor.ActorKilledException
- productElementName(int) - Method in exception org.apache.pekko.actor.ActorNotFound
- productElementName(int) - Method in class org.apache.pekko.actor.Address
- productElementName(int) - Method in class org.apache.pekko.actor.AllForOneStrategy
- productElementName(int) - Static method in class org.apache.pekko.actor.ChildNameReserved
- productElementName(int) - Method in class org.apache.pekko.actor.ChildRestartStats
- productElementName(int) - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- productElementName(int) - Method in class org.apache.pekko.actor.DeadLetter
- productElementName(int) - Method in exception org.apache.pekko.actor.DeathPactException
- productElementName(int) - Method in class org.apache.pekko.actor.Dropped
- productElementName(int) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- productElementName(int) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- productElementName(int) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- productElementName(int) - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- productElementName(int) - Method in class org.apache.pekko.actor.FSM.CurrentState
- productElementName(int) - Method in class org.apache.pekko.actor.FSM.Event
- productElementName(int) - Method in class org.apache.pekko.actor.FSM.Failure
- productElementName(int) - Method in class org.apache.pekko.actor.FSM.LogEntry
- productElementName(int) - Method in class org.apache.pekko.actor.FSM.StopEvent
- productElementName(int) - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- productElementName(int) - Method in class org.apache.pekko.actor.FSM.Timer
- productElementName(int) - Method in class org.apache.pekko.actor.FSM.Transition
- productElementName(int) - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- productElementName(int) - Method in class org.apache.pekko.actor.Identify
- productElementName(int) - Method in exception org.apache.pekko.actor.IllegalActorStateException
- productElementName(int) - Method in exception org.apache.pekko.actor.InvalidActorNameException
- productElementName(int) - Method in exception org.apache.pekko.actor.InvalidMessageException
- productElementName(int) - Static method in class org.apache.pekko.actor.Kill
- productElementName(int) - Static method in class org.apache.pekko.actor.LocalScope
- productElementName(int) - Static method in class org.apache.pekko.actor.Nobody
- productElementName(int) - Static method in class org.apache.pekko.actor.NoScopeGiven
- productElementName(int) - Method in class org.apache.pekko.actor.OneForOneStrategy
- productElementName(int) - Static method in class org.apache.pekko.actor.PoisonPill
- productElementName(int) - Method in exception org.apache.pekko.actor.PostRestartException
- productElementName(int) - Method in exception org.apache.pekko.actor.PreRestartException
- productElementName(int) - Method in class org.apache.pekko.actor.Props
- productElementName(int) - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- productElementName(int) - Static method in class org.apache.pekko.actor.ReceiveTimeout
- productElementName(int) - Method in class org.apache.pekko.actor.RootActorPath
- productElementName(int) - Method in exception org.apache.pekko.actor.SchedulerException
- productElementName(int) - Static method in class org.apache.pekko.actor.SelectParent
- productElementName(int) - Method in class org.apache.pekko.actor.Status.Failure
- productElementName(int) - Method in class org.apache.pekko.actor.Status.Success
- productElementName(int) - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- productElementName(int) - Method in class org.apache.pekko.actor.Terminated
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- productElementName(int) - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- productElementName(int) - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- productElementName(int) - Method in exception org.apache.pekko.actor.typed.DeathPactException
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- productElementName(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- productElementName(int) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- productElementName(int) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- productElementName(int) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- productElementName(int) - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- productElementName(int) - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- productElementName(int) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- productElementName(int) - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- productElementName(int) - Static method in class org.apache.pekko.actor.typed.PostStop
- productElementName(int) - Static method in class org.apache.pekko.actor.typed.PreRestart
- productElementName(int) - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- productElementName(int) - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.actor.TypedProps
- productElementName(int) - Method in class org.apache.pekko.actor.UnhandledMessage
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.cluster.client.ClusterClients
- productElementName(int) - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- productElementName(int) - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- productElementName(int) - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- productElementName(int) - Method in class org.apache.pekko.cluster.client.ContactPoints
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.GetClusterClients
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.GetContactPoints
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- productElementName(int) - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- productElementName(int) - Static method in class org.apache.pekko.cluster.ClusterScope
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- productElementName(int) - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Flag
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.FlagKey
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.GCounterKey
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.GSet
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.GSetKey
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.LWWMapKey
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.ORMapKey
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.ORSetKey
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.PNCounterKey
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- productElementName(int) - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- productElementName(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- productElementName(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- productElementName(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- productElementName(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- productElementName(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- productElementName(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- productElementName(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- productElementName(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- productElementName(int) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- productElementName(int) - Method in class org.apache.pekko.cluster.Invalid
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- productElementName(int) - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
- productElementName(int) - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
- productElementName(int) - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.EWMA
- productElementName(int) - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.Metric
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- productElementName(int) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- productElementName(int) - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- productElementName(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- productElementName(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- productElementName(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- productElementName(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- productElementName(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- productElementName(int) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- productElementName(int) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- productElementName(int) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- productElementName(int) - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- productElementName(int) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- productElementName(int) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- productElementName(int) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- productElementName(int) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- productElementName(int) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- productElementName(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- productElementName(int) - Method in class org.apache.pekko.cluster.typed.Down
- productElementName(int) - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- productElementName(int) - Method in class org.apache.pekko.cluster.typed.Join
- productElementName(int) - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- productElementName(int) - Method in class org.apache.pekko.cluster.typed.Leave
- productElementName(int) - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- productElementName(int) - Method in class org.apache.pekko.cluster.typed.SelfUp
- productElementName(int) - Method in class org.apache.pekko.cluster.typed.Subscribe
- productElementName(int) - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- productElementName(int) - Static method in class org.apache.pekko.cluster.Valid
- productElementName(int) - Method in class org.apache.pekko.cluster.VectorClock
- productElementName(int) - Static method in class org.apache.pekko.discovery.Lookup
- productElementName(int) - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- productElementName(int) - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- productElementName(int) - Method in class org.apache.pekko.dispatch.BoundedMailbox
- productElementName(int) - Method in class org.apache.pekko.dispatch.Envelope
- productElementName(int) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- productElementName(int) - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- productElementName(int) - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- productElementName(int) - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- productElementName(int) - Method in class org.apache.pekko.dispatch.TaskInvocation
- productElementName(int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- productElementName(int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- productElementName(int) - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- productElementName(int) - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- productElementName(int) - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- productElementName(int) - Static method in class org.apache.pekko.Done
- productElementName(int) - Method in class org.apache.pekko.event.Logging.Debug
- productElementName(int) - Method in class org.apache.pekko.event.Logging.Error
- productElementName(int) - Method in class org.apache.pekko.event.Logging.Info
- productElementName(int) - Method in class org.apache.pekko.event.Logging.InitializeLogger
- productElementName(int) - Method in class org.apache.pekko.event.Logging.LogLevel
- productElementName(int) - Method in class org.apache.pekko.event.Logging.Warning
- productElementName(int) - Method in class org.apache.pekko.io.dns.AAAARecord
- productElementName(int) - Method in class org.apache.pekko.io.dns.ARecord
- productElementName(int) - Method in class org.apache.pekko.io.dns.CNameRecord
- productElementName(int) - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- productElementName(int) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- productElementName(int) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- productElementName(int) - Method in class org.apache.pekko.io.dns.RecordClass
- productElementName(int) - Method in class org.apache.pekko.io.dns.RecordType
- productElementName(int) - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.io.dns.SRVRecord
- productElementName(int) - Method in class org.apache.pekko.io.dns.UnknownRecord
- productElementName(int) - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- productElementName(int) - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- productElementName(int) - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- productElementName(int) - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.Bind
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.Bound
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.CommandFailed
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.Connect
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.Connected
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.NoAck
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.Received
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.Register
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.Write
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.io.Tcp.WritePath
- productElementName(int) - Method in class org.apache.pekko.io.Udp.Bind
- productElementName(int) - Method in class org.apache.pekko.io.Udp.Bound
- productElementName(int) - Method in class org.apache.pekko.io.Udp.CommandFailed
- productElementName(int) - Method in class org.apache.pekko.io.Udp.NoAck
- productElementName(int) - Method in class org.apache.pekko.io.Udp.Received
- productElementName(int) - Method in class org.apache.pekko.io.Udp.Send
- productElementName(int) - Method in class org.apache.pekko.io.Udp.SimpleSender
- productElementName(int) - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- productElementName(int) - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- productElementName(int) - Method in class org.apache.pekko.io.UdpConnected.Connect
- productElementName(int) - Method in class org.apache.pekko.io.UdpConnected.NoAck
- productElementName(int) - Method in class org.apache.pekko.io.UdpConnected.Received
- productElementName(int) - Method in class org.apache.pekko.io.UdpConnected.Send
- productElementName(int) - Method in class org.apache.pekko.japi.Option.Some
- productElementName(int) - Method in class org.apache.pekko.japi.Pair
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple10
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple11
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple12
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple13
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple14
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple15
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple16
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple17
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple18
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple19
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple20
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple21
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple22
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple3
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple4
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple5
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple6
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple7
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple8
- productElementName(int) - Method in class org.apache.pekko.japi.tuple.Tuple9
- productElementName(int) - Static method in class org.apache.pekko.NotUsed
- productElementName(int) - Static method in class org.apache.pekko.osgi.UnregisteringLogService
- productElementName(int) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- productElementName(int) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- productElementName(int) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- productElementName(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- productElementName(int) - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- productElementName(int) - Static method in class org.apache.pekko.pattern.ForwardDeathLetters
- productElementName(int) - Static method in class org.apache.pekko.pattern.ManualReset
- productElementName(int) - Static method in class org.apache.pekko.pattern.RestartImpliesFailure
- productElementName(int) - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- productElementName(int) - Static method in class org.apache.pekko.pattern.StopImpliesFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- productElementName(int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- productElementName(int) - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- productElementName(int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- productElementName(int) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- productElementName(int) - Method in class org.apache.pekko.persistence.AtomicWrite
- productElementName(int) - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- productElementName(int) - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- productElementName(int) - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- productElementName(int) - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- productElementName(int) - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- productElementName(int) - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- productElementName(int) - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.EventsSeq
- productElementName(int) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- productElementName(int) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- productElementName(int) - Method in class org.apache.pekko.persistence.journal.Tagged
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- productElementName(int) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- productElementName(int) - Static method in class org.apache.pekko.persistence.query.NoOffset
- productElementName(int) - Method in class org.apache.pekko.persistence.query.Sequence
- productElementName(int) - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- productElementName(int) - Method in class org.apache.pekko.persistence.query.TimestampOffset
- productElementName(int) - Method in class org.apache.pekko.persistence.Recovery
- productElementName(int) - Static method in class org.apache.pekko.persistence.RecoveryCompleted
- productElementName(int) - Method in class org.apache.pekko.persistence.ReplyToStrategy
- productElementName(int) - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- productElementName(int) - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.SelectedSnapshot
- productElementName(int) - Method in class org.apache.pekko.persistence.serialization.Snapshot
- productElementName(int) - Method in class org.apache.pekko.persistence.SnapshotOffer
- productElementName(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- productElementName(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- productElementName(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- productElementName(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- productElementName(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- productElementName(int) - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- productElementName(int) - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- productElementName(int) - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- productElementName(int) - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- productElementName(int) - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- productElementName(int) - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- productElementName(int) - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.Reject
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- productElementName(int) - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- productElementName(int) - Method in class org.apache.pekko.persistence.TestPayload
- productElementName(int) - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.internal.Stop
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.internal.UnstashAll
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.ReplicaId
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stop
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- productElementName(int) - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- productElementName(int) - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- productElementName(int) - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- productElementName(int) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- productElementName(int) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- productElementName(int) - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- productElementName(int) - Static method in class org.apache.pekko.remote.artery.Flush
- productElementName(int) - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- productElementName(int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- productElementName(int) - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- productElementName(int) - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- productElementName(int) - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- productElementName(int) - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.RemoteScope
- productElementName(int) - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.RemotingListenEvent
- productElementName(int) - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- productElementName(int) - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- productElementName(int) - Static method in class org.apache.pekko.remote.testconductor.Client
- productElementName(int) - Method in class org.apache.pekko.remote.testconductor.RoleName
- productElementName(int) - Static method in class org.apache.pekko.remote.testconductor.Server
- productElementName(int) - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- productElementName(int) - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- productElementName(int) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- productElementName(int) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- productElementName(int) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- productElementName(int) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- productElementName(int) - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- productElementName(int) - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- productElementName(int) - Method in class org.apache.pekko.remote.UniqueAddress
- productElementName(int) - Method in class org.apache.pekko.routing.ActorRefRoutee
- productElementName(int) - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- productElementName(int) - Method in class org.apache.pekko.routing.AddRoutee
- productElementName(int) - Method in class org.apache.pekko.routing.AdjustPoolSize
- productElementName(int) - Method in class org.apache.pekko.routing.BalancingPool
- productElementName(int) - Method in class org.apache.pekko.routing.Broadcast
- productElementName(int) - Method in class org.apache.pekko.routing.BroadcastGroup
- productElementName(int) - Method in class org.apache.pekko.routing.BroadcastPool
- productElementName(int) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- productElementName(int) - Method in class org.apache.pekko.routing.ConsistentHashingPool
- productElementName(int) - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- productElementName(int) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- productElementName(int) - Method in class org.apache.pekko.routing.Deafen
- productElementName(int) - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- productElementName(int) - Method in class org.apache.pekko.routing.DefaultResizer
- productElementName(int) - Static method in class org.apache.pekko.routing.FromConfig
- productElementName(int) - Static method in class org.apache.pekko.routing.GetRoutees
- productElementName(int) - Method in class org.apache.pekko.routing.Listen
- productElementName(int) - Static method in class org.apache.pekko.routing.NoRouter
- productElementName(int) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- productElementName(int) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- productElementName(int) - Method in class org.apache.pekko.routing.RandomGroup
- productElementName(int) - Method in class org.apache.pekko.routing.RandomPool
- productElementName(int) - Method in class org.apache.pekko.routing.RemoveRoutee
- productElementName(int) - Method in class org.apache.pekko.routing.RoundRobinGroup
- productElementName(int) - Method in class org.apache.pekko.routing.RoundRobinPool
- productElementName(int) - Method in class org.apache.pekko.routing.Routees
- productElementName(int) - Method in class org.apache.pekko.routing.Router
- productElementName(int) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- productElementName(int) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- productElementName(int) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- productElementName(int) - Method in class org.apache.pekko.routing.SeveralRoutees
- productElementName(int) - Method in class org.apache.pekko.routing.SmallestMailboxPool
- productElementName(int) - Method in class org.apache.pekko.routing.TailChoppingGroup
- productElementName(int) - Method in class org.apache.pekko.routing.TailChoppingPool
- productElementName(int) - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- productElementName(int) - Method in class org.apache.pekko.routing.WithListeners
- productElementName(int) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- productElementName(int) - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- productElementName(int) - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- productElementName(int) - Method in class org.apache.pekko.serialization.Serialization.Information
- productElementName(int) - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- productElementName(int) - Method in exception org.apache.pekko.stream.AbruptTerminationException
- productElementName(int) - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- productElementName(int) - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- productElementName(int) - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- productElementName(int) - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- productElementName(int) - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- productElementName(int) - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- productElementName(int) - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- productElementName(int) - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- productElementName(int) - Method in class org.apache.pekko.stream.AmorphousShape
- productElementName(int) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- productElementName(int) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- productElementName(int) - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- productElementName(int) - Method in class org.apache.pekko.stream.Attributes.LogLevels
- productElementName(int) - Method in class org.apache.pekko.stream.Attributes.Name
- productElementName(int) - Method in class org.apache.pekko.stream.Attributes
- productElementName(int) - Method in class org.apache.pekko.stream.BidiShape
- productElementName(int) - Static method in exception org.apache.pekko.stream.BindFailedException
- productElementName(int) - Method in exception org.apache.pekko.stream.BufferOverflowException
- productElementName(int) - Static method in class org.apache.pekko.stream.Client
- productElementName(int) - Static method in class org.apache.pekko.stream.EagerClose
- productElementName(int) - Method in class org.apache.pekko.stream.FanInShape.Name
- productElementName(int) - Method in class org.apache.pekko.stream.FanInShape.Ports
- productElementName(int) - Method in class org.apache.pekko.stream.FanOutShape.Name
- productElementName(int) - Method in class org.apache.pekko.stream.FanOutShape.Ports
- productElementName(int) - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- productElementName(int) - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- productElementName(int) - Method in class org.apache.pekko.stream.FlowShape
- productElementName(int) - Static method in class org.apache.pekko.stream.IgnoreBoth
- productElementName(int) - Static method in class org.apache.pekko.stream.IgnoreCancel
- productElementName(int) - Static method in class org.apache.pekko.stream.IgnoreComplete
- productElementName(int) - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- productElementName(int) - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- productElementName(int) - Method in class org.apache.pekko.stream.IOResult
- productElementName(int) - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- productElementName(int) - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- productElementName(int) - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- productElementName(int) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- productElementName(int) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- productElementName(int) - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- productElementName(int) - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- productElementName(int) - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- productElementName(int) - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- productElementName(int) - Static method in class org.apache.pekko.stream.Server
- productElementName(int) - Method in class org.apache.pekko.stream.SinkShape
- productElementName(int) - Method in class org.apache.pekko.stream.SourceShape
- productElementName(int) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- productElementName(int) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- productElementName(int) - Method in exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
- productElementName(int) - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- productElementName(int) - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- productElementName(int) - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- productElementName(int) - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- productElementName(int) - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- productElementName(int) - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- productElementName(int) - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- productElementName(int) - Method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- productElementName(int) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- productElementName(int) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- productElementName(int) - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- productElementName(int) - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- productElementName(int) - Method in class org.apache.pekko.testkit.CustomEventFilter
- productElementName(int) - Method in class org.apache.pekko.testkit.DeadLettersFilter
- productElementName(int) - Method in class org.apache.pekko.testkit.DebugFilter
- productElementName(int) - Method in class org.apache.pekko.testkit.ErrorFilter
- productElementName(int) - Method in class org.apache.pekko.testkit.InfoFilter
- productElementName(int) - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- productElementName(int) - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- productElementName(int) - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- productElementName(int) - Method in class org.apache.pekko.testkit.TestActor.Spawn
- productElementName(int) - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- productElementName(int) - Method in class org.apache.pekko.testkit.TestActor.Watch
- productElementName(int) - Method in class org.apache.pekko.testkit.TestEvent.Mute
- productElementName(int) - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- productElementName(int) - Method in exception org.apache.pekko.testkit.TestException
- productElementName(int) - Method in class org.apache.pekko.testkit.WarningFilter
- productElementName(int) - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- productElementName(int) - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- productElementName(int) - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- productElementName(int) - Method in class org.apache.pekko.util.Timeout
- productElementName$extension(ServiceRegistry, int) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- productElementName$extension(Logging.LogLevel, int) - Method in class org.apache.pekko.event.Logging.LogLevel$
- productElementName$extension(MessageFlags, int) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- productElementNames() - Static method in class org.apache.pekko.actor.ChildNameReserved
- productElementNames() - Static method in class org.apache.pekko.actor.Kill
- productElementNames() - Static method in class org.apache.pekko.actor.LocalScope
- productElementNames() - Static method in class org.apache.pekko.actor.Nobody
- productElementNames() - Static method in class org.apache.pekko.actor.NoScopeGiven
- productElementNames() - Static method in class org.apache.pekko.actor.PoisonPill
- productElementNames() - Static method in class org.apache.pekko.actor.ReceiveTimeout
- productElementNames() - Static method in class org.apache.pekko.actor.SelectParent
- productElementNames() - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- productElementNames() - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- productElementNames() - Static method in class org.apache.pekko.actor.typed.PostStop
- productElementNames() - Static method in class org.apache.pekko.actor.typed.PreRestart
- productElementNames() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- productElementNames() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- productElementNames() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- productElementNames() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- productElementNames() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- productElementNames() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- productElementNames() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- productElementNames() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- productElementNames() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- productElementNames() - Static method in class org.apache.pekko.cluster.client.GetClusterClients
- productElementNames() - Static method in class org.apache.pekko.cluster.client.GetContactPoints
- productElementNames() - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
- productElementNames() - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
- productElementNames() - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- productElementNames() - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- productElementNames() - Static method in class org.apache.pekko.cluster.ClusterScope
- productElementNames() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- productElementNames() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- productElementNames() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- productElementNames() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- productElementNames() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- productElementNames() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- productElementNames() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- productElementNames() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- productElementNames() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- productElementNames() - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
- productElementNames() - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
- productElementNames() - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- productElementNames() - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- productElementNames() - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- productElementNames() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- productElementNames() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- productElementNames() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- productElementNames() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- productElementNames() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- productElementNames() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- productElementNames() - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- productElementNames() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- productElementNames() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- productElementNames() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- productElementNames() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- productElementNames() - Static method in class org.apache.pekko.cluster.Valid
- productElementNames() - Static method in class org.apache.pekko.discovery.Lookup
- productElementNames() - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- productElementNames() - Static method in class org.apache.pekko.Done
- productElementNames() - Static method in class org.apache.pekko.NotUsed
- productElementNames() - Static method in class org.apache.pekko.osgi.UnregisteringLogService
- productElementNames() - Static method in class org.apache.pekko.pattern.ForwardDeathLetters
- productElementNames() - Static method in class org.apache.pekko.pattern.ManualReset
- productElementNames() - Static method in class org.apache.pekko.pattern.RestartImpliesFailure
- productElementNames() - Static method in class org.apache.pekko.pattern.StopImpliesFailure
- productElementNames() - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- productElementNames() - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- productElementNames() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- productElementNames() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- productElementNames() - Static method in class org.apache.pekko.persistence.query.NoOffset
- productElementNames() - Static method in class org.apache.pekko.persistence.RecoveryCompleted
- productElementNames() - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- productElementNames() - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- productElementNames() - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
- productElementNames() - Static method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- productElementNames() - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.internal.Stop
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.internal.UnstashAll
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stop
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- productElementNames() - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- productElementNames() - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- productElementNames() - Static method in class org.apache.pekko.remote.artery.Flush
- productElementNames() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- productElementNames() - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- productElementNames() - Static method in class org.apache.pekko.remote.testconductor.Client
- productElementNames() - Static method in class org.apache.pekko.remote.testconductor.Server
- productElementNames() - Static method in class org.apache.pekko.routing.DefaultResizer
- productElementNames() - Static method in class org.apache.pekko.routing.FromConfig
- productElementNames() - Static method in class org.apache.pekko.routing.GetRoutees
- productElementNames() - Static method in class org.apache.pekko.routing.NoRouter
- productElementNames() - Static method in exception org.apache.pekko.stream.BindFailedException
- productElementNames() - Static method in class org.apache.pekko.stream.Client
- productElementNames() - Static method in class org.apache.pekko.stream.EagerClose
- productElementNames() - Static method in class org.apache.pekko.stream.IgnoreBoth
- productElementNames() - Static method in class org.apache.pekko.stream.IgnoreCancel
- productElementNames() - Static method in class org.apache.pekko.stream.IgnoreComplete
- productElementNames() - Static method in class org.apache.pekko.stream.Server
- productIterator() - Method in class org.apache.pekko.actor.ActorIdentity
- productIterator() - Method in exception org.apache.pekko.actor.ActorKilledException
- productIterator() - Method in exception org.apache.pekko.actor.ActorNotFound
- productIterator() - Method in class org.apache.pekko.actor.Address
- productIterator() - Method in class org.apache.pekko.actor.AllForOneStrategy
- productIterator() - Static method in class org.apache.pekko.actor.ChildNameReserved
- productIterator() - Method in class org.apache.pekko.actor.ChildNameReserved$
- productIterator() - Method in class org.apache.pekko.actor.ChildRestartStats
- productIterator() - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- productIterator() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ActorSystemTerminateReason$
- productIterator() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterDowningReason$
- productIterator() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
- productIterator() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterLeavingReason$
- productIterator() - Method in class org.apache.pekko.actor.CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
- productIterator() - Method in class org.apache.pekko.actor.CoordinatedShutdown.JvmExitReason$
- productIterator() - Method in class org.apache.pekko.actor.CoordinatedShutdown.UnknownReason$
- productIterator() - Method in class org.apache.pekko.actor.DeadLetter
- productIterator() - Method in exception org.apache.pekko.actor.DeathPactException
- productIterator() - Method in class org.apache.pekko.actor.Dropped
- productIterator() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- productIterator() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- productIterator() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- productIterator() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Termination$
- productIterator() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.UserRequest$
- productIterator() - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- productIterator() - Method in class org.apache.pekko.actor.FSM.CurrentState
- productIterator() - Method in class org.apache.pekko.actor.FSM.Event
- productIterator() - Method in class org.apache.pekko.actor.FSM.Failure
- productIterator() - Method in class org.apache.pekko.actor.FSM.FixedDelayMode$
- productIterator() - Method in class org.apache.pekko.actor.FSM.FixedRateMode$
- productIterator() - Method in class org.apache.pekko.actor.FSM.LogEntry
- productIterator() - Method in class org.apache.pekko.actor.FSM.Normal$
- productIterator() - Method in class org.apache.pekko.actor.FSM.Shutdown$
- productIterator() - Method in class org.apache.pekko.actor.FSM.SingleMode$
- productIterator() - Method in class org.apache.pekko.actor.FSM.StateTimeout$
- productIterator() - Method in class org.apache.pekko.actor.FSM.StopEvent
- productIterator() - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- productIterator() - Method in class org.apache.pekko.actor.FSM.Timer
- productIterator() - Method in class org.apache.pekko.actor.FSM.Transition
- productIterator() - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- productIterator() - Method in class org.apache.pekko.actor.Identify
- productIterator() - Method in exception org.apache.pekko.actor.IllegalActorStateException
- productIterator() - Method in exception org.apache.pekko.actor.InvalidActorNameException
- productIterator() - Method in exception org.apache.pekko.actor.InvalidMessageException
- productIterator() - Static method in class org.apache.pekko.actor.Kill
- productIterator() - Method in class org.apache.pekko.actor.Kill$
- productIterator() - Static method in class org.apache.pekko.actor.LocalScope
- productIterator() - Method in class org.apache.pekko.actor.LocalScope$
- productIterator() - Static method in class org.apache.pekko.actor.Nobody
- productIterator() - Method in class org.apache.pekko.actor.Nobody$
- productIterator() - Static method in class org.apache.pekko.actor.NoScopeGiven
- productIterator() - Method in class org.apache.pekko.actor.NoScopeGiven$
- productIterator() - Method in class org.apache.pekko.actor.OneForOneStrategy
- productIterator() - Static method in class org.apache.pekko.actor.PoisonPill
- productIterator() - Method in class org.apache.pekko.actor.PoisonPill$
- productIterator() - Method in exception org.apache.pekko.actor.PostRestartException
- productIterator() - Method in exception org.apache.pekko.actor.PreRestartException
- productIterator() - Method in class org.apache.pekko.actor.Props
- productIterator() - Method in class org.apache.pekko.actor.ProviderSelection.Cluster$
- productIterator() - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- productIterator() - Method in class org.apache.pekko.actor.ProviderSelection.Local$
- productIterator() - Method in class org.apache.pekko.actor.ProviderSelection.Remote$
- productIterator() - Static method in class org.apache.pekko.actor.ReceiveTimeout
- productIterator() - Method in class org.apache.pekko.actor.ReceiveTimeout$
- productIterator() - Method in class org.apache.pekko.actor.RootActorPath
- productIterator() - Method in exception org.apache.pekko.actor.SchedulerException
- productIterator() - Static method in class org.apache.pekko.actor.SelectParent
- productIterator() - Method in class org.apache.pekko.actor.SelectParent$
- productIterator() - Method in class org.apache.pekko.actor.Status.Failure
- productIterator() - Method in class org.apache.pekko.actor.Status.Success
- productIterator() - Method in class org.apache.pekko.actor.SupervisorStrategy.Escalate$
- productIterator() - Method in class org.apache.pekko.actor.SupervisorStrategy.Restart$
- productIterator() - Method in class org.apache.pekko.actor.SupervisorStrategy.Resume$
- productIterator() - Method in class org.apache.pekko.actor.SupervisorStrategy.Stop$
- productIterator() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- productIterator() - Method in class org.apache.pekko.actor.SystemGuardian.RegisterTerminationHook$
- productIterator() - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHook$
- productIterator() - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHookDone$
- productIterator() - Method in class org.apache.pekko.actor.Terminated
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.NoEffects$
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled$
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayMode$
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateMode$
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.SingleMode$
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Complete$
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Continue$
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.ContinueAndIgnore$
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.Ack$
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- productIterator() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- productIterator() - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- productIterator() - Method in exception org.apache.pekko.actor.typed.DeathPactException
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.ResendFirstUnconfirmed$
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- productIterator() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- productIterator() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- productIterator() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- productIterator() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior.Start$
- productIterator() - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.NoMessage$
- productIterator() - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.PoisonPill$
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- productIterator() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- productIterator() - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- productIterator() - Static method in class org.apache.pekko.actor.typed.PostStop
- productIterator() - Method in class org.apache.pekko.actor.typed.PostStop$
- productIterator() - Static method in class org.apache.pekko.actor.typed.PreRestart
- productIterator() - Method in class org.apache.pekko.actor.typed.PreRestart$
- productIterator() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- productIterator() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.actor.TypedProps
- productIterator() - Method in class org.apache.pekko.actor.UnhandledMessage
- productIterator() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick$
-
Deprecated.
- productIterator() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout$
-
Deprecated.
- productIterator() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterClients
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- productIterator() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- productIterator() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts$
-
Deprecated.
- productIterator() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat$
-
Deprecated.
- productIterator() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp$
-
Deprecated.
- productIterator() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping$
-
Deprecated.
- productIterator() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- productIterator() - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- productIterator() - Method in class org.apache.pekko.cluster.client.ContactPoints
- productIterator() - Static method in class org.apache.pekko.cluster.client.GetClusterClients
- productIterator() - Method in class org.apache.pekko.cluster.client.GetClusterClients$
- productIterator() - Static method in class org.apache.pekko.cluster.client.GetContactPoints
- productIterator() - Method in class org.apache.pekko.cluster.client.GetContactPoints$
- productIterator() - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
- productIterator() - Method in class org.apache.pekko.cluster.client.SubscribeClusterClients$
- productIterator() - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
- productIterator() - Method in class org.apache.pekko.cluster.client.SubscribeContactPoints$
- productIterator() - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- productIterator() - Method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
- productIterator() - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- productIterator() - Method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.ClusterShuttingDown$
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsEvents$
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsSnapshot$
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- productIterator() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- productIterator() - Static method in class org.apache.pekko.cluster.ClusterScope
- productIterator() - Method in class org.apache.pekko.cluster.ClusterScope$
- productIterator() - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- productIterator() - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- productIterator() - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- productIterator() - Method in class org.apache.pekko.cluster.ClusterUserAction.PrepareForShutdown$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAll$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAllCompleted$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- productIterator() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- productIterator() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Flag
- productIterator() - Method in class org.apache.pekko.cluster.ddata.FlagKey
- productIterator() - Method in class org.apache.pekko.cluster.ddata.GCounterKey
- productIterator() - Method in class org.apache.pekko.cluster.ddata.GSet
- productIterator() - Method in class org.apache.pekko.cluster.ddata.GSetKey
- productIterator() - Method in class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.LWWMapKey
- productIterator() - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- productIterator() - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- productIterator() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- productIterator() - Method in class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.ORMapKey
- productIterator() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- productIterator() - Method in class org.apache.pekko.cluster.ddata.ORSetKey
- productIterator() - Method in class org.apache.pekko.cluster.ddata.PNCounterKey
- productIterator() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- productIterator() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- productIterator() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- productIterator() - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.FlushChanges$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIds$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetReplicaCount$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- productIterator() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- productIterator() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- productIterator() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- productIterator() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- productIterator() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- productIterator() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- productIterator() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- productIterator() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck$
- productIterator() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- productIterator() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- productIterator() - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.FlushChanges$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- productIterator() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- productIterator() - Method in class org.apache.pekko.cluster.ddata.VersionVector.After$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Before$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Concurrent$
- productIterator() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Same$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingCompleted$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.GetClusterCoreRef$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipSpeedupTick$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipTick$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.IncompatibleConfig$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNode$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.LeaderActionsTick$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishStatsTick$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.ReapUnreachableTick$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.UncheckedConfig$
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- productIterator() - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- productIterator() - Method in class org.apache.pekko.cluster.Invalid
- productIterator() - Method in class org.apache.pekko.cluster.MemberStatus.Down$
- productIterator() - Method in class org.apache.pekko.cluster.MemberStatus.Exiting$
- productIterator() - Method in class org.apache.pekko.cluster.MemberStatus.Joining$
- productIterator() - Method in class org.apache.pekko.cluster.MemberStatus.Leaving$
- productIterator() - Method in class org.apache.pekko.cluster.MemberStatus.PreparingForShutdown$
- productIterator() - Method in class org.apache.pekko.cluster.MemberStatus.ReadyForShutdown$
- productIterator() - Method in class org.apache.pekko.cluster.MemberStatus.Removed$
- productIterator() - Method in class org.apache.pekko.cluster.MemberStatus.Up$
- productIterator() - Method in class org.apache.pekko.cluster.MemberStatus.WeaklyUp$
- productIterator() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- productIterator() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- productIterator() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- productIterator() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- productIterator() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- productIterator() - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
- productIterator() - Method in class org.apache.pekko.cluster.metrics.CollectionStartMessage$
- productIterator() - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
- productIterator() - Method in class org.apache.pekko.cluster.metrics.CollectionStopMessage$
- productIterator() - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- productIterator() - Method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
- productIterator() - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- productIterator() - Method in class org.apache.pekko.cluster.metrics.EWMA
- productIterator() - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- productIterator() - Method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
- productIterator() - Method in class org.apache.pekko.cluster.metrics.Metric
- productIterator() - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- productIterator() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- productIterator() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- productIterator() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- productIterator() - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- productIterator() - Method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count$
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics$
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- productIterator() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount$
- productIterator() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick$
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- productIterator() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived$
- productIterator() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers$
- productIterator() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune$
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- productIterator() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest$
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- productIterator() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- productIterator() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- productIterator() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.NoPassivationStrategy$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocations$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- productIterator() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- productIterator() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.GetShards$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- productIterator() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- productIterator() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- productIterator() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.GetEntities$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- productIterator() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- productIterator() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- productIterator() - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- productIterator() - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- productIterator() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- productIterator() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- productIterator() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized$
- productIterator() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- productIterator() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- productIterator() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End$
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData$
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone$
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry$
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting$
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start$
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer$
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver$
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized$
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- productIterator() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger$
- productIterator() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- productIterator() - Method in class org.apache.pekko.cluster.typed.Down
- productIterator() - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- productIterator() - Method in class org.apache.pekko.cluster.typed.Join
- productIterator() - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- productIterator() - Method in class org.apache.pekko.cluster.typed.Leave
- productIterator() - Method in class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
- productIterator() - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- productIterator() - Method in class org.apache.pekko.cluster.typed.SelfUp
- productIterator() - Method in class org.apache.pekko.cluster.typed.Subscribe
- productIterator() - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- productIterator() - Static method in class org.apache.pekko.cluster.Valid
- productIterator() - Method in class org.apache.pekko.cluster.Valid$
- productIterator() - Method in class org.apache.pekko.cluster.VectorClock.After$
- productIterator() - Method in class org.apache.pekko.cluster.VectorClock.Before$
- productIterator() - Method in class org.apache.pekko.cluster.VectorClock.Concurrent$
- productIterator() - Method in class org.apache.pekko.cluster.VectorClock
- productIterator() - Method in class org.apache.pekko.cluster.VectorClock.Same$
- productIterator() - Static method in class org.apache.pekko.discovery.Lookup
- productIterator() - Method in class org.apache.pekko.discovery.Lookup$
- productIterator() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- productIterator() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- productIterator() - Method in class org.apache.pekko.dispatch.BoundedMailbox
- productIterator() - Method in class org.apache.pekko.dispatch.Envelope
- productIterator() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- productIterator() - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- productIterator() - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- productIterator() - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- productIterator() - Method in class org.apache.pekko.dispatch.sysmsg.NoMessage$
- productIterator() - Method in class org.apache.pekko.dispatch.TaskInvocation
- productIterator() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- productIterator() - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- productIterator() - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- productIterator() - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- productIterator() - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- productIterator() - Static method in class org.apache.pekko.Done
- productIterator() - Method in class org.apache.pekko.Done$
- productIterator() - Method in class org.apache.pekko.event.Logging.Debug
- productIterator() - Method in class org.apache.pekko.event.Logging.Error
- productIterator() - Method in class org.apache.pekko.event.Logging.Info
- productIterator() - Method in class org.apache.pekko.event.Logging.InitializeLogger
- productIterator() - Method in class org.apache.pekko.event.Logging.LoggerInitialized$
- productIterator() - Method in class org.apache.pekko.event.Logging.LogLevel
- productIterator() - Method in class org.apache.pekko.event.Logging.Warning
- productIterator() - Method in class org.apache.pekko.io.dns.AAAARecord
- productIterator() - Method in class org.apache.pekko.io.dns.ARecord
- productIterator() - Method in class org.apache.pekko.io.dns.CachePolicy.Forever$
- productIterator() - Method in class org.apache.pekko.io.dns.CachePolicy.Never$
- productIterator() - Method in class org.apache.pekko.io.dns.CNameRecord
- productIterator() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- productIterator() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- productIterator() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- productIterator() - Method in class org.apache.pekko.io.dns.DnsProtocol.Srv$
- productIterator() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.EnhancedDoubleHashRandom$
- productIterator() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.SecureRandom$
- productIterator() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.ThreadLocalRandom$
- productIterator() - Method in class org.apache.pekko.io.dns.RecordClass
- productIterator() - Method in class org.apache.pekko.io.dns.RecordType
- productIterator() - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.io.dns.SRVRecord
- productIterator() - Method in class org.apache.pekko.io.dns.UnknownRecord
- productIterator() - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- productIterator() - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- productIterator() - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- productIterator() - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- productIterator() - Method in class org.apache.pekko.io.Tcp.Abort$
- productIterator() - Method in class org.apache.pekko.io.Tcp.Aborted$
- productIterator() - Method in class org.apache.pekko.io.Tcp.Bind
- productIterator() - Method in class org.apache.pekko.io.Tcp.Bound
- productIterator() - Method in class org.apache.pekko.io.Tcp.Close$
- productIterator() - Method in class org.apache.pekko.io.Tcp.Closed$
- productIterator() - Method in class org.apache.pekko.io.Tcp.CommandFailed
- productIterator() - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- productIterator() - Method in class org.apache.pekko.io.Tcp.ConfirmedClose$
- productIterator() - Method in class org.apache.pekko.io.Tcp.ConfirmedClosed$
- productIterator() - Method in class org.apache.pekko.io.Tcp.Connect
- productIterator() - Method in class org.apache.pekko.io.Tcp.Connected
- productIterator() - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- productIterator() - Method in class org.apache.pekko.io.Tcp.NoAck
- productIterator() - Method in class org.apache.pekko.io.Tcp.PeerClosed$
- productIterator() - Method in class org.apache.pekko.io.Tcp.Received
- productIterator() - Method in class org.apache.pekko.io.Tcp.Register
- productIterator() - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- productIterator() - Method in class org.apache.pekko.io.Tcp.ResumeReading$
- productIterator() - Method in class org.apache.pekko.io.Tcp.ResumeWriting$
- productIterator() - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- productIterator() - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- productIterator() - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- productIterator() - Method in class org.apache.pekko.io.Tcp.SuspendReading$
- productIterator() - Method in class org.apache.pekko.io.Tcp.Unbind$
- productIterator() - Method in class org.apache.pekko.io.Tcp.Unbound$
- productIterator() - Method in class org.apache.pekko.io.Tcp.Write
- productIterator() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.io.Tcp.WritePath
- productIterator() - Method in class org.apache.pekko.io.Tcp.WritingResumed$
- productIterator() - Method in class org.apache.pekko.io.Udp.Bind
- productIterator() - Method in class org.apache.pekko.io.Udp.Bound
- productIterator() - Method in class org.apache.pekko.io.Udp.CommandFailed
- productIterator() - Method in class org.apache.pekko.io.Udp.NoAck
- productIterator() - Method in class org.apache.pekko.io.Udp.Received
- productIterator() - Method in class org.apache.pekko.io.Udp.ResumeReading$
- productIterator() - Method in class org.apache.pekko.io.Udp.Send
- productIterator() - Method in class org.apache.pekko.io.Udp.SimpleSender
- productIterator() - Method in class org.apache.pekko.io.Udp.SimpleSenderReady$
- productIterator() - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- productIterator() - Method in class org.apache.pekko.io.Udp.SuspendReading$
- productIterator() - Method in class org.apache.pekko.io.Udp.Unbind$
- productIterator() - Method in class org.apache.pekko.io.Udp.Unbound$
- productIterator() - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- productIterator() - Method in class org.apache.pekko.io.UdpConnected.Connect
- productIterator() - Method in class org.apache.pekko.io.UdpConnected.Connected$
- productIterator() - Method in class org.apache.pekko.io.UdpConnected.Disconnect$
- productIterator() - Method in class org.apache.pekko.io.UdpConnected.Disconnected$
- productIterator() - Method in class org.apache.pekko.io.UdpConnected.NoAck
- productIterator() - Method in class org.apache.pekko.io.UdpConnected.Received
- productIterator() - Method in class org.apache.pekko.io.UdpConnected.ResumeReading$
- productIterator() - Method in class org.apache.pekko.io.UdpConnected.Send
- productIterator() - Method in class org.apache.pekko.io.UdpConnected.SuspendReading$
- productIterator() - Method in exception org.apache.pekko.japi.JavaPartialFunction.NoMatch$
- productIterator() - Method in class org.apache.pekko.japi.Option.Some
- productIterator() - Method in class org.apache.pekko.japi.Pair
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple10
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple11
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple12
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple13
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple14
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple15
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple16
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple17
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple18
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple19
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple20
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple21
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple22
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple3
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple4
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple5
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple6
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple7
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple8
- productIterator() - Method in class org.apache.pekko.japi.tuple.Tuple9
- productIterator() - Static method in class org.apache.pekko.NotUsed
- productIterator() - Method in class org.apache.pekko.NotUsed$
- productIterator() - Static method in class org.apache.pekko.osgi.UnregisteringLogService
- productIterator() - Method in class org.apache.pekko.osgi.UnregisteringLogService$
- productIterator() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- productIterator() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- productIterator() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- productIterator() - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- productIterator() - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetCurrentChild$
- productIterator() - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetRestartCount$
- productIterator() - Method in class org.apache.pekko.pattern.BackoffSupervisor.Reset$
- productIterator() - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- productIterator() - Method in class org.apache.pekko.pattern.BackoffSupervisor.StartChild$
- productIterator() - Static method in class org.apache.pekko.pattern.ForwardDeathLetters
- productIterator() - Method in class org.apache.pekko.pattern.ForwardDeathLetters$
- productIterator() - Static method in class org.apache.pekko.pattern.ManualReset
- productIterator() - Method in class org.apache.pekko.pattern.ManualReset$
- productIterator() - Static method in class org.apache.pekko.pattern.RestartImpliesFailure
- productIterator() - Method in class org.apache.pekko.pattern.RestartImpliesFailure$
- productIterator() - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- productIterator() - Static method in class org.apache.pekko.pattern.StopImpliesFailure
- productIterator() - Method in class org.apache.pekko.pattern.StopImpliesFailure$
- productIterator() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- productIterator() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- productIterator() - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- productIterator() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick$
- productIterator() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- productIterator() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- productIterator() - Method in class org.apache.pekko.persistence.AtomicWrite
- productIterator() - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- productIterator() - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- productIterator() - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- productIterator() - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- productIterator() - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- productIterator() - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- productIterator() - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- productIterator() - Method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
- productIterator() - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- productIterator() - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- productIterator() - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Normal$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Shutdown$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateTimeout$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- productIterator() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.InitTimeout$
- productIterator() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- productIterator() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- productIterator() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- productIterator() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- productIterator() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- productIterator() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- productIterator() - Method in class org.apache.pekko.persistence.journal.EventsSeq
- productIterator() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- productIterator() - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- productIterator() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- productIterator() - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapters$
- productIterator() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- productIterator() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.ResetCounter$
- productIterator() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- productIterator() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- productIterator() - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- productIterator() - Method in class org.apache.pekko.persistence.journal.Tagged
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesSuccessful$
- productIterator() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- productIterator() - Static method in class org.apache.pekko.persistence.query.NoOffset
- productIterator() - Method in class org.apache.pekko.persistence.query.NoOffset$
- productIterator() - Method in class org.apache.pekko.persistence.query.Sequence
- productIterator() - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- productIterator() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- productIterator() - Method in class org.apache.pekko.persistence.Recovery
- productIterator() - Static method in class org.apache.pekko.persistence.RecoveryCompleted
- productIterator() - Method in class org.apache.pekko.persistence.RecoveryCompleted$
- productIterator() - Method in class org.apache.pekko.persistence.ReplyToStrategy
- productIterator() - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- productIterator() - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- productIterator() - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- productIterator() - Method in class org.apache.pekko.persistence.SelectedSnapshot
- productIterator() - Method in class org.apache.pekko.persistence.serialization.Snapshot
- productIterator() - Method in class org.apache.pekko.persistence.SnapshotOffer
- productIterator() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- productIterator() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- productIterator() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- productIterator() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- productIterator() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- productIterator() - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- productIterator() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- productIterator() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- productIterator() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- productIterator() - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- productIterator() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- productIterator() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- productIterator() - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- productIterator() - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
- productIterator() - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- productIterator() - Method in class org.apache.pekko.persistence.testkit.ProcessingSuccess$
- productIterator() - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- productIterator() - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
- productIterator() - Method in class org.apache.pekko.persistence.testkit.ReadSeqNum$
- productIterator() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- productIterator() - Method in class org.apache.pekko.persistence.testkit.Reject
- productIterator() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- productIterator() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- productIterator() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- productIterator() - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- productIterator() - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- productIterator() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- productIterator() - Method in class org.apache.pekko.persistence.TestPayload
- productIterator() - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- productIterator() - Method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
- productIterator() - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- productIterator() - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- productIterator() - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- productIterator() - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- productIterator() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- productIterator() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- productIterator() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- productIterator() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- productIterator() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- productIterator() - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- productIterator() - Method in class org.apache.pekko.persistence.typed.EmptyEventSeq$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryPermitGranted$
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- productIterator() - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.PersistNothing$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.Stash$
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Drop$
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Fail$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.internal.Stop
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.Stop$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.Unhandled$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.internal.UnstashAll
- productIterator() - Method in class org.apache.pekko.persistence.typed.internal.UnstashAll$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- productIterator() - Method in class org.apache.pekko.persistence.typed.RecoveryCompleted$
- productIterator() - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- productIterator() - Method in class org.apache.pekko.persistence.typed.ReplicaId
- productIterator() - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- productIterator() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteSuccess$
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryPermitGranted$
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryTimeout$
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertSuccess$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.Stash$
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Drop$
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Fail$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stop
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.Stop$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.Unhandled$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll$
- productIterator() - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
- productIterator() - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- productIterator() - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- productIterator() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- productIterator() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- productIterator() - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- productIterator() - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- productIterator() - Static method in class org.apache.pekko.remote.artery.Flush
- productIterator() - Method in class org.apache.pekko.remote.artery.Flush$
- productIterator() - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- productIterator() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- productIterator() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- productIterator() - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- productIterator() - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- productIterator() - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- productIterator() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.RemoteScope
- productIterator() - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.RemotingListenEvent
- productIterator() - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.RemotingShutdownEvent$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- productIterator() - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- productIterator() - Static method in class org.apache.pekko.remote.testconductor.Client
- productIterator() - Method in class org.apache.pekko.remote.testconductor.Client$
- productIterator() - Method in class org.apache.pekko.remote.testconductor.Done$
- productIterator() - Method in class org.apache.pekko.remote.testconductor.RoleName
- productIterator() - Static method in class org.apache.pekko.remote.testconductor.Server
- productIterator() - Method in class org.apache.pekko.remote.testconductor.Server$
- productIterator() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Quarantined$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Shutdown$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Unknown$
-
Deprecated.
- productIterator() - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- productIterator() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- productIterator() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- productIterator() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Heartbeat$
- productIterator() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- productIterator() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- productIterator() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- productIterator() - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- productIterator() - Method in class org.apache.pekko.remote.UniqueAddress
- productIterator() - Method in class org.apache.pekko.routing.ActorRefRoutee
- productIterator() - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- productIterator() - Method in class org.apache.pekko.routing.AddRoutee
- productIterator() - Method in class org.apache.pekko.routing.AdjustPoolSize
- productIterator() - Method in class org.apache.pekko.routing.BalancingPool
- productIterator() - Method in class org.apache.pekko.routing.Broadcast
- productIterator() - Method in class org.apache.pekko.routing.BroadcastGroup
- productIterator() - Method in class org.apache.pekko.routing.BroadcastPool
- productIterator() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- productIterator() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- productIterator() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- productIterator() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- productIterator() - Method in class org.apache.pekko.routing.Deafen
- productIterator() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- productIterator() - Method in class org.apache.pekko.routing.DefaultResizer
- productIterator() - Method in class org.apache.pekko.routing.DefaultResizer$
- productIterator() - Static method in class org.apache.pekko.routing.FromConfig
- productIterator() - Method in class org.apache.pekko.routing.FromConfig$
- productIterator() - Static method in class org.apache.pekko.routing.GetRoutees
- productIterator() - Method in class org.apache.pekko.routing.GetRoutees$
- productIterator() - Method in class org.apache.pekko.routing.Listen
- productIterator() - Static method in class org.apache.pekko.routing.NoRouter
- productIterator() - Method in class org.apache.pekko.routing.NoRouter$
- productIterator() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- productIterator() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- productIterator() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer$
- productIterator() - Method in class org.apache.pekko.routing.RandomGroup
- productIterator() - Method in class org.apache.pekko.routing.RandomPool
- productIterator() - Method in class org.apache.pekko.routing.RemoveRoutee
- productIterator() - Method in class org.apache.pekko.routing.RoundRobinGroup
- productIterator() - Method in class org.apache.pekko.routing.RoundRobinPool
- productIterator() - Method in class org.apache.pekko.routing.Routees
- productIterator() - Method in class org.apache.pekko.routing.Router
- productIterator() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- productIterator() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- productIterator() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- productIterator() - Method in class org.apache.pekko.routing.SeveralRoutees
- productIterator() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- productIterator() - Method in class org.apache.pekko.routing.TailChoppingGroup
- productIterator() - Method in class org.apache.pekko.routing.TailChoppingPool
- productIterator() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- productIterator() - Method in class org.apache.pekko.routing.WithListeners
- productIterator() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- productIterator() - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- productIterator() - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- productIterator() - Method in class org.apache.pekko.serialization.Serialization.Information
- productIterator() - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- productIterator() - Method in exception org.apache.pekko.stream.AbruptTerminationException
- productIterator() - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- productIterator() - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- productIterator() - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- productIterator() - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- productIterator() - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- productIterator() - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- productIterator() - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- productIterator() - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- productIterator() - Method in class org.apache.pekko.stream.AmorphousShape
- productIterator() - Method in class org.apache.pekko.stream.Attributes.AsyncBoundary$
- productIterator() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- productIterator() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- productIterator() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.CompleteStage$
- productIterator() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.FailStage$
- productIterator() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.PropagateFailure$
- productIterator() - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- productIterator() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- productIterator() - Method in class org.apache.pekko.stream.Attributes.Name
- productIterator() - Method in class org.apache.pekko.stream.Attributes
- productIterator() - Method in class org.apache.pekko.stream.BidiShape
- productIterator() - Static method in exception org.apache.pekko.stream.BindFailedException
- productIterator() - Method in exception org.apache.pekko.stream.BindFailedException$
-
Deprecated.
- productIterator() - Method in exception org.apache.pekko.stream.BufferOverflowException
- productIterator() - Static method in class org.apache.pekko.stream.Client
- productIterator() - Method in class org.apache.pekko.stream.Client$
- productIterator() - Method in class org.apache.pekko.stream.CompletionStrategy.Draining$
- productIterator() - Method in class org.apache.pekko.stream.CompletionStrategy.Immediately$
- productIterator() - Method in class org.apache.pekko.stream.CompletionStrategy$
- productIterator() - Static method in class org.apache.pekko.stream.EagerClose
- productIterator() - Method in class org.apache.pekko.stream.EagerClose$
- productIterator() - Method in class org.apache.pekko.stream.FanInShape.Name
- productIterator() - Method in class org.apache.pekko.stream.FanInShape.Ports
- productIterator() - Method in class org.apache.pekko.stream.FanOutShape.Name
- productIterator() - Method in class org.apache.pekko.stream.FanOutShape.Ports
- productIterator() - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- productIterator() - Method in class org.apache.pekko.stream.FlowMonitorState.Finished$
- productIterator() - Method in class org.apache.pekko.stream.FlowMonitorState.Initialized$
- productIterator() - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- productIterator() - Method in class org.apache.pekko.stream.FlowShape
- productIterator() - Static method in class org.apache.pekko.stream.IgnoreBoth
- productIterator() - Method in class org.apache.pekko.stream.IgnoreBoth$
- productIterator() - Static method in class org.apache.pekko.stream.IgnoreCancel
- productIterator() - Method in class org.apache.pekko.stream.IgnoreCancel$
- productIterator() - Static method in class org.apache.pekko.stream.IgnoreComplete
- productIterator() - Method in class org.apache.pekko.stream.IgnoreComplete$
- productIterator() - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- productIterator() - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- productIterator() - Method in class org.apache.pekko.stream.IOResult
- productIterator() - Method in class org.apache.pekko.stream.OverflowStrategies.EmitEarly$
- productIterator() - Method in class org.apache.pekko.stream.QueueOfferResult.Dropped$
- productIterator() - Method in class org.apache.pekko.stream.QueueOfferResult.Enqueued$
- productIterator() - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- productIterator() - Method in class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
- productIterator() - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- productIterator() - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- productIterator() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- productIterator() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- productIterator() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- productIterator() - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- productIterator() - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- productIterator() - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- productIterator() - Static method in class org.apache.pekko.stream.Server
- productIterator() - Method in class org.apache.pekko.stream.Server$
- productIterator() - Method in class org.apache.pekko.stream.SinkShape
- productIterator() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.Closed$
- productIterator() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPull$
- productIterator() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPush$
- productIterator() - Method in class org.apache.pekko.stream.SourceShape
- productIterator() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- productIterator() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Initialized$
- productIterator() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- productIterator() - Method in exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
- productIterator() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- productIterator() - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- productIterator() - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- productIterator() - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- productIterator() - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- productIterator() - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- productIterator() - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- productIterator() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
- productIterator() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.NoopTermination$
- productIterator() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.WarnTermination$
- productIterator() - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.NoMoreElementsNeeded$
- productIterator() - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.StageWasCompleted$
- productIterator() - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Drain$
- productIterator() - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Propagate$
- productIterator() - Method in class org.apache.pekko.stream.Supervision.Restart$
- productIterator() - Method in class org.apache.pekko.stream.Supervision.Resume$
- productIterator() - Method in class org.apache.pekko.stream.Supervision.Stop$
- productIterator() - Method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- productIterator() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.DownstreamFinish$
- productIterator() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- productIterator() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Pull$
- productIterator() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Push$
- productIterator() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- productIterator() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.UpstreamFinish$
- productIterator() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- productIterator() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- productIterator() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- productIterator() - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- productIterator() - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- productIterator() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- productIterator() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnComplete$
- productIterator() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- productIterator() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- productIterator() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- productIterator() - Method in class org.apache.pekko.stream.ThrottleMode.Enforcing$
- productIterator() - Method in class org.apache.pekko.stream.ThrottleMode.Shaping$
- productIterator() - Method in class org.apache.pekko.stream.TLSClientAuth.Need$
- productIterator() - Method in class org.apache.pekko.stream.TLSClientAuth.None$
- productIterator() - Method in class org.apache.pekko.stream.TLSClientAuth.Want$
- productIterator() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- productIterator() - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- productIterator() - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- productIterator() - Method in class org.apache.pekko.stream.TLSProtocol.SessionTruncated$
- productIterator() - Method in class org.apache.pekko.testkit.CustomEventFilter
- productIterator() - Method in class org.apache.pekko.testkit.DeadLettersFilter
- productIterator() - Method in class org.apache.pekko.testkit.DebugFilter
- productIterator() - Method in class org.apache.pekko.testkit.ErrorFilter
- productIterator() - Method in class org.apache.pekko.testkit.InfoFilter
- productIterator() - Method in class org.apache.pekko.testkit.SocketUtil.Both$
- productIterator() - Method in class org.apache.pekko.testkit.SocketUtil.Tcp$
- productIterator() - Method in class org.apache.pekko.testkit.SocketUtil.Udp$
- productIterator() - Method in class org.apache.pekko.testkit.TestActor.KeepRunning$
- productIterator() - Method in class org.apache.pekko.testkit.TestActor.NoAutoPilot$
- productIterator() - Method in class org.apache.pekko.testkit.TestActor.NullMessage$
- productIterator() - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- productIterator() - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- productIterator() - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- productIterator() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- productIterator() - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- productIterator() - Method in class org.apache.pekko.testkit.TestActor.Watch
- productIterator() - Method in class org.apache.pekko.testkit.TestEvent.Mute
- productIterator() - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- productIterator() - Method in exception org.apache.pekko.testkit.TestException
- productIterator() - Method in class org.apache.pekko.testkit.WarningFilter
- productIterator() - Method in class org.apache.pekko.util.Collections.EmptyImmutableSeq$
- productIterator() - Method in class org.apache.pekko.util.LineNumbers.NoSourceInfo$
- productIterator() - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- productIterator() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- productIterator() - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- productIterator() - Method in class org.apache.pekko.util.Timeout
- productIterator$extension(ServiceRegistry) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- productIterator$extension(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- productIterator$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- productPrefix() - Method in class org.apache.pekko.actor.ActorIdentity
- productPrefix() - Method in exception org.apache.pekko.actor.ActorKilledException
- productPrefix() - Method in exception org.apache.pekko.actor.ActorNotFound
- productPrefix() - Method in class org.apache.pekko.actor.Address
- productPrefix() - Method in class org.apache.pekko.actor.AllForOneStrategy
- productPrefix() - Static method in class org.apache.pekko.actor.ChildNameReserved
- productPrefix() - Method in class org.apache.pekko.actor.ChildNameReserved$
- productPrefix() - Method in class org.apache.pekko.actor.ChildRestartStats
- productPrefix() - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- productPrefix() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ActorSystemTerminateReason$
- productPrefix() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterDowningReason$
- productPrefix() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
- productPrefix() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterLeavingReason$
- productPrefix() - Method in class org.apache.pekko.actor.CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
- productPrefix() - Method in class org.apache.pekko.actor.CoordinatedShutdown.JvmExitReason$
- productPrefix() - Method in class org.apache.pekko.actor.CoordinatedShutdown.UnknownReason$
- productPrefix() - Method in class org.apache.pekko.actor.DeadLetter
- productPrefix() - Method in exception org.apache.pekko.actor.DeathPactException
- productPrefix() - Method in class org.apache.pekko.actor.Dropped
- productPrefix() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- productPrefix() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- productPrefix() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- productPrefix() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Termination$
- productPrefix() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.UserRequest$
- productPrefix() - Method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- productPrefix() - Method in class org.apache.pekko.actor.FSM.CurrentState
- productPrefix() - Method in class org.apache.pekko.actor.FSM.Event
- productPrefix() - Method in class org.apache.pekko.actor.FSM.Failure
- productPrefix() - Method in class org.apache.pekko.actor.FSM.FixedDelayMode$
- productPrefix() - Method in class org.apache.pekko.actor.FSM.FixedRateMode$
- productPrefix() - Method in class org.apache.pekko.actor.FSM.LogEntry
- productPrefix() - Method in class org.apache.pekko.actor.FSM.Normal$
- productPrefix() - Method in class org.apache.pekko.actor.FSM.Shutdown$
- productPrefix() - Method in class org.apache.pekko.actor.FSM.SingleMode$
- productPrefix() - Method in class org.apache.pekko.actor.FSM.State
- productPrefix() - Method in class org.apache.pekko.actor.FSM.StateTimeout$
- productPrefix() - Method in class org.apache.pekko.actor.FSM.StopEvent
- productPrefix() - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- productPrefix() - Method in class org.apache.pekko.actor.FSM.Timer
- productPrefix() - Method in class org.apache.pekko.actor.FSM.Transition
- productPrefix() - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- productPrefix() - Method in class org.apache.pekko.actor.Identify
- productPrefix() - Method in exception org.apache.pekko.actor.IllegalActorStateException
- productPrefix() - Method in exception org.apache.pekko.actor.InvalidActorNameException
- productPrefix() - Method in exception org.apache.pekko.actor.InvalidMessageException
- productPrefix() - Static method in class org.apache.pekko.actor.Kill
- productPrefix() - Method in class org.apache.pekko.actor.Kill$
- productPrefix() - Static method in class org.apache.pekko.actor.LocalScope
- productPrefix() - Method in class org.apache.pekko.actor.LocalScope$
- productPrefix() - Static method in class org.apache.pekko.actor.Nobody
- productPrefix() - Method in class org.apache.pekko.actor.Nobody$
- productPrefix() - Static method in class org.apache.pekko.actor.NoScopeGiven
- productPrefix() - Method in class org.apache.pekko.actor.NoScopeGiven$
- productPrefix() - Method in class org.apache.pekko.actor.OneForOneStrategy
- productPrefix() - Static method in class org.apache.pekko.actor.PoisonPill
- productPrefix() - Method in class org.apache.pekko.actor.PoisonPill$
- productPrefix() - Method in exception org.apache.pekko.actor.PostRestartException
- productPrefix() - Method in exception org.apache.pekko.actor.PreRestartException
- productPrefix() - Method in class org.apache.pekko.actor.Props
- productPrefix() - Method in class org.apache.pekko.actor.ProviderSelection.Cluster$
- productPrefix() - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- productPrefix() - Method in class org.apache.pekko.actor.ProviderSelection.Local$
- productPrefix() - Method in class org.apache.pekko.actor.ProviderSelection.Remote$
- productPrefix() - Static method in class org.apache.pekko.actor.ReceiveTimeout
- productPrefix() - Method in class org.apache.pekko.actor.ReceiveTimeout$
- productPrefix() - Method in class org.apache.pekko.actor.RootActorPath
- productPrefix() - Method in exception org.apache.pekko.actor.SchedulerException
- productPrefix() - Static method in class org.apache.pekko.actor.SelectParent
- productPrefix() - Method in class org.apache.pekko.actor.SelectParent$
- productPrefix() - Method in class org.apache.pekko.actor.Status.Failure
- productPrefix() - Method in class org.apache.pekko.actor.Status.Success
- productPrefix() - Method in class org.apache.pekko.actor.SupervisorStrategy.Escalate$
- productPrefix() - Method in class org.apache.pekko.actor.SupervisorStrategy.Restart$
- productPrefix() - Method in class org.apache.pekko.actor.SupervisorStrategy.Resume$
- productPrefix() - Method in class org.apache.pekko.actor.SupervisorStrategy.Stop$
- productPrefix() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- productPrefix() - Method in class org.apache.pekko.actor.SystemGuardian.RegisterTerminationHook$
- productPrefix() - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHook$
- productPrefix() - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHookDone$
- productPrefix() - Method in class org.apache.pekko.actor.Terminated
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.NoEffects$
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled$
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayMode$
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateMode$
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.SingleMode$
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Complete$
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Continue$
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.ContinueAndIgnore$
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.Ack$
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- productPrefix() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- productPrefix() - Method in exception org.apache.pekko.actor.testkit.typed.TestException
- productPrefix() - Method in exception org.apache.pekko.actor.typed.DeathPactException
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.ResendFirstUnconfirmed$
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- productPrefix() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- productPrefix() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- productPrefix() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- productPrefix() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior.Start$
- productPrefix() - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.NoMessage$
- productPrefix() - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.PoisonPill$
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- productPrefix() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- productPrefix() - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- productPrefix() - Static method in class org.apache.pekko.actor.typed.PostStop
- productPrefix() - Method in class org.apache.pekko.actor.typed.PostStop$
- productPrefix() - Static method in class org.apache.pekko.actor.typed.PreRestart
- productPrefix() - Method in class org.apache.pekko.actor.typed.PreRestart$
- productPrefix() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- productPrefix() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.actor.TypedProps
- productPrefix() - Method in class org.apache.pekko.actor.UnhandledMessage
- productPrefix() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick$
-
Deprecated.
- productPrefix() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout$
-
Deprecated.
- productPrefix() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterClients
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- productPrefix() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- productPrefix() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts$
-
Deprecated.
- productPrefix() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat$
-
Deprecated.
- productPrefix() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp$
-
Deprecated.
- productPrefix() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping$
-
Deprecated.
- productPrefix() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- productPrefix() - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- productPrefix() - Method in class org.apache.pekko.cluster.client.ContactPoints
- productPrefix() - Static method in class org.apache.pekko.cluster.client.GetClusterClients
- productPrefix() - Method in class org.apache.pekko.cluster.client.GetClusterClients$
- productPrefix() - Static method in class org.apache.pekko.cluster.client.GetContactPoints
- productPrefix() - Method in class org.apache.pekko.cluster.client.GetContactPoints$
- productPrefix() - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
- productPrefix() - Method in class org.apache.pekko.cluster.client.SubscribeClusterClients$
- productPrefix() - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
- productPrefix() - Method in class org.apache.pekko.cluster.client.SubscribeContactPoints$
- productPrefix() - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- productPrefix() - Method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
- productPrefix() - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- productPrefix() - Method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.ClusterShuttingDown$
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsEvents$
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsSnapshot$
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- productPrefix() - Static method in class org.apache.pekko.cluster.ClusterScope
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterScope$
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- productPrefix() - Method in class org.apache.pekko.cluster.ClusterUserAction.PrepareForShutdown$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAll$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAllCompleted$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Flag
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.FlagKey
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.GCounterKey
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.GSet
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.GSetKey
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.LWWMapKey
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.ORMapKey
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.ORSetKey
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.PNCounterKey
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- productPrefix() - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.FlushChanges$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIds$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetReplicaCount$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- productPrefix() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- productPrefix() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- productPrefix() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- productPrefix() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- productPrefix() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- productPrefix() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- productPrefix() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- productPrefix() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck$
- productPrefix() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.FlushChanges$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.VersionVector.After$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Before$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Concurrent$
- productPrefix() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Same$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingCompleted$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.GetClusterCoreRef$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipSpeedupTick$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipTick$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.IncompatibleConfig$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNode$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.LeaderActionsTick$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishStatsTick$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.ReapUnreachableTick$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.UncheckedConfig$
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- productPrefix() - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- productPrefix() - Method in class org.apache.pekko.cluster.Invalid
- productPrefix() - Method in class org.apache.pekko.cluster.MemberStatus.Down$
- productPrefix() - Method in class org.apache.pekko.cluster.MemberStatus.Exiting$
- productPrefix() - Method in class org.apache.pekko.cluster.MemberStatus.Joining$
- productPrefix() - Method in class org.apache.pekko.cluster.MemberStatus.Leaving$
- productPrefix() - Method in class org.apache.pekko.cluster.MemberStatus.PreparingForShutdown$
- productPrefix() - Method in class org.apache.pekko.cluster.MemberStatus.ReadyForShutdown$
- productPrefix() - Method in class org.apache.pekko.cluster.MemberStatus.Removed$
- productPrefix() - Method in class org.apache.pekko.cluster.MemberStatus.Up$
- productPrefix() - Method in class org.apache.pekko.cluster.MemberStatus.WeaklyUp$
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- productPrefix() - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.CollectionStartMessage$
- productPrefix() - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.CollectionStopMessage$
- productPrefix() - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.EWMA
- productPrefix() - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.Metric
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- productPrefix() - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- productPrefix() - Method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count$
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics$
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- productPrefix() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount$
- productPrefix() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick$
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- productPrefix() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived$
- productPrefix() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers$
- productPrefix() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune$
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- productPrefix() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest$
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- productPrefix() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- productPrefix() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- productPrefix() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.NoPassivationStrategy$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocations$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.GetShards$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.GetEntities$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- productPrefix() - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- productPrefix() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- productPrefix() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized$
- productPrefix() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- productPrefix() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End$
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData$
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone$
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry$
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting$
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start$
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer$
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver$
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized$
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- productPrefix() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger$
- productPrefix() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- productPrefix() - Method in class org.apache.pekko.cluster.typed.Down
- productPrefix() - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- productPrefix() - Method in class org.apache.pekko.cluster.typed.Join
- productPrefix() - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- productPrefix() - Method in class org.apache.pekko.cluster.typed.Leave
- productPrefix() - Method in class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
- productPrefix() - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- productPrefix() - Method in class org.apache.pekko.cluster.typed.SelfUp
- productPrefix() - Method in class org.apache.pekko.cluster.typed.Subscribe
- productPrefix() - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- productPrefix() - Static method in class org.apache.pekko.cluster.Valid
- productPrefix() - Method in class org.apache.pekko.cluster.Valid$
- productPrefix() - Method in class org.apache.pekko.cluster.VectorClock.After$
- productPrefix() - Method in class org.apache.pekko.cluster.VectorClock.Before$
- productPrefix() - Method in class org.apache.pekko.cluster.VectorClock.Concurrent$
- productPrefix() - Method in class org.apache.pekko.cluster.VectorClock
- productPrefix() - Method in class org.apache.pekko.cluster.VectorClock.Same$
- productPrefix() - Static method in class org.apache.pekko.discovery.Lookup
- productPrefix() - Method in class org.apache.pekko.discovery.Lookup$
- productPrefix() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- productPrefix() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- productPrefix() - Method in class org.apache.pekko.dispatch.BoundedMailbox
- productPrefix() - Method in class org.apache.pekko.dispatch.Envelope
- productPrefix() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- productPrefix() - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- productPrefix() - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- productPrefix() - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- productPrefix() - Method in class org.apache.pekko.dispatch.sysmsg.NoMessage$
- productPrefix() - Method in class org.apache.pekko.dispatch.TaskInvocation
- productPrefix() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- productPrefix() - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- productPrefix() - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- productPrefix() - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- productPrefix() - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- productPrefix() - Static method in class org.apache.pekko.Done
- productPrefix() - Method in class org.apache.pekko.Done$
- productPrefix() - Method in class org.apache.pekko.event.Logging.Debug
- productPrefix() - Method in class org.apache.pekko.event.Logging.Error
- productPrefix() - Method in class org.apache.pekko.event.Logging.Info
- productPrefix() - Method in class org.apache.pekko.event.Logging.InitializeLogger
- productPrefix() - Method in class org.apache.pekko.event.Logging.LoggerInitialized$
- productPrefix() - Method in class org.apache.pekko.event.Logging.LogLevel
- productPrefix() - Method in class org.apache.pekko.event.Logging.Warning
- productPrefix() - Method in class org.apache.pekko.io.dns.AAAARecord
- productPrefix() - Method in class org.apache.pekko.io.dns.ARecord
- productPrefix() - Method in class org.apache.pekko.io.dns.CachePolicy.Forever$
- productPrefix() - Method in class org.apache.pekko.io.dns.CachePolicy.Never$
- productPrefix() - Method in class org.apache.pekko.io.dns.CNameRecord
- productPrefix() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- productPrefix() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- productPrefix() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- productPrefix() - Method in class org.apache.pekko.io.dns.DnsProtocol.Srv$
- productPrefix() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.EnhancedDoubleHashRandom$
- productPrefix() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.SecureRandom$
- productPrefix() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.ThreadLocalRandom$
- productPrefix() - Method in class org.apache.pekko.io.dns.RecordClass
- productPrefix() - Method in class org.apache.pekko.io.dns.RecordType
- productPrefix() - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.io.dns.SRVRecord
- productPrefix() - Method in class org.apache.pekko.io.dns.UnknownRecord
- productPrefix() - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- productPrefix() - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- productPrefix() - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- productPrefix() - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Abort$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Aborted$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Bind
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Bound
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Close$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Closed$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.CommandFailed
- productPrefix() - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- productPrefix() - Method in class org.apache.pekko.io.Tcp.ConfirmedClose$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.ConfirmedClosed$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Connect
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Connected
- productPrefix() - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- productPrefix() - Method in class org.apache.pekko.io.Tcp.NoAck
- productPrefix() - Method in class org.apache.pekko.io.Tcp.PeerClosed$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Received
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Register
- productPrefix() - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- productPrefix() - Method in class org.apache.pekko.io.Tcp.ResumeReading$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.ResumeWriting$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- productPrefix() - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- productPrefix() - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- productPrefix() - Method in class org.apache.pekko.io.Tcp.SuspendReading$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Unbind$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Unbound$
- productPrefix() - Method in class org.apache.pekko.io.Tcp.Write
- productPrefix() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.io.Tcp.WritePath
- productPrefix() - Method in class org.apache.pekko.io.Tcp.WritingResumed$
- productPrefix() - Method in class org.apache.pekko.io.Udp.Bind
- productPrefix() - Method in class org.apache.pekko.io.Udp.Bound
- productPrefix() - Method in class org.apache.pekko.io.Udp.CommandFailed
- productPrefix() - Method in class org.apache.pekko.io.Udp.NoAck
- productPrefix() - Method in class org.apache.pekko.io.Udp.Received
- productPrefix() - Method in class org.apache.pekko.io.Udp.ResumeReading$
- productPrefix() - Method in class org.apache.pekko.io.Udp.Send
- productPrefix() - Method in class org.apache.pekko.io.Udp.SimpleSender
- productPrefix() - Method in class org.apache.pekko.io.Udp.SimpleSenderReady$
- productPrefix() - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- productPrefix() - Method in class org.apache.pekko.io.Udp.SuspendReading$
- productPrefix() - Method in class org.apache.pekko.io.Udp.Unbind$
- productPrefix() - Method in class org.apache.pekko.io.Udp.Unbound$
- productPrefix() - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- productPrefix() - Method in class org.apache.pekko.io.UdpConnected.Connect
- productPrefix() - Method in class org.apache.pekko.io.UdpConnected.Connected$
- productPrefix() - Method in class org.apache.pekko.io.UdpConnected.Disconnect$
- productPrefix() - Method in class org.apache.pekko.io.UdpConnected.Disconnected$
- productPrefix() - Method in class org.apache.pekko.io.UdpConnected.NoAck
- productPrefix() - Method in class org.apache.pekko.io.UdpConnected.Received
- productPrefix() - Method in class org.apache.pekko.io.UdpConnected.ResumeReading$
- productPrefix() - Method in class org.apache.pekko.io.UdpConnected.Send
- productPrefix() - Method in class org.apache.pekko.io.UdpConnected.SuspendReading$
- productPrefix() - Method in exception org.apache.pekko.japi.JavaPartialFunction.NoMatch$
- productPrefix() - Method in class org.apache.pekko.japi.Option.Some
- productPrefix() - Method in class org.apache.pekko.japi.Pair
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple10
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple11
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple12
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple13
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple14
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple15
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple16
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple17
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple18
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple19
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple20
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple21
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple22
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple3
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple4
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple5
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple6
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple7
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple8
- productPrefix() - Method in class org.apache.pekko.japi.tuple.Tuple9
- productPrefix() - Static method in class org.apache.pekko.NotUsed
- productPrefix() - Method in class org.apache.pekko.NotUsed$
- productPrefix() - Static method in class org.apache.pekko.osgi.UnregisteringLogService
- productPrefix() - Method in class org.apache.pekko.osgi.UnregisteringLogService$
- productPrefix() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- productPrefix() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- productPrefix() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- productPrefix() - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- productPrefix() - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetCurrentChild$
- productPrefix() - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetRestartCount$
- productPrefix() - Method in class org.apache.pekko.pattern.BackoffSupervisor.Reset$
- productPrefix() - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- productPrefix() - Method in class org.apache.pekko.pattern.BackoffSupervisor.StartChild$
- productPrefix() - Static method in class org.apache.pekko.pattern.ForwardDeathLetters
- productPrefix() - Method in class org.apache.pekko.pattern.ForwardDeathLetters$
- productPrefix() - Static method in class org.apache.pekko.pattern.ManualReset
- productPrefix() - Method in class org.apache.pekko.pattern.ManualReset$
- productPrefix() - Static method in class org.apache.pekko.pattern.RestartImpliesFailure
- productPrefix() - Method in class org.apache.pekko.pattern.RestartImpliesFailure$
- productPrefix() - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- productPrefix() - Static method in class org.apache.pekko.pattern.StopImpliesFailure
- productPrefix() - Method in class org.apache.pekko.pattern.StopImpliesFailure$
- productPrefix() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- productPrefix() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- productPrefix() - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- productPrefix() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick$
- productPrefix() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- productPrefix() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- productPrefix() - Method in class org.apache.pekko.persistence.AtomicWrite
- productPrefix() - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- productPrefix() - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- productPrefix() - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- productPrefix() - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- productPrefix() - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- productPrefix() - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- productPrefix() - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- productPrefix() - Method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
- productPrefix() - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- productPrefix() - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- productPrefix() - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Normal$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Shutdown$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateTimeout$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- productPrefix() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.InitTimeout$
- productPrefix() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- productPrefix() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- productPrefix() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- productPrefix() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- productPrefix() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- productPrefix() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- productPrefix() - Method in class org.apache.pekko.persistence.journal.EventsSeq
- productPrefix() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- productPrefix() - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- productPrefix() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- productPrefix() - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapters$
- productPrefix() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- productPrefix() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.ResetCounter$
- productPrefix() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- productPrefix() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- productPrefix() - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- productPrefix() - Method in class org.apache.pekko.persistence.journal.Tagged
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesSuccessful$
- productPrefix() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- productPrefix() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- productPrefix() - Static method in class org.apache.pekko.persistence.query.NoOffset
- productPrefix() - Method in class org.apache.pekko.persistence.query.NoOffset$
- productPrefix() - Method in class org.apache.pekko.persistence.query.Sequence
- productPrefix() - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- productPrefix() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- productPrefix() - Method in class org.apache.pekko.persistence.Recovery
- productPrefix() - Static method in class org.apache.pekko.persistence.RecoveryCompleted
- productPrefix() - Method in class org.apache.pekko.persistence.RecoveryCompleted$
- productPrefix() - Method in class org.apache.pekko.persistence.ReplyToStrategy
- productPrefix() - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- productPrefix() - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- productPrefix() - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- productPrefix() - Method in class org.apache.pekko.persistence.SelectedSnapshot
- productPrefix() - Method in class org.apache.pekko.persistence.serialization.Snapshot
- productPrefix() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- productPrefix() - Method in class org.apache.pekko.persistence.SnapshotOffer
- productPrefix() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- productPrefix() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- productPrefix() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- productPrefix() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- productPrefix() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- productPrefix() - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- productPrefix() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- productPrefix() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- productPrefix() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- productPrefix() - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
- productPrefix() - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.ProcessingSuccess$
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- productPrefix() - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.ReadSeqNum$
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.Reject
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- productPrefix() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- productPrefix() - Method in class org.apache.pekko.persistence.TestPayload
- productPrefix() - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- productPrefix() - Method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- productPrefix() - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- productPrefix() - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- productPrefix() - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- productPrefix() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- productPrefix() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- productPrefix() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- productPrefix() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- productPrefix() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- productPrefix() - Method in class org.apache.pekko.persistence.typed.EmptyEventSeq$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryPermitGranted$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.PersistNothing$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.Stash$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Drop$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Fail$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.internal.Stop
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.Stop$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.Unhandled$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.internal.UnstashAll
- productPrefix() - Method in class org.apache.pekko.persistence.typed.internal.UnstashAll$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- productPrefix() - Method in class org.apache.pekko.persistence.typed.RecoveryCompleted$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- productPrefix() - Method in class org.apache.pekko.persistence.typed.ReplicaId
- productPrefix() - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- productPrefix() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteSuccess$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryPermitGranted$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryTimeout$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertSuccess$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.Stash$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Drop$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Fail$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stop
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.Stop$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.Unhandled$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll$
- productPrefix() - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
- productPrefix() - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- productPrefix() - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- productPrefix() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- productPrefix() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- productPrefix() - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- productPrefix() - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- productPrefix() - Static method in class org.apache.pekko.remote.artery.Flush
- productPrefix() - Method in class org.apache.pekko.remote.artery.Flush$
- productPrefix() - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- productPrefix() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- productPrefix() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- productPrefix() - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- productPrefix() - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- productPrefix() - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- productPrefix() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.RemoteScope
- productPrefix() - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.RemotingListenEvent
- productPrefix() - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.RemotingShutdownEvent$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- productPrefix() - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- productPrefix() - Static method in class org.apache.pekko.remote.testconductor.Client
- productPrefix() - Method in class org.apache.pekko.remote.testconductor.Client$
- productPrefix() - Method in class org.apache.pekko.remote.testconductor.Done$
- productPrefix() - Method in class org.apache.pekko.remote.testconductor.RoleName
- productPrefix() - Static method in class org.apache.pekko.remote.testconductor.Server
- productPrefix() - Method in class org.apache.pekko.remote.testconductor.Server$
- productPrefix() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Quarantined$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Shutdown$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Unknown$
-
Deprecated.
- productPrefix() - Method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- productPrefix() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- productPrefix() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- productPrefix() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Heartbeat$
- productPrefix() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- productPrefix() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- productPrefix() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- productPrefix() - Method in exception org.apache.pekko.remote.transport.Transport.InvalidAssociationException
-
Deprecated.
- productPrefix() - Method in class org.apache.pekko.remote.UniqueAddress
- productPrefix() - Method in class org.apache.pekko.routing.ActorRefRoutee
- productPrefix() - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- productPrefix() - Method in class org.apache.pekko.routing.AddRoutee
- productPrefix() - Method in class org.apache.pekko.routing.AdjustPoolSize
- productPrefix() - Method in class org.apache.pekko.routing.BalancingPool
- productPrefix() - Method in class org.apache.pekko.routing.Broadcast
- productPrefix() - Method in class org.apache.pekko.routing.BroadcastGroup
- productPrefix() - Method in class org.apache.pekko.routing.BroadcastPool
- productPrefix() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- productPrefix() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- productPrefix() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- productPrefix() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- productPrefix() - Method in class org.apache.pekko.routing.Deafen
- productPrefix() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- productPrefix() - Method in class org.apache.pekko.routing.DefaultResizer
- productPrefix() - Method in class org.apache.pekko.routing.DefaultResizer$
- productPrefix() - Static method in class org.apache.pekko.routing.FromConfig
- productPrefix() - Method in class org.apache.pekko.routing.FromConfig$
- productPrefix() - Static method in class org.apache.pekko.routing.GetRoutees
- productPrefix() - Method in class org.apache.pekko.routing.GetRoutees$
- productPrefix() - Method in class org.apache.pekko.routing.Listen
- productPrefix() - Static method in class org.apache.pekko.routing.NoRouter
- productPrefix() - Method in class org.apache.pekko.routing.NoRouter$
- productPrefix() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- productPrefix() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- productPrefix() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer$
- productPrefix() - Method in class org.apache.pekko.routing.RandomGroup
- productPrefix() - Method in class org.apache.pekko.routing.RandomPool
- productPrefix() - Method in class org.apache.pekko.routing.RemoveRoutee
- productPrefix() - Method in class org.apache.pekko.routing.RoundRobinGroup
- productPrefix() - Method in class org.apache.pekko.routing.RoundRobinPool
- productPrefix() - Method in class org.apache.pekko.routing.Routees
- productPrefix() - Method in class org.apache.pekko.routing.Router
- productPrefix() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- productPrefix() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- productPrefix() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- productPrefix() - Method in class org.apache.pekko.routing.SeveralRoutees
- productPrefix() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- productPrefix() - Method in class org.apache.pekko.routing.TailChoppingGroup
- productPrefix() - Method in class org.apache.pekko.routing.TailChoppingPool
- productPrefix() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- productPrefix() - Method in class org.apache.pekko.routing.WithListeners
- productPrefix() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- productPrefix() - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- productPrefix() - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- productPrefix() - Method in class org.apache.pekko.serialization.Serialization.Information
- productPrefix() - Method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- productPrefix() - Method in exception org.apache.pekko.stream.AbruptTerminationException
- productPrefix() - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- productPrefix() - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- productPrefix() - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- productPrefix() - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- productPrefix() - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- productPrefix() - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- productPrefix() - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- productPrefix() - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- productPrefix() - Method in class org.apache.pekko.stream.AmorphousShape
- productPrefix() - Method in class org.apache.pekko.stream.Attributes.AsyncBoundary$
- productPrefix() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- productPrefix() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- productPrefix() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.CompleteStage$
- productPrefix() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.FailStage$
- productPrefix() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.PropagateFailure$
- productPrefix() - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- productPrefix() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- productPrefix() - Method in class org.apache.pekko.stream.Attributes.Name
- productPrefix() - Method in class org.apache.pekko.stream.Attributes
- productPrefix() - Method in class org.apache.pekko.stream.BidiShape
- productPrefix() - Static method in exception org.apache.pekko.stream.BindFailedException
- productPrefix() - Method in exception org.apache.pekko.stream.BindFailedException$
-
Deprecated.
- productPrefix() - Method in exception org.apache.pekko.stream.BufferOverflowException
- productPrefix() - Static method in class org.apache.pekko.stream.Client
- productPrefix() - Method in class org.apache.pekko.stream.Client$
- productPrefix() - Method in class org.apache.pekko.stream.CompletionStrategy.Draining$
- productPrefix() - Method in class org.apache.pekko.stream.CompletionStrategy.Immediately$
- productPrefix() - Method in class org.apache.pekko.stream.CompletionStrategy$
- productPrefix() - Static method in class org.apache.pekko.stream.EagerClose
- productPrefix() - Method in class org.apache.pekko.stream.EagerClose$
- productPrefix() - Method in class org.apache.pekko.stream.FanInShape.Name
- productPrefix() - Method in class org.apache.pekko.stream.FanInShape.Ports
- productPrefix() - Method in class org.apache.pekko.stream.FanOutShape.Name
- productPrefix() - Method in class org.apache.pekko.stream.FanOutShape.Ports
- productPrefix() - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- productPrefix() - Method in class org.apache.pekko.stream.FlowMonitorState.Finished$
- productPrefix() - Method in class org.apache.pekko.stream.FlowMonitorState.Initialized$
- productPrefix() - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- productPrefix() - Method in class org.apache.pekko.stream.FlowShape
- productPrefix() - Static method in class org.apache.pekko.stream.IgnoreBoth
- productPrefix() - Method in class org.apache.pekko.stream.IgnoreBoth$
- productPrefix() - Static method in class org.apache.pekko.stream.IgnoreCancel
- productPrefix() - Method in class org.apache.pekko.stream.IgnoreCancel$
- productPrefix() - Static method in class org.apache.pekko.stream.IgnoreComplete
- productPrefix() - Method in class org.apache.pekko.stream.IgnoreComplete$
- productPrefix() - Method in exception org.apache.pekko.stream.InvalidPartnerActorException
- productPrefix() - Method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- productPrefix() - Method in class org.apache.pekko.stream.IOResult
- productPrefix() - Method in class org.apache.pekko.stream.OverflowStrategies.EmitEarly$
- productPrefix() - Method in class org.apache.pekko.stream.QueueOfferResult.Dropped$
- productPrefix() - Method in class org.apache.pekko.stream.QueueOfferResult.Enqueued$
- productPrefix() - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- productPrefix() - Method in class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
- productPrefix() - Method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- productPrefix() - Method in exception org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException
- productPrefix() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- productPrefix() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- productPrefix() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- productPrefix() - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- productPrefix() - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- productPrefix() - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- productPrefix() - Static method in class org.apache.pekko.stream.Server
- productPrefix() - Method in class org.apache.pekko.stream.Server$
- productPrefix() - Method in class org.apache.pekko.stream.SinkShape
- productPrefix() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.Closed$
- productPrefix() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPull$
- productPrefix() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPush$
- productPrefix() - Method in class org.apache.pekko.stream.SourceShape
- productPrefix() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- productPrefix() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Initialized$
- productPrefix() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- productPrefix() - Method in exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
- productPrefix() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- productPrefix() - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- productPrefix() - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- productPrefix() - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- productPrefix() - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- productPrefix() - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- productPrefix() - Method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- productPrefix() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
- productPrefix() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.NoopTermination$
- productPrefix() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.WarnTermination$
- productPrefix() - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.NoMoreElementsNeeded$
- productPrefix() - Method in exception org.apache.pekko.stream.SubscriptionWithCancelException.StageWasCompleted$
- productPrefix() - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Drain$
- productPrefix() - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Propagate$
- productPrefix() - Method in class org.apache.pekko.stream.Supervision.Restart$
- productPrefix() - Method in class org.apache.pekko.stream.Supervision.Resume$
- productPrefix() - Method in class org.apache.pekko.stream.Supervision.Stop$
- productPrefix() - Method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- productPrefix() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.DownstreamFinish$
- productPrefix() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- productPrefix() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Pull$
- productPrefix() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Push$
- productPrefix() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- productPrefix() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.UpstreamFinish$
- productPrefix() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- productPrefix() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- productPrefix() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- productPrefix() - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- productPrefix() - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- productPrefix() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- productPrefix() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnComplete$
- productPrefix() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- productPrefix() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- productPrefix() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- productPrefix() - Method in class org.apache.pekko.stream.ThrottleMode.Enforcing$
- productPrefix() - Method in class org.apache.pekko.stream.ThrottleMode.Shaping$
- productPrefix() - Method in class org.apache.pekko.stream.TLSClientAuth.Need$
- productPrefix() - Method in class org.apache.pekko.stream.TLSClientAuth.None$
- productPrefix() - Method in class org.apache.pekko.stream.TLSClientAuth.Want$
- productPrefix() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- productPrefix() - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- productPrefix() - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- productPrefix() - Method in class org.apache.pekko.stream.TLSProtocol.SessionTruncated$
- productPrefix() - Method in class org.apache.pekko.testkit.CustomEventFilter
- productPrefix() - Method in class org.apache.pekko.testkit.DeadLettersFilter
- productPrefix() - Method in class org.apache.pekko.testkit.DebugFilter
- productPrefix() - Method in class org.apache.pekko.testkit.ErrorFilter
- productPrefix() - Method in class org.apache.pekko.testkit.InfoFilter
- productPrefix() - Method in class org.apache.pekko.testkit.SocketUtil.Both$
- productPrefix() - Method in class org.apache.pekko.testkit.SocketUtil.Tcp$
- productPrefix() - Method in class org.apache.pekko.testkit.SocketUtil.Udp$
- productPrefix() - Method in class org.apache.pekko.testkit.TestActor.KeepRunning$
- productPrefix() - Method in class org.apache.pekko.testkit.TestActor.NoAutoPilot$
- productPrefix() - Method in class org.apache.pekko.testkit.TestActor.NullMessage$
- productPrefix() - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- productPrefix() - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- productPrefix() - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- productPrefix() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- productPrefix() - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- productPrefix() - Method in class org.apache.pekko.testkit.TestActor.Watch
- productPrefix() - Method in class org.apache.pekko.testkit.TestEvent.Mute
- productPrefix() - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- productPrefix() - Method in exception org.apache.pekko.testkit.TestException
- productPrefix() - Method in class org.apache.pekko.testkit.WarningFilter
- productPrefix() - Method in class org.apache.pekko.util.Collections.EmptyImmutableSeq$
- productPrefix() - Method in class org.apache.pekko.util.LineNumbers.NoSourceInfo$
- productPrefix() - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- productPrefix() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- productPrefix() - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- productPrefix() - Method in class org.apache.pekko.util.Timeout
- productPrefix$extension(ServiceRegistry) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- productPrefix$extension(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- productPrefix$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- promise() - Static method in class org.apache.pekko.dispatch.Futures
-
Creates a promise object which can be completed with a value.
- promise() - Method in class org.apache.pekko.dispatch.Futures$
-
Creates a promise object which can be completed with a value.
- promise() - Method in interface org.apache.pekko.pattern.PromiseRef
-
Promise associated with this PromiseRef.
- PromiseActorRef$ - Class in org.apache.pekko.pattern
-
INTERNAL API
- PromiseActorRef$() - Constructor for class org.apache.pekko.pattern.PromiseActorRef$
- PromiseRef<T> - Interface in org.apache.pekko.pattern
-
A combination of a Promise and an ActorRef associated with it, which points to an actor performing a task which will eventually resolve the Promise.
- PromiseRef$ - Class in org.apache.pekko.pattern
- PromiseRef$() - Constructor for class org.apache.pekko.pattern.PromiseRef$
- propagate() - Static method in class org.apache.pekko.stream.SubstreamCancelStrategy
-
Deprecated.Cancel the stream of streams if any substream is cancelled.
- propagate() - Method in class org.apache.pekko.stream.SubstreamCancelStrategy$
-
Deprecated.Cancel the stream of streams if any substream is cancelled.
- Propagate$() - Constructor for class org.apache.pekko.stream.SubstreamCancelStrategies.Propagate$
- propagateFailure() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$
-
Java API
- PropagateFailure$() - Constructor for class org.apache.pekko.stream.Attributes.CancellationStrategy$.PropagateFailure$
- PropagateToNested() - Method in class org.apache.pekko.stream.Attributes.NestedMaterializationCancellationPolicy$
-
A
Attributes.NestedMaterializationCancellationPolicythat configures graph stages delaying nested flow materialization to delay cancellation when downstream cancels before nested flow materialization. - propagateToNestedMaterialization() - Method in class org.apache.pekko.stream.Attributes.NestedMaterializationCancellationPolicy
- propagationCount() - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- properties() - Method in class org.apache.pekko.event.LogMarker
- Properties$() - Constructor for class org.apache.pekko.cluster.ClusterLogMarker.Properties$
- Properties$() - Constructor for class org.apache.pekko.cluster.sharding.ShardingLogMarker.Properties$
- Properties$() - Constructor for class org.apache.pekko.event.LogMarker.Properties$
- proportions() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- proportions() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- props() - Method in interface org.apache.pekko.actor.ActorContext
-
Retrieve the Props which were used to create this actor.
- props() - Method in interface org.apache.pekko.actor.Cell
-
The props for this actor cell.
- props() - Method in class org.apache.pekko.actor.CoordinatedShutdownTerminationWatcher$
- props() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- props() - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- props() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- props() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- props() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- props() - Method in class org.apache.pekko.cluster.CoordinatedShutdownLeave$
- props() - Method in class org.apache.pekko.cluster.typed.SingletonActor
- props() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- props() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- props() - Method in interface org.apache.pekko.pattern.BackoffOptions
-
Deprecated.Returns the props to create the back-off supervisor.
- props() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- props() - Method in interface org.apache.pekko.pattern.ExtendedBackoffOptions
-
Returns the props to create the back-off supervisor.
- props() - Method in class org.apache.pekko.routing.FromConfig
-
pekko.actor.Propsfor a group router based on the settings defined by this instance. - props() - Method in interface org.apache.pekko.routing.Group
-
pekko.actor.Propsfor a group router based on the settings defined by this instance. - props() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- props() - Method in class org.apache.pekko.testkit.TestActorRef
- props(int) - Method in class org.apache.pekko.persistence.RecoveryPermitter$
- props(Config) - Static method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- props(Config) - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore$
- props(String, String, String) - Method in class org.apache.pekko.persistence.testkit.internal.PersistenceInitImpl$
- props(String, String, ActorRef) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$
- props(String, String, ClusterShardingSettings) - Method in class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore$
- props(String, String, ClusterShardingSettings, ActorRef, int) - Method in class org.apache.pekko.cluster.sharding.internal.DDataRememberEntitiesShardStore$
- props(String, String, Function1<String, Props>, ClusterShardingSettings, PartialFunction<Object, Tuple2<String, Object>>, Function1<Object, String>, Object, Option<RememberEntitiesProvider>) - Method in class org.apache.pekko.cluster.sharding.Shard$
- props(String, ClusterShardingSettings) - Method in class org.apache.pekko.cluster.sharding.internal.EventSourcedRememberEntitiesCoordinatorStore$
- props(String, ClusterShardingSettings, ActorRef, int) - Method in class org.apache.pekko.cluster.sharding.internal.DDataRememberEntitiesCoordinatorStore$
- props(String, ClusterSingletonProxySettings) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
-
Scala API: Factory method for
ClusterSingletonProxypekko.actor.Props. - props(String, ClusterSingletonProxySettings) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy$
-
Scala API: Factory method for
ClusterSingletonProxypekko.actor.Props. - props(BlockingDeque<TestActor.Message>) - Static method in class org.apache.pekko.testkit.TestActor
- props(BlockingDeque<TestActor.Message>) - Method in class org.apache.pekko.testkit.TestActor$
- props(ActorRef, ActorRef, String, Set<String>, ClusterShardingSettings) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntityStarter$
- props(ActorRef, ClusterReceptionistSettings) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.Scala API: Factory method for
ClusterReceptionistpekko.actor.Props. - props(ActorRef, ClusterReceptionistSettings) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist$
-
Deprecated.Scala API: Factory method for
ClusterReceptionistpekko.actor.Props. - props(ActorRef, ReplayFilter.Mode, int, int) - Method in class org.apache.pekko.persistence.journal.ReplayFilter$
- props(ActorRef, ReplayFilter.Mode, int, int, boolean) - Method in class org.apache.pekko.persistence.journal.ReplayFilter$
- props(Address, Address, Transport, RemoteSettings, PekkoPduCodec, InboundMessageDispatcher, boolean, int, Option<ActorRef>, ConcurrentHashMap<EndpointManager.Link, EndpointManager.ResendState>) - Method in class org.apache.pekko.remote.EndpointReader$
- props(Props) - Static method in class org.apache.pekko.routing.NoRouter
- props(Props) - Method in class org.apache.pekko.routing.NoRouter$
- props(Props) - Method in interface org.apache.pekko.routing.Pool
-
pekko.actor.Propsfor a pool router based on the settings defined by this instance and the suppliedpekko.actor.Propsfor the routees created by the router. - props(Props, Object, ClusterSingletonManagerSettings) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
-
Scala API: Factory method for
ClusterSingletonManagerpekko.actor.Props. - props(Props, Object, ClusterSingletonManagerSettings) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager$
-
Scala API: Factory method for
ClusterSingletonManagerpekko.actor.Props. - props(Props, String, Duration, Duration, double) - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- props(Props, String, Duration, Duration, double) - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- props(Props, String, Duration, Duration, double, int) - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- props(Props, String, Duration, Duration, double, int) - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- props(Props, String, FiniteDuration, FiniteDuration, double) - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- props(Props, String, FiniteDuration, FiniteDuration, double) - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- props(Props, String, FiniteDuration, FiniteDuration, double, int) - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- props(Props, String, FiniteDuration, FiniteDuration, double, int) - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- props(ClusterClientSettings) - Static method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- props(ClusterClientSettings) - Method in class org.apache.pekko.cluster.client.ClusterClient$
-
Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
- props(Key<ReplicatedData>, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, Option<org.apache.pekko.cluster.ddata.Replicator.Internal.Delta>, Replicator.WriteConsistency, Option<Object>, UniqueAddress, Vector<UniqueAddress>, Set<UniqueAddress>, boolean, ActorRef, boolean) - Method in class org.apache.pekko.cluster.ddata.WriteAggregator$
- props(Key<ReplicatedData>, Replicator.ReadConsistency, Option<Object>, UniqueAddress, Vector<UniqueAddress>, Set<UniqueAddress>, boolean, Option<org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>, ActorRef) - Method in class org.apache.pekko.cluster.ddata.ReadAggregator$
- props(ReplicatorSettings) - Static method in class org.apache.pekko.cluster.ddata.Replicator
-
Factory method for the
pekko.actor.Propsof theReplicatoractor. - props(ReplicatorSettings) - Method in class org.apache.pekko.cluster.ddata.Replicator$
-
Factory method for the
pekko.actor.Propsof theReplicatoractor. - props(DistributedPubSubSettings) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
-
Scala API: Factory method for
DistributedPubSubMediatorpekko.actor.Props. - props(DistributedPubSubSettings) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$
-
Scala API: Factory method for
DistributedPubSubMediatorpekko.actor.Props. - props(Creator<Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
-
Wrap
pekko.actor.typed.Behaviorin a classicpekko.actor.Props, i.e. - props(Creator<Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Wrap
pekko.actor.typed.Behaviorin a classicpekko.actor.Props, i.e. - props(Creator<Behavior<T>>, Props) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
-
Wrap
pekko.actor.typed.Behaviorin a classicpekko.actor.Props, i.e. - props(Creator<Behavior<T>>, Props) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Wrap
pekko.actor.typed.Behaviorin a classicpekko.actor.Props, i.e. - props(BackoffOnFailureOptions) - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Props for creating a
BackoffSupervisoractor fromBackoffOnFailureOptions. - props(BackoffOnFailureOptions) - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Props for creating a
BackoffSupervisoractor fromBackoffOnFailureOptions. - props(BackoffOnStopOptions) - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Props for creating a
BackoffSupervisoractor fromBackoffOnStopOptions. - props(BackoffOnStopOptions) - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Props for creating a
BackoffSupervisoractor fromBackoffOnStopOptions. - props(BackoffOptions) - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use new API from BackoffOpts object instead. Since Akka 2.5.22.
- props(BackoffOptions) - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Deprecated.Use new API from BackoffOpts object instead. Since Akka 2.5.22.
- props(FailureDetectorRegistry<Address>, RemoteSettings) - Method in class org.apache.pekko.cluster.ClusterRemoteWatcher$
-
Factory method for
ClusterRemoteWatcherpekko.actor.Props. - props(RemoteSettings, FailureDetectorRegistry<Address>) - Method in class org.apache.pekko.remote.RemoteWatcher$
-
Factory method for
RemoteWatcherpekko.actor.Props. - props(FiniteDuration, DowningStrategy) - Method in class org.apache.pekko.cluster.sbr.SplitBrainResolver$
- props(Promise<Done>, FiniteDuration, Association) - Method in class org.apache.pekko.remote.artery.FlushBeforeDeathWatchNotification$
- props(Promise<Done>, FiniteDuration, Set<Association>) - Method in class org.apache.pekko.remote.artery.FlushOnShutdown$
- props(Function0<Cluster>) - Method in class org.apache.pekko.cluster.ClusterHeartbeatReceiver$
- props(Option<org.apache.pekko.remote.transport.PekkoProtocolHandle>, Address, Address, Option<Object>, org.apache.pekko.remote.transport.PekkoProtocolTransport, RemoteSettings, PekkoPduCodec, ConcurrentHashMap<EndpointManager.Link, EndpointManager.ResendState>) - Method in class org.apache.pekko.remote.ReliableDeliverySupervisor$
- props(Option<org.apache.pekko.remote.transport.PekkoProtocolHandle>, Address, Address, Option<Object>, org.apache.pekko.remote.transport.PekkoProtocolTransport, RemoteSettings, PekkoPduCodec, ConcurrentHashMap<EndpointManager.Link, EndpointManager.ResendState>, Option<ActorRef>) - Method in class org.apache.pekko.remote.EndpointWriter$
- Props - Class in org.apache.pekko.actor
- Props - Class in org.apache.pekko.actor.typed
-
Data structure for describing an actor’s props details like which executor to run it on.
- Props(Deploy, Class<?>, Seq<Object>) - Constructor for class org.apache.pekko.actor.Props
- PROPS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- Props$ - Class in org.apache.pekko.actor
-
Factory for Props instances.
- Props$ - Class in org.apache.pekko.actor.typed
- Props$() - Constructor for class org.apache.pekko.actor.Props$
- Props$() - Constructor for class org.apache.pekko.actor.typed.Props$
- PropsAdapter - Class in org.apache.pekko.actor.typed.internal.adapter
-
INTERNAL API
- PropsAdapter - Class in org.apache.pekko.actor.typed.scaladsl.adapter
-
Wrap
pekko.actor.typed.Behaviorin a classicpekko.actor.Props, i.e. - PropsAdapter() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.PropsAdapter
- PropsAdapter() - Constructor for class org.apache.pekko.actor.typed.scaladsl.adapter.PropsAdapter
- PropsAdapter$ - Class in org.apache.pekko.actor.typed.internal.adapter
-
INTERNAL API
- PropsAdapter$ - Class in org.apache.pekko.actor.typed.scaladsl.adapter
-
Wrap
pekko.actor.typed.Behaviorin a classicpekko.actor.Props, i.e. - PropsAdapter$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.PropsAdapter$
- PropsAdapter$() - Constructor for class org.apache.pekko.actor.typed.scaladsl.adapter.PropsAdapter$
- PropsImpl - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- PropsImpl() - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl
- PropsImpl.ActorTagsImpl - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.ActorTagsImpl$ - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.BoundedMailboxSelector - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.BoundedMailboxSelector$ - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.DefaultMailboxSelector - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.DefaultMailboxSelector$ - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.DispatcherDefault - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.DispatcherDefault$ - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.DispatcherFromConfig - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.DispatcherFromConfig$ - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.DispatcherSameAsParent - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.DispatcherSameAsParent$ - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.EmptyProps$ - Class in org.apache.pekko.actor.typed.internal
-
The empty configuration node, used as a terminator for the internally linked list of each Props.
- PropsImpl.MailboxFromConfigSelector - Class in org.apache.pekko.actor.typed.internal
- PropsImpl.MailboxFromConfigSelector$ - Class in org.apache.pekko.actor.typed.internal
- PropsImpl$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- PropsImpl$() - Constructor for class org.apache.pekko.actor.typed.internal.PropsImpl$
- propsWithSupervisorStrategy(Props, String, Duration, Duration, double, SupervisorStrategy) - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- propsWithSupervisorStrategy(Props, String, Duration, Duration, double, SupervisorStrategy) - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- propsWithSupervisorStrategy(Props, String, FiniteDuration, FiniteDuration, double, SupervisorStrategy) - Static method in class org.apache.pekko.pattern.BackoffSupervisor
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- propsWithSupervisorStrategy(Props, String, FiniteDuration, FiniteDuration, double, SupervisorStrategy) - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Deprecated.Use props with BackoffOpts instead. Since Akka 2.5.22.
- ProtobufSerializer - Class in org.apache.pekko.remote.serialization
-
This Serializer serializes
org.apache.pekko.protobufv3.internal.MessageIt is using reflection to find theparseFromandtoByteArraymethods to avoid dependency tocom.google.protobuf. - ProtobufSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.serialization.ProtobufSerializer
- ProtobufSerializer$ - Class in org.apache.pekko.remote.serialization
- ProtobufSerializer$() - Constructor for class org.apache.pekko.remote.serialization.ProtobufSerializer$
- protocol() - Method in class org.apache.pekko.actor.Address
- protocol() - Method in class org.apache.pekko.discovery.Lookup
- Protocol - Class in org.apache.pekko.persistence
-
INTERNAL API.
- Protocol() - Constructor for class org.apache.pekko.persistence.Protocol
- protocol_$eq(String) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.Address
- PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.AddressData
- Protocol.Message - Interface in org.apache.pekko.persistence
-
INTERNAL API.
- Protocol$ - Class in org.apache.pekko.persistence
-
INTERNAL API.
- Protocol$() - Constructor for class org.apache.pekko.persistence.Protocol$
- ProtocolName() - Method in class org.apache.pekko.remote.RemoteSettings
- ProtocolStateActor$ - Class in org.apache.pekko.remote.transport
- ProtocolStateActor$() - Constructor for class org.apache.pekko.remote.transport.ProtocolStateActor$
- provider() - Method in interface org.apache.pekko.actor.ActorRefFactory
-
INTERNAL API
- provider() - Method in class org.apache.pekko.actor.ExtendedActorSystem
-
The ActorRefProvider is the only entity which creates all actor references within this actor system.
- provider() - Static method in class org.apache.pekko.actor.Nobody
- provider() - Method in class org.apache.pekko.actor.Nobody$
- provider() - Method in interface org.apache.pekko.actor.typed.internal.InternalRecipientRef
-
Get a reference to the actor ref provider which created this ref.
- provider() - Method in class org.apache.pekko.dispatch.DefaultExecutorServiceConfigurator
- provider() - Method in class org.apache.pekko.event.Logging.StandardOutLogger
- provider() - Method in class org.apache.pekko.io.DnsExt
- ProviderClass() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- ProviderObjectName() - Method in class org.apache.pekko.io.DnsExt.Settings
- ProviderSelection - Class in org.apache.pekko.actor
- ProviderSelection() - Constructor for class org.apache.pekko.actor.ProviderSelection
- ProviderSelection.Cluster$ - Class in org.apache.pekko.actor
- ProviderSelection.Custom - Class in org.apache.pekko.actor
- ProviderSelection.Custom$ - Class in org.apache.pekko.actor
- ProviderSelection.Local$ - Class in org.apache.pekko.actor
- ProviderSelection.Remote$ - Class in org.apache.pekko.actor
- ProviderSelection$ - Class in org.apache.pekko.actor
- ProviderSelection$() - Constructor for class org.apache.pekko.actor.ProviderSelection$
- ProviderSelectionType() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- provisionSigarLibrary() - Method in interface org.apache.pekko.cluster.metrics.SigarProvider
-
Extract and load sigar native library.
- prune() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- prune(String) - Method in class org.apache.pekko.cluster.VectorClock
- prune(UniqueAddress, PruningState.PruningPerformed) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- prune(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.GCounter
- prune(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.LWWMap
- prune(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- prune(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- prune(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMap
- prune(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- prune(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORSet
- prune(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounter
- prune(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- prune(UniqueAddress, UniqueAddress) - Method in interface org.apache.pekko.cluster.ddata.RemovedNodePruning
-
When the
removednode has been removed from the cluster the state changes from that node will be pruned by collapsing the data entries to another node. - prune(UniqueAddress, UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.VersionVector
- Prune() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- Prune$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune$
- pruneDeadline() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- pruneDeadline() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- pruneDeadline() - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- pruneDeadline_$eq(Option<Deadline>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- pruneDeadline_$eq(Option<Deadline>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- pruneDeadline_$eq(Option<Deadline>) - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- PruneGossipTombstonesAfter() - Method in class org.apache.pekko.cluster.ClusterSettings
-
Is in fact always a
FiniteDurationbut needs to stayDurationfor binary compatibility - pruneInterval() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- pruneInterval() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- pruneInterval() - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- pruneInterval() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- pruneTask() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- pruneTask() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- pruneTask() - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- pruneTask() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- pruning() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- PRUNING_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- PRUNING_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- pruningCleanup(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.GCounter
- pruningCleanup(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.LWWMap
- pruningCleanup(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- pruningCleanup(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- pruningCleanup(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMap
- pruningCleanup(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- pruningCleanup(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORSet
- pruningCleanup(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounter
- pruningCleanup(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- pruningCleanup(UniqueAddress) - Method in interface org.apache.pekko.cluster.ddata.RemovedNodePruning
-
Remove data entries from a node that has been removed from the cluster and already been pruned.
- pruningCleanup(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.VersionVector
- PruningInitialized(UniqueAddress, Set<Address>) - Constructor for class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- PruningInitialized$() - Constructor for class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized$
- pruningInterval() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- pruningMarkerTimeToLive() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- PruningPerformed(long) - Constructor for class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- PruningPerformed$() - Constructor for class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed$
- PruningState - Interface in org.apache.pekko.cluster.ddata
-
INTERNAL API
- PruningState.PruningInitialized - Class in org.apache.pekko.cluster.ddata
- PruningState.PruningInitialized$ - Class in org.apache.pekko.cluster.ddata
- PruningState.PruningPerformed - Class in org.apache.pekko.cluster.ddata
- PruningState.PruningPerformed$ - Class in org.apache.pekko.cluster.ddata
- PruningState$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- PruningState$() - Constructor for class org.apache.pekko.cluster.ddata.PruningState$
- pruningTask() - Method in class org.apache.pekko.cluster.ddata.Replicator
- PTR() - Static method in class org.apache.pekko.io.dns.RecordType
-
A domain name pointer
- PTR() - Method in class org.apache.pekko.io.dns.RecordType$
-
A domain name pointer
- publish(E) - Method in interface org.apache.pekko.event.japi.EventBus
-
Publishes the specified Event to this bus
- publish(E) - Method in class org.apache.pekko.event.japi.LookupEventBus
- publish(E) - Method in class org.apache.pekko.event.japi.ManagedActorEventBus
- publish(E) - Method in class org.apache.pekko.event.japi.ScanningEventBus
- publish(E) - Method in class org.apache.pekko.event.japi.SubchannelEventBus
- publish(E, S) - Method in class org.apache.pekko.event.japi.LookupEventBus
-
Publishes the given Event to the given Subscriber
- publish(E, S) - Method in class org.apache.pekko.event.japi.ScanningEventBus
-
Publishes the specified Event to the specified Subscriber
- publish(E, S) - Method in class org.apache.pekko.event.japi.SubchannelEventBus
-
Publishes the given Event to the given Subscriber
- publish(Object, ActorRef) - Method in class org.apache.pekko.event.EventStream
- publish(String, Object, boolean) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- publish(EventBus) - Method in interface org.apache.pekko.event.EventBus
-
Publishes the specified Event to this bus
- publish(LookupClassification) - Method in interface org.apache.pekko.event.LookupClassification
- publish(LookupClassification, LookupClassification) - Method in interface org.apache.pekko.event.LookupClassification
-
Publishes the given Event to the given Subscriber
- publish(ManagedActorClassification) - Method in interface org.apache.pekko.event.ManagedActorClassification
- publish(ScanningClassification) - Method in interface org.apache.pekko.event.ScanningClassification
- publish(ScanningClassification, ScanningClassification) - Method in interface org.apache.pekko.event.ScanningClassification
-
Publishes the specified Event to the specified Subscriber
- publish(SubchannelClassification) - Method in interface org.apache.pekko.event.SubchannelClassification
- publish(SubchannelClassification, SubchannelClassification) - Method in interface org.apache.pekko.event.SubchannelClassification
-
Publishes the given Event to the given Subscriber
- publish(T) - Static method in class org.apache.pekko.actor.typed.pubsub.Topic
-
Java API: Publish the message to all currently known subscribers.
- publish(T) - Method in class org.apache.pekko.actor.typed.pubsub.Topic$
-
Java API: Publish the message to all currently known subscribers.
- Publish(E) - Constructor for class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- Publish(String, Object) - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- Publish(String, Object) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- Publish(String, Object, boolean) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- Publish$() - Constructor for class org.apache.pekko.actor.typed.eventstream.EventStream.Publish$
- Publish$() - Constructor for class org.apache.pekko.actor.typed.pubsub.Topic.Publish$
- Publish$() - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Publish$
-
Deprecated.
- Publish$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish$
- publish$default$3() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- PublishChanges(MembershipState) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- PublishChanges$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.PublishChanges$
- publishClientsUnreachable() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- publishContactPoints() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- publishDropped(InboundEnvelope, String) - Method in interface org.apache.pekko.remote.artery.InboundContext
- PublishedEvent - Interface in org.apache.pekko.persistence.typed
-
When using event publishing the events published to the system event stream will be in this form.
- PublishedEventImpl$ - Class in org.apache.pekko.persistence.typed.internal
- PublishedEventImpl$() - Constructor for class org.apache.pekko.persistence.typed.internal.PublishedEventImpl$
- publisherProbe() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- PublisherProbeSubscription(Subscriber<? super I>, TestProbe) - Constructor for class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- PublisherProbeSubscription$() - Constructor for class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription$
- PublishEvent(ClusterEvent.ClusterDomainEvent) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- PublishEvent$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.PublishEvent$
- publishPluginCommands() - Static method in class org.apache.pekko.persistence.PersistenceSettings.internal
- publishPluginCommands() - Method in class org.apache.pekko.persistence.PersistenceSettings.internal$
- PublishStatsInterval() - Method in class org.apache.pekko.cluster.ClusterSettings
- PublishStatsTick$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.PublishStatsTick$
- publishToEachGroup(String, Object) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- PubSub - Class in org.apache.pekko.stream.typed.javadsl
-
Sources and sinks to integrate
pekko.actor.typed.pubsub.Topicwith streams allowing for local or distributed publishing and subscribing of elements through a stream. - PubSub - Class in org.apache.pekko.stream.typed.scaladsl
-
Sources and sinks to integrate
pekko.actor.typed.pubsub.Topicwith streams allowing for local or distributed publishing and subscribing of elements through a stream. - PubSub() - Constructor for class org.apache.pekko.stream.typed.javadsl.PubSub
- PubSub() - Constructor for class org.apache.pekko.stream.typed.scaladsl.PubSub
- PubSub$ - Class in org.apache.pekko.stream.typed.javadsl
-
Sources and sinks to integrate
pekko.actor.typed.pubsub.Topicwith streams allowing for local or distributed publishing and subscribing of elements through a stream. - PubSub$ - Class in org.apache.pekko.stream.typed.scaladsl
-
Sources and sinks to integrate
pekko.actor.typed.pubsub.Topicwith streams allowing for local or distributed publishing and subscribing of elements through a stream. - PubSub$() - Constructor for class org.apache.pekko.stream.typed.javadsl.PubSub$
- PubSub$() - Constructor for class org.apache.pekko.stream.typed.scaladsl.PubSub$
- pull() - Method in interface org.apache.pekko.stream.javadsl.SinkQueue
-
Pulls elements from the stream and returns a
CompletionStagethat: - fails if the stream is failed - completes with Empty in case the stream is completed - completes withelementin case the next element is available from the stream. - pull() - Method in interface org.apache.pekko.stream.scaladsl.SinkQueue
-
Pulls elements from the stream and returns a
Futurethat: - fails if the stream is failed - completes with None in case the stream is completed - completes withSome(element)in case the next element is available from stream. - pull() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- pull(Inlet<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Requests an element on the given port.
- Pull$() - Constructor for class org.apache.pekko.stream.testkit.GraphStageMessages.Pull$
- pullMode() - Method in class org.apache.pekko.io.Tcp.Bind
- pullMode() - Method in class org.apache.pekko.io.Tcp.Connect
- push(Outlet<T>, T) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Emits an element through the given output port.
- push(Function1<A, Future<B>>) - Method in class org.apache.pekko.remote.transport.TestTransport.SwitchableLoggedBehavior
-
Deprecated.Changes the current behavior to the provided one.
- push(T) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet
-
Push to this output port.
- Push$() - Constructor for class org.apache.pekko.stream.testkit.GraphStageMessages.Push$
- pushConstant(B) - Method in class org.apache.pekko.remote.transport.TestTransport.SwitchableLoggedBehavior
-
Deprecated.Changes the behavior to return a completed future with the given constant value.
- pushDelayed() - Method in class org.apache.pekko.remote.transport.TestTransport.SwitchableLoggedBehavior
-
Deprecated.Enables control of the completion of the previously active behavior.
- pushError(Throwable) - Method in class org.apache.pekko.remote.transport.TestTransport.SwitchableLoggedBehavior
-
Deprecated.Changes the current behavior to return a failed future containing the given Throwable.
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox.MessageQueue
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox.MessageQueue
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- pushTimeOut() - Method in interface org.apache.pekko.dispatch.BoundedDequeBasedMessageQueue
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedMailbox.MessageQueue
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedMailbox
- pushTimeOut() - Method in interface org.apache.pekko.dispatch.BoundedMessageQueueSemantics
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedNodeMessageQueue
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedPriorityMailbox.MessageQueue
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedPriorityMailbox
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedStablePriorityMailbox.MessageQueue
- pushTimeOut() - Method in class org.apache.pekko.dispatch.BoundedStablePriorityMailbox
- pushTimeOut() - Method in interface org.apache.pekko.dispatch.ProducesPushTimeoutSemanticsMailbox
- put(A, B, Cluster, LWWRegister.Clock<B>) - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Deprecated.Use `put` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- put(E) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- put(String, Option<ActorRef>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- put(K, V) - Method in class org.apache.pekko.util.Index
-
Associates the value of type V with the key of type K
- put(Cluster, A, B) - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Deprecated.Use `put` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- put(Cluster, A, B) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Deprecated.Use `put` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- put(Cluster, A, B, LWWRegister.Clock<B>) - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Deprecated.Use `put` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- put(Cluster, A, Set<B>) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Deprecated.Use `put` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- put(Cluster, A, Set<B>) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Deprecated.Use `put` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- put(SelfUniqueAddress, A, B) - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Adds an entry to the map
- put(SelfUniqueAddress, A, B) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Adds an entry to the map.
- put(SelfUniqueAddress, A, B, LWWRegister.Clock<B>) - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Adds an entry to the map.
- put(SelfUniqueAddress, A, Set<B>) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Java API: Associate an entire set with the key while retaining the history of the previous replicated data set.
- put(SelfUniqueAddress, A, Set<B>) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Scala API: Associate an entire set with the key while retaining the history of the previous replicated data set.
- Put(ActorRef) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- Put$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put$
- put$default$4(A, B) - Method in class org.apache.pekko.cluster.ddata.LWWMap
- putByte(byte) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a single Byte to this builder.
- putBytes(byte[]) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Bytes from an array to this builder.
- putBytes(byte[], int, int) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Bytes from an array to this builder.
- PutDeltaOp$() - Constructor for class org.apache.pekko.cluster.ddata.ORMap.PutDeltaOp$
- putDouble(double, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a single Double to this builder.
- putDoubles(double[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Doubles from an array to this builder.
- putDoubles(double[], ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Doubles from an array to this builder.
- putFloat(float, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a single Float to this builder.
- putFloats(float[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Floats from an array to this builder.
- putFloats(float[], ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Floats from an array to this builder.
- putInt(int, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a single Int to this builder.
- putInts(int[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Ints from an array to this builder.
- putInts(int[], ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Ints from an array to this builder.
- putLong(long, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a single Long to this builder.
- putLongPart(long, int, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add the
nleast significant bytes of the given Long to this builder. - putLongs(long[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Longs from an array to this builder.
- putLongs(long[], ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Longs from an array to this builder.
- putShort(int, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a single Short to this builder.
- putShorts(short[], int, int, ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Shorts from an array to this builder.
- putShorts(short[], ByteOrder) - Method in class org.apache.pekko.util.ByteStringBuilder
-
Add a number of Shorts from an array to this builder.
Q
- qualifier() - Method in interface org.apache.pekko.persistence.journal.PersistencePluginProxy.PluginType
- QUALIFIER_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- QUALIFIER_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- QUALIFIERS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- quarantine(String) - Method in interface org.apache.pekko.remote.artery.OutboundContext
- quarantine(Address, Option<Object>) - Static method in class org.apache.pekko.remote.RemoteLogMarker
-
Marker "pekkoQuarantine" of log event when a node is quarantined.
- quarantine(Address, Option<Object>) - Method in class org.apache.pekko.remote.RemoteLogMarker$
-
Marker "pekkoQuarantine" of log event when a node is quarantined.
- Quarantined$ - Class in org.apache.pekko.remote.artery
- Quarantined$() - Constructor for class org.apache.pekko.remote.artery.Quarantined$
- Quarantined$() - Constructor for class org.apache.pekko.remote.transport.AssociationHandle.Quarantined$
-
Deprecated.
- QuarantinedEvent - Class in org.apache.pekko.remote.artery
- QuarantinedEvent - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- QuarantinedEvent(Address, int) - Constructor for class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.Use long uid constructor. Since Akka 2.4.x.
- QuarantinedEvent(Address, long) - Constructor for class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- QuarantinedEvent(UniqueAddress) - Constructor for class org.apache.pekko.remote.artery.QuarantinedEvent
- QuarantinedEvent$ - Class in org.apache.pekko.remote.artery
- QuarantinedEvent$ - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- QuarantinedEvent$() - Constructor for class org.apache.pekko.remote.artery.QuarantinedEvent$
- QuarantinedEvent$() - Constructor for class org.apache.pekko.remote.QuarantinedEvent$
-
Deprecated.
- QuarantineDuration() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- QuarantineRemovedNodeAfter() - Method in class org.apache.pekko.cluster.ClusterSettings
- QuarantineSilentSystemTimeout() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- queried() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
-
The number of shards queried, which could equal the
totalor, be a subset if this was a retry of those that failed. - QUERY() - Static method in class org.apache.pekko.io.dns.internal.OpCode
- QUERY() - Method in class org.apache.pekko.io.dns.internal.OpCode$
- QueryMessages - Class in org.apache.pekko.persistence.query.internal.protobuf
- QueryMessages.EventEnvelope - Class in org.apache.pekko.persistence.query.internal.protobuf
-
for org.apache.pekko.persistence.query.typed.EventEnvelope
- QueryMessages.EventEnvelope.Builder - Class in org.apache.pekko.persistence.query.internal.protobuf
-
for org.apache.pekko.persistence.query.typed.EventEnvelope
- QueryMessages.EventEnvelopeOrBuilder - Interface in org.apache.pekko.persistence.query.internal.protobuf
- QueryTimeout() - Static method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings
- QueryTimeout() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
- Question$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- Question$() - Constructor for class org.apache.pekko.io.dns.internal.Question$
- queue() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox.MessageQueue
- queue() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox.MessageQueue
- queue() - Method in interface org.apache.pekko.dispatch.BoundedDequeBasedMessageQueue
- queue() - Method in class org.apache.pekko.dispatch.BoundedMailbox.MessageQueue
- queue() - Method in class org.apache.pekko.dispatch.BoundedPriorityMailbox.MessageQueue
- queue() - Method in interface org.apache.pekko.dispatch.BoundedQueueBasedMessageQueue
- queue() - Method in class org.apache.pekko.dispatch.BoundedStablePriorityMailbox.MessageQueue
- queue() - Method in interface org.apache.pekko.dispatch.ControlAwareMessageQueueSemantics
- queue() - Method in interface org.apache.pekko.dispatch.DequeBasedMessageQueue
- queue() - Method in interface org.apache.pekko.dispatch.QueueBasedMessageQueue
- queue() - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox.MessageQueue
- queue() - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox.MessageQueue
- queue() - Method in class org.apache.pekko.dispatch.UnboundedMailbox.MessageQueue
- queue() - Method in class org.apache.pekko.dispatch.UnboundedPriorityMailbox.MessageQueue
- queue() - Method in class org.apache.pekko.dispatch.UnboundedStablePriorityMailbox.MessageQueue
- queue() - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Creates a
Sinkthat is materialized as anpekko.stream.javadsl.SinkQueueWithCancel. - queue() - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Creates a
Sinkthat is materialized as anpekko.stream.javadsl.SinkQueueWithCancel. - queue() - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Creates a
Sinkthat is materialized as anpekko.stream.scaladsl.SinkQueueWithCancel. - queue() - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Creates a
Sinkthat is materialized as anpekko.stream.scaladsl.SinkQueueWithCancel. - queue() - Method in class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel.QueueOps
- queue() - Method in class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete.QueueOps
- queue() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- queue(int) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Creates a
Sinkthat is materialized as anpekko.stream.javadsl.SinkQueueWithCancel. - queue(int) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Creates a
Sinkthat is materialized as anpekko.stream.javadsl.SinkQueueWithCancel. - queue(int) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates a
Sourcethat is materialized as anpekko.stream.BoundedSourceQueue. - queue(int) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates a
Sourcethat is materialized as anpekko.stream.BoundedSourceQueue. - queue(int) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Creates a
Sinkthat is materialized as anpekko.stream.scaladsl.SinkQueueWithCancel. - queue(int) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Creates a
Sinkthat is materialized as anpekko.stream.scaladsl.SinkQueueWithCancel. - queue(int) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Creates a
Sourcethat is materialized as anpekko.stream.BoundedSourceQueue. - queue(int) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Creates a
Sourcethat is materialized as anpekko.stream.BoundedSourceQueue. - queue(int, OverflowStrategy) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates a
Sourcethat is materialized as anpekko.stream.javadsl.SourceQueueWithComplete. - queue(int, OverflowStrategy) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates a
Sourcethat is materialized as anpekko.stream.javadsl.SourceQueueWithComplete. - queue(int, OverflowStrategy) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Creates a
Sourcethat is materialized as anpekko.stream.scaladsl.SourceQueueWithComplete. - queue(int, OverflowStrategy) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Creates a
Sourcethat is materialized as anpekko.stream.scaladsl.SourceQueueWithComplete. - queue(int, OverflowStrategy, int) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates a
Sourcethat is materialized as anpekko.stream.javadsl.SourceQueueWithComplete. - queue(int, OverflowStrategy, int) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates a
Sourcethat is materialized as anpekko.stream.javadsl.SourceQueueWithComplete. - queue(int, OverflowStrategy, int) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Creates a
Sourcethat is materialized as anpekko.stream.scaladsl.SourceQueueWithComplete. - queue(int, OverflowStrategy, int) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Creates a
Sourcethat is materialized as anpekko.stream.scaladsl.SourceQueueWithComplete. - QueueBasedMessageQueue - Interface in org.apache.pekko.dispatch
-
A QueueBasedMessageQueue is a MessageQueue backed by a java.util.Queue.
- QueueClosed$() - Constructor for class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
- QueueCompletionResult - Class in org.apache.pekko.stream
-
Not for user extension
- QueueCompletionResult() - Constructor for class org.apache.pekko.stream.QueueCompletionResult
- queueFactory() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- QueueOfferResult - Class in org.apache.pekko.stream
-
Not for user extension
- QueueOfferResult() - Constructor for class org.apache.pekko.stream.QueueOfferResult
- QueueOfferResult.Dropped$ - Class in org.apache.pekko.stream
-
Type is used to indicate that stream is dropped an element
- QueueOfferResult.Enqueued$ - Class in org.apache.pekko.stream
-
Type is used to indicate that stream is successfully enqueued an element
- QueueOfferResult.Failure - Class in org.apache.pekko.stream
-
Type is used to indicate that stream is failed before or during call to the stream param: cause - exception that stream failed with
- QueueOfferResult.Failure$ - Class in org.apache.pekko.stream
- QueueOfferResult.QueueClosed$ - Class in org.apache.pekko.stream
-
Type is used to indicate that stream is completed before call
- QueueOfferResult$ - Class in org.apache.pekko.stream
-
Contains types that is used as return types for streams Source queues
- QueueOfferResult$() - Constructor for class org.apache.pekko.stream.QueueOfferResult$
- QueueOps(SinkQueueWithCancel<T>) - Constructor for class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel.QueueOps
- QueueOps(SourceQueueWithComplete<T>) - Constructor for class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete.QueueOps
- QueueOps(SinkQueueWithCancel<T>) - Method in class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel$
- QueueOps(SourceQueueWithComplete<T>) - Method in class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete$
- QueueOps$() - Constructor for class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel.QueueOps$
- QueueOps$() - Constructor for class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete.QueueOps$
- QueueSelector - Interface in org.apache.pekko.dispatch.affinity
-
A
QueueSelectoris responsible for, given aRunnableand the number of available queues, return which of the queues thatRunnableshould be placed in. - QueueSelectorFactory - Interface in org.apache.pekko.dispatch.affinity
- queueSize(long) - Method in interface org.apache.pekko.stream.javadsl.PartitionHub.ConsumerInfo
-
Approximate number of buffered elements for a consumer.
R
- rampup(int, int) - Method in class org.apache.pekko.routing.DefaultResizer
-
Computes a proposed positive (or zero) capacity delta using the configured
rampupRate. - rampupRate() - Method in class org.apache.pekko.routing.DefaultResizer
- RAMPUPRATE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DefaultResizer
- random(Random) - Method in class org.apache.pekko.io.dns.IdGenerator$
- RANDOM_LOOPBACK_ADDRESS() - Static method in class org.apache.pekko.testkit.SocketUtil
- RANDOM_LOOPBACK_ADDRESS() - Method in class org.apache.pekko.testkit.SocketUtil$
- randomFactor() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- randomFactor() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- randomFactor() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- randomFactor() - Method in class org.apache.pekko.stream.RestartSettings
- RandomGroup - Class in org.apache.pekko.routing
-
A router group that randomly selects one of the target routees to send a message to.
- RandomGroup(Config) - Constructor for class org.apache.pekko.routing.RandomGroup
- RandomGroup(Iterable<String>) - Constructor for class org.apache.pekko.routing.RandomGroup
-
Java API
- RandomGroup(Iterable<String>, String) - Constructor for class org.apache.pekko.routing.RandomGroup
- RandomGroup$ - Class in org.apache.pekko.routing
- RandomGroup$() - Constructor for class org.apache.pekko.routing.RandomGroup$
- RandomLogic() - Constructor for class org.apache.pekko.actor.typed.internal.routing.RoutingLogics.RandomLogic
- randomName() - Method in interface org.apache.pekko.actor.dungeon.Children
- randomName(StringBuilder) - Method in interface org.apache.pekko.actor.dungeon.Children
- RandomPool - Class in org.apache.pekko.routing
-
A router pool that randomly selects one of the target routees to send a message to.
- RandomPool(int) - Constructor for class org.apache.pekko.routing.RandomPool
-
Java API
- RandomPool(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Constructor for class org.apache.pekko.routing.RandomPool
- RandomPool(Config) - Constructor for class org.apache.pekko.routing.RandomPool
- RandomPool$ - Class in org.apache.pekko.routing
- RandomPool$() - Constructor for class org.apache.pekko.routing.RandomPool$
- RandomRoutingLogic - Class in org.apache.pekko.routing
-
Randomly selects one of the target routees to send a message to
- RandomRoutingLogic() - Constructor for class org.apache.pekko.routing.RandomRoutingLogic
- RandomRoutingLogic$ - Class in org.apache.pekko.routing
- RandomRoutingLogic$() - Constructor for class org.apache.pekko.routing.RandomRoutingLogic$
- range(int, int) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates
Sourcethat represents integer values in range ''[start;end]'', step equals to 1. - range(int, int) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates
Sourcethat represents integer values in range ''[start;end]'', step equals to 1. - range(int, int, int) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Creates
Sourcethat represents integer values in range ''[start;end]'', with the given step. - range(int, int, int) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Creates
Sourcethat represents integer values in range ''[start;end]'', with the given step. - RARP$ - Class in org.apache.pekko.remote
-
INTERNAL API
- RARP$() - Constructor for class org.apache.pekko.remote.RARP$
- RateExceededException - Exception in org.apache.pekko.stream
-
Exception that is thrown when rated controlled by stream is exceeded
- RateExceededException(String) - Constructor for exception org.apache.pekko.stream.RateExceededException
- RATEMBIT_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- rawValue() - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- Reachability$ - Class in org.apache.pekko.cluster
-
INTERNAL API
- Reachability$() - Constructor for class org.apache.pekko.cluster.Reachability$
- ReachabilityChanged$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.ReachabilityChanged$
- reachable(Address) - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoReachable" of log event when a node is marked as reachable again based no failure detector observation.
- reachable(Address) - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoReachable" of log event when a node is marked as reachable again based no failure detector observation.
- Reachable - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
-
Reachable = 0; - Reachable_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
-
Reachable = 0; - ReachableDataCenter(String) - Constructor for class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- ReachableDataCenter$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter$
- ReachableMember(Member) - Constructor for class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- ReachableMember$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.ReachableMember$
- read(String, long, long, long) - Method in interface org.apache.pekko.persistence.journal.inmem.InmemMessages
- read(K) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- read(K, long, long, long) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
-
Reads elems within the range of seqnums.
- read(Inlet<T>, Procedure<T>, Effect) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Java API: Read an element from the given inlet and continue with the given function, suspending execution if necessary.
- read(Inlet<T>, Function1<T, BoxedUnit>, Function0<BoxedUnit>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Read an element from the given inlet and continue with the given function, suspending execution if necessary.
- Read(String, Option<UniqueAddress>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- Read$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read$
- readable() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- readable() - Method in class org.apache.pekko.persistence.PluginSpec
- ReadAggregator$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- ReadAggregator$() - Constructor for class org.apache.pekko.cluster.ddata.ReadAggregator$
- readAll() - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- ReadAll(Duration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadAll
-
Java API
- ReadAll(Duration) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- ReadAll(FiniteDuration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- ReadAll$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadAll$
- ReadAll$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll$
- ReadAll$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReadAll$
- ReadEventAdapter - Interface in org.apache.pekko.persistence.journal
-
Facility to convert from and to specialised data models, as may be required by specialized persistence Journals.
- ReadEvents - Class in org.apache.pekko.persistence.testkit
-
Read from journal operation with events that were read.
- ReadEvents(Seq<Object>) - Constructor for class org.apache.pekko.persistence.testkit.ReadEvents
- ReadEvents$ - Class in org.apache.pekko.persistence.testkit
- ReadEvents$() - Constructor for class org.apache.pekko.persistence.testkit.ReadEvents$
- ReadFrom(int, Duration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
-
Java API
- ReadFrom(int, Duration) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- ReadFrom(int, FiniteDuration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- ReadFrom$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadFrom$
- ReadFrom$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom$
- ReadFrom$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReadFrom$
- readFromInputStream(ObjectInputStream) - Method in class org.apache.pekko.util.ByteString.ByteString1$
- readFromInputStream(ObjectInputStream) - Method in class org.apache.pekko.util.ByteString.ByteString1C$
- readFromInputStream(ObjectInputStream) - Method in class org.apache.pekko.util.ByteString.ByteStrings$
- readFromInputStream(ObjectInputStream) - Method in interface org.apache.pekko.util.ByteString.Companion
- readHandlerPromise() - Method in interface org.apache.pekko.remote.transport.AssociationHandle
-
Deprecated.The Promise returned by this call must be completed with an
pekko.remote.transport.AssociationHandle.HandleEventListenerto register a listener responsible for handling incoming payload. - readHandlerPromise() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- readHighestSequenceNr(int) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbRecovery
- readIdMap() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbIdMapping
- readIdMap(Map<String, Object>, DBIterator) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbIdMapping
- readJournal() - Method in class org.apache.pekko.persistence.query.journal.leveldb.LeveldbReadJournalProvider
-
Deprecated.
- ReadJournal - Interface in org.apache.pekko.persistence.query.javadsl
-
API for reading persistent events and information derived from stored persistent events.
- ReadJournal - Interface in org.apache.pekko.persistence.query.scaladsl
-
API for reading persistent events and information derived from stored persistent events.
- readJournalFor(String) - Method in class org.apache.pekko.persistence.query.PersistenceQuery
-
Scala API: Returns the
pekko.persistence.query.scaladsl.ReadJournalspecified by the given read journal configuration entry. - readJournalFor(String, Config) - Method in class org.apache.pekko.persistence.query.PersistenceQuery
-
Scala API: Returns the
pekko.persistence.query.scaladsl.ReadJournalspecified by the given read journal configuration entry. - ReadJournalProvider - Interface in org.apache.pekko.persistence.query
-
A query plugin must implement a class that implements this trait.
- readLocal() - Static method in class org.apache.pekko.cluster.ddata.Replicator
-
Java API: The
ReadLocalinstance - readLocal() - Method in class org.apache.pekko.cluster.ddata.Replicator$
-
Java API: The
ReadLocalinstance - readLocal() - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator
-
The
ReadLocalinstance - readLocal() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator$
-
The
ReadLocalinstance - ReadLocal() - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator
- ReadLocal() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator$
- ReadLocal$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
- ReadLocal$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
- ReadMajority(Duration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
-
Java API
- ReadMajority(Duration) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- ReadMajority(Duration, int) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- ReadMajority(FiniteDuration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- ReadMajority(FiniteDuration, int) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- ReadMajority$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadMajority$
- ReadMajority$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority$
- ReadMajority$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReadMajority$
- ReadMajorityPlus(Duration, int) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
-
Java API
- ReadMajorityPlus(FiniteDuration, int, int) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- ReadMajorityPlus$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus$
- ReadManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- readN(Inlet<T>, int, Procedure<List<T>>, Procedure<List<T>>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Java API: Read a number of elements from the given inlet and continue with the given function, suspending execution if necessary.
- readN(Inlet<T>, int, Function1<Seq<T>, BoxedUnit>, Function1<Seq<T>, BoxedUnit>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Read a number of elements from the given inlet and continue with the given function, suspending execution if necessary.
- ReadRepair(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- ReadRepair$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair$
- ReadRepairAck() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- ReadRepairAck$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck$
- readResolve() - Static method in class org.apache.pekko.io.dns.internal.OpCode
- readResolve() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- ReadResult(Option<org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- ReadResult$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult$
- ReadResultManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- ReadSeqNum - Class in org.apache.pekko.persistence.testkit
-
Read persistent actor's sequence number operation.
- ReadSeqNum() - Constructor for class org.apache.pekko.persistence.testkit.ReadSeqNum
- ReadSeqNum$ - Class in org.apache.pekko.persistence.testkit
-
Read persistent actor's sequence number operation.
- ReadSeqNum$() - Constructor for class org.apache.pekko.persistence.testkit.ReadSeqNum$
- ReadSnapshot - Class in org.apache.pekko.persistence.testkit
-
Storage read operation for recovery of the persistent actor.
- ReadSnapshot(SnapshotSelectionCriteria, Option<Object>) - Constructor for class org.apache.pekko.persistence.testkit.ReadSnapshot
- ReadSnapshot$ - Class in org.apache.pekko.persistence.testkit
- ReadSnapshot$() - Constructor for class org.apache.pekko.persistence.testkit.ReadSnapshot$
- readTimestamp() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- ReadWriteAggregator$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- ReadWriteAggregator$() - Constructor for class org.apache.pekko.cluster.ddata.ReadWriteAggregator$
- ready() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- ready(Duration, CanAwait) - Method in class org.apache.pekko.testkit.TestLatch
- ReadyForShutdown - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
ReadyForShutdown = 8; - ReadyForShutdown_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
ReadyForShutdown = 8; - ReadyForShutdown$() - Constructor for class org.apache.pekko.cluster.MemberStatus.ReadyForShutdown$
- RealMessage(Object, ActorRef) - Constructor for class org.apache.pekko.testkit.TestActor.RealMessage
- RealMessage$() - Constructor for class org.apache.pekko.testkit.TestActor.RealMessage$
- ReapUnreachableTick$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.ReapUnreachableTick$
- reason() - Method in class org.apache.pekko.actor.Dropped
- reason() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- reason() - Method in class org.apache.pekko.actor.FSM.StopEvent
- reason() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- reason() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- reason() - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- reason() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- reason() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- reason() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- rebalance(Map<ActorRef, IndexedSeq<String>>, Set<String>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.AbstractShardAllocationStrategy
-
Invoked periodically to decide which shards to rebalance to another location.
- rebalance(Map<ActorRef, IndexedSeq<String>>, Set<String>) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy
- rebalance(Map<ActorRef, IndexedSeq<String>>, Set<String>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.AbstractShardAllocationStrategy
- rebalance(Map<ActorRef, IndexedSeq<String>>, Set<String>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.LeastShardAllocationStrategy
- rebalance(Map<ActorRef, IndexedSeq<String>>, Set<String>) - Method in interface org.apache.pekko.cluster.sharding.ShardCoordinator.ShardAllocationStrategy
-
Invoked periodically to decide which shards to rebalance to another location.
- rebalanceInProgress() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- rebalanceInProgress_$eq(Map<String, Set<ActorRef>>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- rebalanceInterval() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- rebalanceInterval() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- RebalanceWorker$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$
- rebalanceWorkers() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- rebalanceWorkers_$eq(Set<ActorRef>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- recClass() - Method in class org.apache.pekko.io.dns.ResourceRecord
- recClass() - Method in class org.apache.pekko.io.dns.UnknownRecord
- receive() - Method in class org.apache.pekko.actor.AbstractActor
- receive() - Method in interface org.apache.pekko.actor.Actor
-
Scala API: This defines the initial actor behavior, it must return a partial function with the actor logic.
- receive() - Method in interface org.apache.pekko.actor.FSM
- receive() - Method in class org.apache.pekko.actor.UntypedAbstractActor
- receive() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- receive() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ClientResponseTunnel
-
Deprecated.
- receive() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- receive() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- receive() - Method in class org.apache.pekko.cluster.ddata.Replicator
- receive() - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- receive() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- receive() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- receive() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- receive() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- receive() - Method in class org.apache.pekko.event.DeadLetterListener
- receive() - Method in class org.apache.pekko.event.jul.JavaLogger
-
Deprecated.
- receive() - Method in class org.apache.pekko.event.Logging.DefaultLogger
- receive() - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- receive() - Method in class org.apache.pekko.io.InetAddressDnsResolver
- receive() - Method in class org.apache.pekko.io.SimpleDnsManager
- receive() - Method in class org.apache.pekko.Main.Terminator
-
Deprecated.
- receive() - Method in class org.apache.pekko.osgi.DefaultOSGiLogger
- receive() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.
- receive() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- receive() - Method in interface org.apache.pekko.persistence.journal.AsyncWriteJournal
- receive() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Resequencer
- receive() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- receive() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- receive() - Method in class org.apache.pekko.persistence.journal.ReplayMediator
- receive() - Method in interface org.apache.pekko.persistence.PersistentActor
- receive() - Method in interface org.apache.pekko.persistence.snapshot.SnapshotStore
- receive() - Method in class org.apache.pekko.remote.testconductor.Player.Waiter
- receive() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- receive() - Method in class org.apache.pekko.testkit.TestActor
- receive() - Method in class org.apache.pekko.testkit.TestActors.BlackholeActor
- receive() - Method in class org.apache.pekko.testkit.TestActors.EchoActor
- receive() - Method in class org.apache.pekko.testkit.TestActors.ForwardActor
- receive() - Method in class org.apache.pekko.testkit.TestEventListener
- receive(Class<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Constructs an actor behavior builder that can build a behavior that can react to both incoming messages and lifecycle signals.
- receive(Class<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Constructs an actor behavior builder that can build a behavior that can react to both incoming messages and lifecycle signals.
- receive(Object) - Method in class org.apache.pekko.testkit.TestActorRef
-
Directly inject messages into actor receive behavior.
- receive(Object, ActorRef) - Method in class org.apache.pekko.testkit.TestActorRef
-
Directly inject messages into actor receive behavior.
- receive(TypedActorContext<T>, T) - Method in class org.apache.pekko.actor.typed.ExtensibleBehavior
-
Process an incoming message and return the next behavior.
- receive(TypedActorContext<T>, T) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveBehavior
- receive(TypedActorContext<T>, T) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveMessageBehavior
- receive(TypedActorContext<T>, T) - Method in class org.apache.pekko.actor.typed.javadsl.AbstractBehavior
- receive(TypedActorContext<T>, T) - Method in class org.apache.pekko.actor.typed.javadsl.BuiltBehavior
- receive(TypedActorContext<T>, T) - Method in class org.apache.pekko.actor.typed.javadsl.Receive
- receive(TypedActorContext<T>, T) - Method in class org.apache.pekko.actor.typed.scaladsl.AbstractBehavior
- receive(Function2<ActorContext<T>, T, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Construct an actor behavior that can react to incoming messages but not to lifecycle signals.
- receive(Function2<ActorContext<T>, T, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Construct an actor behavior that can react to incoming messages but not to lifecycle signals.
- receive(Function2<ActorContext<T>, T, Behavior<T>>, Function2<ActorContext<T>, Signal, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Construct an actor behavior that can react to both incoming messages and lifecycle signals.
- receive(Function2<ActorContext<T>, T, Behavior<T>>, Function2<ActorContext<T>, Signal, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Construct an actor behavior that can react to both incoming messages and lifecycle signals.
- receive(Function2<ActorContext<T>, T, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Construct an actor behavior that can react to both incoming messages and lifecycle signals.
- receive(Function2<ActorContext<T>, T, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Construct an actor behavior that can react to both incoming messages and lifecycle signals.
- receive(T) - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.Puts a sequenced message in the receive buffer returning a new buffer.
- Receive<T> - Class in org.apache.pekko.actor.typed.javadsl
-
A specialized "receive" behavior that is implemented using message matching builders, such as
ReceiveBuilder, fromAbstractBehavior. - Receive - org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
-
Receive = 2; - Receive() - Constructor for class org.apache.pekko.actor.typed.javadsl.Receive
- Receive(PartialFunction<Object, BoxedUnit>) - Constructor for class org.apache.pekko.actor.AbstractActor.Receive
- Receive_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
-
Receive = 2; - Receive$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.
- receiveAll() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestInbox
-
Collect all messages in the inbox and clear it out
- ReceiveBehavior(Function2<ActorContext<T>, T, Behavior<T>>, PartialFunction<Tuple2<ActorContext<T>, Signal>, Behavior<T>>) - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveBehavior
- ReceiveBehavior$() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveBehavior$
- receiveBufferSize(int) - Method in interface org.apache.pekko.io.Inet.SoJavaFactories
-
pekko.io.Inet.SocketOptionto set the SO_RCVBUF option - receiveBufferSize(int) - Static method in class org.apache.pekko.io.TcpSO
- receiveBufferSize(int) - Static method in class org.apache.pekko.io.UdpSO
- ReceiveBufferSize(int) - Constructor for class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- ReceiveBufferSize() - Method in interface org.apache.pekko.io.Inet.SoForwarders
-
pekko.io.Inet.SocketOptionto set the SO_RCVBUF option - ReceiveBufferSize() - Method in class org.apache.pekko.io.Tcp.SO$
- ReceiveBufferSize() - Method in class org.apache.pekko.io.Udp.SO$
- ReceiveBufferSize() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- ReceiveBufferSize$() - Constructor for class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize$
- receiveBuilder() - Method in class org.apache.pekko.actor.AbstractActor
-
Convenience factory of the
ReceiveBuilder. - ReceiveBuilder<T> - Class in org.apache.pekko.actor.typed.javadsl
-
Mutable builder used when implementing
AbstractBehavior. - ReceiveBuilder - Class in org.apache.pekko.japi.pf
-
Used for building a partial function for
AbstractActor.createReceive(). - ReceiveBuilder() - Constructor for class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder
- ReceiveBuilder() - Constructor for class org.apache.pekko.japi.pf.ReceiveBuilder
- ReceiveBuilder.Case$ - Class in org.apache.pekko.actor.typed.javadsl
- ReceiveBuilder$ - Class in org.apache.pekko.actor.typed.javadsl
- ReceiveBuilder$() - Constructor for class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder$
- receiveClockTick() - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveCommand() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- receiveCommand() - Method in interface org.apache.pekko.persistence.AbstractPersistentActorLike
- receiveCommand() - Method in interface org.apache.pekko.persistence.Eventsourced
-
Command handler.
- receiveCommand() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.After recovery events are handled as in usual FSM actor
- receiveCommand() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- receiveCompactionInternal() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction
- received(U) - Static method in class org.apache.pekko.stream.FlowMonitorState
-
Java API
- received(U) - Method in class org.apache.pekko.stream.FlowMonitorState$
-
Java API
- Received(ByteString) - Constructor for class org.apache.pekko.io.Tcp.Received
- Received(ByteString) - Constructor for class org.apache.pekko.io.UdpConnected.Received
- Received(ByteString, InetSocketAddress) - Constructor for class org.apache.pekko.io.Udp.Received
- Received(U) - Constructor for class org.apache.pekko.stream.FlowMonitorState.Received
- Received$() - Constructor for class org.apache.pekko.io.Tcp.Received$
- Received$() - Constructor for class org.apache.pekko.io.Udp.Received$
- Received$() - Constructor for class org.apache.pekko.io.UdpConnected.Received$
- Received$() - Constructor for class org.apache.pekko.stream.FlowMonitorState.Received$
- ReceivedActorRefCompressionTable(UniqueAddress, CompressionTable<ActorRef>) - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- ReceivedActorRefCompressionTable$() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable$
- ReceivedClassManifestCompressionTable(UniqueAddress, CompressionTable<String>) - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- ReceivedClassManifestCompressionTable$() - Constructor for class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable$
- receiveDelete(Key<ReplicatedData>, Replicator.WriteConsistency, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveDeltaPropagation(UniqueAddress, boolean, Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.Delta>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveDeltaPropagationTick() - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveDirection() - Static method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.Java API: get the Direction.Receive instance
- receiveDirection() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
-
Java API: get the Direction.Receive instance
- ReceivedMessageSizeLimit() - Method in class org.apache.pekko.io.TcpExt.Settings
- receivedTerminated(Terminated) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- receiveFlushChanges() - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveGet(Key<ReplicatedData>, Replicator.ReadConsistency, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveGetKeyIds() - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveGetReplicaCount() - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveGossip(Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>, boolean, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveGossipTick() - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveMemberExiting(Member) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveMemberJoining(Member) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveMemberRemoved(Member) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveMemberUp(Member) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveMemberWeaklyUp(Member) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveMessage() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox
-
Get and remove the oldest message
- receiveMessage() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Receive one message of type
Mwithin the default timeout as deadline. - receiveMessage() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestInbox
-
Get and remove the oldest message
- receiveMessage() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Receive one message of type
Mwithin the default timeout as deadline. - receiveMessage(Duration) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Receive one message of type
M. - receiveMessage(Function<T, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Simplified version of
Behaviors.<T>receive(org.apache.pekko.japi.function.Function2<org.apache.pekko.actor.typed.javadsl.ActorContext<T>,T,org.apache.pekko.actor.typed.Behavior<T>>)with only a single argument - the message to be handled. - receiveMessage(Function<T, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Simplified version of
Behaviors$.<T>receive(org.apache.pekko.japi.function.Function2<org.apache.pekko.actor.typed.javadsl.ActorContext<T>,T,org.apache.pekko.actor.typed.Behavior<T>>)with only a single argument - the message to be handled. - receiveMessage(FiniteDuration) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Receive one message of type
M. - receiveMessage(Function1<T, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Simplified version of
Behaviors.Receivewith only a single argument - the message to be handled. - receiveMessage(Function1<T, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Simplified version of
Receivewith only a single argument - the message to be handled. - receiveMessage(T) - Method in class org.apache.pekko.actor.typed.javadsl.BuiltReceive
- receiveMessage(T) - Method in class org.apache.pekko.actor.typed.javadsl.Receive
-
Process an incoming message and return the next behavior.
- ReceiveMessageBehavior(Function1<T, Behavior<T>>, PartialFunction<Tuple2<ActorContext<T>, Signal>, Behavior<T>>) - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveMessageBehavior
- ReceiveMessageBehavior$() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveMessageBehavior$
- receiveMessagePartial(PartialFunction<T, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Construct an actor
Behaviorfrom a partial message handler which treats undefined messages as unhandled. - receiveMessagePartial(PartialFunction<T, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Construct an actor
Behaviorfrom a partial message handler which treats undefined messages as unhandled. - receiveMessages(int) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Same as
receiveMessages(n, remaining)but using the default timeout as deadline. - receiveMessages(int, FiniteDuration) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Receive
nmessages in a row before the given deadline. - receiveMessageWithSame(Procedure<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Simplified version of
Behaviors.<T>receiveMessage(org.apache.pekko.japi.Function<T,org.apache.pekko.actor.typed.Behavior<T>>)with only a single argument - the message to be handled, but it doesn't produce a return value of next behavior. - receiveMessageWithSame(Procedure<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Simplified version of
Behaviors$.<T>receiveMessage(org.apache.pekko.japi.Function<T,org.apache.pekko.actor.typed.Behavior<T>>)with only a single argument - the message to be handled, but it doesn't produce a return value of next behavior. - receiveMessageWithSame(Function1<T, BoxedUnit>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Simplified version of
Behaviors.<T>receiveMessage(scala.Function1<T,org.apache.pekko.actor.typed.Behavior<T>>)with only a single argument - the message to be handled, but it doesn't produce a return value of next behavior. - receiveMessageWithSame(Function1<T, BoxedUnit>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Simplified version of
Behaviors$.<T>receiveMessage(scala.Function1<T,org.apache.pekko.actor.typed.Behavior<T>>)with only a single argument - the message to be handled, but it doesn't produce a return value of next behavior. - receiveN(int) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Same as
receiveN(n, remaining)but correctly taking into account Duration.timeFactor. - receiveN(int) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Same as
receiveN(n, remaining)but correctly taking into account Duration.timeFactor. - receiveN(int, Duration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive N messages in a row before the given deadline.
- receiveN(int, FiniteDuration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- receiveN(int, FiniteDuration) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive N messages in a row before the given deadline.
- receiveN_internal(int, Duration) - Method in interface org.apache.pekko.testkit.TestKitBase
- receiveOne(Duration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive one message from the internal queue of the TestActor.
- receiveOne(Duration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.13.
- receiveOne(Duration) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive one message from the internal queue of the TestActor.
- receiveOtherMemberEvent(Member) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receivePartial(PartialFunction<Tuple2<ActorContext<T>, T>, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Construct an actor
Behaviorfrom a partial message handler which treats undefined messages as unhandled. - receivePartial(PartialFunction<Tuple2<ActorContext<T>, T>, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Construct an actor
Behaviorfrom a partial message handler which treats undefined messages as unhandled. - receivePersisted(String, int, Class<A>) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Receive next n events from the storage.
- receivePersisted(String, int, Class<A>) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Receive next
nsnapshots that have been persisted in the storage. - receivePersisted(String, int, Class<A>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Receive next
nevents/snapshots that have been persisted in the storage. - receivePersisted(String, int, Class<A>, Duration) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Receive for
maxtime next n events from the storage. - receivePersisted(String, int, Class<A>, Duration) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Receive for
maxtime nextnsnapshots that have been persisted in the storage. - receivePersisted(String, int, Class<A>, FiniteDuration) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Receive for
maxtime nextnevents/snapshots that have been persisted in the storage. - receivePersisted(String, int, FiniteDuration, ClassTag<A>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Receive for
maxtime nextnevents/snapshots that have been persisted in the storage. - receivePersisted(String, int, ClassTag<A>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
-
Receive next
nevents/snapshots that have been persisted in the storage. - receivePluginInternal() - Method in interface org.apache.pekko.persistence.journal.AsyncWriteJournal
-
Plugin API
- receivePluginInternal() - Method in interface org.apache.pekko.persistence.snapshot.SnapshotStore
-
Plugin API Allows plugin implementers to use
f pipeTo selfand handle additional messages for implementing advanced features - receiver() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- receiveReachable(Member) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveRead(String) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveReadRepair(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveRecover() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- receiveRecover() - Method in interface org.apache.pekko.persistence.AbstractPersistentActorLike
- receiveRecover() - Method in interface org.apache.pekko.persistence.Eventsourced
-
Recovery handler that receives persisted events during recovery.
- receiveRecover() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.Discover the latest recorded state
- receiveRecover() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- receiveRemovedNodePruningTick() - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveSeveralMessages(int) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Same as
receiveSeveralMessages(n, remaining)but using the default timeout as deadline. - receiveSeveralMessages(int, Duration) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Receive
nmessages in a row before the given deadline. - receiveSignal(Signal) - Method in class org.apache.pekko.actor.typed.javadsl.BuiltReceive
- receiveSignal(Signal) - Method in class org.apache.pekko.actor.typed.javadsl.Receive
-
Process an incoming
pekko.actor.typed.Signaland return the next behavior. - receiveSignal(TypedActorContext<T>, Signal) - Method in class org.apache.pekko.actor.typed.ExtensibleBehavior
-
Process an incoming
Signaland return the next behavior. - receiveSignal(TypedActorContext<T>, Signal) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveBehavior
- receiveSignal(TypedActorContext<T>, Signal) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveMessageBehavior
- receiveSignal(TypedActorContext<T>, Signal) - Method in class org.apache.pekko.actor.typed.javadsl.AbstractBehavior
- receiveSignal(TypedActorContext<T>, Signal) - Method in class org.apache.pekko.actor.typed.javadsl.BuiltBehavior
- receiveSignal(TypedActorContext<T>, Signal) - Method in class org.apache.pekko.actor.typed.javadsl.Receive
- receiveSignal(TypedActorContext<T>, Signal) - Method in class org.apache.pekko.actor.typed.scaladsl.AbstractBehavior
- receiveSignal(Function2<ActorContext<T>, Signal, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Construct an actor behavior that can react to lifecycle signals only.
- receiveSignal(Function2<ActorContext<T>, Signal, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Construct an actor behavior that can react to lifecycle signals only.
- receiveSignal(PartialFunction<Tuple2<ActorContext<T>, Signal>, Behavior<T>>) - Method in interface org.apache.pekko.actor.typed.scaladsl.Behaviors.Receive
- receiveSignal(PartialFunction<Tuple2<ActorContext<T>, Signal>, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Construct an actor
Behaviorthat can react to lifecycle signals only. - receiveSignal(PartialFunction<Tuple2<ActorContext<T>, Signal>, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Construct an actor
Behaviorthat can react to lifecycle signals only. - receiveSignal(PartialFunction<Tuple2<State, Signal>, BoxedUnit>) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Allows the event sourced behavior to react on signals.
- receiveSignal(PartialFunction<Tuple2<State, Signal>, BoxedUnit>) - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior
-
Allows the
DurableStateBehaviorto react on signals. - receiveSnapshotResult() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- receiveSnapshotStore() - Method in class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- receiveSnapshotStore() - Method in class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- receiveSnapshotStore() - Method in interface org.apache.pekko.persistence.snapshot.SnapshotStore
- receiveSnapshotStore() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- receiveStatus(Map<String, ByteString>, int, int, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveSubscribe(Key<ReplicatedData>, ActorRef) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveTerminated() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- receiveTerminated(ActorRef) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveTimeout() - Method in interface org.apache.pekko.actor.ActorContext
-
Gets the current receive timeout.
- receiveTimeout() - Method in interface org.apache.pekko.actor.dungeon.ReceiveTimeout
- ReceiveTimeout - Class in org.apache.pekko.actor
- ReceiveTimeout - Interface in org.apache.pekko.actor.dungeon
- ReceiveTimeout() - Constructor for class org.apache.pekko.actor.ReceiveTimeout
- ReceiveTimeout$ - Class in org.apache.pekko.actor.dungeon
- ReceiveTimeout$ - Class in org.apache.pekko.actor
-
When using ActorContext.setReceiveTimeout, the singleton instance of ReceiveTimeout will be sent to the Actor when there hasn't been any message for that long.
- ReceiveTimeout$() - Constructor for class org.apache.pekko.actor.dungeon.ReceiveTimeout$
- ReceiveTimeout$() - Constructor for class org.apache.pekko.actor.ReceiveTimeout$
- ReceiveTimeoutCancelled() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled
- ReceiveTimeoutCancelled$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled$
- receiveTimeoutChanged(Tuple2<Duration, Cancellable>) - Method in interface org.apache.pekko.actor.dungeon.ReceiveTimeout
- receiveTimeoutData_$eq(Tuple2<Duration, Cancellable>) - Method in interface org.apache.pekko.actor.dungeon.ReceiveTimeout
- receiveTimeoutSet(Duration, T) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior set a new receive timeout, with
messageas timeout notification - receiveTimeoutSet(Duration, T) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior set a new receive timeout, with
messageas timeout notification - receiveTimeoutSet(FiniteDuration, T) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior set a new receive timeout, with
messageas timeout notification - receiveTimeoutSet(FiniteDuration, T) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior set a new receive timeout, with
messageas timeout notification - ReceiveTimeoutSet(FiniteDuration, T) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- ReceiveTimeoutSet$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet$
- receiveUnreachable(Member) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveUnsubscribe(Key<ReplicatedData>, ActorRef) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveUpdate(Key<ReplicatedData>, Function1<Option<A>, A>, Replicator.WriteConsistency, Option<Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveWhile(Duration, Duration, int, Function<Object, T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Receive a series of messages until one does not match the given partial function or the idle timeout is met (disabled by default) or the overall maximum duration is elapsed or expected messages count is reached.
- receiveWhile(Duration, Duration, int, PartialFunction<TestPublisher.PublisherEvent, T>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
JAVA API
- receiveWhile(Duration, Duration, int, PartialFunction<TestSubscriber.SubscriberEvent, T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- receiveWhile(Duration, Function<Object, T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
- receiveWhile(Duration, Function<Object, T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.13.
- receiveWhile(Duration, Duration, int, Function<Object, T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.13.
- receiveWhile(Duration, Duration, int, PartialFunction<Object, T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Receive a series of messages until one does not match the given partial function or the idle timeout is met (disabled by default) or the overall maximum duration is elapsed or expected messages count is reached.
- receiveWhile(Duration, Duration, int, PartialFunction<TestPublisher.PublisherEvent, T>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
Receive messages for a given duration or until one does not match a given partial function.
- receiveWhile(Duration, Duration, int, PartialFunction<TestSubscriber.SubscriberEvent, T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Receive messages for a given duration or until one does not match a given partial function.
- receiveWhile$default$1() - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
- receiveWhile$default$1() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
- receiveWhile$default$1() - Method in interface org.apache.pekko.testkit.TestKitBase
- receiveWhile$default$2() - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
- receiveWhile$default$2() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
- receiveWhile$default$2() - Method in interface org.apache.pekko.testkit.TestKitBase
- receiveWhile$default$3() - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
- receiveWhile$default$3() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
- receiveWhile$default$3() - Method in interface org.apache.pekko.testkit.TestKitBase
- receiveWithin(Duration, int) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- receiveWithin(FiniteDuration, int) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Drains a given number of messages
- receiveWithin$default$2() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
- receiveWrite(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.Replicator
- receiveWriteJournal() - Method in interface org.apache.pekko.persistence.journal.AsyncWriteJournal
- receiveWriteJournal() - Method in class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- receiveWriteJournal() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- RecencyList$ - Class in org.apache.pekko.util
-
INTERNAL API
- RecencyList$() - Constructor for class org.apache.pekko.util.RecencyList$
- receptionist() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Return a reference to this system’s
pekko.actor.typed.receptionist.Receptionist. - Receptionist - Class in org.apache.pekko.actor.typed.receptionist
-
Register and discover actors that implement a service with a protocol defined by a
ServiceKey. - Receptionist() - Constructor for class org.apache.pekko.actor.typed.receptionist.Receptionist
- Receptionist.Command - Class in org.apache.pekko.actor.typed.receptionist
-
The set of commands accepted by a Receptionist.
- Receptionist.Deregister$ - Class in org.apache.pekko.actor.typed.receptionist
-
Remove association between the given
pekko.actor.typed.ActorRefand the givenServiceKey. - Receptionist.Deregistered - Interface in org.apache.pekko.actor.typed.receptionist
-
Confirmation that the given
pekko.actor.typed.ActorRefno more associated with theServiceKeyin the local receptionist. - Receptionist.Deregistered$ - Class in org.apache.pekko.actor.typed.receptionist
-
Sent by the receptionist, available here for easier testing
- Receptionist.Find$ - Class in org.apache.pekko.actor.typed.receptionist
-
Findmessage. - Receptionist.Listing - Interface in org.apache.pekko.actor.typed.receptionist
-
Current listing of all Actors that implement the protocol given by the
ServiceKey. - Receptionist.Listing$ - Class in org.apache.pekko.actor.typed.receptionist
-
Sent by the receptionist, available here for easier testing
- Receptionist.Register$ - Class in org.apache.pekko.actor.typed.receptionist
-
Registermessage. - Receptionist.Registered - Interface in org.apache.pekko.actor.typed.receptionist
-
Confirmation that the given
pekko.actor.typed.ActorRefhas been associated with theServiceKey. - Receptionist.Registered$ - Class in org.apache.pekko.actor.typed.receptionist
-
Sent by the receptionist, available here for easier testing
- Receptionist.Subscribe$ - Class in org.apache.pekko.actor.typed.receptionist
-
Subscribemessage. - Receptionist$ - Class in org.apache.pekko.actor.typed.receptionist
-
A Receptionist is an entry point into an Actor hierarchy where select Actors publish their identity together with the protocols that they implement.
- Receptionist$() - Constructor for class org.apache.pekko.actor.typed.receptionist.Receptionist$
- ReceptionistBehaviorProvider - Interface in org.apache.pekko.actor.typed.internal.receptionist
-
Marker interface to use with dynamic access
- receptionistInbox() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
The receptionist inbox contains messages sent to
system.receptionist - receptionistInbox() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
The receptionist inbox contains messages sent to
system.receptionist - ReceptionistMessages - Class in org.apache.pekko.actor.typed.internal.receptionist
-
Internal API
- ReceptionistMessages() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages
- ReceptionistMessages.Deregister<T> - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Deregister$ - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Deregistered<T> - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Deregistered$ - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Find<T> - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Find$ - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Listing<T> - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Listing$ - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Register<T> - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Register$ - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Registered<T> - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Registered$ - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Subscribe<T> - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages.Subscribe$ - Class in org.apache.pekko.actor.typed.internal.receptionist
- ReceptionistMessages$ - Class in org.apache.pekko.actor.typed.internal.receptionist
-
Internal API
- ReceptionistMessages$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages$
- ReceptionistSetup - Class in org.apache.pekko.actor.typed.receptionist
-
Can be used in
pekko.actor.setup.ActorSystemSetupwhen starting theActorSystemto replace the default implementation of theReceptionistextension. - ReceptionistSetup(Function<ActorSystem<?>, Receptionist>) - Constructor for class org.apache.pekko.actor.typed.receptionist.ReceptionistSetup
- ReceptionistSetup$ - Class in org.apache.pekko.actor.typed.receptionist
- ReceptionistSetup$() - Constructor for class org.apache.pekko.actor.typed.receptionist.ReceptionistSetup$
- ReceptionistShutdown() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- ReceptionistShutdown$() - Constructor for class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown$
-
Deprecated.
- recipient() - Method in interface org.apache.pekko.actor.AllDeadLetters
- recipient() - Method in class org.apache.pekko.actor.DeadLetter
- recipient() - Method in class org.apache.pekko.actor.Dropped
- recipient() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- recipient() - Method in class org.apache.pekko.actor.UnhandledMessage
- recipient() - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- recipient() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- recipient() - Method in interface org.apache.pekko.remote.artery.OutboundEnvelope
- recipient() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- recipient() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- RECIPIENT_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- recipientActorRef(long) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
-
Retrive the compressed ActorRef by the compressionId carried by this header.
- recipientActorRefPath() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
-
Retrive the raw literal actor path, instead of using the compressed value.
- RecipientActorRefTagOffset() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- recipientAddress() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- RecipientRef<T> - Interface in org.apache.pekko.actor.typed
-
FIXME doc - not serializable - not watchable
- RecipientRef.RecipientRefOps<T> - Class in org.apache.pekko.actor.typed
- RecipientRef.RecipientRefOps$ - Class in org.apache.pekko.actor.typed
- RecipientRef$ - Class in org.apache.pekko.actor.typed
- RecipientRef$() - Constructor for class org.apache.pekko.actor.typed.RecipientRef$
- RecipientRefOps(RecipientRef<T>) - Constructor for class org.apache.pekko.actor.typed.RecipientRef.RecipientRefOps
- RecipientRefOps(RecipientRef<T>) - Method in class org.apache.pekko.actor.typed.RecipientRef$
- RecipientRefOps$() - Constructor for class org.apache.pekko.actor.typed.RecipientRef.RecipientRefOps$
- ReconnectBackoff() - Static method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings
- ReconnectBackoff() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
- reconnectTimeout() - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- ReconnectTimeout() - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- ReconnectTimeout$() - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout$
-
Deprecated.
- Record<A> - Class in org.apache.pekko.persistence.testkit.state.scaladsl
- Record(long, String, long, Option<A>, String, long) - Constructor for class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- Record$ - Class in org.apache.pekko.persistence.testkit.state.scaladsl
- Record$() - Constructor for class org.apache.pekko.persistence.testkit.state.scaladsl.Record$
- recordActive() - Static method in class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer
- recordActive() - Method in class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer$
- RecordClass - Class in org.apache.pekko.io.dns
- RecordClass(short, String) - Constructor for class org.apache.pekko.io.dns.RecordClass
- RecordClass$ - Class in org.apache.pekko.io.dns
- RecordClass$() - Constructor for class org.apache.pekko.io.dns.RecordClass$
- RecordClassSerializer - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- RecordClassSerializer() - Constructor for class org.apache.pekko.io.dns.internal.RecordClassSerializer
- RecordClassSerializer$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- RecordClassSerializer$() - Constructor for class org.apache.pekko.io.dns.internal.RecordClassSerializer$
- recordInterval(long) - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
- recordPassive() - Static method in class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer
- recordPassive() - Method in class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer$
- records() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- RecordType - Class in org.apache.pekko.io.dns
-
DNS Record Type
- RecordType(short, String) - Constructor for class org.apache.pekko.io.dns.RecordType
- RecordType$ - Class in org.apache.pekko.io.dns
- RecordType$() - Constructor for class org.apache.pekko.io.dns.RecordType$
- RecordTypeSerializer - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- RecordTypeSerializer() - Constructor for class org.apache.pekko.io.dns.internal.RecordTypeSerializer
- RecordTypeSerializer$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- RecordTypeSerializer$() - Constructor for class org.apache.pekko.io.dns.internal.RecordTypeSerializer$
- recover(Class<? extends Throwable>, Supplier<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Recover allows to send last element on failure and gracefully complete the stream Since the underlying failure signal onError arrives out-of-band, it might jump over existing elements.
- recover(Class<? extends Throwable>, Supplier<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Recover allows to send last element on failure and gracefully complete the stream Since the underlying failure signal onError arrives out-of-band, it might jump over existing elements.
- recover(Throwable) - Method in class org.apache.pekko.dispatch.Recover
-
This method will be invoked once when/if the Future this recover callback is registered on becomes completed with a failure.
- recover(PartialFunction<Throwable, Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Recover allows to send last element on failure and gracefully complete the stream Since the underlying failure signal onError arrives out-of-band, it might jump over existing elements.
- recover(PartialFunction<Throwable, Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Recover allows to send last element on failure and gracefully complete the stream Since the underlying failure signal onError arrives out-of-band, it might jump over existing elements.
- recover(PartialFunction<Throwable, Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Recover allows to send last element on failure and gracefully complete the stream Since the underlying failure signal onError arrives out-of-band, it might jump over existing elements.
- recover(PartialFunction<Throwable, Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Recover allows to send last element on failure and gracefully complete the stream Since the underlying failure signal onError arrives out-of-band, it might jump over existing elements.
- recover(PartialFunction<Throwable, T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Recover allows to send last element on failure and gracefully complete the stream Since the underlying failure signal onError arrives out-of-band, it might jump over existing elements.
- Recover<T> - Class in org.apache.pekko.dispatch
-
Callback for the Future.recover operation that conditionally turns failures into successes.
- Recover() - Constructor for class org.apache.pekko.dispatch.Recover
- RecoverBridge() - Constructor for class org.apache.pekko.dispatch.japi.RecoverBridge
-
Deprecated.
- recovering(PartialFunction<Object, BoxedUnit>, FiniteDuration) - Method in interface org.apache.pekko.persistence.Eventsourced
- Recovering$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- Recovering$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.Recovering$
- RecoveringState() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc
- RecoveringState() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc$
- recoverWith(Class<? extends Throwable>, Supplier<Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.use
recoverWithRetriesinstead - recoverWith(Class<? extends Throwable>, Supplier<Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.use
recoverWithRetriesinstead - recoverWith(PartialFunction<Throwable, ? extends Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
RecoverWith allows to switch to alternative Source on flow failure.
- recoverWith(PartialFunction<Throwable, ? extends Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.use
recoverWithRetriesinstead - recoverWith(PartialFunction<Throwable, Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
RecoverWith allows to switch to alternative Source on flow failure.
- recoverWith(PartialFunction<Throwable, Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
RecoverWith allows to switch to alternative Source on flow failure.
- recoverWith(PartialFunction<Throwable, Graph<SourceShape<T>, NotUsed>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
RecoverWith allows to switch to alternative Source on flow failure.
- recoverWithRetries(int, Class<? extends Throwable>, Supplier<Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
RecoverWithRetries allows to switch to alternative Source on flow failure.
- recoverWithRetries(int, Class<? extends Throwable>, Supplier<Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
RecoverWithRetries allows to switch to alternative Source on flow failure.
- recoverWithRetries(int, PartialFunction<Throwable, ? extends Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
RecoverWithRetries allows to switch to alternative Source on flow failure.
- recoverWithRetries(int, PartialFunction<Throwable, Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
RecoverWithRetries allows to switch to alternative Source on flow failure.
- recoverWithRetries(int, PartialFunction<Throwable, Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
RecoverWithRetries allows to switch to alternative Source on flow failure.
- recoverWithRetries(int, PartialFunction<Throwable, Graph<SourceShape<Out>, NotUsed>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
RecoverWithRetries allows to switch to alternative Source on flow failure.
- recoverWithRetries(int, PartialFunction<Throwable, Graph<SourceShape<T>, NotUsed>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
RecoverWithRetries allows to switch to alternative Source on flow failure.
- recovery() - Method in interface org.apache.pekko.persistence.PersistenceRecovery
-
Called when the persistent actor is started for the first time.
- recovery() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Override to change the strategy for recovery of snapshots and events.
- Recovery - Class in org.apache.pekko.persistence
-
Recovery mode configuration object to be returned in
PersistenceRecovery.recovery(). - Recovery - Class in org.apache.pekko.persistence.typed.javadsl
-
Strategy for recovery of snapshots and events.
- Recovery - Interface in org.apache.pekko.persistence.typed.scaladsl
-
Strategy for recovery of snapshots and events.
- Recovery() - Constructor for class org.apache.pekko.persistence.typed.javadsl.Recovery
- Recovery(SnapshotSelectionCriteria, long, long) - Constructor for class org.apache.pekko.persistence.Recovery
- Recovery$ - Class in org.apache.pekko.persistence
- Recovery$ - Class in org.apache.pekko.persistence.typed.javadsl
-
Strategy for recovery of snapshots and events.
- Recovery$ - Class in org.apache.pekko.persistence.typed.scaladsl
-
Strategy for recovery of snapshots and events.
- Recovery$() - Constructor for class org.apache.pekko.persistence.Recovery$
- Recovery$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.Recovery$
- Recovery$() - Constructor for class org.apache.pekko.persistence.typed.scaladsl.Recovery$
- RecoveryCompleted - Class in org.apache.pekko.persistence
- RecoveryCompleted - Class in org.apache.pekko.persistence.typed
- RecoveryCompleted - Class in org.apache.pekko.persistence.typed.state
- RecoveryCompleted() - Constructor for class org.apache.pekko.persistence.RecoveryCompleted
- RecoveryCompleted() - Constructor for class org.apache.pekko.persistence.typed.RecoveryCompleted
- RecoveryCompleted() - Constructor for class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- RecoveryCompleted$ - Class in org.apache.pekko.persistence
-
Sent to a
PersistentActorwhen the journal replay has been finished. - RecoveryCompleted$ - Class in org.apache.pekko.persistence.typed
- RecoveryCompleted$ - Class in org.apache.pekko.persistence.typed.state
- RecoveryCompleted$() - Constructor for class org.apache.pekko.persistence.RecoveryCompleted$
- RecoveryCompleted$() - Constructor for class org.apache.pekko.persistence.typed.RecoveryCompleted$
- RecoveryCompleted$() - Constructor for class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
- RecoveryFailed - Class in org.apache.pekko.persistence.typed
- RecoveryFailed - Class in org.apache.pekko.persistence.typed.state
- RecoveryFailed(Throwable) - Constructor for class org.apache.pekko.persistence.typed.RecoveryFailed
- RecoveryFailed(Throwable) - Constructor for class org.apache.pekko.persistence.typed.state.RecoveryFailed
- RecoveryFailed$ - Class in org.apache.pekko.persistence.typed
- RecoveryFailed$ - Class in org.apache.pekko.persistence.typed.state
- RecoveryFailed$() - Constructor for class org.apache.pekko.persistence.typed.RecoveryFailed$
- RecoveryFailed$() - Constructor for class org.apache.pekko.persistence.typed.state.RecoveryFailed$
- recoveryFinished() - Method in interface org.apache.pekko.persistence.Eventsourced
-
Returns
trueif this persistent actor has successfully finished recovery. - RecoveryPermitGranted$() - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryPermitGranted$
- RecoveryPermitGranted$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryPermitGranted$
- RecoveryPermitter$ - Class in org.apache.pekko.persistence
-
INTERNAL API
- RecoveryPermitter$() - Constructor for class org.apache.pekko.persistence.RecoveryPermitter$
- recoveryRunning() - Method in interface org.apache.pekko.persistence.Eventsourced
-
Returns
trueif this persistent actor is currently recovering. - recoveryRunning() - Method in interface org.apache.pekko.persistence.Eventsourced.State
- recoveryRunning() - Method in interface org.apache.pekko.persistence.typed.javadsl.ReplicationContext
-
Must only be called from the event handler
- recoveryRunning() - Method in interface org.apache.pekko.persistence.typed.scaladsl.ReplicationContext
-
Must only be called from the event handler
- recoveryStarted(long, FiniteDuration) - Method in interface org.apache.pekko.persistence.Eventsourced
- RecoverySuccess(long) - Constructor for class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- RecoverySuccess$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess$
- RecoveryTick(boolean) - Constructor for class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- RecoveryTick$() - Constructor for class org.apache.pekko.persistence.Eventsourced.RecoveryTick$
- RecoveryTickEvent(boolean) - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- RecoveryTickEvent$() - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent$
- RecoveryTimedOut - Exception in org.apache.pekko.persistence
- RecoveryTimedOut(String) - Constructor for exception org.apache.pekko.persistence.RecoveryTimedOut
- RecoveryTimeout$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryTimeout$
- RecoveryWithSnapshotSelectionCriteria$ - Class in org.apache.pekko.persistence.typed.internal
- RecoveryWithSnapshotSelectionCriteria$() - Constructor for class org.apache.pekko.persistence.typed.internal.RecoveryWithSnapshotSelectionCriteria$
- RECREATE - org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
RECREATE = 1; - RECREATE_VALUE - Static variable in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
RECREATE = 1; - Recreate$ - Class in org.apache.pekko.dispatch.sysmsg
- Recreate$() - Constructor for class org.apache.pekko.dispatch.sysmsg.Recreate$
- recreateAndForwardMessagesIfNeeded(String, Function0<ActorRef>) - Method in interface org.apache.pekko.cluster.pubsub.PerGroupingBuffer
- Recreation(Throwable) - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- Recreation$() - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation$
- recType() - Method in class org.apache.pekko.io.dns.ResourceRecord
- recType() - Method in class org.apache.pekko.io.dns.UnknownRecord
- redeliverInterval() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
Interval between redelivery attempts.
- redeliverInterval() - Static method in class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery
- redeliverInterval() - Method in class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery$
- redeliverOverdue() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
- redeliverTask_$eq(Option<Cancellable>) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
- redeliveryBurstLimit() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
Maximum number of unconfirmed messages that will be sent at each redelivery burst (burst frequency is half of the redelivery interval).
- redeliveryBurstLimit() - Static method in class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery
- redeliveryBurstLimit() - Method in class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery$
- RedeliveryTick() - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- RedeliveryTick$() - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick$
- reduce(Iterable<Future<T>>, Function2<R, T, R>, ExecutionContext) - Static method in class org.apache.pekko.dispatch.Futures
-
Reduces the results of the supplied futures and binary function.
- reduce(Iterable<Future<T>>, Function2<R, T, R>, ExecutionContext) - Method in class org.apache.pekko.dispatch.Futures$
-
Reduces the results of the supplied futures and binary function.
- reduce(Function2<In, In, In>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (from the second element) and the element as input. - reduce(Function2<In, In, In>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (from the second element) and the element as input. - reduce(Function2<Out, Out, Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Similar to
foldbut uses first element as zero element. - reduce(Function2<Out, Out, Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Similar to
foldbut uses first element as zero element. - reduce(Function2<Out, Out, Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Similar to
foldbut uses first element as zero element. - reduce(Function2<Out, Out, Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Similar to
foldbut uses first element as zero element. - reduce(Iterable<Future<T>>, Function2<R, T, R>, ExecutionContext) - Static method in class org.apache.pekko.compat.Future
- reduce(Iterable<Future<T>>, Function2<R, T, R>, ExecutionContext) - Method in class org.apache.pekko.compat.Future$
- reduce(IterableOnce<Future<T>>, Function2<R, T, R>, ExecutionContext) - Static method in class org.apache.pekko.compat.Future
- reduce(IterableOnce<Future<T>>, Function2<R, T, R>, ExecutionContext) - Method in class org.apache.pekko.compat.Future$
- reduce(Function2<T, T, T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Similar to
foldbut uses first element as zero element. - reduce(Function2<T, T, T>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (from the second element) and the element as input. - reduce(Function2<T, T, T>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat will invoke the given function for every received element, giving it its previous output (from the second element) and the element as input. - ReduceGossipDifferentViewProbability() - Method in class org.apache.pekko.cluster.ClusterSettings
- ReentrantGuard - Class in org.apache.pekko.util
- ReentrantGuard() - Constructor for class org.apache.pekko.util.ReentrantGuard
- reestablish() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- ref() - Method in class org.apache.pekko.actor.ActorIdentity
- ref() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- ref() - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- ref() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- ref() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
ActorRef for this TestProbe
- ref() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
The self reference of the actor living inside this testkit.
- ref() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestInbox
-
The actor ref of the inbox
- ref() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
ActorRef for this TestProbe
- ref() - Method in class org.apache.pekko.actor.typed.ActorRef.ActorRefOps
- ref() - Method in exception org.apache.pekko.actor.typed.DeathPactException
- ref() - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist
- ref() - Method in class org.apache.pekko.actor.typed.RecipientRef.RecipientRefOps
- ref() - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern.Askable
- ref() - Method in class org.apache.pekko.actor.typed.Terminated
- ref() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- ref() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- ref() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- ref() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- ref() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- ref() - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- ref() - Method in interface org.apache.pekko.pattern.FutureRef
-
ActorRef associated with this FutureRef.
- ref() - Method in interface org.apache.pekko.pattern.PromiseRef
-
ActorRef associated with this PromiseRef.
- ref() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- ref() - Method in class org.apache.pekko.persistence.TestPayload
- ref() - Method in class org.apache.pekko.routing.ActorRefRoutee
- ref() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.StageActor
-
The ActorRef by which this StageActor can be contacted from the outside.
- ref() - Method in exception org.apache.pekko.stream.WatchedActorTerminatedException
- ref() - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- ref() - Method in class org.apache.pekko.testkit.TestActor.Watch
- ref() - Method in class org.apache.pekko.testkit.TestProbe
-
Shorthand to get the testActor.
- REF_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- REF_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- REF_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- REF_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- REF_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- Reflect - Class in org.apache.pekko.util
-
Collection of internal reflection utilities which may or may not be available (most services specific to HotSpot, but fails gracefully).
- Reflect() - Constructor for class org.apache.pekko.util.Reflect
- Reflect$ - Class in org.apache.pekko.util
-
Collection of internal reflection utilities which may or may not be available (most services specific to HotSpot, but fails gracefully).
- Reflect$() - Constructor for class org.apache.pekko.util.Reflect$
- ReflectiveDynamicAccess - Class in org.apache.pekko.actor
-
This is the default
pekko.actor.DynamicAccessimplementation used bypekko.actor.ExtendedActorSystemunless overridden. - ReflectiveDynamicAccess(ClassLoader) - Constructor for class org.apache.pekko.actor.ReflectiveDynamicAccess
- refPrefix() - Method in interface org.apache.pekko.actor.typed.internal.InternalRecipientRef
- refreshContactsInterval() - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- refreshContactsTask() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- refreshContactsTask_$eq(Option<Cancellable>) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- RefreshContactsTick() - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- RefreshContactsTick$() - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick$
-
Deprecated.
- REFUSED() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- REFUSED() - Method in class org.apache.pekko.io.dns.internal.ResponseCode$
- regex() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- regex() - Method in class org.apache.pekko.persistence.PluginSpec
- region() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- region() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- region() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- region() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- REGION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- REGION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- REGION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- regionProxies() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- REGIONPROXIES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- regionProxy() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- regionProxy() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- regionProxyTerminated(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- REGIONREF_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- regions() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- REGIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- REGIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- RegionStopped(ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- RegionStopped$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped$
- regionTerminated(ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- regionTerminationInProgress() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- regionTerminationInProgress_$eq(Set<ActorRef>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- register(SelectableChannel, int, ActorRef) - Method in interface org.apache.pekko.io.ChannelRegistry
-
Registers the given channel with the selector, creates a ChannelRegistration instance for it and dispatches it back to the channelActor calling this
register - register(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
If you override it, you must call it.
- register(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.dispatch.PinnedDispatcher
- register(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- register(ActorRef) - Static method in class org.apache.pekko.io.TcpMessage
-
The same as
register(handler, false, false). - register(ActorRef) - Method in class org.apache.pekko.io.TcpMessage$
-
The same as
register(handler, false, false). - register(ActorRef, boolean, boolean) - Static method in class org.apache.pekko.io.TcpMessage
-
This message must be sent to a TCP connection actor after receiving the
Tcp.Connectedmessage. - register(ActorRef, boolean, boolean) - Method in class org.apache.pekko.io.TcpMessage$
-
This message must be sent to a TCP connection actor after receiving the
Tcp.Connectedmessage. - register(ServiceKey<T>, ActorRef<T>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
-
Java API: A Register message without Ack that the service was registered.
- register(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Java API: A Register message without Ack that the service was registered.
- register(ServiceKey<T>, ActorRef<T>, ActorRef<Receptionist.Registered>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
-
Java API: A
Registermessage with Ack that the service was registered. - register(ServiceKey<T>, ActorRef<T>, ActorRef<Receptionist.Registered>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Java API: A
Registermessage with Ack that the service was registered. - register(S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>, Option<FiniteDuration>) - Method in interface org.apache.pekko.actor.FSM
- register(S, PartialFunction<PersistentFSM.Event<D>, PersistentFSM.State<S, D, E>>, Option<FiniteDuration>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- Register(ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- Register(ActorRef, boolean, boolean) - Constructor for class org.apache.pekko.io.Tcp.Register
- Register$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register$
- Register$() - Constructor for class org.apache.pekko.actor.typed.receptionist.Receptionist.Register$
- Register$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register$
- Register$() - Constructor for class org.apache.pekko.io.Tcp.Register$
- RegisterAck(ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- RegisterAck$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck$
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.remote.ArteryControlFormats
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.remote.ContainerFormats
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.remote.SystemMessageFormats
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.remote.WireFormats
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pekko.stream.StreamRefMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.serialization.MessageFormats
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ArteryControlFormats
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.ContainerFormats
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.SystemMessageFormats
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.testconductor.TestConductorProtocol
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.remote.WireFormats
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pekko.stream.StreamRefMessages
- registerConfigurator(String, MessageDispatcherConfigurator) - Method in class org.apache.pekko.dispatch.Dispatchers
-
Register a
MessageDispatcherConfiguratorthat will be used byDispatchers.lookup(java.lang.String)andDispatchers.hasDispatcher(java.lang.String)instead of looking up the configurator from the system configuration. - RegisterConsumer(ActorRef<ConsumerController.Command<A>>) - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- RegisterConsumer$() - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer$
- registered(ServiceKey<T>, ActorRef<T>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
-
Java API: Sent by the receptionist, available here for easier testing
- registered(ServiceKey<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Java API: Sent by the receptionist, available here for easier testing
- Registered() - Method in class org.apache.pekko.actor.typed.receptionist.ServiceKey
-
Accessor for nested Scala object
- Registered$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered$
- Registered$() - Constructor for class org.apache.pekko.actor.typed.receptionist.Receptionist.Registered$
- Registered$() - Constructor for class org.apache.pekko.actor.typed.receptionist.ServiceKey.Registered$
- registerExtension(ExtensionId<T>) - Method in class org.apache.pekko.actor.ActorSystem
-
Registers the provided extension and creates its payload, if this extension isn't already registered This method has putIfAbsent-semantics, this method can potentially block, waiting for the initialization of the payload, if is in the process of registration from another Thread of execution
- registerExtension(ExtensionId<T>) - Method in interface org.apache.pekko.actor.typed.Extensions
-
Registers the provided extension and creates its payload, if this extension isn't already registered This method has putIfAbsent-semantics, this method can potentially block, waiting for the initialization of the payload, if is in the process of registration from another Thread of execution
- registerExtension(ExtensionId<T>) - Method in interface org.apache.pekko.actor.typed.internal.ExtensionsImpl
- registerForExecution(Mailbox, boolean, boolean) - Method in class org.apache.pekko.dispatch.Dispatcher
-
Returns if it was registered
- registerForExecution(Mailbox, boolean, boolean) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
Suggest to register the provided mailbox for execution
- registerForExecution(org.apache.pekko.dispatch.Mailbox, boolean, boolean) - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- registerListener(Channel, AssociationHandle.HandleEventListener, InetSocketAddress) - Method in interface org.apache.pekko.remote.transport.netty.CommonHandlers
- registerListener(Channel, AssociationHandle.HandleEventListener, InetSocketAddress) - Method in interface org.apache.pekko.remote.transport.netty.TcpHandlers
- registerListenerPair(Tuple2<Address, Address>, Tuple2<AssociationHandle.HandleEventListener, AssociationHandle.HandleEventListener>) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Registers a Future of two handle event listeners corresponding to the two endpoints of an association.
- registerOnMemberRemoved(Runnable) - Method in class org.apache.pekko.cluster.Cluster
-
Java API: The supplied thunk will be run, once, when current cluster member is
Removed. - registerOnMemberRemoved(Function0<T>) - Method in class org.apache.pekko.cluster.Cluster
-
The supplied thunk will be run, once, when current cluster member is
Removed. - registerOnMemberUp(Runnable) - Method in class org.apache.pekko.cluster.Cluster
-
Java API: The supplied callback will be run, once, when current cluster member is
Up. - registerOnMemberUp(Function0<T>) - Method in class org.apache.pekko.cluster.Cluster
-
The supplied thunk will be run, once, when current cluster member is
Up. - registerOnTermination(Runnable) - Method in class org.apache.pekko.actor.ActorSystem
-
Java API: Register a block of code (callback) to run after
ActorSystem.terminatehas been issued and all actors in this actor system have been stopped. - registerOnTermination(Function0<T>) - Method in class org.apache.pekko.actor.ActorSystem
-
Register a block of code (callback) to run after
ActorSystem.terminatehas been issued and all actors in this actor system have been stopped. - RegisterProxy(ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- RegisterProxy$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy$
- registerService(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.Register an actor that should be reachable for the clients.
- registerService(BundleContext, ActorSystem) - Method in class org.apache.pekko.osgi.ActorSystemActivator
-
Register the actor system in the OSGi service registry.
- registerSubscriber(String, ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.Register an actor that should be reachable for the clients to a named topic.
- registerTempActor(InternalActorRef, ActorPath) - Method in interface org.apache.pekko.actor.ActorRefProvider
-
INTERNAL API: Registers an actorRef at a path returned by tempPath(); do NOT pass in any other path.
- RegisterTerminationHook$() - Constructor for class org.apache.pekko.actor.SystemGuardian.RegisterTerminationHook$
- RegisterTimeout() - Method in class org.apache.pekko.io.TcpExt.Settings
- registerTopic(ActorRef) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- RegisterTopic(ActorRef) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- RegisterTopic$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic$
- RegisterToProducerController(ActorRef<ProducerController.Command<A>>) - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- RegisterToProducerController$() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController$
- registerTransport(TestTransport, Future<Transport.AssociationEventListener>) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Records a mapping between an address and the corresponding (transport, associationEventListener) pair.
- registerWithUnsubscriber(ActorRef, int) - Method in interface org.apache.pekko.event.ManagedActorClassification
-
INTERNAL API
- registry() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- registry() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- registry_$eq(Map<Address, org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- reject(Runnable, ExecutorService) - Method in interface org.apache.pekko.dispatch.affinity.RejectionHandler
- Reject - Class in org.apache.pekko.persistence.testkit
-
Emulates rejection of operation by the journal with
errorexception. - Reject(Throwable) - Constructor for class org.apache.pekko.persistence.testkit.Reject
- Reject$ - Class in org.apache.pekko.persistence.testkit
- Reject$() - Constructor for class org.apache.pekko.persistence.testkit.Reject$
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.apache.pekko.dispatch.SaneRejectedExecutionHandler
- RejectionHandler - Interface in org.apache.pekko.dispatch.affinity
- RejectionHandlerFactory - Interface in org.apache.pekko.dispatch.affinity
- rejectionPolicy() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- rejectNextDelete() - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next delete from storage operation for any persistence id with default exception.
- rejectNextDelete() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next delete from storage operation for any persistence id with default exception.
- rejectNextDelete(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next delete from storage operations for particular persistence id with default exception.
- rejectNextDelete(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next delete from storage operations for particular persistence id with default exception.
- rejectNextDelete(String, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next delete from storage operations for particular persistence id with
causeexception. - rejectNextDelete(String, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next delete from storage operations for particular persistence id with
causeexception. - rejectNextDelete(Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next delete from storage operation for any persistence id with
causeexception. - rejectNextDelete(Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next delete from storage operation for any persistence id with
causeexception. - RejectNextN(int, Throwable, Function0<BoxedUnit>) - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.RejectNextN
- RejectNextN() - Method in class org.apache.pekko.persistence.testkit.EventStorage.JournalPolicies$
- RejectNextN() - Method in interface org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies
- RejectNextN() - Method in class org.apache.pekko.persistence.testkit.SnapshotStorage.SnapshotPolicies$
- RejectNextN$() - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.RejectNextN$
- RejectNextNCond(int, Throwable, Function2<String, U, Object>, Function0<BoxedUnit>) - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.RejectNextNCond
- RejectNextNCond() - Method in class org.apache.pekko.persistence.testkit.EventStorage.JournalPolicies$
- RejectNextNCond() - Method in interface org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies
- RejectNextNCond() - Method in class org.apache.pekko.persistence.testkit.SnapshotStorage.SnapshotPolicies$
- RejectNextNCond$() - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.RejectNextNCond$
- rejectNextNDeletes(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n delete from storage operations for any persistence id with default exception.
- rejectNextNDeletes(int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n delete from storage operations for any persistence id with default exception.
- rejectNextNDeletes(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n delete from storage operations for any persistence id with
causeexception. - rejectNextNDeletes(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- rejectNextNDeletes(int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n delete from storage operations for any persistence id with
causeexception. - rejectNextNDeletes(String, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n delete from storage operations for particular persistence id with default exception.
- rejectNextNDeletes(String, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n delete from storage operations for particular persistence id with default exception.
- rejectNextNDeletes(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n delete from storage operations for particular persistence id with
causeexception. - rejectNextNDeletes(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- rejectNextNDeletes(String, int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n delete from storage operations for particular persistence id with
causeexception. - rejectNextNOps(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject n following journal operations regardless of their type.
- rejectNextNOps(int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.RejectSupport
-
Reject n following journal operations regardless of their type.
- rejectNextNOps(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject
nfollowing journal operations regardless of their type. - rejectNextNOps(int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.RejectSupport
-
Reject
nfollowing journal operations regardless of their type. - rejectNextNOpsCond(BiFunction<String, JournalOperation, Object>, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject
nfollowing journal operations depending on the conditioncond. - rejectNextNOpsCond(BiFunction<String, JournalOperation, Object>, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject
nfollowing journal operations depending on the conditioncond. - rejectNextNOpsCond(Function2<String, U, Object>, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.RejectSupport
-
Reject
nfollowing journal operations depending on the conditioncond. - rejectNextNOpsCond(Function2<String, U, Object>, int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.RejectSupport
-
Reject
nfollowing journal operations depending on the conditioncond. - rejectNextNPersisted(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n save in storage operations for any persistence id with default exception.
- rejectNextNPersisted(int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n save in storage operations for any persistence id with default exception.
- rejectNextNPersisted(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n save in storage operations for any persistence id with
causeexception. - rejectNextNPersisted(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- rejectNextNPersisted(int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n save in storage operations for any persistence id with
causeexception. - rejectNextNPersisted(String, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n save in storage operations for particular persistence id with default exception.
- rejectNextNPersisted(String, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n save in storage operations for particular persistence id with default exception.
- rejectNextNPersisted(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n save in storage operations for particular persistence id with
causeexception. - rejectNextNPersisted(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- rejectNextNPersisted(String, int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n save in storage operations for particular persistence id with
causeexception. - rejectNextNReads(int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n read from storage operations for any persistence id with default exception.
- rejectNextNReads(int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n read from storage operations for any persistence id with default exception.
- rejectNextNReads(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n read from storage operations for any persistence id with
causeexception. - rejectNextNReads(int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- rejectNextNReads(int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n read from storage operations for any persistence id with
causeexception. - rejectNextNReads(String, int) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n read from storage operations for particular persistence id with default exception.
- rejectNextNReads(String, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n read from storage operations for particular persistence id with default exception.
- rejectNextNReads(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next n read from storage operations for particular persistence id with
causeexception. - rejectNextNReads(String, int, Throwable) - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- rejectNextNReads(String, int, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next n read from storage operations for particular persistence id with
causeexception. - rejectNextPersisted() - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next save in storage operation for any persistence id with default exception.
- rejectNextPersisted() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next save in storage operation for any persistence id with default exception.
- rejectNextPersisted(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next save in storage operation for particular persistence id with default exception.
- rejectNextPersisted(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next save in storage operation for particular persistence id with default exception.
- rejectNextPersisted(String, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next save in storage operation for particular persistence id with
causeexception. - rejectNextPersisted(String, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next save in storage operation for particular persistence id with
causeexception. - rejectNextPersisted(Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next save in storage operation for any persistence id with
causeexception. - rejectNextPersisted(Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next save in storage operation for any persistence id with
causeexception. - rejectNextRead() - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next read from storage operation for any persistence id with default exception.
- rejectNextRead() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next read from storage operation for any persistence id with default exception.
- rejectNextRead(String) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next read from storage operation for particular persistence id with default exception.
- rejectNextRead(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next read from storage operation for particular persistence id with default exception.
- rejectNextRead(String, Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next read from storage operation for particular persistence id with
causeexception. - rejectNextRead(String, Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next read from storage operation for particular persistence id with
causeexception. - rejectNextRead(Throwable) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Reject next read from storage operation for any persistence id with
causeexception. - rejectNextRead(Throwable) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKitOps
-
Reject next read from storage operation for any persistence id with
causeexception. - RejectSupport<U> - Interface in org.apache.pekko.persistence.testkit.scaladsl
- RelativeActorPath - Class in org.apache.pekko.actor
-
Extractor for so-called “relative actor paths” as in “relative URI”, not in “relative to some actor”.
- RelativeActorPath() - Constructor for class org.apache.pekko.actor.RelativeActorPath
- RelativeActorPath$ - Class in org.apache.pekko.actor
-
Extractor for so-called “relative actor paths” as in “relative URI”, not in “relative to some actor”.
- RelativeActorPath$() - Constructor for class org.apache.pekko.actor.RelativeActorPath$
- relativeError() - Method in class org.apache.pekko.remote.artery.compress.CountMinSketch
-
Referred to as
epsilonin the whitepaper - release() - Method in class org.apache.pekko.coordination.lease.javadsl.Lease
-
Release the lease so some other owner can acquire it.
- release() - Method in class org.apache.pekko.coordination.lease.scaladsl.Lease
-
Release the lease so some other owner can acquire it.
- release(ByteBuffer) - Method in interface org.apache.pekko.io.BufferPool
- released() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- releaseEnvelopeBuffer() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- ReleaseLeaseFailure(Throwable) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- ReleaseLeaseFailure$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure$
- ReleaseLeaseResult(boolean) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- ReleaseLeaseResult$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult$
- ReliableDelivery - Class in org.apache.pekko.cluster.typed.internal.protobuf
- ReliableDelivery.Ack - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
ProducerController
- ReliableDelivery.Ack.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
ProducerController
- ReliableDelivery.AckOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- ReliableDelivery.Cleanup - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
DurableProducerQueue
- ReliableDelivery.Cleanup.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
DurableProducerQueue
- ReliableDelivery.CleanupOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- ReliableDelivery.Confirmed - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
DurableProducerQueue
- ReliableDelivery.Confirmed.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
DurableProducerQueue
- ReliableDelivery.ConfirmedOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- ReliableDelivery.MessageSent - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
DurableProducerQueue
- ReliableDelivery.MessageSent.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
DurableProducerQueue
- ReliableDelivery.MessageSentOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- ReliableDelivery.RegisterConsumer - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
ProducerController
- ReliableDelivery.RegisterConsumer.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
ProducerController
- ReliableDelivery.RegisterConsumerOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- ReliableDelivery.Request - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
ProducerController
- ReliableDelivery.Request.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
ProducerController
- ReliableDelivery.RequestOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- ReliableDelivery.Resend - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
ProducerController
- ReliableDelivery.Resend.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
ProducerController
- ReliableDelivery.ResendOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- ReliableDelivery.SequencedMessage - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
ConsumerController
- ReliableDelivery.SequencedMessage.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
ConsumerController
- ReliableDelivery.SequencedMessageOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- ReliableDelivery.State - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
DurableProducerQueue
- ReliableDelivery.State.Builder - Class in org.apache.pekko.cluster.typed.internal.protobuf
-
DurableProducerQueue
- ReliableDelivery.StateOrBuilder - Interface in org.apache.pekko.cluster.typed.internal.protobuf
- reliableDeliveryEnabled() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- ReliableDeliverySupervisor$ - Class in org.apache.pekko.remote
-
INTERNAL API
- ReliableDeliverySupervisor$() - Constructor for class org.apache.pekko.remote.ReliableDeliverySupervisor$
- remaining() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Obtain time remaining for execution of the innermost enclosing
withinblock or throw anAssertionErrorif nowithinblock surrounds this call. - remaining() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use getRemaining which returns java.time.Duration instead. Since Akka 2.5.12.
- remaining() - Method in interface org.apache.pekko.testkit.TestKitBase
-
Obtain time remaining for execution of the innermost enclosing
withinblock or throw anAssertionErrorif nowithinblock surrounds this call. - remainingCapacity() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- remainingDuration() - Method in exception org.apache.pekko.pattern.CircuitBreakerOpenException
- remainingOr(FiniteDuration) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Obtain time remaining for execution of the innermost enclosing
withinblock or missing that it returns the given duration. - remainingOr(FiniteDuration) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use getRemainingOr which returns java.time.Duration instead. Since Akka 2.5.12.
- remainingOr(FiniteDuration) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Obtain time remaining for execution of the innermost enclosing
withinblock or missing that it returns the given duration. - remainingOrDefault() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Obtain time remaining for execution of the innermost enclosing
withinblock or missing that it returns the properly dilated default for this case from settings (key "pekko.actor.testkit.typed.single-expect-default"). - remainingOrDefault() - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use getRemainingOrDefault which returns java.time.Duration instead. Since Akka 2.5.12.
- remainingOrDefault() - Method in interface org.apache.pekko.testkit.TestKitBase
-
Obtain time remaining for execution of the innermost enclosing
withinblock or missing that it returns the properly dilated default for this case from settings (key "pekko.test.single-expect-default"). - remainingOrDilated(Duration) - Method in interface org.apache.pekko.testkit.TestKitBase
- remainingPids() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- remainingPids_$eq(Set<String>) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- RememberedEntities(Set<String>) - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- RememberedEntities$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities$
- RememberedShards(Set<String>) - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- RememberedShards$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards$
- rememberEntities() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- rememberEntities() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- rememberEntities() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- RememberEntitiesCoordinatorStore - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- RememberEntitiesCoordinatorStore() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore
- RememberEntitiesCoordinatorStore.AddShard - Class in org.apache.pekko.cluster.sharding.internal
-
Sent once for every started shard (but could be retried), should result in a response of either UpdateDone or UpdateFailed
- RememberEntitiesCoordinatorStore.AddShard$ - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesCoordinatorStore.Command - Interface in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesCoordinatorStore.GetShards$ - Class in org.apache.pekko.cluster.sharding.internal
-
Sent once when the coordinator starts (but could be retried), should result in a response of RememberedShards
- RememberEntitiesCoordinatorStore.RememberedShards - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesCoordinatorStore.RememberedShards$ - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesCoordinatorStore.UpdateDone - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesCoordinatorStore.UpdateDone$ - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesCoordinatorStore.UpdateFailed - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesCoordinatorStore.UpdateFailed$ - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesCoordinatorStore$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- RememberEntitiesCoordinatorStore$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore$
- RememberEntitiesProvider - Interface in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- RememberEntitiesShardStore - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- RememberEntitiesShardStore() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore
- RememberEntitiesShardStore.Command - Interface in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesShardStore.GetEntities$ - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesShardStore.RememberedEntities - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesShardStore.RememberedEntities$ - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesShardStore.Update - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesShardStore.Update$ - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesShardStore.UpdateDone - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesShardStore.UpdateDone$ - Class in org.apache.pekko.cluster.sharding.internal
- RememberEntitiesShardStore$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- RememberEntitiesShardStore$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore$
- rememberEntitiesStore() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- rememberEntitiesStoreMode() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- RememberEntitiesStoreMode$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreMode$
- rememberEntitiesStoreModeDdata() - Static method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Java API
- rememberEntitiesStoreModeDdata() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings$
-
Java API
- RememberEntitiesStoreModeDData$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
- rememberEntitiesStoreModeEventSourced() - Static method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Java API
- rememberEntitiesStoreModeEventSourced() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings$
-
Java API
- RememberEntitiesStoreModeEventSourced$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
- rememberEntityAdd(String) - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- rememberEntityAdd(String) - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- rememberEntityAdd(String) - Method in interface org.apache.pekko.cluster.sharding.ShardingFlightRecorder
- rememberEntityOperation(long) - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- rememberEntityOperation(long) - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- rememberEntityOperation(long) - Method in interface org.apache.pekko.cluster.sharding.ShardingFlightRecorder
- rememberEntityRemove(String) - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- rememberEntityRemove(String) - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- rememberEntityRemove(String) - Method in interface org.apache.pekko.cluster.sharding.ShardingFlightRecorder
- RememberEntityStarter$ - Class in org.apache.pekko.cluster.sharding.internal
-
INTERNAL API
- RememberEntityStarter$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntityStarter$
- remote() - Static method in class org.apache.pekko.actor.ProviderSelection
- remote() - Method in class org.apache.pekko.actor.ProviderSelection$
- remote() - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- Remote$() - Constructor for class org.apache.pekko.actor.ProviderSelection.Remote$
- RemoteActorRefProvider$ - Class in org.apache.pekko.remote
-
INTERNAL API
- RemoteActorRefProvider$() - Constructor for class org.apache.pekko.remote.RemoteActorRefProvider$
- remoteAddress() - Method in class org.apache.pekko.io.Tcp.Connect
- remoteAddress() - Method in class org.apache.pekko.io.Tcp.Connected
- remoteAddress() - Method in class org.apache.pekko.io.UdpConnected.Connect
- remoteAddress() - Method in interface org.apache.pekko.remote.artery.OutboundContext
-
The outbound address for this association.
- remoteAddress() - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- remoteAddress() - Method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- remoteAddress() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- remoteAddress() - Method in interface org.apache.pekko.remote.AssociationEvent
-
Deprecated.
- remoteAddress() - Method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- remoteAddress() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- remoteAddress() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapterHandle
-
Deprecated.
- remoteAddress() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- remoteAddress() - Method in interface org.apache.pekko.remote.transport.AssociationHandle
-
Deprecated.Address of the remote endpoint.
- remoteAddress() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- remoteAddress() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- remoteAddress() - Method in class org.apache.pekko.stream.javadsl.Tcp.IncomingConnection
-
The remote address this connection is bound to.
- remoteAddress() - Method in class org.apache.pekko.stream.javadsl.Tcp.OutgoingConnection
-
The remote address this connection is or will be bound to.
- remoteAddress() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- remoteAddress() - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- RemoteAddress() - Method in class org.apache.pekko.event.LogMarker.Properties$
- RemoteAddressUid() - Method in class org.apache.pekko.event.LogMarker.Properties$
- RemoteConnection - Interface in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- RemoteConnection$ - Class in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- RemoteConnection$() - Constructor for class org.apache.pekko.remote.testconductor.RemoteConnection$
- RemoteDeploymentConfigErrorPrefix() - Static method in class org.apache.pekko.util.ErrorMessages
- RemoteDeploymentConfigErrorPrefix() - Method in class org.apache.pekko.util.ErrorMessages$
- RemoteDeploymentWatcher$ - Class in org.apache.pekko.remote
-
INTERNAL API
- RemoteDeploymentWatcher$() - Constructor for class org.apache.pekko.remote.RemoteDeploymentWatcher$
- RemoteInstrument - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- RemoteInstrument() - Constructor for class org.apache.pekko.remote.artery.RemoteInstrument
- RemoteInstruments$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- RemoteInstruments$() - Constructor for class org.apache.pekko.remote.artery.RemoteInstruments$
- RemoteLifecycleEventsLogLevel() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- remoteListenerRelativeTo(TestAssociationHandle, Tuple2<AssociationHandle.HandleEventListener, AssociationHandle.HandleEventListener>) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Returns the remote endpoint for a pair of endpoints relative to the owner of the supplied handle.
- RemoteLogMarker - Class in org.apache.pekko.remote
-
This is public with the purpose to document the used markers and properties of log events.
- RemoteLogMarker() - Constructor for class org.apache.pekko.remote.RemoteLogMarker
- RemoteLogMarker$ - Class in org.apache.pekko.remote
-
This is public with the purpose to document the used markers and properties of log events.
- RemoteLogMarker$() - Constructor for class org.apache.pekko.remote.RemoteLogMarker$
- remoteMessageReceived(ActorRef, Object, ActorRef, int, long) - Method in class org.apache.pekko.remote.artery.RemoteInstrument
-
Called when the message has been deserialized.
- remoteMessageSent(ActorRef, Object, ActorRef, int, long) - Method in class org.apache.pekko.remote.artery.RemoteInstrument
-
Called right before putting the message onto the wire.
- RemoteMetrics - Interface in org.apache.pekko.remote
-
INTERNAL API
- RemoteMetricsExtension - Class in org.apache.pekko.remote
-
INTERNAL API Extension that keeps track of remote metrics, such as max size of different message types.
- RemoteMetricsExtension() - Constructor for class org.apache.pekko.remote.RemoteMetricsExtension
- RemoteMetricsExtension$ - Class in org.apache.pekko.remote
-
INTERNAL API Extension that keeps track of remote metrics, such as max size of different message types.
- RemoteMetricsExtension$() - Constructor for class org.apache.pekko.remote.RemoteMetricsExtension$
- remotePathOf(ActorRef) - Method in class org.apache.pekko.cluster.Cluster
-
Generate the remote actor path by replacing the Address in the RootActor Path for the given ActorRef with the cluster's
selfAddress, unless address' host is already defined - remoteReadMetadata(ActorRef, Object, ActorRef, ByteBuffer) - Method in class org.apache.pekko.remote.artery.RemoteInstrument
-
Called while deserializing the message once a message (containing a metadata field designated for this instrument) is found.
- RemoteRef - Interface in org.apache.pekko.remote
- RemoteRouterConfig - Class in org.apache.pekko.remote.routing
-
pekko.routing.RouterConfigimplementation for remote deployment on defined target nodes. - RemoteRouterConfig(Pool, Iterable<Address>) - Constructor for class org.apache.pekko.remote.routing.RemoteRouterConfig
- RemoteRouterConfig(Pool, Address[]) - Constructor for class org.apache.pekko.remote.routing.RemoteRouterConfig
- RemoteRouterConfig(Pool, Iterable<Address>) - Constructor for class org.apache.pekko.remote.routing.RemoteRouterConfig
- RemoteRouterConfig$ - Class in org.apache.pekko.remote.routing
- RemoteRouterConfig$() - Constructor for class org.apache.pekko.remote.routing.RemoteRouterConfig$
- RemoteScope - Class in org.apache.pekko.remote
- RemoteScope(Address) - Constructor for class org.apache.pekko.remote.RemoteScope
- RemoteScope$ - Class in org.apache.pekko.remote
- RemoteScope$() - Constructor for class org.apache.pekko.remote.RemoteScope$
- RemoteSettings - Class in org.apache.pekko.remote
- RemoteSettings(Config) - Constructor for class org.apache.pekko.remote.RemoteSettings
- RemoteStreamRefActorTerminatedException - Exception in org.apache.pekko.stream
- RemoteStreamRefActorTerminatedException(String) - Constructor for exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- RemoteStreamRefActorTerminatedException$ - Class in org.apache.pekko.stream
- RemoteStreamRefActorTerminatedException$() - Constructor for class org.apache.pekko.stream.RemoteStreamRefActorTerminatedException$
- RemoteTransportException - Exception in org.apache.pekko.remote
-
RemoteTransportException represents a general failure within a RemoteTransport, such as inability to start, wrong configuration etc.
- RemoteTransportException(String) - Constructor for exception org.apache.pekko.remote.RemoteTransportException
- RemoteTransportException(String, Throwable) - Constructor for exception org.apache.pekko.remote.RemoteTransportException
- RemoteTransportExceptionNoStackTrace - Exception in org.apache.pekko.remote
-
RemoteTransportExceptionwithout stack trace. - RemoteTransportExceptionNoStackTrace(String, Throwable) - Constructor for exception org.apache.pekko.remote.RemoteTransportExceptionNoStackTrace
- RemoteWatcher$ - Class in org.apache.pekko.remote
-
INTERNAL API
- RemoteWatcher$() - Constructor for class org.apache.pekko.remote.RemoteWatcher$
- remoteWriteMetadata(ActorRef, Object, ActorRef, ByteBuffer) - Method in class org.apache.pekko.remote.artery.RemoteInstrument
-
Called while serializing the message.
- Remoting$ - Class in org.apache.pekko.remote
-
INTERNAL API
- Remoting$() - Constructor for class org.apache.pekko.remote.Remoting$
- RemotingErrorEvent - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- RemotingErrorEvent(Throwable) - Constructor for class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- RemotingErrorEvent$ - Class in org.apache.pekko.remote
- RemotingErrorEvent$() - Constructor for class org.apache.pekko.remote.RemotingErrorEvent$
- RemotingFlightRecorder - Interface in org.apache.pekko.remote.artery
-
INTERNAL API
- RemotingFlightRecorder$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- RemotingFlightRecorder$() - Constructor for class org.apache.pekko.remote.artery.RemotingFlightRecorder$
- RemotingLifecycleEvent - Interface in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- RemotingListenEvent - Class in org.apache.pekko.remote
- RemotingListenEvent(Set<Address>) - Constructor for class org.apache.pekko.remote.RemotingListenEvent
- RemotingListenEvent$ - Class in org.apache.pekko.remote
- RemotingListenEvent$() - Constructor for class org.apache.pekko.remote.RemotingListenEvent$
- RemotingShutdownEvent - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- RemotingShutdownEvent() - Constructor for class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- RemotingShutdownEvent$ - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- RemotingShutdownEvent$() - Constructor for class org.apache.pekko.remote.RemotingShutdownEvent$
-
Deprecated.
- removalMargin() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- removalMargin() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- removalMargin() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- removalMargin() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- removalMargin() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- removals() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- Removals(boolean, boolean) - Constructor for class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- Removals$() - Constructor for class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals$
- remove(A) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Removes an element from the set.
- remove(A) - Method in class org.apache.pekko.remote.DefaultFailureDetectorRegistry
- remove(A) - Method in interface org.apache.pekko.remote.FailureDetectorRegistry
-
Removes the heartbeat management for a resource.
- remove(A, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Scala API Removes an entry from the map.
- remove(A, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Scala API Remove an entire set associated with the key.
- remove(A, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Scala API Removes an element from the set.
- remove(A, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Removes an entry from the map.
- remove(I) - Method in class org.apache.pekko.util.MessageBufferMap
-
Remove the buffer for an id.
- remove(Object) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- remove(String) - Static method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities
- remove(String) - Method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities$
- remove(K) - Method in class org.apache.pekko.util.Index
-
Disassociates all the values for the specified key
- remove(K, V) - Method in class org.apache.pekko.util.Index
-
Disassociates the value of type V from the key of type K
- remove(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- remove(ActorRef) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- remove(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- remove(ActorRef) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- remove(ActorRef) - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- remove(ActorSystem, String, Set<String>, boolean) - Static method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
-
API corresponding to the
RemoveInternalClusterShardingData.main(java.lang.String[])method as described in theRemoveInternalClusterShardingData companion object - remove(ActorSystem, String, Set<String>, boolean) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$
-
API corresponding to the
RemoveInternalClusterShardingData$.main(java.lang.String[])method as described in theRemoveInternalClusterShardingData companion object - remove(Cluster, A) - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- remove(Cluster, A) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- remove(Cluster, A) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- remove(Cluster, A) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- remove(Cluster, A) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Deprecated.Use `remove` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- remove(SelfUniqueAddress, A) - Method in class org.apache.pekko.cluster.ddata.LWWMap
-
Removes an entry from the map.
- remove(SelfUniqueAddress, A) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Java API Removes an entry from the map.
- remove(SelfUniqueAddress, A) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Java API Remove an entire set associated with the key.
- remove(SelfUniqueAddress, A) - Method in class org.apache.pekko.cluster.ddata.ORSet
-
Java API Removes an element from the set.
- remove(Member) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- remove(Member) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
-
Removes a member.
- remove(T) - Method in class org.apache.pekko.routing.ConsistentHash
-
Java API: Removes a node from the node ring.
- Remove - org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
-
Remove = 1; - Remove - org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
-
Remove = 1; - Remove(String) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- Remove_VALUE - Static variable in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
-
Remove = 1; - Remove_VALUE - Static variable in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
-
Remove = 1; - Remove$ - Class in org.apache.pekko.remote.testconductor
- Remove$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove$
- Remove$() - Constructor for class org.apache.pekko.remote.testconductor.Remove$
- removeAll(Collection<?>) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- removeAll(Set<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Java API: Remove several elements from the set.
- removeAll(Set<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Scala API: Remove several elements from the set.
- removeAll$extension(ServiceRegistry, Map<org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey, Set<ClusterReceptionist.Entry>>, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- removeAllAddresses(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - removeAllAddresses(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - removeBinding(A, B, Cluster) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Deprecated.Use `removeBinding` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- removeBinding(Cluster, A, B) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Deprecated.Use `removeBinding` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- removeBinding(SelfUniqueAddress, A, B) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Remove an element of a set associated with a key.
- removeBinding$extension(ServiceRegistry, ServiceKey<T>, ClusterReceptionist.Entry, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- removeBindingBy(A, B, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- removeBuckets(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - removeChildAndGetStateChange(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.Children
- removeConfirmed(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.Confirmed confirmed = 3; - removeContent(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - removed() - Static method in class org.apache.pekko.cluster.MemberStatus
-
Java API: retrieve the
Removedstatus singleton - removed() - Method in class org.apache.pekko.cluster.MemberStatus$
-
Java API: retrieve the
Removedstatus singleton - removed() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- removed(T, K) - Method in class org.apache.pekko.util.TypedMultiMap
-
Return a map that has the given mapping from the given key removed.
- Removed - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Removed = 5; - removed_$eq(Map<UniqueAddress, Deadline>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- Removed_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Removed = 5; - Removed$() - Constructor for class org.apache.pekko.cluster.MemberStatus.Removed$
- REMOVEDADDRESS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- RemoveDeltaOp$() - Constructor for class org.apache.pekko.cluster.ddata.ORMap.RemoveDeltaOp$
- RemoveDeltaOp$() - Constructor for class org.apache.pekko.cluster.ddata.ORSet.RemoveDeltaOp$
- RemoveDeltaOp$() - Constructor for class org.apache.pekko.persistence.typed.crdt.ORSet.RemoveDeltaOp$
- RemovedNodePruning - Interface in org.apache.pekko.cluster.ddata
-
ReplicatedDatathat has support for pruning of data belonging to a specific node may implement this interface. - RemovedNodePruningTick() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- RemovedNodePruningTick$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick$
- removedNodes() - Method in class org.apache.pekko.cluster.ddata.Replicator
- removedNodes_$eq(Map<UniqueAddress, Object>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- removeDots(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector dots = 2; - removeDots(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - removedTimeToLive() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- removedTimeToLiveMillis() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
-
repeated .org.apache.pekko.cluster.ddata.GCounter.Entry entries = 1; - removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.LWWMap.Entry entries = 2; - removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMap.Entry entries = 2; - removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry entries = 1; - removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORMultiMap.Entry entries = 2; - removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
-
repeated .org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry entries = 1; - removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
repeated .org.apache.pekko.cluster.ddata.PNCounterMap.Entry entries = 2; - removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
repeated .org.apache.pekko.cluster.ddata.DeltaPropagation.Entry entries = 2; - removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
repeated .org.apache.pekko.cluster.ddata.Gossip.Entry entries = 2; - removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
repeated .org.apache.pekko.cluster.ddata.Status.Entry entries = 3; - removeEntries(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
-
repeated .org.apache.pekko.cluster.ddata.VersionVector.Entry entries = 1; - removeEntries(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - removeEntries(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - removeEntryData(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; - removeFilter(String, LoggingTestKitImpl) - Method in class org.apache.pekko.actor.testkit.typed.internal.TestAppender$
- removeFilter(EventFilter) - Method in class org.apache.pekko.testkit.TestEventListener
- removeFirstInExpectNextQueue(K) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- removeFromCache(Seq<Tuple2<Object, Set<Object>>>) - Method in interface org.apache.pekko.event.SubchannelClassification
- removeFunctionRef(org.apache.pekko.actor.FunctionRef) - Method in interface org.apache.pekko.actor.dungeon.Children
- removeHomes(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - removeHook(Thread) - Method in interface org.apache.pekko.actor.JVMShutdownHooks
- removeHook(Thread) - Method in class org.apache.pekko.actor.JVMShutdownHooks$
- removeIdle(FiniteDuration) - Static method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities
- removeIdle(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities$
- RemoveInternalClusterShardingData - Class in org.apache.pekko.cluster.sharding
- RemoveInternalClusterShardingData(String, Set<String>, Promise<BoxedUnit>, boolean) - Constructor for class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- RemoveInternalClusterShardingData.RemoveOnePersistenceId$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals - Class in org.apache.pekko.cluster.sharding
- RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals$ - Class in org.apache.pekko.cluster.sharding
- RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result - Class in org.apache.pekko.cluster.sharding
- RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result$ - Class in org.apache.pekko.cluster.sharding
- RemoveInternalClusterShardingData$ - Class in org.apache.pekko.cluster.sharding
-
Utility program that removes the internal data stored with Pekko Persistence by the Cluster
ShardCoordinator. - RemoveInternalClusterShardingData$() - Constructor for class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData$
- removeKey(K) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
-
Removes key and the whole value including seqnum.
- RemoveKeyDeltaOp$() - Constructor for class org.apache.pekko.cluster.ddata.ORMap.RemoveKeyDeltaOp$
- removeLastIndex(String) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.HasStorage
- removeMember(Member) - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- removeMembers(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - removeMetrics(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - removeNext() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- removeNode(RoleName) - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Remove a remote host from the list, so that the remaining nodes may still pass subsequent barriers.
- removeNodeMetrics(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - removeNodes(int) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - removeObserverReachability(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - RemoveOnePersistenceId$() - Constructor for class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$
- removeOtherElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 4; - removeOtherElements(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated .org.apache.pekko.cluster.ddata.OtherMessage otherElements = 6; - removeOtherElements(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - removePattern(int) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - removePayload(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - removePreservingSeqNumber(K) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- removePruning(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - removePruning(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
repeated .org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry pruning = 2; - removeRegions(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - removeRoutee(ActorRef) - Method in class org.apache.pekko.routing.Router
-
Create a new instance without the
ActorRefRouteefor the specifiedpekko.actor.ActorRef. - removeRoutee(ActorSelection) - Method in class org.apache.pekko.routing.Router
-
Create a new instance without the
ActorSelectionRouteefor the specifiedpekko.actor.ActorSelection. - removeRoutee(Routee) - Method in class org.apache.pekko.routing.Router
-
Create a new instance without the specified routee.
- RemoveRoutee - Class in org.apache.pekko.routing
-
Remove a specific routee by sending this message to the router.
- RemoveRoutee(Routee) - Constructor for class org.apache.pekko.routing.RemoveRoutee
- RemoveRoutee$ - Class in org.apache.pekko.routing
- RemoveRoutee$() - Constructor for class org.apache.pekko.routing.RemoveRoutee$
- removeScheme(String) - Method in interface org.apache.pekko.remote.transport.SchemeAugmenter
-
Deprecated.
- removeScheme(Address) - Method in interface org.apache.pekko.remote.transport.SchemeAugmenter
-
Deprecated.
- removeSeen(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
repeated .org.apache.pekko.cluster.ddata.Address seen = 4; - removeSeenPerReplica(int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - removeSelectors(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - removeShards(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - removeShards(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - removeStackTrace(int) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - removeStats(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - removeStats(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - removeSubjectReachability(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - removeSubscriber(ActorRef) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- removeTombstones(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - removeUnconfirmed(int) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
repeated .org.apache.pekko.cluster.typed.delivery.MessageSent unconfirmed = 4; - removeUnconfirmedDeliveries(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - removeUnreachableWithMemberStatus() - Method in class org.apache.pekko.cluster.MembershipState$
- removeValue(V) - Method in class org.apache.pekko.util.Index
-
Removes the specified value from all keys
- removeVersions(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - removeVersions(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - remWatcher(ActorRef, ActorRef) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- renderWithRedactions$extension(Helpers.ConfigOps) - Method in class org.apache.pekko.util.Helpers.ConfigOps$
- repeat() - Method in class org.apache.pekko.actor.FSM.FixedDelayMode$
- repeat() - Method in class org.apache.pekko.actor.FSM.FixedRateMode$
- repeat() - Method in class org.apache.pekko.actor.FSM.SingleMode$
- repeat() - Method in interface org.apache.pekko.actor.FSM.TimerMode
- repeat() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
-
Deprecated.
- repeat() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
-
Deprecated.
- repeat() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
-
Deprecated.
- repeat() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM.TimerMode
-
Deprecated.
- repeat(T) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Create a
Sourcethat will continually emit the given element. - repeat(T) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Create a
Sourcethat will continually emit the given element. - repeat(T) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Create a
Sourcethat will continually emit the given element. - repeat(T) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Create a
Sourcethat will continually emit the given element. - repeating() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- replaceBinding(A, B, B, Cluster) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Deprecated.Use `replaceBinding` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- replaceBinding(SelfUniqueAddress, A, B, B) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Replace an element of a set associated with a key with a new one if it is different.
- replaceBindingBy(A, B, B, SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- replacementPolicySettings() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- replacementPolicySettings() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- replayedMessage(long, boolean) - Method in class org.apache.pekko.persistence.journal.JournalSpec
- ReplayedMessage(PersistentRepr) - Constructor for class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- ReplayedMessage$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage$
- replayedMessage$default$2() - Method in class org.apache.pekko.persistence.journal.JournalSpec
- replayEvents(long, long) - Method in interface org.apache.pekko.persistence.typed.internal.JournalInteractions
- ReplayFailure(Throwable) - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- ReplayFailure$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure$
- ReplayFilter$ - Class in org.apache.pekko.persistence.journal
-
INTERNAL API
- ReplayFilter$() - Constructor for class org.apache.pekko.persistence.journal.ReplayFilter$
- ReplayingEvents() - Static method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- ReplayingEvents() - Method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- ReplayingEvents$ - Class in org.apache.pekko.persistence.typed.internal
-
* INTERNAL API
- ReplayingEvents$() - Constructor for class org.apache.pekko.persistence.typed.internal.ReplayingEvents$
- ReplayingSnapshot() - Static method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- ReplayingSnapshot() - Method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- ReplayingSnapshot$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- ReplayingSnapshot$() - Constructor for class org.apache.pekko.persistence.typed.internal.ReplayingSnapshot$
- replayMax() - Method in class org.apache.pekko.persistence.Recovery
- ReplayMediator - Class in org.apache.pekko.persistence.journal
- ReplayMediator(Function1<PersistentRepr, BoxedUnit>, Promise<BoxedUnit>, Duration) - Constructor for class org.apache.pekko.persistence.journal.ReplayMediator
- replayMessages(int, long, long, long, Function1<PersistentRepr, BoxedUnit>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbRecovery
- ReplayMessages(long, long, long, String, ActorRef) - Constructor for class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- ReplayMessages(String, long, long, long) - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- ReplayMessages$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages$
- ReplayMessages$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.ReplayMessages$
- ReplayMessagesFailure(Throwable) - Constructor for class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- ReplayMessagesFailure$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure$
- ReplaySuccess(long) - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- ReplaySuccess$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess$
- replayTaggedMessages(String, int, long, long, long, Function1<LeveldbJournal.ReplayedTaggedMessage, BoxedUnit>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbRecovery
- replica(UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.Replicator
- ReplicaCount(int) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- ReplicaCount(int) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- ReplicaCount$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount$
- ReplicaCount$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount$
- ReplicaCount$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReplicaCount$
- replicaId() - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntity
- replicaId() - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedPublishedEventMetaData
- replicaId() - Method in interface org.apache.pekko.persistence.typed.javadsl.ReplicationContext
- replicaId() - Method in class org.apache.pekko.persistence.typed.ReplicationId
- replicaId() - Method in interface org.apache.pekko.persistence.typed.scaladsl.ReplicationContext
- ReplicaId - Class in org.apache.pekko.persistence.typed
-
Identifies a replica in Replicated Event Sourcing, could be a datacenter name or a logical identifier.
- ReplicaId(String) - Constructor for class org.apache.pekko.persistence.typed.ReplicaId
- REPLICAID_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- REPLICAID_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- ReplicaId$ - Class in org.apache.pekko.persistence.typed
- ReplicaId$() - Constructor for class org.apache.pekko.persistence.typed.ReplicaId$
- replicas() - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider
- ReplicatedData - Interface in org.apache.pekko.cluster.ddata
-
Interface for implementing a state based convergent replicated data type (CvRDT).
- ReplicatedDataMessages - Class in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.Flag - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Flag - ReplicatedDataMessages.Flag.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Flag - ReplicatedDataMessages.FlagOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.GCounter - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.GCounter - ReplicatedDataMessages.GCounter.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.GCounter - ReplicatedDataMessages.GCounter.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.GCounter.Entry - ReplicatedDataMessages.GCounter.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.GCounter.Entry - ReplicatedDataMessages.GCounter.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.GCounterOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.GSet - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.GSet - ReplicatedDataMessages.GSet.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.GSet - ReplicatedDataMessages.GSetOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.LWWMap - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.LWWMap - ReplicatedDataMessages.LWWMap.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.LWWMap - ReplicatedDataMessages.LWWMap.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.LWWMap.Entry - ReplicatedDataMessages.LWWMap.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.LWWMap.Entry - ReplicatedDataMessages.LWWMap.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.LWWMapOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.LWWRegister - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.LWWRegister - ReplicatedDataMessages.LWWRegister.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.LWWRegister - ReplicatedDataMessages.LWWRegisterOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.ORMap - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMap - ReplicatedDataMessages.ORMap.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMap - ReplicatedDataMessages.ORMap.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMap.Entry - ReplicatedDataMessages.ORMap.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMap.Entry - ReplicatedDataMessages.ORMap.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.ORMapDeltaGroup - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMapDeltaGroup - ReplicatedDataMessages.ORMapDeltaGroup.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMapDeltaGroup - ReplicatedDataMessages.ORMapDeltaGroup.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry - ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMapDeltaGroup.Entry - ReplicatedDataMessages.ORMapDeltaGroup.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.ORMapDeltaGroup.MapEntry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry - ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMapDeltaGroup.MapEntry - ReplicatedDataMessages.ORMapDeltaGroup.MapEntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.ORMapDeltaGroupOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.ORMapDeltaOp - Enum in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf enum
org.apache.pekko.cluster.ddata.ORMapDeltaOp - ReplicatedDataMessages.ORMapOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.ORMultiMap - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMultiMap - ReplicatedDataMessages.ORMultiMap.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMultiMap - ReplicatedDataMessages.ORMultiMap.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMultiMap.Entry - ReplicatedDataMessages.ORMultiMap.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORMultiMap.Entry - ReplicatedDataMessages.ORMultiMap.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.ORMultiMapOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.ORSet - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORSet - ReplicatedDataMessages.ORSet.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORSet - ReplicatedDataMessages.ORSetDeltaGroup - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORSetDeltaGroup - ReplicatedDataMessages.ORSetDeltaGroup.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORSetDeltaGroup - ReplicatedDataMessages.ORSetDeltaGroup.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry - ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ORSetDeltaGroup.Entry - ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.ORSetDeltaGroupOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.ORSetDeltaOp - Enum in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf enum
org.apache.pekko.cluster.ddata.ORSetDeltaOp - ReplicatedDataMessages.ORSetOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.PNCounter - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.PNCounter - ReplicatedDataMessages.PNCounter.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.PNCounter - ReplicatedDataMessages.PNCounterMap - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.PNCounterMap - ReplicatedDataMessages.PNCounterMap.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.PNCounterMap - ReplicatedDataMessages.PNCounterMap.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.PNCounterMap.Entry - ReplicatedDataMessages.PNCounterMap.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.PNCounterMap.Entry - ReplicatedDataMessages.PNCounterMap.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.PNCounterMapOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataMessages.PNCounterOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatedDataSerialization - Interface in org.apache.pekko.cluster.ddata
-
Marker trait for
ReplicatedDataserialized bypekko.cluster.ddata.protobuf.ReplicatedDataSerializer. - ReplicatedDataSerializer - Class in org.apache.pekko.cluster.ddata.protobuf
-
Protobuf serializer of ReplicatedData.
- ReplicatedDataSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- ReplicatedDataSerializer.KeyComparator<A extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3> - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.LWWMapEntry$ - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.LWWMapEntryComparator$ - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.ORMapDeltaGroupEntry$ - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.ORMapEntry$ - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.ORMapEntryComparator$ - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.ORMultiMapEntry$ - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.ORMultiMapEntryComparator$ - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.PNCounterMapEntry$ - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.PNCounterMapEntryComparator$ - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.ProtoMapEntryReader<Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3,A extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3> - Interface in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer.ProtoMapEntryWriter<Entry extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3,EntryBuilder extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<EntryBuilder>,Value extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3> - Interface in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer$ - Class in org.apache.pekko.cluster.ddata.protobuf
- ReplicatedDataSerializer$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer$
- ReplicatedDelta - Interface in org.apache.pekko.cluster.ddata
-
The delta must implement this type.
- ReplicatedDeltaSize - Interface in org.apache.pekko.cluster.ddata
-
Some complex deltas grow in size for each update and above a configured threshold such deltas are discarded and sent as full state instead.
- ReplicatedEntity<M> - Class in org.apache.pekko.cluster.sharding.typed
-
Settings for a specific replica id in replicated sharding Currently only Entity's with ShardingEnvelope are supported but this may change in the future
- ReplicatedEntity() - Constructor for class org.apache.pekko.cluster.sharding.typed.ReplicatedEntity
- ReplicatedEntity$ - Class in org.apache.pekko.cluster.sharding.typed
- ReplicatedEntity$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ReplicatedEntity$
- ReplicatedEntityProvider<M> - Class in org.apache.pekko.cluster.sharding.typed
- ReplicatedEntityProvider() - Constructor for class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider
- ReplicatedEntityProvider$ - Class in org.apache.pekko.cluster.sharding.typed
- ReplicatedEntityProvider$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider$
- ReplicatedEvent$ - Class in org.apache.pekko.persistence.typed.internal
- ReplicatedEvent$() - Constructor for class org.apache.pekko.persistence.typed.internal.ReplicatedEvent$
- ReplicatedEventAck - Class in org.apache.pekko.persistence.typed.internal
- ReplicatedEventAck() - Constructor for class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- ReplicatedEventAck$ - Class in org.apache.pekko.persistence.typed.internal
- ReplicatedEventAck$() - Constructor for class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck$
- ReplicatedEventEnvelope(ReplicatedEvent<E>, ActorRef<ReplicatedEventAck$>) - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- ReplicatedEventEnvelope$() - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope$
- ReplicatedEventMetadata$ - Class in org.apache.pekko.persistence.typed.internal
- ReplicatedEventMetadata$() - Constructor for class org.apache.pekko.persistence.typed.internal.ReplicatedEventMetadata$
- ReplicatedEventSourcedBehavior<Command,Event,State> - Class in org.apache.pekko.persistence.typed.javadsl
-
Base class for replicated event sourced behaviors.
- ReplicatedEventSourcedBehavior(ReplicationContext) - Constructor for class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcedBehavior
- ReplicatedEventSourcedBehavior(ReplicationContext, Optional<BackoffSupervisorStrategy>) - Constructor for class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcedBehavior
- ReplicatedEventSourcing - Class in org.apache.pekko.persistence.typed.javadsl
- ReplicatedEventSourcing - Class in org.apache.pekko.persistence.typed.scaladsl
- ReplicatedEventSourcing - Class in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing() - Constructor for class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcing
- ReplicatedEventSourcing() - Constructor for class org.apache.pekko.persistence.typed.scaladsl.ReplicatedEventSourcing
- ReplicatedEventSourcing.Counter - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
Counter - ReplicatedEventSourcing.Counter.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
Counter - ReplicatedEventSourcing.CounterOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.CounterUpdate - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
CounterUpdate - ReplicatedEventSourcing.CounterUpdate.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
CounterUpdate - ReplicatedEventSourcing.CounterUpdateOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.ORSet - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ORSet - ReplicatedEventSourcing.ORSet.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ORSet - ReplicatedEventSourcing.ORSetDeltaGroup - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ORSetDeltaGroup - ReplicatedEventSourcing.ORSetDeltaGroup.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ORSetDeltaGroup - ReplicatedEventSourcing.ORSetDeltaGroup.Entry - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ORSetDeltaGroup.Entry - ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ORSetDeltaGroup.Entry - ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.ORSetDeltaGroupOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.ORSetDeltaOp - Enum in org.apache.pekko.persistence.typed.serialization
-
Protobuf enum
ORSetDeltaOp - ReplicatedEventSourcing.ORSetOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.PublishedEvent - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
PublishedEvent - ReplicatedEventSourcing.PublishedEvent.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
PublishedEvent - ReplicatedEventSourcing.PublishedEventOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.ReplicatedEventMetadata - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ReplicatedEventMetadata - ReplicatedEventSourcing.ReplicatedEventMetadata.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ReplicatedEventMetadata - ReplicatedEventSourcing.ReplicatedEventMetadataOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.ReplicatedPublishedEventMetaData - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ReplicatedPublishedEventMetaData - ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ReplicatedPublishedEventMetaData - ReplicatedEventSourcing.ReplicatedPublishedEventMetaDataOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.ReplicatedSnapshotMetadata - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ReplicatedSnapshotMetadata - ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ReplicatedSnapshotMetadata - ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ReplicatedSnapshotMetadata.Seen - ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
ReplicatedSnapshotMetadata.Seen - ReplicatedEventSourcing.ReplicatedSnapshotMetadata.SeenOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.ReplicatedSnapshotMetadataOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.VersionVector - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
VersionVector - ReplicatedEventSourcing.VersionVector.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
VersionVector - ReplicatedEventSourcing.VersionVector.Entry - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
VersionVector.Entry - ReplicatedEventSourcing.VersionVector.Entry.Builder - Class in org.apache.pekko.persistence.typed.serialization
-
Protobuf type
VersionVector.Entry - ReplicatedEventSourcing.VersionVector.EntryOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing.VersionVectorOrBuilder - Interface in org.apache.pekko.persistence.typed.serialization
- ReplicatedEventSourcing$ - Class in org.apache.pekko.persistence.typed.javadsl
- ReplicatedEventSourcing$ - Class in org.apache.pekko.persistence.typed.scaladsl
- ReplicatedEventSourcing$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcing$
- ReplicatedEventSourcing$() - Constructor for class org.apache.pekko.persistence.typed.scaladsl.ReplicatedEventSourcing$
- ReplicatedEventSourcingSerializer$ - Class in org.apache.pekko.persistence.typed.serialization
-
INTERNAL API
- ReplicatedEventSourcingSerializer$() - Constructor for class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcingSerializer$
- replicatedMetaData() - Method in interface org.apache.pekko.persistence.typed.PublishedEvent
-
Scala API: When emitted from an Replicated Event Sourcing actor this will contain the replica id
- ReplicatedPublishedEventMetaData - Class in org.apache.pekko.persistence.typed.internal
- ReplicatedPublishedEventMetaData(ReplicaId, VersionVector) - Constructor for class org.apache.pekko.persistence.typed.internal.ReplicatedPublishedEventMetaData
- ReplicatedSharding<M> - Interface in org.apache.pekko.cluster.sharding.typed
-
Represents the sharding instances for the replicas of one Replicated Event Sourcing entity type
- ReplicatedShardingExtension - Interface in org.apache.pekko.cluster.sharding.typed
-
Not for user extension.
- ReplicatedShardingExtension$ - Class in org.apache.pekko.cluster.sharding.typed
-
Extension for running Replicated Event Sourcing in sharding by starting one separate instance of sharding per replica.
- ReplicatedShardingExtension$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ReplicatedShardingExtension$
- ReplicatedSnapshotMetadata$ - Class in org.apache.pekko.persistence.typed.internal
- ReplicatedSnapshotMetadata$() - Constructor for class org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata$
- ReplicationContext - Interface in org.apache.pekko.persistence.typed.javadsl
-
Provides access to replication specific state
- ReplicationContext - Interface in org.apache.pekko.persistence.typed.scaladsl
-
Provides access to replication specific state
- ReplicationDeleteFailure(Key<A>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- ReplicationDeleteFailure$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure$
- replicationId() - Method in interface org.apache.pekko.persistence.typed.javadsl.ReplicationContext
- replicationId() - Method in interface org.apache.pekko.persistence.typed.scaladsl.ReplicationContext
- ReplicationId - Class in org.apache.pekko.persistence.typed
-
param: typeName The name of the entity type e.g.
- ReplicationId(String, String, ReplicaId) - Constructor for class org.apache.pekko.persistence.typed.ReplicationId
- ReplicationId$ - Class in org.apache.pekko.persistence.typed
- ReplicationId$() - Constructor for class org.apache.pekko.persistence.typed.ReplicationId$
- ReplicationSetup$ - Class in org.apache.pekko.persistence.typed.internal
- ReplicationSetup$() - Constructor for class org.apache.pekko.persistence.typed.internal.ReplicationSetup$
- ReplicationStreamControl - Interface in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- replicator() - Method in class org.apache.pekko.cluster.ddata.DistributedData
-
ActorRefof theReplicator. - replicator() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData
-
ActorRefof theReplicator. - replicator() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData
-
ActorRefof theReplicator. - Replicator - Class in org.apache.pekko.cluster.ddata
-
A replicated in-memory data store supporting low latency and high availability requirements.
- Replicator - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator
- Replicator() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator
- Replicator(ReplicatorSettings) - Constructor for class org.apache.pekko.cluster.ddata.Replicator
- Replicator.Changed<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
The data value is retrieved with
Replicator.Changed.get(org.apache.pekko.cluster.ddata.Key<T>)using the typed key. - Replicator.Changed<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
The data value is retrieved with
Replicator.Changed.get(org.apache.pekko.cluster.ddata.Key<T>)using the typed key. - Replicator.Changed$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Changed$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Changed$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
-
The data value is retrieved with
pekko.cluster.ddata.Replicator.Changed.getusing the typed key. - Replicator.Command<A extends ReplicatedData> - Interface in org.apache.pekko.cluster.ddata
- Replicator.Command - Interface in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Command - Interface in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.DataDeleted<A extends ReplicatedData> - Exception in org.apache.pekko.cluster.ddata
- Replicator.DataDeleted<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.DataDeleted$ - Class in org.apache.pekko.cluster.ddata
- Replicator.DataDeleted$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.DataDeleted$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.Delete<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
Send this message to the local
Replicatorto delete a data value for the givenkey. - Replicator.Delete<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
Send this message to the local
Replicatorto delete a data value for the givenkey. - Replicator.Delete<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.Delete$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Delete$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Delete$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.Deleted<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- Replicator.Deleted<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Deleted$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Deleted$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Deleted$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.DeleteFailure<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.DeleteFailure$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.DeleteFailure$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.DeleteResponse<A extends ReplicatedData> - Interface in org.apache.pekko.cluster.ddata
- Replicator.DeleteResponse<A extends ReplicatedData> - Interface in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.DeleteSuccess<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- Replicator.DeleteSuccess<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.DeleteSuccess$ - Class in org.apache.pekko.cluster.ddata
- Replicator.DeleteSuccess$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.DeleteSuccess$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.FlushChanges$ - Class in org.apache.pekko.cluster.ddata
-
Notify subscribers of changes now, otherwise they will be notified periodically with the configured
notify-subscribers-interval. - Replicator.FlushChanges$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
INTERNAL API Obtain the instance of this class with the
Replicator.flushChanges()method. - Replicator.FlushChanges$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
-
Notify subscribers of changes now, otherwise they will be notified periodically with the configured
notify-subscribers-interval. - Replicator.Get<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
Send this message to the local
Replicatorto retrieve a data value for the givenkey. - Replicator.Get<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
Send this message to the local
Replicatorto retrieve a data value for the givenkey. - Replicator.Get<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.Get$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Get$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Get$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.GetDataDeleted<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
The
Replicator.Getrequest couldn't be performed because the entry has been deleted. - Replicator.GetDataDeleted<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
The
Replicator.Getrequest couldn't be performed because the entry has been deleted. - Replicator.GetDataDeleted$ - Class in org.apache.pekko.cluster.ddata
- Replicator.GetDataDeleted$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.GetDataDeleted$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.GetFailure<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
The
Replicator.Getrequest could not be fulfill according to the givenconsistency levelandtimeout. - Replicator.GetFailure<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
The
Replicator.Getrequest could not be fulfill according to the givenconsistency levelandtimeout. - Replicator.GetFailure$ - Class in org.apache.pekko.cluster.ddata
- Replicator.GetFailure$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.GetFailure$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.GetKeyIds$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- Replicator.GetKeyIdsResult$ - Class in org.apache.pekko.cluster.ddata
- Replicator.GetReplicaCount - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
Get current number of replicas, including the local replica.
- Replicator.GetReplicaCount - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.GetReplicaCount$ - Class in org.apache.pekko.cluster.ddata
-
Get current number of replicas, including the local replica.
- Replicator.GetReplicaCount$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.GetReplicaCount$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.GetResponse<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- Replicator.GetResponse<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.GetSuccess<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
Reply from
Get. - Replicator.GetSuccess<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
Reply from
Get. - Replicator.GetSuccess$ - Class in org.apache.pekko.cluster.ddata
- Replicator.GetSuccess$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.GetSuccess$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.Internal$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- Replicator.Internal$.ClockTick - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.ClockTick$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.DataEnvelope - Class in org.apache.pekko.cluster.ddata
-
The
DataEnvelopewraps a data entry and carries state of the pruning process for the entry. - Replicator.Internal$.DataEnvelope$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.DeletedData - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.DeletedData$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.Delta - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.Delta$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.DeltaNack - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.DeltaNack$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.DeltaPropagation - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.DeltaPropagation$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.DeltaPropagationTick - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.DeltaPropagationTick$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.DestinationSystemUid - Interface in org.apache.pekko.cluster.ddata
- Replicator.Internal$.Gossip - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.Gossip$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.GossipTick - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.GossipTick$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.Read - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.Read$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.ReadRepair - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.ReadRepair$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.ReadRepairAck - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.ReadRepairAck$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.ReadResult - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.ReadResult$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.RemovedNodePruningTick - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.RemovedNodePruningTick$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.SendingSystemUid - Interface in org.apache.pekko.cluster.ddata
- Replicator.Internal$.Status - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.Status$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.TestFullStateGossip - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.TestFullStateGossip$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.Write - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.Write$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.WriteAck - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.WriteAck$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.WriteNack - Class in org.apache.pekko.cluster.ddata
- Replicator.Internal$.WriteNack$ - Class in org.apache.pekko.cluster.ddata
- Replicator.ModifyFailure<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
If the
modifyfunction of theReplicator.Updatethrows an exception the reply message will be thisModifyFailuremessage. - Replicator.ModifyFailure<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
If the
modifyfunction of theReplicator.Updatethrows an exception the reply message will be thisModifyFailuremessage. - Replicator.ModifyFailure$ - Class in org.apache.pekko.cluster.ddata
- Replicator.ModifyFailure$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.ModifyFailure$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.NotFound<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- Replicator.NotFound<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.NotFound$ - Class in org.apache.pekko.cluster.ddata
- Replicator.NotFound$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.NotFound$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.ReadAll - Class in org.apache.pekko.cluster.ddata
- Replicator.ReadAll - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.ReadAll$ - Class in org.apache.pekko.cluster.ddata
- Replicator.ReadAll$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.ReadAll$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.ReadConsistency - Interface in org.apache.pekko.cluster.ddata
- Replicator.ReadConsistency - Interface in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.ReadFrom - Class in org.apache.pekko.cluster.ddata
- Replicator.ReadFrom - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.ReadFrom$ - Class in org.apache.pekko.cluster.ddata
- Replicator.ReadFrom$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.ReadFrom$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.ReadLocal$ - Class in org.apache.pekko.cluster.ddata
- Replicator.ReadLocal$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.ReadMajority - Class in org.apache.pekko.cluster.ddata
- Replicator.ReadMajority - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.ReadMajority$ - Class in org.apache.pekko.cluster.ddata
- Replicator.ReadMajority$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.ReadMajority$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.ReadMajorityPlus - Class in org.apache.pekko.cluster.ddata
-
ReadMajoritybut with the given number ofadditionalnodes added to the majority count. - Replicator.ReadMajorityPlus$ - Class in org.apache.pekko.cluster.ddata
- Replicator.ReplicaCount - Class in org.apache.pekko.cluster.ddata
-
Current number of replicas.
- Replicator.ReplicaCount - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
Current number of replicas.
- Replicator.ReplicaCount$ - Class in org.apache.pekko.cluster.ddata
- Replicator.ReplicaCount$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.ReplicaCount$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.ReplicationDeleteFailure<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- Replicator.ReplicationDeleteFailure$ - Class in org.apache.pekko.cluster.ddata
- Replicator.ReplicatorMessage - Interface in org.apache.pekko.cluster.ddata
-
Marker trait for remote messages serialized by
pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer. - Replicator.StoreFailure<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
The local store or direct replication of the
Replicator.Updatecould not be fulfill according to the givenconsistency leveldue to durable store errors. - Replicator.StoreFailure<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
The local store or direct replication of the
Replicator.Updatecould not be fulfill according to the givenconsistency leveldue to durable store errors. - Replicator.StoreFailure$ - Class in org.apache.pekko.cluster.ddata
- Replicator.StoreFailure$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.StoreFailure$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.Subscribe<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
Register a subscriber that will be notified with a
Replicator.Changedmessage when the value of the givenkeyis changed. - Replicator.Subscribe<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
Register a subscriber that will be notified with a
Replicator.Changedmessage when the value of the givenkeyis changed. - Replicator.Subscribe<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
-
Register a subscriber that will be notified with a
Changedmessage when the value of the givenkeyis changed. - Replicator.Subscribe$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Subscribe$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Subscribe$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.SubscribeResponse<A extends ReplicatedData> - Interface in org.apache.pekko.cluster.ddata
- Replicator.SubscribeResponse<A extends ReplicatedData> - Interface in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Unsubscribe<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
Unregister a subscriber.
- Replicator.Unsubscribe<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
Unregister a subscriber.
- Replicator.Unsubscribe<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
-
Unregister a subscriber.
- Replicator.Unsubscribe$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Unsubscribe$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Unsubscribe$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.Update<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- Replicator.Update<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Update<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.Update$ - Class in org.apache.pekko.cluster.ddata
- Replicator.Update$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.Update$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.UpdateDataDeleted<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
The
Replicator.Updatecouldn't be performed because the entry has been deleted. - Replicator.UpdateDataDeleted<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
The
Replicator.Updatecouldn't be performed because the entry has been deleted. - Replicator.UpdateDataDeleted$ - Class in org.apache.pekko.cluster.ddata
- Replicator.UpdateDataDeleted$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.UpdateDataDeleted$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.UpdateFailure<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- Replicator.UpdateFailure<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.UpdateFailure$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.UpdateResponse<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- Replicator.UpdateResponse<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.UpdateSuccess<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
- Replicator.UpdateSuccess<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.UpdateSuccess$ - Class in org.apache.pekko.cluster.ddata
- Replicator.UpdateSuccess$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.UpdateSuccess$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.UpdateTimeout<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata
-
The direct replication of the
Replicator.Updatecould not be fulfill according to the givenconsistency levelandtimeout. - Replicator.UpdateTimeout<A extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
The direct replication of the
Replicator.Updatecould not be fulfill according to the givenconsistency levelandtimeout. - Replicator.UpdateTimeout$ - Class in org.apache.pekko.cluster.ddata
- Replicator.UpdateTimeout$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.UpdateTimeout$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.WriteAll - Class in org.apache.pekko.cluster.ddata
- Replicator.WriteAll - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.WriteAll$ - Class in org.apache.pekko.cluster.ddata
- Replicator.WriteAll$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.WriteAll$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.WriteConsistency - Interface in org.apache.pekko.cluster.ddata
- Replicator.WriteConsistency - Interface in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.WriteLocal$ - Class in org.apache.pekko.cluster.ddata
- Replicator.WriteLocal$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.WriteMajority - Class in org.apache.pekko.cluster.ddata
- Replicator.WriteMajority - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.WriteMajority$ - Class in org.apache.pekko.cluster.ddata
- Replicator.WriteMajority$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.WriteMajority$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator.WriteMajorityPlus - Class in org.apache.pekko.cluster.ddata
-
WriteMajoritybut with the given number ofadditionalnodes added to the majority count. - Replicator.WriteMajorityPlus$ - Class in org.apache.pekko.cluster.ddata
- Replicator.WriteTo - Class in org.apache.pekko.cluster.ddata
- Replicator.WriteTo - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.WriteTo$ - Class in org.apache.pekko.cluster.ddata
- Replicator.WriteTo$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator.WriteTo$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator$ - Class in org.apache.pekko.cluster.ddata
- Replicator$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- Replicator$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- Replicator$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator$
- Replicator$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator$
- Replicator$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator$
- ReplicatorBehavior - Class in org.apache.pekko.cluster.ddata.typed.internal
-
INTERNAL API
- ReplicatorBehavior() - Constructor for class org.apache.pekko.cluster.ddata.typed.internal.ReplicatorBehavior
- ReplicatorBehavior$ - Class in org.apache.pekko.cluster.ddata.typed.internal
-
INTERNAL API
- ReplicatorBehavior$() - Constructor for class org.apache.pekko.cluster.ddata.typed.internal.ReplicatorBehavior$
- ReplicatorMessageAdapter<A,B extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.javadsl
-
When interacting with the
Replicatorfrom an actor this class provides convenient methods that adapts the response messages to the requesting actor's message protocol. - ReplicatorMessageAdapter<A,B extends ReplicatedData> - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
-
When interacting with the
Replicatorfrom an actor this class provides convenient methods that adapts the response messages to the requesting actor's message protocol. - ReplicatorMessageAdapter(ActorContext<A>, ActorRef<Replicator.Command>, Duration) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorMessageAdapter
- ReplicatorMessageAdapter(ActorContext<A>, ActorRef<Replicator.Command>, FiniteDuration) - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter
- ReplicatorMessageAdapter$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- ReplicatorMessageAdapter$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter$
- ReplicatorMessages - Class in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.Address - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Address - ReplicatorMessages.Address.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Address - ReplicatorMessages.AddressOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.Changed - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Changed - ReplicatorMessages.Changed.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Changed - ReplicatorMessages.ChangedOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.DataEnvelope - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.DataEnvelope - ReplicatorMessages.DataEnvelope.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.DataEnvelope - ReplicatorMessages.DataEnvelope.PruningEntry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry - ReplicatorMessages.DataEnvelope.PruningEntry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.DataEnvelope.PruningEntry - ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.DataEnvelopeOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.DeltaPropagation - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.DeltaPropagation - ReplicatorMessages.DeltaPropagation.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.DeltaPropagation - ReplicatorMessages.DeltaPropagation.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.DeltaPropagation.Entry - ReplicatorMessages.DeltaPropagation.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.DeltaPropagation.Entry - ReplicatorMessages.DeltaPropagation.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.DeltaPropagationOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.DurableDataEnvelope - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.DurableDataEnvelope - ReplicatorMessages.DurableDataEnvelope.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.DurableDataEnvelope - ReplicatorMessages.DurableDataEnvelopeOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.Empty - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Empty - ReplicatorMessages.Empty.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Empty - ReplicatorMessages.EmptyOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.Get - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Get - ReplicatorMessages.Get.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Get - ReplicatorMessages.GetFailure - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.GetFailure - ReplicatorMessages.GetFailure.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.GetFailure - ReplicatorMessages.GetFailureOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.GetOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.GetSuccess - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.GetSuccess - ReplicatorMessages.GetSuccess.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.GetSuccess - ReplicatorMessages.GetSuccessOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.Gossip - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Gossip - ReplicatorMessages.Gossip.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Gossip - ReplicatorMessages.Gossip.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Gossip.Entry - ReplicatorMessages.Gossip.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Gossip.Entry - ReplicatorMessages.Gossip.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.GossipOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.NotFound - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.NotFound - ReplicatorMessages.NotFound.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.NotFound - ReplicatorMessages.NotFoundOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.OtherMessage - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.OtherMessage - ReplicatorMessages.OtherMessage.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.OtherMessage - ReplicatorMessages.OtherMessageOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.Read - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Read - ReplicatorMessages.Read.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Read - ReplicatorMessages.ReadOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.ReadResult - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ReadResult - ReplicatorMessages.ReadResult.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.ReadResult - ReplicatorMessages.ReadResultOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.Status - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Status - ReplicatorMessages.Status.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Status - ReplicatorMessages.Status.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Status.Entry - ReplicatorMessages.Status.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Status.Entry - ReplicatorMessages.Status.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.StatusOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.StringGSet - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.StringGSet - ReplicatorMessages.StringGSet.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.StringGSet - ReplicatorMessages.StringGSetOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.Subscribe - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Subscribe - ReplicatorMessages.Subscribe.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Subscribe - ReplicatorMessages.SubscribeOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.UniqueAddress - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.UniqueAddress - ReplicatorMessages.UniqueAddress.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.UniqueAddress - ReplicatorMessages.UniqueAddressOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.Unsubscribe - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Unsubscribe - ReplicatorMessages.Unsubscribe.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Unsubscribe - ReplicatorMessages.UnsubscribeOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.VersionVector - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.VersionVector - ReplicatorMessages.VersionVector.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.VersionVector - ReplicatorMessages.VersionVector.Entry - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.VersionVector.Entry - ReplicatorMessages.VersionVector.Entry.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.VersionVector.Entry - ReplicatorMessages.VersionVector.EntryOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.VersionVectorOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessages.Write - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Write - ReplicatorMessages.Write.Builder - Class in org.apache.pekko.cluster.ddata.protobuf.msg
-
Protobuf type
org.apache.pekko.cluster.ddata.Write - ReplicatorMessages.WriteOrBuilder - Interface in org.apache.pekko.cluster.ddata.protobuf.msg
- ReplicatorMessageSerializer - Class in org.apache.pekko.cluster.ddata.protobuf
-
Protobuf serializer of ReplicatorMessage messages.
- ReplicatorMessageSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- ReplicatorMessageSerializer.SmallCache<A,B> - Class in org.apache.pekko.cluster.ddata.protobuf
-
A cache that is designed for a small number (<= 32) of entries.
- ReplicatorMessageSerializer$ - Class in org.apache.pekko.cluster.ddata.protobuf
-
INTERNAL API
- ReplicatorMessageSerializer$() - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer$
- ReplicatorSettings - Class in org.apache.pekko.cluster.ddata
-
param: roles Replicas are running on members tagged with these roles.
- ReplicatorSettings - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- ReplicatorSettings - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- ReplicatorSettings() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorSettings
- ReplicatorSettings() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorSettings
- ReplicatorSettings(Set<String>, FiniteDuration, FiniteDuration, int, String, FiniteDuration, FiniteDuration, Either<Tuple2<String, Config>, Props>, Set<String>, FiniteDuration, FiniteDuration, boolean, int) - Constructor for class org.apache.pekko.cluster.ddata.ReplicatorSettings
-
Deprecated.use full constructor. Since Akka 2.6.11.
- ReplicatorSettings(Set<String>, FiniteDuration, FiniteDuration, int, String, FiniteDuration, FiniteDuration, Either<Tuple2<String, Config>, Props>, Set<String>, FiniteDuration, FiniteDuration, boolean, int, boolean) - Constructor for class org.apache.pekko.cluster.ddata.ReplicatorSettings
-
Deprecated.use full constructor. Since Akka 2.6.11.
- ReplicatorSettings(Set<String>, FiniteDuration, FiniteDuration, int, String, FiniteDuration, FiniteDuration, Either<Tuple2<String, Config>, Props>, Set<String>, FiniteDuration, FiniteDuration, boolean, int, boolean, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.ReplicatorSettings
- ReplicatorSettings(Option<String>, FiniteDuration, FiniteDuration, int, String, FiniteDuration, FiniteDuration) - Constructor for class org.apache.pekko.cluster.ddata.ReplicatorSettings
-
Deprecated.use full constructor. Since Akka 2.6.11.
- ReplicatorSettings(Option<String>, FiniteDuration, FiniteDuration, int, String, FiniteDuration, FiniteDuration, Either<Tuple2<String, Config>, Props>, Set<String>) - Constructor for class org.apache.pekko.cluster.ddata.ReplicatorSettings
-
Deprecated.use full constructor. Since Akka 2.6.11.
- ReplicatorSettings(Option<String>, FiniteDuration, FiniteDuration, int, String, FiniteDuration, FiniteDuration, Either<Tuple2<String, Config>, Props>, Set<String>, FiniteDuration, FiniteDuration, boolean) - Constructor for class org.apache.pekko.cluster.ddata.ReplicatorSettings
-
Deprecated.use full constructor. Since Akka 2.6.11.
- ReplicatorSettings(Option<String>, FiniteDuration, FiniteDuration, int, String, FiniteDuration, FiniteDuration, Either<Tuple2<String, Config>, Props>, Set<String>, FiniteDuration, FiniteDuration, boolean, int) - Constructor for class org.apache.pekko.cluster.ddata.ReplicatorSettings
-
Deprecated.use full constructor. Since Akka 2.6.11.
- ReplicatorSettings$ - Class in org.apache.pekko.cluster.ddata
- ReplicatorSettings$ - Class in org.apache.pekko.cluster.ddata.typed.javadsl
- ReplicatorSettings$ - Class in org.apache.pekko.cluster.ddata.typed.scaladsl
- ReplicatorSettings$() - Constructor for class org.apache.pekko.cluster.ddata.ReplicatorSettings$
- ReplicatorSettings$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorSettings$
- ReplicatorSettings$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorSettings$
- replies() - Method in class org.apache.pekko.actor.FSM.State
- replies() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- reply() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- reply() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- reply() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResultWithReply
-
The reply.
- reply() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.CommandResultWithReply
-
The reply.
- reply(Object) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Send message to the sender of the last dequeued message.
- reply(Object) - Method in class org.apache.pekko.testkit.TestProbe
-
Send message to the sender of the last dequeued message.
- reply(ActorRef<ReplyMessage>, ReplyMessage) - Method in class org.apache.pekko.persistence.typed.javadsl.EffectFactories
-
Send a reply message to the command.
- reply(ActorRef<ReplyMessage>, ReplyMessage) - Method in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
Send a reply message to the command.
- reply(ActorRef<ReplyMessage>, ReplyMessage) - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories
-
Send a reply message to the command.
- reply(ActorRef<ReplyMessage>, ReplyMessage) - Method in class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
-
Send a reply message to the command.
- Reply - Interface in org.apache.pekko.remote.artery
-
INTERNAL API: Marker trait for reply messages
- REPLY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- REPLY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- ReplyEffect<Event,State> - Interface in org.apache.pekko.persistence.typed.javadsl
-
EventSourcedBehaviorWithEnforcedRepliescan be used to enforce that replies are not forgotten. - ReplyEffect<Event,State> - Interface in org.apache.pekko.persistence.typed.scaladsl
-
EventSourcedBehavior.withEnforcedRepliescan be used to enforce that replies are not forgotten. - ReplyEffect<State> - Interface in org.apache.pekko.persistence.typed.state.javadsl
-
DurableStateBehaviorWithEnforcedRepliescan be used to enforce that replies are not forgotten. - ReplyEffect<State> - Interface in org.apache.pekko.persistence.typed.state.scaladsl
-
DurableStateBehavior.withEnforcedRepliescan be used to enforce that replies are not forgotten. - replying(Object) - Method in class org.apache.pekko.actor.FSM.State
-
Send reply to sender of the current message, if available.
- replying(Object) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.Send reply to sender of the current message, if available.
- replyOfType(Class<R>) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResultWithReply
-
The reply as a given expected type.
- replyOfType(ClassTag<R>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.CommandResultWithReply
-
The reply as a given expected type.
- replyTo() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- replyTo() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- replyTo() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- replyTo() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- replyTo() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- replyTo() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- replyTo() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- replyTo() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- replyTo() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- replyTo() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- replyTo() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- replyTo() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- replyTo() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- replyTo() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- replyTo() - Method in class org.apache.pekko.cluster.ddata.Replicator
- replyTo() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- replyTo() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- replyTo() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- replyTo() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- replyTo() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- replyTo() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- replyTo() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- replyTo() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- replyTo() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- replyTo() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- replyTo() - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- replyTo_$eq(ActorRef) - Method in class org.apache.pekko.cluster.ddata.Replicator
- REPLYTOSTATUS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- ReplyToStrategy - Class in org.apache.pekko.persistence
-
Reply to sender with predefined response, and discard the received message silently.
- ReplyToStrategy(Object) - Constructor for class org.apache.pekko.persistence.ReplyToStrategy
- ReplyToStrategy$ - Class in org.apache.pekko.persistence
- ReplyToStrategy$() - Constructor for class org.apache.pekko.persistence.ReplyToStrategy$
- replyWhileStopped() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- replyWhileStopped() - Method in class org.apache.pekko.pattern.BackoffSupervisor
- ReplyWith$ - Class in org.apache.pekko.pattern
- ReplyWith$() - Constructor for class org.apache.pekko.pattern.ReplyWith$
- RepointableRef - Interface in org.apache.pekko.actor
-
RepointableActorRef (and potentially others) may change their locality at runtime, meaning that isLocal might not be stable.
- reportFailure(Throwable) - Method in class org.apache.pekko.dispatch.ExecutionContexts.sameThreadExecutionContext$
-
Deprecated.
- reportFailure(Throwable) - Method in class org.apache.pekko.dispatch.MessageDispatcher
- reportMessageCount(IndexedSeq<Routee>, long) - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- reportMessageCount(IndexedSeq<Routee>, long) - Method in interface org.apache.pekko.routing.OptimalSizeExploringResizer
-
Report the messageCount as well as current routees so that the it can collect metrics.
- reprToAny(U) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.ExpectOps
- reprToSeqNum(PersistentRepr) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- reprToSeqNum(R) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
- reprToSeqNum(Tuple2<SnapshotMetadata, Object>) - Method in interface org.apache.pekko.persistence.testkit.SnapshotStorage
- request() - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- request() - Method in interface org.apache.pekko.cluster.ddata.Replicator.DeleteResponse
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetResponse
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateResponse
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- request() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- request(long) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- request(long) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- request(long) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- request(long) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.Probe
- Request(long, long, boolean, boolean) - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- REQUEST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- REQUEST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- REQUEST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- REQUEST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- Request$() - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request$
- requester() - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- RequestingRecoveryPermit$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- RequestingRecoveryPermit$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- RequestingRecoveryPermit$() - Constructor for class org.apache.pekko.persistence.typed.internal.RequestingRecoveryPermit$
- RequestingRecoveryPermit$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.RequestingRecoveryPermit$
- RequestMore(Subscription, long) - Constructor for class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- RequestMore$() - Constructor for class org.apache.pekko.stream.testkit.TestPublisher.RequestMore$
- requestNext() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.Probe
-
Request and expect a stream element.
- requestNext(Duration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.Probe
-
JAVA API
- requestNext(FiniteDuration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.Probe
-
Request and expect a stream element during the specified time or timeout.
- requestNext(T) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.Probe
-
Request and expect a stream element.
- RequestNext(String, long, long, ActorRef<A>, ActorRef<ProducerController.MessageWithConfirmation<A>>) - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- RequestNext(ActorRef<A>, ActorRef<WorkPullingProducerController.MessageWithConfirmation<A>>) - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- RequestNext(ActorRef<ShardingEnvelope<A>>, ActorRef<ShardingProducerController.MessageWithConfirmation<A>>, Set<String>, Map<String, Object>) - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- RequestNext$() - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext$
- RequestNext$() - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext$
- RequestNext$() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext$
- requestNextClass() - Static method in class org.apache.pekko.actor.typed.delivery.ProducerController
-
Java API: The generic
Classtype forProducerController.RequestNextthat can be used when creating amessageAdapterforClass.> - requestNextClass() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController$
-
Java API: The generic
Classtype forProducerController.RequestNextthat can be used when creating amessageAdapterforClass.> - requestNextClass() - Static method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController
-
Java API: The generic
Classtype forWorkPullingProducerController.RequestNextthat can be used when creating amessageAdapterforClass.> - requestNextClass() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController$
-
Java API: The generic
Classtype forWorkPullingProducerController.RequestNextthat can be used when creating amessageAdapterforClass.> - requestNextClass() - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController
-
Java API: The generic
Classtype forShardingProducerController.RequestNextthat can be used when creating amessageAdapterforClass.> - requestNextClass() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController$
-
Java API: The generic
Classtype forShardingProducerController.RequestNextthat can be used when creating amessageAdapterforClass.> - requestRecoveryPermit() - Method in interface org.apache.pekko.persistence.Eventsourced
- requestRecoveryPermit() - Method in interface org.apache.pekko.persistence.typed.internal.JournalInteractions
- requestRecoveryPermit() - Method in interface org.apache.pekko.persistence.typed.state.internal.DurableStateStoreInteractions
- requestRestartPermission(Tuple2<Option<Object>, Option<Object>>) - Method in class org.apache.pekko.actor.ChildRestartStats
- requestType() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- requestUpToSeqNr() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- REQUESTUPTOSEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- require(String, String) - Static method in class org.apache.pekko.PekkoVersion
-
Check that the version of Pekko is a specific patch version or higher and throw an
UnsupportedPekkoVersionexception if the version requirement is not fulfilled. - require(String, String) - Method in class org.apache.pekko.PekkoVersion$
-
Check that the version of Pekko is a specific patch version or higher and throw an
UnsupportedPekkoVersionexception if the version requirement is not fulfilled. - requiredKeys() - Method in class org.apache.pekko.cluster.JoinConfigCompatCheckCluster
- requiredKeys() - Method in class org.apache.pekko.cluster.JoinConfigCompatChecker
-
The configuration keys that are required for this checker
- requiredKeys() - Method in class org.apache.pekko.cluster.sharding.JoinConfigCompatCheckSharding
- requireSamePortsAndShapeAs(Shape) - Static method in class org.apache.pekko.stream.ClosedShape
- requireSamePortsAndShapeAs(Shape) - Method in class org.apache.pekko.stream.Shape
-
Asserting version of
Shape.hasSamePortsAndShapeAs(org.apache.pekko.stream.Shape). - requireSamePortsAs(Shape) - Static method in class org.apache.pekko.stream.ClosedShape
- requireSamePortsAs(Shape) - Method in class org.apache.pekko.stream.Shape
-
Asserting version of
Shape.hasSamePortsAs(org.apache.pekko.stream.Shape). - requiresCausalDeliveryOfDeltas() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- RequiresCausalDeliveryOfDeltas - Interface in org.apache.pekko.cluster.ddata
-
Marker that specifies that the deltas must be applied in causal order.
- RequiresMessageQueue<T> - Interface in org.apache.pekko.dispatch
-
Trait to signal that an Actor requires a certain type of message queue semantics.
- requireTestConductorTranport() - Method in interface org.apache.pekko.remote.testconductor.Conductor
- requiring(boolean, Function0<Object>) - Method in class org.apache.pekko.util.Helpers.Requiring
-
Check that a condition is true.
- requiring(Function1<A, Object>, Function0<Object>) - Method in class org.apache.pekko.util.Helpers.Requiring
-
Check that a condition is true for the
value. - Requiring(A) - Constructor for class org.apache.pekko.util.Helpers.Requiring
- Requiring(A) - Static method in class org.apache.pekko.util.Helpers
- Requiring(A) - Method in class org.apache.pekko.util.Helpers$
- Requiring$() - Constructor for class org.apache.pekko.util.Helpers.Requiring$
- requiring$extension(Helpers.Requiring<A>, boolean, Function0<Object>) - Method in class org.apache.pekko.util.Helpers.Requiring$
- requiring$extension(Helpers.Requiring<A>, Function1<A, Object>, Function0<Object>) - Method in class org.apache.pekko.util.Helpers.Requiring$
- rerunner() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- rerunner() - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- RESCHEDULED() - Static method in class org.apache.pekko.dispatch.MessageDispatcher
- RESCHEDULED() - Method in class org.apache.pekko.dispatch.MessageDispatcher$
- rescheduleReceiveTimeout(FiniteDuration) - Method in interface org.apache.pekko.actor.dungeon.ReceiveTimeout
- Resend(long) - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- Resend$() - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend$
- ResendBufferCapacityReachedException - Exception in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- ResendBufferCapacityReachedException(int) - Constructor for exception org.apache.pekko.remote.ResendBufferCapacityReachedException
-
Deprecated.
- ResendFirstUnconfirmed$() - Constructor for class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.ResendFirstUnconfirmed$
- resendFirstUnconfirmedIdleTimeout() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- resendFirsUnconfirmedIdleTimeout() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
-
Deprecated.use resendFirstUnconfirmedIdleTimeout. Since Akka 2.6.19.
- resendIntervalMax() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
- resendIntervalMin() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
- ResendUnfulfillableException - Exception in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- ResendUnfulfillableException() - Constructor for exception org.apache.pekko.remote.ResendUnfulfillableException
-
Deprecated.
- Resequencer() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteJournal.Resequencer
- resequencerCounter_$eq(long) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteJournal
- reserve(String) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- reserve(String) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- reserve(String) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- reserve(String) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
- reserve(String) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- reserveChild(String) - Method in interface org.apache.pekko.actor.dungeon.Children
- reset() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- reset() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- reset() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- reset() - Method in class org.apache.pekko.pattern.BackoffSupervisor
- reset() - Method in class org.apache.pekko.pattern.BackoffSupervisor$
-
Java API: Send this message to the
BackoffSupervisorand it will reset the back-off. - reset() - Method in interface org.apache.pekko.pattern.HandleBackoff
- reset() - Method in class org.apache.pekko.remote.DefaultFailureDetectorRegistry
- reset() - Method in interface org.apache.pekko.remote.FailureDetectorRegistry
-
Removes all resources and any associated failure detector state.
- reset() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Resets the state of the registry.
- reset() - Method in class org.apache.pekko.testkit.TestBarrier
- reset() - Method in class org.apache.pekko.testkit.TestLatch
- Reset$() - Constructor for class org.apache.pekko.pattern.BackoffSupervisor.Reset$
- resetBackoffAfter() - Method in class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
- ResetCounter$() - Constructor for class org.apache.pekko.persistence.journal.JournalPerfSpec.ResetCounter$
- resetDeadline() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- resetDeadline_$eq(Deadline) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- resetDelta() - Method in interface org.apache.pekko.cluster.ddata.DeltaReplicatedData
-
Reset collection of deltas from mutator operations.
- resetDelta() - Method in class org.apache.pekko.cluster.ddata.GCounter
- resetDelta() - Method in class org.apache.pekko.cluster.ddata.GSet
- resetDelta() - Method in class org.apache.pekko.cluster.ddata.LWWMap
- resetDelta() - Method in class org.apache.pekko.cluster.ddata.ORMap
- resetDelta() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- resetDelta() - Method in class org.apache.pekko.cluster.ddata.ORSet
- resetDelta() - Method in class org.apache.pekko.cluster.ddata.PNCounter
- resetDelta() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- resetMessageFields() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
-
Reset all fields that are related to an outbound message, i.e.
- resetMultiplier() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- resetMultiplier() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- resetMultiplier() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- resetPolicy() - Method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- resetPolicy() - Method in interface org.apache.pekko.persistence.testkit.internal.PolicyOps
- resetPolicy() - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Returns default policy if it was changed by
PersistenceTestKit.withPolicy(org.apache.pekko.persistence.testkit.ProcessingPolicy<org.apache.pekko.persistence.testkit.JournalOperation>). - resetPolicy() - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Returns default policy if it was changed by
SnapshotTestKit.withPolicy(org.apache.pekko.persistence.testkit.ProcessingPolicy<org.apache.pekko.persistence.testkit.SnapshotOperation>). - resetPolicy() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PolicyOpsTestKit
-
Returns default policy if it was changed by {@link PolicyOpsTestKit.this.withPolicy()}.
- ResetRestartCount(int, RestartSupervisor<?, ? extends Throwable>) - Constructor for class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- ResetRestartCount$() - Constructor for class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount$
- ResetRestartCount$() - Constructor for class org.apache.pekko.pattern.BackoffSupervisor.ResetRestartCount$
- resetTimeout() - Method in class org.apache.pekko.pattern.CircuitBreaker
- ResizablePoolActor$ - Class in org.apache.pekko.routing
-
INTERNAL API
- ResizablePoolActor$() - Constructor for class org.apache.pekko.routing.ResizablePoolActor$
- resize(IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- resize(IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.DefaultResizer
- resize(IndexedSeq<Routee>) - Method in interface org.apache.pekko.routing.Resizer
-
Decide if the capacity of the router need to be changed.
- resizer() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- resizer() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- resizer() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- resizer() - Method in class org.apache.pekko.routing.BalancingPool
-
Resizer cannot be used together with BalancingPool
- resizer() - Method in class org.apache.pekko.routing.BroadcastPool
- resizer() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- resizer() - Method in class org.apache.pekko.routing.FromConfig
- resizer() - Method in interface org.apache.pekko.routing.Pool
-
Pool with dynamically resizable number of routees return the
pekko.routing.Resizerto use. - resizer() - Method in class org.apache.pekko.routing.RandomPool
- resizer() - Method in class org.apache.pekko.routing.RoundRobinPool
- resizer() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- resizer() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- resizer() - Method in class org.apache.pekko.routing.TailChoppingPool
- Resizer - Interface in org.apache.pekko.routing
-
Poolrouters with dynamically resizable number of routees are implemented by providing a Resizer implementation in thepekko.routing.Poolconfiguration. - RESIZER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.FromConfig
- RESIZER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- Resizer$ - Class in org.apache.pekko.routing
- Resizer$() - Constructor for class org.apache.pekko.routing.Resizer$
- ResizeRecord(Option<OptimalSizeExploringResizer.UnderUtilizationStreak>, long, int, long) - Constructor for class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- ResizeRecord$() - Constructor for class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- ResizerInitializationException - Exception in org.apache.pekko.routing
- ResizerInitializationException(String, Throwable) - Constructor for exception org.apache.pekko.routing.ResizerInitializationException
- ResolvConf$ - Class in org.apache.pekko.io.dns.internal
- ResolvConf$() - Constructor for class org.apache.pekko.io.dns.internal.ResolvConf$
- ResolvConfParser - Class in org.apache.pekko.io.dns.internal
- ResolvConfParser() - Constructor for class org.apache.pekko.io.dns.internal.ResolvConfParser
- ResolvConfParser$ - Class in org.apache.pekko.io.dns.internal
- ResolvConfParser$() - Constructor for class org.apache.pekko.io.dns.internal.ResolvConfParser$
- resolve(String) - Static method in class org.apache.pekko.io.dns.DnsProtocol
-
Java API
- resolve(String) - Method in class org.apache.pekko.io.dns.DnsProtocol$
-
Java API
- resolve(String, ActorSystem, ActorRef) - Method in class org.apache.pekko.io.Dns
-
Deprecated.Use resolve(DnsProtocol.Resolve). Since Akka 2.6.0.
- resolve(String, ActorSystem, ActorRef) - Method in class org.apache.pekko.io.Dns$
-
Deprecated.use resolve(DnsProtocol.Resolve). Since Akka 2.6.0.
- resolve(String, DnsProtocol.RequestType) - Static method in class org.apache.pekko.io.dns.DnsProtocol
-
Java API
- resolve(String, DnsProtocol.RequestType) - Method in class org.apache.pekko.io.dns.DnsProtocol$
-
Java API
- resolve(DnsProtocol.Resolve, ActorSystem, ActorRef) - Method in class org.apache.pekko.io.Dns
- resolve(DnsProtocol.Resolve, ActorSystem, ActorRef) - Method in class org.apache.pekko.io.Dns$
-
If an entry is cached return it immediately.
- Resolve(String) - Constructor for class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- Resolve(String, DnsProtocol.RequestType) - Constructor for class org.apache.pekko.io.dns.DnsProtocol.Resolve
- Resolve$() - Constructor for class org.apache.pekko.io.dns.DnsProtocol.Resolve$
- Resolve$() - Constructor for class org.apache.pekko.io.Dns.Resolve$
- resolveActorRef(String) - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Create actor reference for a specified path.
- resolveActorRef(String) - Method in class org.apache.pekko.actor.typed.ActorRefResolver
-
Deserialize an
ActorRefin theActorRefResolver.toSerializationFormat(org.apache.pekko.actor.typed.ActorRef<T>). - resolveActorRef(String) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- resolveActorRef(ActorPath) - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Create actor reference for a specified path.
- resolveClass(ObjectStreamClass) - Method in class org.apache.pekko.util.ClassLoaderObjectInputStream
- Resolved(String, Seq<Inet4Address>, Seq<Inet6Address>) - Constructor for class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- Resolved(String, Seq<ServiceDiscovery.ResolvedTarget>) - Constructor for class org.apache.pekko.discovery.ServiceDiscovery.Resolved
- Resolved(String, Seq<ResourceRecord>, Seq<ResourceRecord>) - Constructor for class org.apache.pekko.io.dns.DnsProtocol.Resolved
- Resolved$() - Constructor for class org.apache.pekko.discovery.ServiceDiscovery.Resolved$
- Resolved$() - Constructor for class org.apache.pekko.io.dns.DnsProtocol.Resolved$
- Resolved$() - Constructor for class org.apache.pekko.io.Dns.Resolved$
-
Deprecated.
- ResolvedTarget(String, Option<Object>, Option<InetAddress>) - Constructor for class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget
- ResolvedTarget$() - Constructor for class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget$
- resolveOne(Duration) - Method in class org.apache.pekko.actor.ActorSelection
- resolveOne(Timeout) - Method in class org.apache.pekko.actor.ActorSelection
-
Resolve the
ActorRefmatching this selection. - resolveOne(FiniteDuration) - Method in class org.apache.pekko.actor.ActorSelection
-
Resolve the
ActorRefmatching this selection. - resolveOneCS(Duration) - Method in class org.apache.pekko.actor.ActorSelection
-
Deprecated.Use the overloaded method resolveOne which accepts java.time.Duration instead. Since Akka 2.5.20.
- resolveOneCS(FiniteDuration) - Method in class org.apache.pekko.actor.ActorSelection
-
Deprecated.Use the overloaded method resolveOne which accepts java.time.Duration instead. Since Akka 2.5.20.
- Resolver() - Method in class org.apache.pekko.io.DnsExt.Settings
- ResolverConfig() - Method in class org.apache.pekko.io.DnsExt.Settings
- resolveSinkRef(String) - Method in interface org.apache.pekko.stream.StreamRefResolver
-
Deserialize an
SinkRefin theStreamRefResolver.toSerializationFormat(org.apache.pekko.stream.SourceRef<T>). - resolveSourceRef(String) - Method in interface org.apache.pekko.stream.StreamRefResolver
-
Deserialize an
SourceRefin theStreamRefResolver.toSerializationFormat(org.apache.pekko.stream.SourceRef<T>). - ResourceRecord - Class in org.apache.pekko.io.dns
-
Not for user extension
- ResourceRecord(String, CachePolicy.Ttl, short, short) - Constructor for class org.apache.pekko.io.dns.ResourceRecord
- ResourceRecord$ - Class in org.apache.pekko.io.dns
-
INTERNAL API
- ResourceRecord$() - Constructor for class org.apache.pekko.io.dns.ResourceRecord$
- response() - Method in class org.apache.pekko.persistence.ReplyToStrategy
- ResponseCode - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- ResponseCode() - Constructor for class org.apache.pekko.io.dns.internal.ResponseCode
- ResponseCode$ - Class in org.apache.pekko.io.dns.internal
-
INTERNAL API
- ResponseCode$() - Constructor for class org.apache.pekko.io.dns.internal.ResponseCode$
- responseCode$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- responses() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- responseTunnel(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- responseTunnelReceiveTimeout() - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- restart() - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Java API: Returning this directive discards the old Actor instance and replaces it with a new, then resumes message processing.
- restart() - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Java API: Returning this directive discards the old Actor instance and replaces it with a new, then resumes message processing.
- restart() - Static method in class org.apache.pekko.actor.typed.SupervisorStrategy
-
Restart immediately without any limit on number of restart retries.
- restart() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy$
-
Restart immediately without any limit on number of restart retries.
- restart() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
Restart the behavior, which will then recover from stored snapshot and events.
- restart() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit
-
Restart the behavior, which will then recover from stored snapshot and events.
- restart() - Static method in class org.apache.pekko.stream.Supervision
-
Java API: The element is dropped and the stream continues after restarting the operator if application code for processing an element throws an exception.
- restart() - Method in class org.apache.pekko.stream.Supervision$
-
Java API: The element is dropped and the stream continues after restarting the operator if application code for processing an element throws an exception.
- restart(Throwable) - Method in interface org.apache.pekko.actor.Cell
-
Restart this actor (will recursively restart or stop all children).
- restart(Throwable) - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- restart(Throwable) - Method in interface org.apache.pekko.actor.MinimalActorRef
- restart(Throwable) - Static method in class org.apache.pekko.actor.Nobody
- restart(Logging.LogLevel) - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Returning this directive discards the old Actor instance and replaces it with a new, then resumes message processing.
- restart(Logging.LogLevel) - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Returning this directive discards the old Actor instance and replaces it with a new, then resumes message processing.
- Restart$() - Constructor for class org.apache.pekko.actor.SupervisorStrategy.Restart$
- Restart$() - Constructor for class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- Restart$() - Constructor for class org.apache.pekko.stream.Supervision.Restart$
- restartChild(ActorRef, Throwable, boolean) - Method in class org.apache.pekko.actor.SupervisorStrategy
-
Restart the given child, possibly suspending it first.
- restartCount() - Method in interface org.apache.pekko.pattern.HandleBackoff
- restartCount() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- RestartCount(int) - Constructor for class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- restartCount_$eq(int) - Method in interface org.apache.pekko.pattern.HandleBackoff
- restartCount_$eq(int) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- RestartCount$() - Constructor for class org.apache.pekko.pattern.BackoffSupervisor.RestartCount$
- RestartCounter$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- RestartCounter$() - Constructor for class org.apache.pekko.remote.artery.RestartCounter$
- RestartFlow - Class in org.apache.pekko.stream.javadsl
-
A RestartFlow wraps a
Flowthat gets restarted when it completes or fails. - RestartFlow - Class in org.apache.pekko.stream.scaladsl
-
A RestartFlow wraps a
Flowthat gets restarted when it completes or fails. - RestartFlow() - Constructor for class org.apache.pekko.stream.javadsl.RestartFlow
- RestartFlow() - Constructor for class org.apache.pekko.stream.scaladsl.RestartFlow
- RestartFlow$ - Class in org.apache.pekko.stream.javadsl
-
A RestartFlow wraps a
Flowthat gets restarted when it completes or fails. - RestartFlow$ - Class in org.apache.pekko.stream.scaladsl
-
A RestartFlow wraps a
Flowthat gets restarted when it completes or fails. - RestartFlow$() - Constructor for class org.apache.pekko.stream.javadsl.RestartFlow$
- RestartFlow$() - Constructor for class org.apache.pekko.stream.scaladsl.RestartFlow$
- RestartImpliesFailure - Class in org.apache.pekko.pattern
- RestartImpliesFailure() - Constructor for class org.apache.pekko.pattern.RestartImpliesFailure
- RestartImpliesFailure$ - Class in org.apache.pekko.pattern
- RestartImpliesFailure$() - Constructor for class org.apache.pekko.pattern.RestartImpliesFailure$
- restartingDecider() - Static method in class org.apache.pekko.stream.Supervision
-
Scala API:
Deciderthat returnsRestartfor all exceptions. - restartingDecider() - Method in class org.apache.pekko.stream.Supervision$
-
Scala API:
Deciderthat returnsRestartfor all exceptions. - restartMaxBackoff() - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- restartOn() - Method in class org.apache.pekko.stream.RestartSettings
- RestartResult(EventSourcedBehaviorTestKit.RestartResult<State>) - Constructor for class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.RestartResult
- RestartSettings - Class in org.apache.pekko.stream
- RestartSettings() - Constructor for class org.apache.pekko.stream.RestartSettings
- RestartSettings.LogSettings - Class in org.apache.pekko.stream
- RestartSettings.LogSettings$ - Class in org.apache.pekko.stream
- RestartSettings$ - Class in org.apache.pekko.stream
- RestartSettings$() - Constructor for class org.apache.pekko.stream.RestartSettings$
- RestartSink - Class in org.apache.pekko.stream.javadsl
-
A RestartSink wraps a
Sinkthat gets restarted when it completes or fails. - RestartSink - Class in org.apache.pekko.stream.scaladsl
-
A RestartSink wraps a
Sinkthat gets restarted when it completes or fails. - RestartSink() - Constructor for class org.apache.pekko.stream.javadsl.RestartSink
- RestartSink() - Constructor for class org.apache.pekko.stream.scaladsl.RestartSink
- RestartSink$ - Class in org.apache.pekko.stream.javadsl
-
A RestartSink wraps a
Sinkthat gets restarted when it completes or fails. - RestartSink$ - Class in org.apache.pekko.stream.scaladsl
-
A RestartSink wraps a
Sinkthat gets restarted when it completes or fails. - RestartSink$() - Constructor for class org.apache.pekko.stream.javadsl.RestartSink$
- RestartSink$() - Constructor for class org.apache.pekko.stream.scaladsl.RestartSink$
- RestartSource - Class in org.apache.pekko.stream.javadsl
-
A RestartSource wraps a
Sourcethat gets restarted when it completes or fails. - RestartSource - Class in org.apache.pekko.stream.scaladsl
-
A RestartSource wraps a
Sourcethat gets restarted when it completes or fails. - RestartSource() - Constructor for class org.apache.pekko.stream.javadsl.RestartSource
- RestartSource() - Constructor for class org.apache.pekko.stream.scaladsl.RestartSource
- RestartSource$ - Class in org.apache.pekko.stream.javadsl
-
A RestartSource wraps a
Sourcethat gets restarted when it completes or fails. - RestartSource$ - Class in org.apache.pekko.stream.scaladsl
-
A RestartSource wraps a
Sourcethat gets restarted when it completes or fails. - RestartSource$() - Constructor for class org.apache.pekko.stream.javadsl.RestartSource$
- RestartSource$() - Constructor for class org.apache.pekko.stream.scaladsl.RestartSource$
- RestartStashCapacity() - Method in class org.apache.pekko.actor.typed.Settings
- RestartSupervisor<T,Thr extends java.lang.Throwable> - Class in org.apache.pekko.actor.typed.internal
- RestartSupervisor(Behavior<T>, SupervisorStrategy.RestartOrBackoff, ClassTag<Thr>) - Constructor for class org.apache.pekko.actor.typed.internal.RestartSupervisor
- RestartSupervisor.ResetRestartCount - Class in org.apache.pekko.actor.typed.internal
- RestartSupervisor.ResetRestartCount$ - Class in org.apache.pekko.actor.typed.internal
- RestartSupervisor.ScheduledRestart - Class in org.apache.pekko.actor.typed.internal
- RestartSupervisor.ScheduledRestart$ - Class in org.apache.pekko.actor.typed.internal
- RestartSupervisor$ - Class in org.apache.pekko.actor.typed.internal
- RestartSupervisor$() - Constructor for class org.apache.pekko.actor.typed.internal.RestartSupervisor$
- RestartSupervisorStrategy - Class in org.apache.pekko.actor.typed
-
Not for user extension
- RestartSupervisorStrategy() - Constructor for class org.apache.pekko.actor.typed.RestartSupervisorStrategy
- restartThreshold() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- restartThreshold() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- restartThreshold() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- restartTimeWindowStartNanos() - Method in class org.apache.pekko.actor.ChildRestartStats
- restartTimeWindowStartNanos_$eq(long) - Method in class org.apache.pekko.actor.ChildRestartStats
- restartWithBackoff(Duration, Duration, double) - Static method in class org.apache.pekko.actor.typed.SupervisorStrategy
-
Java API: It supports exponential back-off between the given
minBackoffandmaxBackoffdurations. - restartWithBackoff(Duration, Duration, double) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy$
-
Java API: It supports exponential back-off between the given
minBackoffandmaxBackoffdurations. - restartWithBackoff(FiniteDuration, FiniteDuration, double) - Static method in class org.apache.pekko.actor.typed.SupervisorStrategy
-
Scala API: It supports exponential back-off between the given
minBackoffandmaxBackoffdurations. - restartWithBackoff(FiniteDuration, FiniteDuration, double) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy$
-
Scala API: It supports exponential back-off between the given
minBackoffandmaxBackoffdurations. - RestartWithBackoffFlow<In,Out> - Class in org.apache.pekko.stream.scaladsl
- RestartWithBackoffFlow(Function0<Flow<In, Out, ?>>, RestartSettings, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow
- RestartWithBackoffFlow.Delay - Class in org.apache.pekko.stream.scaladsl
-
Temporary attribute that can override the time a
RestartWithBackoffFlowwaits for a failure before cancelling. - RestartWithBackoffFlow.Delay$ - Class in org.apache.pekko.stream.scaladsl
- RestartWithBackoffFlow$ - Class in org.apache.pekko.stream.scaladsl
- RestartWithBackoffFlow$() - Constructor for class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow$
- RestartWithBackoffLogic<S extends Shape> - Class in org.apache.pekko.stream.scaladsl
-
Shared logic for all restart with backoff logics.
- RestartWithBackoffLogic(String, S, Attributes, RestartSettings, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- RestartWithBackoffSink<T> - Class in org.apache.pekko.stream.scaladsl
- RestartWithBackoffSink(Function0<Sink<T, ?>>, RestartSettings) - Constructor for class org.apache.pekko.stream.scaladsl.RestartWithBackoffSink
- RestartWithBackoffSource<T> - Class in org.apache.pekko.stream.scaladsl
- RestartWithBackoffSource(Function0<Source<T, ?>>, RestartSettings, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.RestartWithBackoffSource
- resubmitOnBlock() - Method in interface org.apache.pekko.dispatch.BatchingExecutor
- resubmitOnBlock() - Method in class org.apache.pekko.dispatch.ExecutionContexts.sameThreadExecutionContext$
-
Deprecated.
- resubmitOnBlock() - Method in class org.apache.pekko.dispatch.MessageDispatcher
- result() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- result() - Method in class org.apache.pekko.util.ByteStringBuilder
- result(Duration, CanAwait) - Method in class org.apache.pekko.testkit.TestLatch
- Result(Try<org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId.Removals>) - Constructor for class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- Result$() - Constructor for class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result$
- resume() - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Java API: Returning this directive resumes message processing for the failed Actor
- resume() - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Java API: Returning this directive resumes message processing for the failed Actor
- resume() - Static method in class org.apache.pekko.actor.typed.SupervisorStrategy
-
Resume means keeping the same state as before the exception was thrown and is thus less safe than
restart. - resume() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy$
-
Resume means keeping the same state as before the exception was thrown and is thus less safe than
restart. - resume() - Static method in class org.apache.pekko.stream.Supervision
-
Java API: The element is dropped and the stream continues if application code for processing an element throws an exception.
- resume() - Method in class org.apache.pekko.stream.Supervision$
-
Java API: The element is dropped and the stream continues if application code for processing an element throws an exception.
- resume(Throwable) - Method in interface org.apache.pekko.actor.Cell
-
Recursively resume this actor and all its children.
- resume(Throwable) - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- resume(Throwable) - Method in interface org.apache.pekko.actor.MinimalActorRef
- resume(Throwable) - Static method in class org.apache.pekko.actor.Nobody
- resume(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
After the call to this method, the dispatcher must begin any new message processing for the specified reference
- resume(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- resume(Logging.LogLevel) - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Returning this directive resumes message processing for the failed Actor.
- resume(Logging.LogLevel) - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Returning this directive resumes message processing for the failed Actor.
- RESUME - org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
RESUME = 3; - RESUME_VALUE - Static variable in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
RESUME = 3; - Resume$ - Class in org.apache.pekko.dispatch.sysmsg
- Resume$() - Constructor for class org.apache.pekko.actor.SupervisorStrategy.Resume$
- Resume$() - Constructor for class org.apache.pekko.actor.typed.SupervisorStrategy.Resume$
- Resume$() - Constructor for class org.apache.pekko.dispatch.sysmsg.Resume$
- Resume$() - Constructor for class org.apache.pekko.stream.Supervision.Resume$
- resumeAccepting(int) - Static method in class org.apache.pekko.io.TcpMessage
-
This message enables the accepting of the next connection if pull reading is enabled for connection actors.
- resumeAccepting(int) - Method in class org.apache.pekko.io.TcpMessage$
-
This message enables the accepting of the next connection if pull reading is enabled for connection actors.
- ResumeAccepting(int) - Constructor for class org.apache.pekko.io.Tcp.ResumeAccepting
- ResumeAccepting$() - Constructor for class org.apache.pekko.io.Tcp.ResumeAccepting$
- resumeChild(ActorRef, Throwable) - Method in class org.apache.pekko.actor.SupervisorStrategy
-
Resume the previously failed child: do never apply this to a child which is not the currently failing child.
- resumeChildren(Throwable, ActorRef) - Method in interface org.apache.pekko.actor.dungeon.Children
- resumeNonRecursive() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- resumeReading() - Static method in class org.apache.pekko.io.TcpMessage
-
This command needs to be sent to the connection actor after a
Tcp.SuspendReadingcommand in order to resume reading from the socket. - resumeReading() - Method in class org.apache.pekko.io.TcpMessage$
-
This command needs to be sent to the connection actor after a
Tcp.SuspendReadingcommand in order to resume reading from the socket. - resumeReading() - Static method in class org.apache.pekko.io.UdpConnectedMessage
-
This message must be sent to the listener actor to re-enable reading from the socket after a
UdpConnected.SuspendReadingcommand. - resumeReading() - Method in class org.apache.pekko.io.UdpConnectedMessage$
-
This message must be sent to the listener actor to re-enable reading from the socket after a
UdpConnected.SuspendReadingcommand. - resumeReading() - Static method in class org.apache.pekko.io.UdpMessage
-
This message must be sent to the listener actor to re-enable reading from the socket after a
Udp.SuspendReadingcommand. - resumeReading() - Method in class org.apache.pekko.io.UdpMessage$
-
This message must be sent to the listener actor to re-enable reading from the socket after a
Udp.SuspendReadingcommand. - ResumeReading$() - Constructor for class org.apache.pekko.io.Tcp.ResumeReading$
- ResumeReading$() - Constructor for class org.apache.pekko.io.Udp.ResumeReading$
- ResumeReading$() - Constructor for class org.apache.pekko.io.UdpConnected.ResumeReading$
- ResumeSupervisor<T,Thr extends java.lang.Throwable> - Class in org.apache.pekko.actor.typed.internal
- ResumeSupervisor(org.apache.pekko.actor.typed.SupervisorStrategy.Resume, ClassTag<Thr>) - Constructor for class org.apache.pekko.actor.typed.internal.ResumeSupervisor
- resumeWriting() - Static method in class org.apache.pekko.io.TcpMessage
-
When
useResumeWritingis in effect as was indicated in theTcp.Registermessage then this command needs to be sent to the connection actor in order to re-enable writing after aTcp.CommandFailedevent. - resumeWriting() - Method in class org.apache.pekko.io.TcpMessage$
-
When
useResumeWritingis in effect as was indicated in theTcp.Registermessage then this command needs to be sent to the connection actor in order to re-enable writing after aTcp.CommandFailedevent. - ResumeWriting$() - Constructor for class org.apache.pekko.io.Tcp.ResumeWriting$
- resumingDecider() - Static method in class org.apache.pekko.stream.Supervision
-
Scala API:
Deciderthat returnsResumefor all exceptions. - resumingDecider() - Method in class org.apache.pekko.stream.Supervision$
-
Scala API:
Deciderthat returnsResumefor all exceptions. - retainAll(Collection<?>) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- retentionCriteria() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Criteria for retention/deletion of snapshots and events.
- RetentionCriteria - Class in org.apache.pekko.persistence.typed.javadsl
-
Criteria for retention/deletion of snapshots and events.
- RetentionCriteria - Interface in org.apache.pekko.persistence.typed.scaladsl
-
Criteria for retention/deletion of snapshots and events.
- RetentionCriteria() - Constructor for class org.apache.pekko.persistence.typed.javadsl.RetentionCriteria
- RetentionCriteria$ - Class in org.apache.pekko.persistence.typed.javadsl
-
Criteria for retention/deletion of snapshots and events.
- RetentionCriteria$ - Class in org.apache.pekko.persistence.typed.scaladsl
-
Criteria for retention/deletion of snapshots and events.
- RetentionCriteria$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.RetentionCriteria$
- RetentionCriteria$() - Constructor for class org.apache.pekko.persistence.typed.scaladsl.RetentionCriteria$
- retriedSend_$eq(boolean) - Method in interface org.apache.pekko.io.WithUdpSend
- retrieveAllEffects() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Requests all the effects.
- retrieveEffect() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Requests the oldest
Effectorpekko.actor.testkit.typed.Effect.NoEffectsif no effects have taken place. - retry(Callable<CompletionStage<T>>, int, Duration, Duration, double, ClassicActorSystemProvider) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStageThe first attempt will be made immediately, each subsequent attempt will be made with a backoff time, if the previous attempt failed. - retry(Callable<CompletionStage<T>>, int, Duration, Duration, double, ClassicActorSystemProvider) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStageThe first attempt will be made immediately, each subsequent attempt will be made with a backoff time, if the previous attempt failed. - retry(Callable<CompletionStage<T>>, int, Duration, Duration, double, Scheduler, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStageThe first attempt will be made immediately, each subsequent attempt will be made with a backoff time, if the previous attempt failed. - retry(Callable<CompletionStage<T>>, int, Duration, Duration, double, Scheduler, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStageThe first attempt will be made immediately, each subsequent attempt will be made with a backoff time, if the previous attempt failed. - retry(Callable<CompletionStage<T>>, int, Duration, ClassicActorSystemProvider) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStageThe first attempt will be made immediately, and each subsequent attempt will be made after 'delay'. - retry(Callable<CompletionStage<T>>, int, Duration, ClassicActorSystemProvider) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStageThe first attempt will be made immediately, and each subsequent attempt will be made after 'delay'. - retry(Callable<CompletionStage<T>>, int, Duration, Scheduler, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStageThe first attempt will be made immediately, and each subsequent attempt will be made after 'delay'. - retry(Callable<CompletionStage<T>>, int, Duration, Scheduler, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStageThe first attempt will be made immediately, and each subsequent attempt will be made after 'delay'. - retry(Callable<CompletionStage<T>>, int, Duration, Scheduler, ExecutionContext) - Static method in class org.apache.pekko.pattern.PatternsCS
-
Deprecated.Use Patterns.retry instead. Since Akka 2.5.19.
- retry(Callable<CompletionStage<T>>, int, Duration, Scheduler, ExecutionContext) - Method in class org.apache.pekko.pattern.PatternsCS$
-
Deprecated.Use Patterns.retry instead. Since Akka 2.5.19.
- retry(Callable<CompletionStage<T>>, int, IntFunction<Optional<Duration>>, Scheduler, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, int, IntFunction<Optional<Duration>>, Scheduler, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, int, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStageThe first attempt will be made immediately, each subsequent attempt will be made immediately if the previous attempt failed. - retry(Callable<CompletionStage<T>>, int, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStageThe first attempt will be made immediately, each subsequent attempt will be made immediately if the previous attempt failed. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, Duration, Duration, double, ClassicActorSystemProvider) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, Duration, Duration, double, ClassicActorSystemProvider) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, Duration, Duration, double, Scheduler, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, Duration, Duration, double, Scheduler, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, Duration, ClassicActorSystemProvider) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, Duration, ClassicActorSystemProvider) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, Duration, Scheduler, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, Duration, Scheduler, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, IntFunction<Optional<Duration>>, Scheduler, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, IntFunction<Optional<Duration>>, Scheduler, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
CompletionStage. - retry(Callable<CompletionStage<T>>, BiPredicate<T, Throwable>, int, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
CompletionStage. - retry(Callable<Future<T>>, int, FiniteDuration, Scheduler, ExecutionContext) - Static method in class org.apache.pekko.pattern.Patterns
-
Returns an internally retrying
FutureThe first attempt will be made immediately, and each subsequent attempt will be made after 'delay'. - retry(Callable<Future<T>>, int, FiniteDuration, Scheduler, ExecutionContext) - Method in class org.apache.pekko.pattern.Patterns$
-
Returns an internally retrying
FutureThe first attempt will be made immediately, and each subsequent attempt will be made after 'delay'. - retry(Function0<Future<T>>, int, FiniteDuration, FiniteDuration, double, ExecutionContext, Scheduler) - Method in interface org.apache.pekko.pattern.RetrySupport
-
Given a function from Unit to Future, returns an internally retrying Future.
- retry(Function0<Future<T>>, int, FiniteDuration, ExecutionContext, Scheduler) - Method in interface org.apache.pekko.pattern.RetrySupport
-
Given a function from Unit to Future, returns an internally retrying Future.
- retry(Function0<Future<T>>, int, ExecutionContext) - Method in interface org.apache.pekko.pattern.RetrySupport
-
Given a function from Unit to Future, returns an internally retrying Future.
- retry(Function0<Future<T>>, int, Function1<Object, Option<FiniteDuration>>, ExecutionContext, Scheduler) - Method in interface org.apache.pekko.pattern.RetrySupport
-
Given a function from Unit to Future, returns an internally retrying Future.
- retry(Function0<Future<T>>, Function2<T, Throwable, Object>, int, FiniteDuration, FiniteDuration, double, ExecutionContext, Scheduler) - Method in interface org.apache.pekko.pattern.RetrySupport
-
Given a function from Unit to Future, returns an internally retrying Future.
- retry(Function0<Future<T>>, Function2<T, Throwable, Object>, int, FiniteDuration, ExecutionContext, Scheduler) - Method in interface org.apache.pekko.pattern.RetrySupport
-
Given a function from Unit to Future, returns an internally retrying Future.
- retry(Function0<Future<T>>, Function2<T, Throwable, Object>, int, ExecutionContext) - Method in interface org.apache.pekko.pattern.RetrySupport
-
Given a function from Unit to Future, returns an internally retrying Future.
- retry(Function0<Future<T>>, Function2<T, Throwable, Object>, int, Function1<Object, Option<FiniteDuration>>, ExecutionContext, Scheduler) - Method in interface org.apache.pekko.pattern.RetrySupport
-
Given a function from Unit to Future, returns an internally retrying Future.
- RetryFlow - Class in org.apache.pekko.stream.javadsl
- RetryFlow - Class in org.apache.pekko.stream.scaladsl
- RetryFlow() - Constructor for class org.apache.pekko.stream.javadsl.RetryFlow
- RetryFlow() - Constructor for class org.apache.pekko.stream.scaladsl.RetryFlow
- RetryFlow$ - Class in org.apache.pekko.stream.javadsl
- RetryFlow$ - Class in org.apache.pekko.stream.scaladsl
- RetryFlow$() - Constructor for class org.apache.pekko.stream.javadsl.RetryFlow$
- RetryFlow$() - Constructor for class org.apache.pekko.stream.scaladsl.RetryFlow$
- RetryGateClosedFor() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- retryInterval() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- retryInterval() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- RetrySupport - Interface in org.apache.pekko.pattern
-
This trait provides the retry utility function
- RetrySupport$ - Class in org.apache.pekko.pattern
- RetrySupport$() - Constructor for class org.apache.pekko.pattern.RetrySupport$
- RetryUnsuccessfulJoinAfter() - Method in class org.apache.pekko.cluster.ClusterSettings
- ReturnAfterNextNCond(Function0<ProcessingResult>, Function0<ProcessingResult>, Function2<String, U, Object>) - Constructor for class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.ReturnAfterNextNCond
- returnedBehavior() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Returns the current behavior as it was returned from processing the previous message.
- returnedBehavior() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Returns the current behavior as it was returned from processing the previous message.
- returnPermitOnStop() - Method in interface org.apache.pekko.persistence.typed.internal.JournalInteractions
-
Intended to be used in .onSignal(returnPermitOnStop) by behaviors
- returnPermitOnStop() - Method in interface org.apache.pekko.persistence.typed.state.internal.DurableStateStoreInteractions
-
Intended to be used in .onSignal(returnPermitOnStop) by behaviors
- returnsFuture() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- returnsJOption() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- returnsOption() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- ReusableInboundEnvelope$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- ReusableInboundEnvelope$() - Constructor for class org.apache.pekko.remote.artery.ReusableInboundEnvelope$
- ReusableOutboundEnvelope$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- ReusableOutboundEnvelope$() - Constructor for class org.apache.pekko.remote.artery.ReusableOutboundEnvelope$
- reusableQueue(BlockingQueue<Runnable>) - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- reusableQueue(BlockingQueue<Runnable>) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- reusableQueue(Function0<BlockingQueue<Runnable>>) - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- reusableQueue(Function0<BlockingQueue<Runnable>>) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- reuseAddress(boolean) - Method in interface org.apache.pekko.io.Inet.SoJavaFactories
-
pekko.io.Inet.SocketOptionto enable or disable SO_REUSEADDR - reuseAddress(boolean) - Static method in class org.apache.pekko.io.TcpSO
- reuseAddress(boolean) - Static method in class org.apache.pekko.io.UdpSO
- ReuseAddress(boolean) - Constructor for class org.apache.pekko.io.Inet.SO$.ReuseAddress
- ReuseAddress() - Method in interface org.apache.pekko.io.Inet.SoForwarders
-
pekko.io.Inet.SocketOptionto enable or disable SO_REUSEADDR - ReuseAddress() - Method in class org.apache.pekko.io.Tcp.SO$
- ReuseAddress() - Method in class org.apache.pekko.io.Udp.SO$
- ReuseAddress$() - Constructor for class org.apache.pekko.io.Inet.SO$.ReuseAddress$
- reverse_$colon$colon$colon$extension(EarliestFirstSystemMessageList, LatestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- reverse$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
- reverse$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList$
- reverse$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- reverse$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
- reverseClock() - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
-
This
LWWRegister.Clockcan be used for first-write-wins semantics. - reverseClock() - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
-
This
LWWRegister.Clockcan be used for first-write-wins semantics. - reversed() - Static method in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
- reversed() - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Turn this BidiFlow around by 180 degrees, logically flipping it upside down in a protocol stack.
- reversed() - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Turn this BidiFlow around by 180 degrees, logically flipping it upside down in a protocol stack.
- ReverseOps(Inlet<T>) - Constructor for class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ReverseOps
- reversePrepend$extension(EarliestFirstSystemMessageList, LatestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
- reversePrepend$extension(EarliestFirstSystemMessageList, LatestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- revision() - Method in class org.apache.pekko.persistence.query.DeletedDurableState
- revision() - Method in class org.apache.pekko.persistence.query.UpdatedDurableState
- revision() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- revision() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- revision() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- RichOption(Option<A>) - Constructor for class org.apache.pekko.util.OptionConverters.RichOption
- RichOption(Option<A>) - Static method in class org.apache.pekko.util.OptionConverters
- RichOption(Option<A>) - Method in class org.apache.pekko.util.OptionConverters$
- RichOption$() - Constructor for class org.apache.pekko.util.OptionConverters.RichOption$
- RichOptional(Optional<A>) - Constructor for class org.apache.pekko.util.OptionConverters.RichOptional
- RichOptional(Optional<A>) - Static method in class org.apache.pekko.util.OptionConverters
- RichOptional(Optional<A>) - Method in class org.apache.pekko.util.OptionConverters$
- RichOptional$() - Constructor for class org.apache.pekko.util.OptionConverters.RichOptional$
- RichOptionalDouble(OptionalDouble) - Constructor for class org.apache.pekko.util.OptionConverters.RichOptionalDouble
- RichOptionalDouble(OptionalDouble) - Static method in class org.apache.pekko.util.OptionConverters
- RichOptionalDouble(OptionalDouble) - Method in class org.apache.pekko.util.OptionConverters$
- RichOptionalDouble$() - Constructor for class org.apache.pekko.util.OptionConverters.RichOptionalDouble$
- RichOptionalInt(OptionalInt) - Constructor for class org.apache.pekko.util.OptionConverters.RichOptionalInt
- RichOptionalInt(OptionalInt) - Static method in class org.apache.pekko.util.OptionConverters
- RichOptionalInt(OptionalInt) - Method in class org.apache.pekko.util.OptionConverters$
- RichOptionalInt$() - Constructor for class org.apache.pekko.util.OptionConverters.RichOptionalInt$
- RichOptionalLong(OptionalLong) - Constructor for class org.apache.pekko.util.OptionConverters.RichOptionalLong
- RichOptionalLong(OptionalLong) - Static method in class org.apache.pekko.util.OptionConverters
- RichOptionalLong(OptionalLong) - Method in class org.apache.pekko.util.OptionConverters$
- RichOptionalLong$() - Constructor for class org.apache.pekko.util.OptionConverters.RichOptionalLong$
- right() - Static method in class org.apache.pekko.stream.javadsl.Keep
- right() - Method in class org.apache.pekko.stream.javadsl.Keep$
- right() - Static method in class org.apache.pekko.stream.scaladsl.Keep
- right() - Method in class org.apache.pekko.stream.scaladsl.Keep$
- role() - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- role() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- role() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- role() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- role() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- role() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- role() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
- role() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
- role() - Method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings
- role() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- role() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- role() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- role() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- role(String) - Method in class org.apache.pekko.remote.testkit.MultiNodeConfig
-
Construct a RoleName and return it, to be used as an identifier in the test.
- Role - Interface in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- roleLeader(String) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
get address of current leader, if any, within the data center that has the given role
- RoleLeaderChanged(String, Option<Address>) - Constructor for class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- RoleLeaderChanged$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged$
- roleLeaderMap() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- RoleName - Class in org.apache.pekko.remote.testconductor
- RoleName(String) - Constructor for class org.apache.pekko.remote.testconductor.RoleName
- RoleName$ - Class in org.apache.pekko.remote.testconductor
- RoleName$() - Constructor for class org.apache.pekko.remote.testconductor.RoleName$
- roles() - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- roles() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- roles() - Method in class org.apache.pekko.cluster.Member
- roles() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
All registered roles
- Roles() - Method in class org.apache.pekko.cluster.ClusterSettings
- ROLES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- ROLESINDEXES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- root() - Method in interface org.apache.pekko.actor.ActorPath
-
Walk up the tree to obtain and return the RootActorPath.
- root() - Method in class org.apache.pekko.actor.ChildActorPath
- root() - Method in class org.apache.pekko.actor.RootActorPath
- root() - Static method in class org.apache.pekko.event.jul.Logger
-
Deprecated.Returns the JUL Root Logger
- root() - Method in class org.apache.pekko.event.jul.Logger$
-
Deprecated.Returns the JUL Root Logger
- root() - Static method in class org.apache.pekko.event.slf4j.Logger
-
Returns the SLF4J Root Logger
- root() - Method in class org.apache.pekko.event.slf4j.Logger$
-
Returns the SLF4J Root Logger
- RootActorPath - Class in org.apache.pekko.actor
-
Root of the hierarchy of ActorPaths.
- RootActorPath(Address, String) - Constructor for class org.apache.pekko.actor.RootActorPath
- RootActorPath$ - Class in org.apache.pekko.actor
- RootActorPath$() - Constructor for class org.apache.pekko.actor.RootActorPath$
- rootGuardian() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Reference to the supervisor of guardian and systemGuardian; this is exposed so that the ActorSystemImpl can use it as lookupRoot, i.e.
- rootGuardianAt(Address) - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Reference to the supervisor of guardian and systemGuardian at the specified address; this is exposed so that the ActorRefFactory can use it as lookupRoot, i.e.
- rootPath() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
The root path for all actors within this actor system, not including any remote address information.
- RotatingKeysSSLEngineProvider - Class in org.apache.pekko.remote.artery.tcp.ssl
-
Variation on ConfigSSLEngineProvider that will periodically reload the keys and certificates from disk, to facilitate rolling updates of certificates.
- RotatingKeysSSLEngineProvider(Config, MarkerLoggingAdapter) - Constructor for class org.apache.pekko.remote.artery.tcp.ssl.RotatingKeysSSLEngineProvider
- RotatingKeysSSLEngineProvider(ActorSystem) - Constructor for class org.apache.pekko.remote.artery.tcp.ssl.RotatingKeysSSLEngineProvider
- RotatingKeysSSLEngineProvider$ - Class in org.apache.pekko.remote.artery.tcp.ssl
- RotatingKeysSSLEngineProvider$() - Constructor for class org.apache.pekko.remote.artery.tcp.ssl.RotatingKeysSSLEngineProvider$
- RoundRobinGroup - Class in org.apache.pekko.routing
-
A router group that uses round-robin to select a routee.
- RoundRobinGroup(Config) - Constructor for class org.apache.pekko.routing.RoundRobinGroup
- RoundRobinGroup(Iterable<String>) - Constructor for class org.apache.pekko.routing.RoundRobinGroup
-
Java API
- RoundRobinGroup(Iterable<String>, String) - Constructor for class org.apache.pekko.routing.RoundRobinGroup
- RoundRobinGroup$ - Class in org.apache.pekko.routing
- RoundRobinGroup$() - Constructor for class org.apache.pekko.routing.RoundRobinGroup$
- RoundRobinLogic() - Constructor for class org.apache.pekko.actor.typed.internal.routing.RoutingLogics.RoundRobinLogic
- RoundRobinPool - Class in org.apache.pekko.routing
-
A router pool that uses round-robin to select a routee.
- RoundRobinPool(int) - Constructor for class org.apache.pekko.routing.RoundRobinPool
-
Java API
- RoundRobinPool(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Constructor for class org.apache.pekko.routing.RoundRobinPool
- RoundRobinPool(Config) - Constructor for class org.apache.pekko.routing.RoundRobinPool
- RoundRobinPool$ - Class in org.apache.pekko.routing
- RoundRobinPool$() - Constructor for class org.apache.pekko.routing.RoundRobinPool$
- RoundRobinRoutingLogic - Class in org.apache.pekko.routing
-
Uses round-robin to select a routee.
- RoundRobinRoutingLogic() - Constructor for class org.apache.pekko.routing.RoundRobinRoutingLogic
- RoundRobinRoutingLogic$ - Class in org.apache.pekko.routing
- RoundRobinRoutingLogic$() - Constructor for class org.apache.pekko.routing.RoundRobinRoutingLogic$
- route(Object, ActorRef) - Method in class org.apache.pekko.routing.Router
-
Send the message to the destination
Routeeselected by theRoutingLogic. - RoutedActorCell$ - Class in org.apache.pekko.routing
-
INTERNAL API
- RoutedActorCell$() - Constructor for class org.apache.pekko.routing.RoutedActorCell$
- routee() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- routee() - Method in class org.apache.pekko.routing.AddRoutee
- routee() - Method in class org.apache.pekko.routing.RemoveRoutee
- Routee - Interface in org.apache.pekko.routing
-
Abstraction of a destination for messages routed via a
Router. - routeeFor(String, ActorContext) - Method in interface org.apache.pekko.routing.Group
-
INTERNAL API
- routees() - Method in class org.apache.pekko.routing.Routees
- routees() - Method in class org.apache.pekko.routing.Router
- routees() - Method in class org.apache.pekko.routing.SeveralRoutees
- Routees - Class in org.apache.pekko.routing
-
Message used to carry information about what routees the router is currently using.
- Routees(IndexedSeq<Routee>) - Constructor for class org.apache.pekko.routing.Routees
- Routees$ - Class in org.apache.pekko.routing
- Routees$() - Constructor for class org.apache.pekko.routing.Routees$
- routeesPaths() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- routeesToUpdate(Set<ActorRef<T>>, boolean) - Static method in class org.apache.pekko.actor.typed.internal.routing.GroupRouterHelper
- routeesToUpdate(Set<ActorRef<T>>, boolean) - Method in class org.apache.pekko.actor.typed.internal.routing.GroupRouterHelper$
- routeesUpdated(Set<ActorRef<T>>) - Method in interface org.apache.pekko.actor.typed.internal.routing.RoutingLogic
-
Invoked an initial time before
selectRouteeis ever called and then every time the set of available routees changes. - routeesUpdated(Set<ActorRef<T>>) - Method in class org.apache.pekko.actor.typed.internal.routing.RoutingLogics.ConsistentHashingLogic
- routeesUpdated(Set<ActorRef<T>>) - Method in class org.apache.pekko.actor.typed.internal.routing.RoutingLogics.RandomLogic
- routeesUpdated(Set<ActorRef<T>>) - Method in class org.apache.pekko.actor.typed.internal.routing.RoutingLogics.RoundRobinLogic
- Router - Class in org.apache.pekko.routing
-
For each message that is sent through the router via the
Router.route(java.lang.Object, org.apache.pekko.actor.ActorRef)method theRoutingLogicdecides to whichRouteeto send the message. - Router(RoutingLogic) - Constructor for class org.apache.pekko.routing.Router
-
Java API
- Router(RoutingLogic, Iterable<Routee>) - Constructor for class org.apache.pekko.routing.Router
-
Java API
- Router(RoutingLogic, IndexedSeq<Routee>) - Constructor for class org.apache.pekko.routing.Router
- Router$ - Class in org.apache.pekko.routing
- Router$() - Constructor for class org.apache.pekko.routing.Router$
- routerConfig() - Method in class org.apache.pekko.actor.Deploy
- routerConfig() - Method in class org.apache.pekko.actor.Props
-
Convenience method for extracting the router configuration from the contained
Deployinstance. - RouterConfig - Interface in org.apache.pekko.routing
-
This trait represents a router factory: it produces the actual router actor and creates the routing table (a function which determines the recipients for each message which is to be dispatched).
- ROUTERCONFIG_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- ROUTERCONFIGMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- ROUTERCONFIGSERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- routerDispatcher() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- routerDispatcher() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- routerDispatcher() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterConfigBase
- routerDispatcher() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- routerDispatcher() - Method in class org.apache.pekko.routing.BalancingPool
- routerDispatcher() - Method in class org.apache.pekko.routing.BroadcastGroup
- routerDispatcher() - Method in class org.apache.pekko.routing.BroadcastPool
- routerDispatcher() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- routerDispatcher() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- routerDispatcher() - Method in class org.apache.pekko.routing.CustomRouterConfig
- routerDispatcher() - Method in class org.apache.pekko.routing.FromConfig
- routerDispatcher() - Static method in class org.apache.pekko.routing.NoRouter
- routerDispatcher() - Method in class org.apache.pekko.routing.NoRouter$
- routerDispatcher() - Method in class org.apache.pekko.routing.RandomGroup
- routerDispatcher() - Method in class org.apache.pekko.routing.RandomPool
- routerDispatcher() - Method in class org.apache.pekko.routing.RoundRobinGroup
- routerDispatcher() - Method in class org.apache.pekko.routing.RoundRobinPool
- routerDispatcher() - Method in interface org.apache.pekko.routing.RouterConfig
-
Dispatcher ID to use for running the “head” actor, which handles supervision, death watch and router management messages
- routerDispatcher() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- routerDispatcher() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- routerDispatcher() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- routerDispatcher() - Method in class org.apache.pekko.routing.TailChoppingGroup
- routerDispatcher() - Method in class org.apache.pekko.routing.TailChoppingPool
- ROUTERDISPATCHER_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- ROUTERDISPATCHER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.FromConfig
- ROUTERDISPATCHER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- RouterEnvelope - Interface in org.apache.pekko.routing
-
Only the contained message will be forwarded to the destination, i.e.
- RouterManagementMesssage - Interface in org.apache.pekko.routing
-
INTERNAL API
- Routers - Class in org.apache.pekko.actor.typed.javadsl
- Routers - Class in org.apache.pekko.actor.typed.scaladsl
- Routers() - Constructor for class org.apache.pekko.actor.typed.javadsl.Routers
- Routers() - Constructor for class org.apache.pekko.actor.typed.scaladsl.Routers
- Routers$ - Class in org.apache.pekko.actor.typed.javadsl
- Routers$ - Class in org.apache.pekko.actor.typed.scaladsl
- Routers$() - Constructor for class org.apache.pekko.actor.typed.javadsl.Routers$
- Routers$() - Constructor for class org.apache.pekko.actor.typed.scaladsl.Routers$
- routingLogic() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- RoutingLogic<T> - Interface in org.apache.pekko.actor.typed.internal.routing
-
Kept in the behavior, not shared between instances, meant to be stateful.
- RoutingLogic - Interface in org.apache.pekko.routing
-
The interface of the routing logic that is used in a
Routerto select destination routed messages. - routingLogicController(RoutingLogic) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- routingLogicController(RoutingLogic) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- routingLogicController(RoutingLogic) - Method in interface org.apache.pekko.cluster.routing.ClusterRouterConfigBase
- routingLogicController(RoutingLogic) - Static method in class org.apache.pekko.routing.FromConfig
- routingLogicController(RoutingLogic) - Static method in class org.apache.pekko.routing.NoRouter
- routingLogicController(RoutingLogic) - Method in interface org.apache.pekko.routing.RouterConfig
-
Possibility to define an actor for controlling the routing logic from external stimuli (e.g.
- RoutingLogics - Class in org.apache.pekko.actor.typed.internal.routing
-
INTERNAL API
- RoutingLogics() - Constructor for class org.apache.pekko.actor.typed.internal.routing.RoutingLogics
- RoutingLogics.ConsistentHashingLogic<T> - Class in org.apache.pekko.actor.typed.internal.routing
- RoutingLogics.RandomLogic<T> - Class in org.apache.pekko.actor.typed.internal.routing
- RoutingLogics.RoundRobinLogic<T> - Class in org.apache.pekko.actor.typed.internal.routing
- RoutingLogics$ - Class in org.apache.pekko.actor.typed.internal.routing
-
INTERNAL API
- RoutingLogics$() - Constructor for class org.apache.pekko.actor.typed.internal.routing.RoutingLogics$
- run() - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Deprecated.Use the method with `reason` parameter instead. Since Akka 2.5.8.
- run() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler.TaskHolder
- run() - Method in class org.apache.pekko.dispatch.TaskInvocation
- run(boolean, ExecutionContext) - Method in interface org.apache.pekko.actor.CoordinatedShutdown.PhaseDefinition
- run(Optional<String>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Deprecated.Use the method with `reason` parameter instead. Since Akka 2.5.8.
- run(ActorRef, Object) - Method in class org.apache.pekko.testkit.TestActor.AutoPilot
- run(ActorRef, Object) - Method in class org.apache.pekko.testkit.TestActor.KeepRunning$
- run(ActorRef, Object) - Method in class org.apache.pekko.testkit.TestActor.NoAutoPilot$
- run(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.RunnableGraph
-
Run this flow and return the materialized values of the flow.
- run(ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Source
-
Connect this
Sourceto theSink.ignoreand run it. - run(CoordinatedShutdown.Reason) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Scala API: Run tasks of all phases.
- run(CoordinatedShutdown.Reason, Optional<String>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Java API: Run tasks of all phases including and after the given phase.
- run(CoordinatedShutdown.Reason, Option<String>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Scala API: Run tasks of all phases including and after the given phase.
- run(Materializer) - Method in class org.apache.pekko.stream.javadsl.RunnableGraph
-
Run this flow using a special materializer and return the materialized values of the flow.
- run(Materializer) - Method in class org.apache.pekko.stream.javadsl.Source
-
Connect this
Sourceto theSink.ignoreand run it. - run(Materializer) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
-
Run this flow and return the materialized instance from the flow.
- run(Materializer) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Connect this
Sourceto theSink.ignoreand run it. - run(Option<String>) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Deprecated.Use the method with `reason` parameter instead. Since Akka 2.5.8.
- run(Option<String>, Args) - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- run(Option<String>, Args) - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- run(T) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Send the message to the behavior and record any
Effects - run(T) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Send the message to the behavior and record any
Effects - runAll() - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Deprecated.Use the method with `reason` parameter instead. Since Akka 2.5.8.
- runAll(CoordinatedShutdown.Reason) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Java API: Run tasks of all phases.
- runCommand(Command) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
Run one command through the behavior.
- runCommand(Command) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit
-
Run one command through the behavior.
- runCommand(Function<ActorRef<R>, Command>) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
Run one command with a
replyTo: ActorRefthrough the behavior. - runCommand(Function1<ActorRef<R>, Command>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit
-
Run one command with a
replyTo: ActorRef[R]through the behavior. - RunCoordinatedShutdownWhenDown() - Method in class org.apache.pekko.cluster.ClusterSettings
- runFold(U, Function2<U, Out, U>, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Source
-
Shortcut for running this
Sourcewith a fold function. - runFold(U, Function2<U, Out, U>, Materializer) - Method in class org.apache.pekko.stream.javadsl.Source
-
Shortcut for running this
Sourcewith a fold function. - runFold(U, Function2<U, Out, U>, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Shortcut for running this
Sourcewith a fold function. - runFoldAsync(U, Function2<U, Out, CompletionStage<U>>, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Source
-
Shortcut for running this
Sourcewith an asynchronous fold function. - runFoldAsync(U, Function2<U, Out, CompletionStage<U>>, Materializer) - Method in class org.apache.pekko.stream.javadsl.Source
-
Shortcut for running this
Sourcewith an asynchronous fold function. - runFoldAsync(U, Function2<U, Out, Future<U>>, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Shortcut for running this
Sourcewith a foldAsync function. - runForeach(Procedure<Out>, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Source
-
Shortcut for running this
Sourcewith a foreach procedure. - runForeach(Procedure<Out>, Materializer) - Method in class org.apache.pekko.stream.javadsl.Source
-
Shortcut for running this
Sourcewith a foreach procedure. - runForeach(Function1<Out, BoxedUnit>, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Shortcut for running this
Sourcewith a foreach procedure. - runnable() - Method in class org.apache.pekko.dispatch.TaskInvocation
- RunnableGraph<Mat> - Class in org.apache.pekko.stream.javadsl
-
Java API
- RunnableGraph<Mat> - Class in org.apache.pekko.stream.scaladsl
- RunnableGraph() - Constructor for class org.apache.pekko.stream.javadsl.RunnableGraph
- RunnableGraph(TraversalBuilder) - Constructor for class org.apache.pekko.stream.scaladsl.RunnableGraph
- RunnableGraph$ - Class in org.apache.pekko.stream.javadsl
- RunnableGraph$ - Class in org.apache.pekko.stream.scaladsl
- RunnableGraph$() - Constructor for class org.apache.pekko.stream.javadsl.RunnableGraph$
- RunnableGraph$() - Constructor for class org.apache.pekko.stream.scaladsl.RunnableGraph$
- runNestedSuites(Args) - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- runNestedSuites(Args) - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- runNextActorRefAdvertisement() - Method in interface org.apache.pekko.remote.artery.compress.InboundCompressions
-
Triggers compression advertisement via control message.
- runNextActorRefAdvertisement() - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- runNextActorRefAdvertisement() - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- runNextClassManifestAdvertisement() - Method in interface org.apache.pekko.remote.artery.compress.InboundCompressions
-
Triggers compression advertisement via control message.
- runNextClassManifestAdvertisement() - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- runNextClassManifestAdvertisement() - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- Running() - Method in class org.apache.pekko.dispatch.affinity.AffinityPool$
- Running$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- Running$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- Running$() - Constructor for class org.apache.pekko.persistence.typed.internal.Running$
- Running$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.Running$
- RunningCmds() - Static method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- RunningCmds() - Method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- RunningCmds() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc
- RunningCmds() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc$
- RunningInterpreter - Interface in org.apache.pekko.stream.snapshot
-
A stream interpreter that is running/has been started
- RunningInterpreterImpl$ - Class in org.apache.pekko.stream.snapshot
- RunningInterpreterImpl$() - Constructor for class org.apache.pekko.stream.snapshot.RunningInterpreterImpl$
- runningLogicsCount() - Method in interface org.apache.pekko.stream.snapshot.RunningInterpreter
-
Total number of non-stopped logics in the interpreter
- runOn(Seq<RoleName>, Function0<BoxedUnit>) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Execute the given block of code only on the given nodes (names according to the
roleMap). - runOne() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Send the first message in the selfInbox to the behavior and run it, recording
Effects. - runOne() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Send the first message in the selfInbox to the behavior and run it, recording
Effects. - runPerfFlames(Seq<RoleName>, FiniteDuration) - Method in interface org.apache.pekko.remote.testkit.PerfFlamesSupport
-
Runs
perf-java-flamesscript on given node (JVM process). - runReduce(Function2<Out, Out, Out>, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Source
-
Shortcut for running this
Sourcewith a reduce function. - runReduce(Function2<Out, Out, Out>, Materializer) - Method in class org.apache.pekko.stream.javadsl.Source
-
Shortcut for running this
Sourcewith a reduce function. - runReduce(Function2<U, U, U>, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Shortcut for running this
Sourcewith a reduce function. - runTest(String, Args) - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- runTest(String, Args) - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- runTests(Option<String>, Args) - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- runTests(Option<String>, Args) - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- RuntimePluginConfig - Interface in org.apache.pekko.persistence
- runWith(Graph<SinkShape<Pair<Out, Ctx>>, M>, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Connect this
pekko.stream.javadsl.SourceWithContextto apekko.stream.javadsl.Sinkand run it. - runWith(Graph<SinkShape<Pair<Out, Ctx>>, M>, Materializer) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Connect this
pekko.stream.javadsl.SourceWithContextto apekko.stream.javadsl.Sinkand run it. - runWith(Graph<SinkShape<Out>, M>, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Source
-
Connect this
Sourceto aSinkand run it. - runWith(Graph<SinkShape<Out>, M>, Materializer) - Method in class org.apache.pekko.stream.javadsl.Source
-
Connect this
Sourceto aSinkand run it. - runWith(Graph<SinkShape<Out>, Mat2>, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Connect this
Sourceto aSinkand run it. - runWith(Graph<SinkShape<Tuple2<Out, Ctx>>, Mat2>, Materializer) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
-
Connect this
pekko.stream.scaladsl.SourceWithContextto apekko.stream.scaladsl.Sinkand run it. - runWith(Graph<SourceShape<In>, M>, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Connect this
Sinkto aSourceand run it. - runWith(Graph<SourceShape<In>, M>, Materializer) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Connect this
Sinkto aSourceand run it. - runWith(Graph<SourceShape<In>, Mat1>, Graph<SinkShape<Out>, Mat2>, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Connect the
Sourceto thisFlowand then connect it to theSinkand run it. - runWith(Graph<SourceShape<In>, Mat2>, Materializer) - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Connect this
Sinkto aSourceand run it. - runWith(Graph<SourceShape<In>, T>, Graph<SinkShape<Out>, U>, ClassicActorSystemProvider) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Connect the
Sourceto thisFlowand then connect it to theSinkand run it. - runWith(Graph<SourceShape<In>, T>, Graph<SinkShape<Out>, U>, Materializer) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Connect the
Sourceto thisFlowand then connect it to theSinkand run it.
S
- s() - Method in class org.apache.pekko.stream.Inlet
- s() - Method in class org.apache.pekko.stream.Outlet
- safeLongToInt(long) - Method in interface org.apache.pekko.persistence.journal.inmem.InmemMessages
- safeToBeOldest() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- same() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- same() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- same() - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Return this behavior from message processing in order to advise the system to reuse the previous behavior.
- same() - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Return this behavior from message processing in order to advise the system to reuse the previous behavior.
- same() - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Return this behavior from message processing in order to advise the system to reuse the previous behavior.
- same() - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Return this behavior from message processing in order to advise the system to reuse the previous behavior.
- Same$() - Constructor for class org.apache.pekko.cluster.ddata.VersionVector.Same$
- Same$() - Constructor for class org.apache.pekko.cluster.VectorClock.Same$
- sameAs(Metric) - Method in class org.apache.pekko.cluster.metrics.Metric
-
Returns true if
thatis tracking the same metric as this. - sameAs(NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
-
Returns true if
thataddress is the same as this - sameAsParent() - Static method in class org.apache.pekko.actor.typed.DispatcherSelector
-
Run the actor on the same executor as the parent actor.
- sameAsParent() - Method in class org.apache.pekko.actor.typed.DispatcherSelector$
-
Run the actor on the same executor as the parent actor.
- SameBehavior() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorTags
- SameBehavior() - Method in class org.apache.pekko.actor.typed.internal.BehaviorTags$
- SameBehavior$() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.SameBehavior$
- SameInstance() - Static method in class org.apache.pekko.cluster.ddata.VersionVector
-
Java API: The
VersionVector.Sameinstance - SameInstance() - Method in class org.apache.pekko.cluster.ddata.VersionVector$
-
Java API: The
VersionVector.Sameinstance - SameThreadExecutionContext - Class in org.apache.pekko.dispatch.internal
-
Factory to create same thread ec.
- SameThreadExecutionContext() - Constructor for class org.apache.pekko.dispatch.internal.SameThreadExecutionContext
- sameThreadExecutionContext$() - Constructor for class org.apache.pekko.dispatch.ExecutionContexts.sameThreadExecutionContext$
-
Deprecated.
- SameThreadExecutionContext$ - Class in org.apache.pekko.dispatch.internal
-
Factory to create same thread ec.
- SameThreadExecutionContext$() - Constructor for class org.apache.pekko.dispatch.internal.SameThreadExecutionContext$
- sample() - Method in class org.apache.pekko.cluster.metrics.JmxMetricsCollector
-
Samples and collects new data points.
- sample() - Method in interface org.apache.pekko.cluster.metrics.MetricsCollector
-
Samples and collects new data points.
- SaneRejectedExecutionHandler - Class in org.apache.pekko.dispatch
-
The RejectedExecutionHandler used by Akka, it improves on CallerRunsPolicy by throwing a RejectedExecutionException if the executor isShutdown.
- SaneRejectedExecutionHandler() - Constructor for class org.apache.pekko.dispatch.SaneRejectedExecutionHandler
- satisfiesRoles(Set<String>) - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- saveAsync(SnapshotMetadata, Object) - Method in class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- saveAsync(SnapshotMetadata, Object) - Method in class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- saveAsync(SnapshotMetadata, Object) - Method in interface org.apache.pekko.persistence.snapshot.SnapshotStore
-
Plugin API: asynchronously saves a snapshot.
- saveAsync(SnapshotMetadata, Object) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- saveSnapshot(Object) - Method in interface org.apache.pekko.persistence.Snapshotter
-
Saves a
snapshotof this snapshotter's state. - SaveSnapshot(SnapshotMetadata, Object) - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- SaveSnapshot$() - Constructor for class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot$
- SaveSnapshotFailure - Class in org.apache.pekko.persistence
-
Sent to a
PersistentActorafter failed saving of a snapshot. - SaveSnapshotFailure(SnapshotMetadata, Throwable) - Constructor for class org.apache.pekko.persistence.SaveSnapshotFailure
- SaveSnapshotFailure$ - Class in org.apache.pekko.persistence
- SaveSnapshotFailure$() - Constructor for class org.apache.pekko.persistence.SaveSnapshotFailure$
- SaveSnapshotSuccess - Class in org.apache.pekko.persistence
-
Sent to a
PersistentActorafter successful saving of a snapshot. - SaveSnapshotSuccess(SnapshotMetadata) - Constructor for class org.apache.pekko.persistence.SaveSnapshotSuccess
- SaveSnapshotSuccess$ - Class in org.apache.pekko.persistence
- SaveSnapshotSuccess$() - Constructor for class org.apache.pekko.persistence.SaveSnapshotSuccess$
- saveSnapshotWhenNeeded() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- saveStateSnapshot() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.Save the current state as a snapshot
- SbrDecision() - Method in class org.apache.pekko.cluster.ClusterLogMarker.Properties$
- sbrDowning(org.apache.pekko.cluster.sbr.DowningStrategy.Decision) - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoSbrDowning" of log event when Split Brain Resolver has made a downing decision.
- sbrDowning(org.apache.pekko.cluster.sbr.DowningStrategy.Decision) - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoSbrDowning" of log event when Split Brain Resolver has made a downing decision.
- sbrDowningNode(UniqueAddress, org.apache.pekko.cluster.sbr.DowningStrategy.Decision) - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoSbrDowningNode" of log event when a member is downed by Split Brain Resolver.
- sbrDowningNode(UniqueAddress, org.apache.pekko.cluster.sbr.DowningStrategy.Decision) - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoSbrDowningNode" of log event when a member is downed by Split Brain Resolver.
- sbrInstability() - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoSbrInstability" of log event when Split Brain Resolver has detected too much instability and will down all nodes.
- sbrInstability() - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoSbrInstability" of log event when Split Brain Resolver has detected too much instability and will down all nodes.
- sbrLeaseAcquired(org.apache.pekko.cluster.sbr.DowningStrategy.Decision) - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoSbrLeaseAcquired" of log event when Split Brain Resolver has acquired the lease.
- sbrLeaseAcquired(org.apache.pekko.cluster.sbr.DowningStrategy.Decision) - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoSbrLeaseAcquired" of log event when Split Brain Resolver has acquired the lease.
- sbrLeaseDenied(org.apache.pekko.cluster.sbr.DowningStrategy.Decision) - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoSbrLeaseDenied" of log event when Split Brain Resolver has acquired the lease.
- sbrLeaseDenied(org.apache.pekko.cluster.sbr.DowningStrategy.Decision) - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoSbrLeaseDenied" of log event when Split Brain Resolver has acquired the lease.
- sbrLeaseReleased() - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoSbrLeaseReleased" of log event when Split Brain Resolver has released the lease.
- sbrLeaseReleased() - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoSbrLeaseReleased" of log event when Split Brain Resolver has released the lease.
- scala2JavaOption(Option<A>) - Static method in class org.apache.pekko.japi.Option
- scala2JavaOption(Option<A>) - Method in class org.apache.pekko.japi.Option$
- ScalaActorRef - Interface in org.apache.pekko.actor
-
Deprecated.tell method is now provided by ActorRef trait. Since Akka 2.6.13.
- ScalaActorSelection - Interface in org.apache.pekko.actor
-
Contains the Scala API (!-method) for ActorSelections) which provides automatic tracking of the sender, as per the usual implicit ActorRef pattern.
- scalaAnyThreeToFalse() - Static method in class org.apache.pekko.util.ConstantFun
- scalaAnyThreeToFalse() - Method in class org.apache.pekko.util.ConstantFun$
- scalaAnyThreeToThird() - Static method in class org.apache.pekko.util.ConstantFun
- scalaAnyThreeToThird() - Method in class org.apache.pekko.util.ConstantFun$
- scalaAnyThreeToUnit() - Static method in class org.apache.pekko.util.ConstantFun
- scalaAnyThreeToUnit() - Method in class org.apache.pekko.util.ConstantFun$
- scalaAnyToNone() - Static method in class org.apache.pekko.util.ConstantFun
- scalaAnyToNone() - Method in class org.apache.pekko.util.ConstantFun$
- scalaAnyToUnit() - Static method in class org.apache.pekko.util.ConstantFun
- scalaAnyToUnit() - Method in class org.apache.pekko.util.ConstantFun$
- scalaAnyTwoToNone() - Static method in class org.apache.pekko.util.ConstantFun
- scalaAnyTwoToNone() - Method in class org.apache.pekko.util.ConstantFun$
- scalaAnyTwoToTrue() - Static method in class org.apache.pekko.util.ConstantFun
- scalaAnyTwoToTrue() - Method in class org.apache.pekko.util.ConstantFun$
- scalaAnyTwoToUnit() - Static method in class org.apache.pekko.util.ConstantFun
- scalaAnyTwoToUnit() - Method in class org.apache.pekko.util.ConstantFun$
- ScalaBatchable - Class in org.apache.pekko.dispatch.internal
-
INTERNAL API
- ScalaBatchable() - Constructor for class org.apache.pekko.dispatch.internal.ScalaBatchable
- ScalaBatchable$ - Class in org.apache.pekko.dispatch.internal
-
INTERNAL API
- ScalaBatchable$() - Constructor for class org.apache.pekko.dispatch.internal.ScalaBatchable$
- scalaDsl(T) - Method in interface org.apache.pekko.persistence.PluginProvider
- scaladslDurableStateStore() - Method in interface org.apache.pekko.persistence.state.DurableStateStoreProvider
-
The
ReadJournalimplementation for the Scala API. - scaladslDurableStateStore() - Method in class org.apache.pekko.persistence.testkit.state.PersistenceTestKitDurableStateStoreProvider
- scaladslReadJournal() - Method in class org.apache.pekko.persistence.query.journal.leveldb.LeveldbReadJournalProvider
-
Deprecated.
- scaladslReadJournal() - Method in interface org.apache.pekko.persistence.query.ReadJournalProvider
-
The
ReadJournalimplementation for the Scala API. - scaladslReadJournal() - Method in class org.apache.pekko.persistence.testkit.query.PersistenceTestKitReadJournalProvider
- ScalaDurationOps(Duration) - Constructor for class org.apache.pekko.util.JavaDurationConverters.ScalaDurationOps
- ScalaDurationOps(Duration) - Static method in class org.apache.pekko.util.JavaDurationConverters
- ScalaDurationOps(Duration) - Method in class org.apache.pekko.util.JavaDurationConverters$
- ScalaDurationOps$() - Constructor for class org.apache.pekko.util.JavaDurationConverters.ScalaDurationOps$
- scalaIdentityFunction() - Static method in class org.apache.pekko.util.ConstantFun
- scalaIdentityFunction() - Method in class org.apache.pekko.util.ConstantFun$
- ScalaSessionAPI - Interface in org.apache.pekko.stream.scaladsl
-
Allows access to an SSLSession with Scala types
- ScalaSessionAPI$ - Class in org.apache.pekko.stream.scaladsl
- ScalaSessionAPI$() - Constructor for class org.apache.pekko.stream.scaladsl.ScalaSessionAPI$
- ScalaTestWithActorTestKit - Class in org.apache.pekko.actor.testkit.typed.scaladsl
-
A ScalaTest base class for the
ActorTestKit, making it possible to have ScalaTest manage the lifecycle of the testkit. - ScalaTestWithActorTestKit() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
-
Config loaded from
application-test.confif that exists, otherwise using default configuration from the reference.conf resources that ship with the Akka libraries. - ScalaTestWithActorTestKit(Config) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
-
Use a custom config for the actor system.
- ScalaTestWithActorTestKit(Config, TestKitSettings) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
-
Use a custom config for the actor system, and a custom
pekko.actor.testkit.typed.TestKitSettings. - ScalaTestWithActorTestKit(String) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
-
Use a custom config for the actor system.
- ScalaTestWithActorTestKit(ActorTestKit) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- ScalaTestWithActorTestKit(ActorSystem<?>) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
-
Use a custom
pekko.actor.typed.ActorSystemfor the actor system. - ScalaTestWithActorTestKitBase - Interface in org.apache.pekko.actor.testkit.typed.scaladsl
-
A ScalaTest base trait for the
ActorTestKitwhichScalaTestWithActorTestKitextends. - scaledPoolSize(int, double, int) - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- scaledPoolSize(int, double, int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- scan(T, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Similar to
foldbut is not a terminal operation, emits its current value which starts atzeroand then applies the current and next value to the given functionf, emitting the next current value. - scan(T, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Similar to
foldbut is not a terminal operation, emits its current value which starts atzeroand then applies the current and next value to the given functionf, emitting the next current value. - scan(T, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Similar to
foldbut is not a terminal operation, emits its current value which starts atzeroand then applies the current and next value to the given functionf, emitting the next current value. - scan(T, Function2<T, Out, T>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Similar to
foldbut is not a terminal operation, emits its current value which starts atzeroand then applies the current and next value to the given functionf, emitting the next current value. - scan(T, Function2<T, Out, T>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Similar to
foldbut is not a terminal operation, emits its current value which starts atzeroand then applies the current and next value to the given functionf, emitting the next current value. - scanAsync(T, Function2<T, Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Similar to
scanbut with an asynchronous function, emits its current value which starts atzeroand then applies the current and next value to the given functionf, emitting aFuturethat resolves to the next current value. - scanAsync(T, Function2<T, Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Similar to
scanbut with an asynchronous function, emits its current value which starts atzeroand then applies the current and next value to the given functionf, emitting aFuturethat resolves to the next current value. - scanAsync(T, Function2<T, Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Similar to
scanbut with an asynchronous function, emits its current value which starts atzeroand then applies the current and next value to the given functionf, emitting aFuturethat resolves to the next current value. - scanAsync(T, Function2<T, Out, CompletionStage<T>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Similar to
scanbut with an asynchronous function, emits its current value which starts atzeroand then applies the current and next value to the given functionf, emitting aFuturethat resolves to the next current value. - scanAsync(T, Function2<T, Out, Future<T>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Similar to
scanbut with an asynchronous function, emits its current value which starts atzeroand then applies the current and next value to the given functionf, emitting aFuturethat resolves to the next current value. - ScanningClassification - Interface in org.apache.pekko.event
-
Maps Classifiers to Subscribers and selects which Subscriber should receive which publication through scanning through all Subscribers through the matches(classifier, event) method
- ScanningEventBus<E,S,C> - Class in org.apache.pekko.event.japi
-
Java API: See documentation for
pekko.event.ScanningClassificationE is the Event type S is the Subscriber type C is the Classifier type - ScanningEventBus() - Constructor for class org.apache.pekko.event.japi.ScanningEventBus
- ScatterGatherFirstCompletedGroup - Class in org.apache.pekko.routing
-
A router group that broadcasts the message to all routees, and replies with the first response.
- ScatterGatherFirstCompletedGroup(Config) - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- ScatterGatherFirstCompletedGroup(Iterable<String>, Duration) - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
-
Java API
- ScatterGatherFirstCompletedGroup(Iterable<String>, FiniteDuration) - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
-
Java API
- ScatterGatherFirstCompletedGroup(Iterable<String>, FiniteDuration, String) - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- ScatterGatherFirstCompletedGroup$ - Class in org.apache.pekko.routing
- ScatterGatherFirstCompletedGroup$() - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup$
- ScatterGatherFirstCompletedPool - Class in org.apache.pekko.routing
-
A router pool that broadcasts the message to all routees, and replies with the first response.
- ScatterGatherFirstCompletedPool(int, Duration) - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
-
Java API
- ScatterGatherFirstCompletedPool(int, FiniteDuration) - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
-
Java API
- ScatterGatherFirstCompletedPool(int, Option<Resizer>, FiniteDuration, SupervisorStrategy, String, boolean) - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- ScatterGatherFirstCompletedPool(Config) - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- ScatterGatherFirstCompletedPool$ - Class in org.apache.pekko.routing
- ScatterGatherFirstCompletedPool$() - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- ScatterGatherFirstCompletedRoutees$ - Class in org.apache.pekko.routing
- ScatterGatherFirstCompletedRoutees$() - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutees$
- ScatterGatherFirstCompletedRoutingLogic - Class in org.apache.pekko.routing
-
Broadcasts the message to all routees, and replies with the first response.
- ScatterGatherFirstCompletedRoutingLogic(FiniteDuration) - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- ScatterGatherFirstCompletedRoutingLogic$ - Class in org.apache.pekko.routing
- ScatterGatherFirstCompletedRoutingLogic$() - Constructor for class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic$
- schedule(Duration, Duration, Runnable, ExecutionContext) - Method in class org.apache.pekko.actor.AbstractScheduler
-
Deprecated.
- schedule(Duration, Duration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.Scheduler
-
Deprecated.Use scheduleWithFixedDelay or scheduleAtFixedRate instead. This has the same semantics as scheduleAtFixedRate, but scheduleWithFixedDelay is often preferred. Since Akka 2.6.0.
- schedule(Duration, Duration, ActorRef, Object, ExecutionContext, ActorRef) - Method in interface org.apache.pekko.actor.Scheduler
-
Deprecated.Use scheduleWithFixedDelay or scheduleAtFixedRate instead. This has the same semantics as scheduleAtFixedRate, but scheduleWithFixedDelay is often preferred. Since Akka 2.6.0.
- schedule(ActorRef, FiniteDuration) - Method in class org.apache.pekko.actor.FSM.Timer
- schedule(ActorRef, FiniteDuration) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- schedule(FiniteDuration, FiniteDuration, Runnable, ExecutionContext) - Method in class org.apache.pekko.actor.AbstractScheduler
-
Deprecated.
- schedule(FiniteDuration, FiniteDuration, Runnable, ExecutionContext) - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
- schedule(FiniteDuration, FiniteDuration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.Scheduler
-
Deprecated.Use scheduleWithFixedDelay or scheduleAtFixedRate instead. This has the same semantics as scheduleAtFixedRate, but scheduleWithFixedDelay is often preferred. Since Akka 2.6.0.
- schedule(FiniteDuration, FiniteDuration, Runnable, ExecutionContext) - Method in class org.apache.pekko.testkit.ExplicitlyTriggeredScheduler
- schedule(FiniteDuration, FiniteDuration, ActorRef, Object, ExecutionContext, ActorRef) - Method in interface org.apache.pekko.actor.Scheduler
-
Deprecated.Use scheduleWithFixedDelay or scheduleAtFixedRate instead. This has the same semantics as scheduleAtFixedRate, but scheduleWithFixedDelay is often preferred. Since Akka 2.6.0.
- schedule(FiniteDuration, FiniteDuration, Function0<BoxedUnit>, ExecutionContext) - Method in interface org.apache.pekko.actor.Scheduler
-
Deprecated.Use scheduleWithFixedDelay or scheduleAtFixedRate instead. This has the same semantics as scheduleAtFixedRate, but scheduleWithFixedDelay is often preferred. Since Akka 2.6.0.
- schedule$default$6(FiniteDuration, FiniteDuration, ActorRef, Object) - Method in interface org.apache.pekko.actor.Scheduler
-
Deprecated API: See
Scheduler.scheduleWithFixedDelay(scala.concurrent.duration.FiniteDuration, scala.concurrent.duration.FiniteDuration, java.lang.Runnable, scala.concurrent.ExecutionContext)orScheduler.scheduleAtFixedRate(scala.concurrent.duration.FiniteDuration, scala.concurrent.duration.FiniteDuration, java.lang.Runnable, scala.concurrent.ExecutionContext). - scheduleAtFixedRate(Object, Duration, Duration) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Schedule timer to call
TimerGraphStageLogic.onTimer(java.lang.Object)periodically with the givenintervalafter the specified initial delay. - scheduleAtFixedRate(Object, FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Schedule timer to call
TimerGraphStageLogic.onTimer(java.lang.Object)periodically with the givenintervalafter the specified initial delay. - scheduleAtFixedRate(Duration, Duration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.Scheduler
-
Java API: Schedules a
Runnableto be run repeatedly with an initial delay and a frequency. - scheduleAtFixedRate(Duration, Duration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.typed.Scheduler
-
Java API: Schedules a
Runnableto be run repeatedly with an initial delay and a frequency. - scheduleAtFixedRate(Duration, Duration, ActorRef, Object, ExecutionContext, ActorRef) - Method in interface org.apache.pekko.actor.Scheduler
-
Java API: Schedules a message to be sent repeatedly with an initial delay and frequency.
- scheduleAtFixedRate(FiniteDuration, FiniteDuration, Runnable) - Method in class org.apache.pekko.stream.Materializer
-
Interface for operators that need timer services for their functionality.
- scheduleAtFixedRate(FiniteDuration, FiniteDuration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.Scheduler
-
Scala API: Schedules a
Runnableto be run repeatedly with an initial delay and a frequency. - scheduleAtFixedRate(FiniteDuration, FiniteDuration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.typed.Scheduler
-
Scala API: Schedules a
Runnableto be run repeatedly with an initial delay and a frequency. - scheduleAtFixedRate(FiniteDuration, FiniteDuration, ActorRef, Object, ExecutionContext, ActorRef) - Method in interface org.apache.pekko.actor.Scheduler
-
Scala API: Schedules a message to be sent repeatedly with an initial delay and frequency.
- scheduleAtFixedRate$default$6(FiniteDuration, FiniteDuration, ActorRef, Object) - Method in interface org.apache.pekko.actor.Scheduler
-
Scala API: Schedules a message to be sent repeatedly with an initial delay and frequency.
- scheduled(Duration, ActorRef<U>, U) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior used
context.scheduleto schedulemessageto be sent totargetafterdelayFIXME what about events scheduled through the scheduler? - scheduled(Duration, ActorRef<U>, U) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior used
context.scheduleto schedulemessageto be sent totargetafterdelayFIXME what about events scheduled through the scheduler? - scheduled(FiniteDuration, ActorRef<U>, U) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior used
context.scheduleto schedulemessageto be sent totargetafterdelayFIXME what about events scheduled through the scheduler? - scheduled(FiniteDuration, ActorRef<U>, U) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior used
context.scheduleto schedulemessageto be sent totargetafterdelayFIXME what about events scheduled through the scheduler? - Scheduled(Object, int, boolean) - Constructor for class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- Scheduled(FiniteDuration, ActorRef<U>, U) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- Scheduled() - Method in class org.apache.pekko.dispatch.Mailbox$
- SCHEDULED() - Static method in class org.apache.pekko.dispatch.MessageDispatcher
- SCHEDULED() - Method in class org.apache.pekko.dispatch.MessageDispatcher$
- Scheduled$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.Scheduled$
- Scheduled$() - Constructor for class org.apache.pekko.stream.stage.TimerMessages.Scheduled$
- scheduleDelayedMemberRemoved(Member) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- scheduledFirst() - Method in class org.apache.pekko.actor.Scheduler.AtomicCancellable
- scheduledInterval() - Static method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy
- scheduledInterval() - Method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy$
- ScheduledRestart(RestartSupervisor<?, ? extends Throwable>) - Constructor for class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- ScheduledRestart$() - Constructor for class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart$
- scheduleOnce(Object, Duration) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Schedule timer to call
TimerGraphStageLogic.onTimer(java.lang.Object)after given delay. - scheduleOnce(Object, FiniteDuration) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Schedule timer to call
TimerGraphStageLogic.onTimer(java.lang.Object)after given delay. - scheduleOnce(Duration, Runnable, ExecutionContext) - Method in class org.apache.pekko.actor.AbstractScheduler
-
Schedules a Runnable to be run once with a delay, i.e.
- scheduleOnce(Duration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.Scheduler
-
Java API: Schedules a Runnable to be run once with a delay, i.e.
- scheduleOnce(Duration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.typed.Scheduler
-
Java API: Schedules a Runnable to be run once with a delay, i.e.
- scheduleOnce(Duration, ActorRef, Object, ExecutionContext, ActorRef) - Method in interface org.apache.pekko.actor.Scheduler
-
Java API: Schedules a message to be sent once with a delay, i.e.
- scheduleOnce(Duration, ActorRef<U>, U) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- scheduleOnce(Duration, ActorRef<U>, U) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Schedule the sending of the given message to the given target Actor after the given time period has elapsed.
- scheduleOnce(FiniteDuration, Runnable) - Method in class org.apache.pekko.stream.Materializer
-
Interface for operators that need timer services for their functionality.
- scheduleOnce(FiniteDuration, Runnable, ExecutionContext) - Method in class org.apache.pekko.actor.AbstractScheduler
-
Schedules a Runnable to be run once with a delay, i.e.
- scheduleOnce(FiniteDuration, Runnable, ExecutionContext) - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
- scheduleOnce(FiniteDuration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.Scheduler
-
Scala API: Schedules a Runnable to be run once with a delay, i.e.
- scheduleOnce(FiniteDuration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.typed.Scheduler
-
Scala API: Schedules a Runnable to be run once with a delay, i.e.
- scheduleOnce(FiniteDuration, Runnable, ExecutionContext) - Method in class org.apache.pekko.testkit.ExplicitlyTriggeredScheduler
- scheduleOnce(FiniteDuration, ActorRef, Object, ExecutionContext, ActorRef) - Method in interface org.apache.pekko.actor.Scheduler
-
Scala API: Schedules a message to be sent once with a delay, i.e.
- scheduleOnce(FiniteDuration, ActorRef<U>, U) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Schedule the sending of the given message to the given target Actor after the given time period has elapsed.
- scheduleOnce(FiniteDuration, Function0<BoxedUnit>, ExecutionContext) - Method in interface org.apache.pekko.actor.Scheduler
-
Scala API: Schedules a function to be run once with a delay, i.e.
- scheduleOnce$default$5(FiniteDuration, ActorRef, Object) - Method in interface org.apache.pekko.actor.Scheduler
- schedulePeriodically(Object, Duration) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Deprecated.Use scheduleWithFixedDelay or scheduleAtFixedRate instead. This has the same semantics as scheduleAtFixedRate, but scheduleWithFixedDelay is often preferred. Since Akka 2.6.0.
- schedulePeriodically(Object, FiniteDuration) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Deprecated.Use scheduleWithFixedDelay or scheduleAtFixedRate instead. This has the same semantics as scheduleAtFixedRate, but scheduleWithFixedDelay is often preferred. Since Akka 2.6.0.
- schedulePeriodically(FiniteDuration, FiniteDuration, Runnable) - Method in class org.apache.pekko.stream.Materializer
-
Deprecated.Use scheduleWithFixedDelay or scheduleAtFixedRate instead. This has the same semantics as scheduleAtFixedRate, but scheduleWithFixedDelay is often preferred. Since Akka 2.6.0.
- schedulePeriodicallyWithInitialDelay(Object, Duration, Duration) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Deprecated.Use scheduleWithFixedDelay or scheduleAtFixedRate instead. This has the same semantics as scheduleAtFixedRate, but scheduleWithFixedDelay is often preferred. Since Akka 2.6.0.
- schedulePeriodicallyWithInitialDelay(Object, FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Deprecated.Use scheduleWithFixedDelay or scheduleAtFixedRate instead. This has the same semantics as scheduleAtFixedRate, but scheduleWithFixedDelay is often preferred. Since Akka 2.6.0.
- scheduler() - Method in class org.apache.pekko.actor.ActorSystem
-
Light-weight scheduler for running asynchronous tasks after some deadline in the future.
- scheduler() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
The scheduler of the testkit actor system
- scheduler() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - scheduler() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- scheduler() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
A generic scheduler that can initiate the execution of tasks after some delay.
- scheduler() - Method in interface org.apache.pekko.dispatch.DispatcherPrerequisites
- scheduler() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- Scheduler - Interface in org.apache.pekko.actor
-
An Apache Pekko scheduler service.
- Scheduler - Interface in org.apache.pekko.actor.typed
-
The ActorSystem facility for scheduling tasks.
- Scheduler.AtomicCancellable - Class in org.apache.pekko.actor
-
INTERNAL API
- Scheduler.TaskRunOnClose - Interface in org.apache.pekko.actor
-
If a
TaskRunOnCloseis used inscheduleOnceit will be run when theScheduleris closed (ActorSystemshutdown). - Scheduler$ - Class in org.apache.pekko.actor
- Scheduler$() - Constructor for class org.apache.pekko.actor.Scheduler$
- SchedulerAdapter$ - Class in org.apache.pekko.actor.typed.internal.adapter
-
INTERNAL API
- SchedulerAdapter$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.SchedulerAdapter$
- SchedulerClass() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- scheduleRefreshContactsTick(FiniteDuration) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- scheduleRestartTimer() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- SchedulerException - Exception in org.apache.pekko.actor
-
This exception is thrown by Scheduler.schedule* when scheduling is not possible, e.g.
- SchedulerException(String) - Constructor for exception org.apache.pekko.actor.SchedulerException
- SchedulerException$ - Class in org.apache.pekko.actor
- SchedulerException$() - Constructor for class org.apache.pekko.actor.SchedulerException$
- schedulerFromActorSystem(ActorSystem<?>) - Static method in class org.apache.pekko.actor.typed.scaladsl.AskPattern
-
Provides a scheduler from an actor system (that will likely already be implicit in the scope) to minimize ask boilerplate.
- schedulerFromActorSystem(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.scaladsl.AskPattern$
-
Provides a scheduler from an actor system (that will likely already be implicit in the scope) to minimize ask boilerplate.
- SchedulerTickDuration() - Method in class org.apache.pekko.cluster.ClusterSettings
- SchedulerTicksPerWheel() - Method in class org.apache.pekko.cluster.ClusterSettings
- scheduleWithFixedDelay(Object, Duration, Duration) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Schedule timer to call
TimerGraphStageLogic.onTimer(java.lang.Object)periodically with the givendelayafter the specified initial delay. - scheduleWithFixedDelay(Object, FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.stream.stage.TimerGraphStageLogic
-
Schedule timer to call
TimerGraphStageLogic.onTimer(java.lang.Object)periodically with the givendelayafter the specified initial delay. - scheduleWithFixedDelay(Duration, Duration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.Scheduler
-
Java API: Schedules a
Runnableto be run repeatedly with an initial delay and a fixeddelaybetween subsequent executions. - scheduleWithFixedDelay(Duration, Duration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.typed.Scheduler
-
Java API: Schedules a
Runnableto be run repeatedly with an initial delay and a fixeddelaybetween subsequent executions. - scheduleWithFixedDelay(Duration, Duration, ActorRef, Object, ExecutionContext, ActorRef) - Method in interface org.apache.pekko.actor.Scheduler
-
Java API: Schedules a message to be sent repeatedly with an initial delay and a fixed
delaybetween messages. - scheduleWithFixedDelay(FiniteDuration, FiniteDuration, Runnable) - Method in class org.apache.pekko.stream.Materializer
-
Interface for operators that need timer services for their functionality.
- scheduleWithFixedDelay(FiniteDuration, FiniteDuration, Runnable, ExecutionContext) - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
- scheduleWithFixedDelay(FiniteDuration, FiniteDuration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.Scheduler
-
Scala API: Schedules a
Runnableto be run repeatedly with an initial delay and a fixeddelaybetween subsequent executions. - scheduleWithFixedDelay(FiniteDuration, FiniteDuration, Runnable, ExecutionContext) - Method in interface org.apache.pekko.actor.typed.Scheduler
-
Scala API: Schedules a
Runnableto be run repeatedly with an initial delay and a fixeddelaybetween subsequent executions. - scheduleWithFixedDelay(FiniteDuration, FiniteDuration, ActorRef, Object, ExecutionContext, ActorRef) - Method in interface org.apache.pekko.actor.Scheduler
-
Scala API: Schedules a message to be sent repeatedly with an initial delay and a fixed
delaybetween messages. - scheduleWithFixedDelay$default$6(FiniteDuration, FiniteDuration, ActorRef, Object) - Method in interface org.apache.pekko.actor.Scheduler
- SchemeAugmenter - Interface in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- schemeIdentifier() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- schemeIdentifier() - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- schemeIdentifier() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- schemeIdentifier() - Method in interface org.apache.pekko.remote.transport.Transport
-
Deprecated.Returns a string that will be used as the scheme part of the URLs corresponding to this transport
- SchemeIdentifier() - Static method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.
- SchemeIdentifier() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
- scope() - Method in class org.apache.pekko.actor.Deploy
- Scope - Interface in org.apache.pekko.actor
-
The scope of a
pekko.actor.Deployserves two purposes: as a marker for pattern matching the “scope” (i.e. - SCOPE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- SCOPEMANIFEST_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- SCOPESERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- scrubActorSystemName(String) - Static method in class org.apache.pekko.actor.testkit.typed.internal.TestKitUtils
-
Sanitize the
nameto be used as valid actor system name by replacing invalid characters. - scrubActorSystemName(String) - Method in class org.apache.pekko.actor.testkit.typed.internal.TestKitUtils$
-
Sanitize the
nameto be used as valid actor system name by replacing invalid characters. - scrubActorSystemName(String) - Static method in class org.apache.pekko.testkit.TestKitUtils
-
Sanitize the
nameto be used as valid actor system name by replacing invalid characters. - scrubActorSystemName(String) - Method in class org.apache.pekko.testkit.TestKitUtils$
-
Sanitize the
nameto be used as valid actor system name by replacing invalid characters. - second() - Method in class org.apache.pekko.japi.Pair
- secondaryPorts() - Method in class org.apache.pekko.stream.scaladsl.MergePreferred.MergePreferredShape
- secondaryPorts() - Method in class org.apache.pekko.stream.scaladsl.MergePreferred
- SECONDS - org.apache.pekko.remote.WireFormats.TimeUnit
-
SECONDS = 4; - SECONDS_VALUE - Static variable in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
SECONDS = 4; - SecureRandom$() - Constructor for class org.apache.pekko.io.dns.IdGenerator.Policy$.SecureRandom$
- SecureRandomFactory - Class in org.apache.pekko.remote.artery.tcp
-
INTERNAL API
- SecureRandomFactory() - Constructor for class org.apache.pekko.remote.artery.tcp.SecureRandomFactory
- SecureRandomFactory$ - Class in org.apache.pekko.remote.artery.tcp
-
INTERNAL API
- SecureRandomFactory$() - Constructor for class org.apache.pekko.remote.artery.tcp.SecureRandomFactory$
- SEED() - Static method in class org.apache.pekko.util.HashCode
- SEED() - Method in class org.apache.pekko.util.HashCode$
- Seed128() - Static method in class org.apache.pekko.remote.security.provider.SeedSize
- Seed128() - Method in class org.apache.pekko.remote.security.provider.SeedSize$
- Seed192() - Static method in class org.apache.pekko.remote.security.provider.SeedSize
- Seed192() - Method in class org.apache.pekko.remote.security.provider.SeedSize$
- Seed256() - Static method in class org.apache.pekko.remote.security.provider.SeedSize
- Seed256() - Method in class org.apache.pekko.remote.security.provider.SeedSize$
- seedNodes() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- seedNodes() - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- SeedNodes() - Method in class org.apache.pekko.cluster.ClusterSettings
- SeedNodeTimeout() - Method in class org.apache.pekko.cluster.ClusterSettings
- SeedSize - Class in org.apache.pekko.remote.security.provider
-
INTERNAL API From AESCounterRNG API docs: Valid values are 16 (128 bits), 24 (192 bits) and 32 (256 bits).
- SeedSize() - Constructor for class org.apache.pekko.remote.security.provider.SeedSize
- SeedSize$ - Class in org.apache.pekko.remote.security.provider
-
INTERNAL API From AESCounterRNG API docs: Valid values are 16 (128 bits), 24 (192 bits) and 32 (256 bits).
- SeedSize$() - Constructor for class org.apache.pekko.remote.security.provider.SeedSize$
- seen() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- seen() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- SEEN_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- SEEN_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- seenBy() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- SeenChanged$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.SeenChanged$
- SEENDIGEST_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- SEENPERREPLICA_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- SegmentedRecencyList$ - Class in org.apache.pekko.util
-
INTERNAL API
- SegmentedRecencyList$() - Constructor for class org.apache.pekko.util.SegmentedRecencyList$
- segmentedSettings() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- segmentedSettings() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- SegmentedSettings(int, Seq<Object>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- SegmentedSettings(int, Seq<Object>) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- SegmentedSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings$
- SegmentedSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings$
- segmentSize() - Method in class org.apache.pekko.stream.scaladsl.Interleave
- select() - Static method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities
- select() - Method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities$
- select(Object, IndexedSeq<Routee>) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- select(Object, IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.BroadcastRoutingLogic
- select(Object, IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- select(Object, IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.RandomRoutingLogic
- select(Object, IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.RoundRobinRoutingLogic
- select(Object, IndexedSeq<Routee>) - Method in interface org.apache.pekko.routing.RoutingLogic
-
Pick the destination for a given message.
- select(Object, IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- select(Object, IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.SmallestMailboxRoutingLogic
- select(Object, IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- SelectChildName$ - Class in org.apache.pekko.actor
- SelectChildName$() - Constructor for class org.apache.pekko.actor.SelectChildName$
- SelectChildPattern$ - Class in org.apache.pekko.actor
- SelectChildPattern$() - Constructor for class org.apache.pekko.actor.SelectChildPattern$
- SelectedSnapshot - Class in org.apache.pekko.persistence
-
Plugin API: a selected snapshot matching
SnapshotSelectionCriteria. - SelectedSnapshot(SnapshotMetadata, Object) - Constructor for class org.apache.pekko.persistence.SelectedSnapshot
- SelectedSnapshot$ - Class in org.apache.pekko.persistence
- SelectedSnapshot$() - Constructor for class org.apache.pekko.persistence.SelectedSnapshot$
- selection() - Method in exception org.apache.pekko.actor.ActorNotFound
- selection() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- selection() - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- SelectionHandler$ - Class in org.apache.pekko.io
- SelectionHandler$() - Constructor for class org.apache.pekko.io.SelectionHandler$
- SelectionHandlerSettings - Class in org.apache.pekko.io
- SelectionHandlerSettings(Config) - Constructor for class org.apache.pekko.io.SelectionHandlerSettings
- SelectionPathElement - Interface in org.apache.pekko.actor
-
INTERNAL API
- SelectorAssociationRetries() - Method in class org.apache.pekko.io.SelectionHandlerSettings
- SelectorDispatcher() - Method in class org.apache.pekko.io.SelectionHandlerSettings
- selectors() - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- SELECTORS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- SelectParent - Class in org.apache.pekko.actor
-
INTERNAL API
- SelectParent() - Constructor for class org.apache.pekko.actor.SelectParent
- SelectParent$ - Class in org.apache.pekko.actor
-
INTERNAL API
- SelectParent$() - Constructor for class org.apache.pekko.actor.SelectParent$
- selectRandomNode(IndexedSeq<Address>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- selectRandomNode(IndexedSeq<UniqueAddress>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- selectRoutee(T) - Method in interface org.apache.pekko.actor.typed.internal.routing.RoutingLogic
- selectRoutee(T) - Method in class org.apache.pekko.actor.typed.internal.routing.RoutingLogics.ConsistentHashingLogic
- selectRoutee(T) - Method in class org.apache.pekko.actor.typed.internal.routing.RoutingLogics.RandomLogic
- selectRoutee(T) - Method in class org.apache.pekko.actor.typed.internal.routing.RoutingLogics.RoundRobinLogic
- self() - Method in class org.apache.pekko.actor.AbstractActor
- self() - Method in class org.apache.pekko.actor.AbstractFSM
- self() - Method in interface org.apache.pekko.actor.Actor
-
The 'self' field holds the ActorRef for this actor.
- self() - Method in interface org.apache.pekko.actor.ActorContext
-
The ActorRef representing this actor
- self() - Method in interface org.apache.pekko.actor.Cell
-
The “self” reference which this Cell is attached to.
- self() - Method in interface org.apache.pekko.actor.StashSupport
- self() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
The identity of this Actor, bound to the lifecycle of this Actor instance.
- self() - Static method in class org.apache.pekko.actor.TypedActor
-
Deprecated.Returns the reference to the proxy when called inside a method call in a TypedActor
- self() - Method in class org.apache.pekko.actor.TypedActor$
-
Deprecated.Returns the reference to the proxy when called inside a method call in a TypedActor
- self() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- self() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ClientResponseTunnel
-
Deprecated.
- self() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- self() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- self() - Method in class org.apache.pekko.cluster.ddata.Replicator
- self() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- self() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- self() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator
- self() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData
- self() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- self() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- self() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- self() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- self() - Method in class org.apache.pekko.event.DeadLetterListener
- self() - Method in class org.apache.pekko.event.jul.JavaLogger
-
Deprecated.
- self() - Method in class org.apache.pekko.event.Logging.DefaultLogger
- self() - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- self() - Method in class org.apache.pekko.io.InetAddressDnsResolver
- self() - Method in class org.apache.pekko.io.SimpleDnsManager
- self() - Method in class org.apache.pekko.Main.Terminator
-
Deprecated.
- self() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- self() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Resequencer
- self() - Method in class org.apache.pekko.persistence.journal.japi.AsyncWriteJournal
- self() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- self() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- self() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- self() - Method in class org.apache.pekko.persistence.journal.ReplayMediator
- self() - Method in class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- self() - Method in class org.apache.pekko.persistence.snapshot.NoSnapshotStore
- self() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin
- self() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitSnapshotPlugin
- self() - Method in class org.apache.pekko.remote.testconductor.Player.Waiter
- self() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapterManager
-
Deprecated.
- self() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- self() - Method in interface org.apache.pekko.testkit.ImplicitSender
- self() - Method in class org.apache.pekko.testkit.TestActor
- self() - Method in class org.apache.pekko.testkit.TestActors.BlackholeActor
- self() - Method in class org.apache.pekko.testkit.TestActors.EchoActor
- self() - Method in class org.apache.pekko.testkit.TestActors.ForwardActor
- self() - Method in class org.apache.pekko.util.JavaDurationConverters.JavaDurationOps
- self() - Method in class org.apache.pekko.util.JavaDurationConverters.ScalaDurationOps
- selfAddress() - Method in class org.apache.pekko.cluster.Cluster
-
The address of this cluster member.
- selfAddress() - Method in class org.apache.pekko.cluster.ddata.Replicator
- selfDataCenter() - Method in class org.apache.pekko.cluster.Cluster
-
Data center to which this node belongs to (defaults to "default" if not configured explicitly)
- SelfDataCenter() - Method in class org.apache.pekko.cluster.ClusterSettings
- selfExited() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- selfExited_$eq(boolean) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- SelfExiting() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- SelfExiting$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting$
- selfFromSystemUid() - Method in class org.apache.pekko.cluster.ddata.Replicator
- selfInbox() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
The self inbox contains messages the behavior sent to
context.self - selfInbox() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
The self inbox contains messages the behavior sent to
context.self - selfIndex() - Static method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Index of this node in the roles sequence.
- selfIndex() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec$
-
Index of this node in the roles sequence.
- selfMember() - Method in class org.apache.pekko.cluster.Cluster
-
Current snapshot of the member itself
- selfMember() - Method in class org.apache.pekko.cluster.typed.Cluster
-
Details about this cluster node itself
- selfMemberExited() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- selfName() - Static method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Name (or IP address; must be resolvable using InetAddress.getByName) of the host this node is running on.
- selfName() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec$
-
Name (or IP address; must be resolvable using InetAddress.getByName) of the host this node is running on.
- selfPort() - Static method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Port number of this node.
- selfPort() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec$
-
Port number of this node.
- SelfRemoved - Class in org.apache.pekko.cluster.typed
-
Subscribe to this node being removed from the cluster.
- SelfRemoved(MemberStatus) - Constructor for class org.apache.pekko.cluster.typed.SelfRemoved
- SelfRemoved$ - Class in org.apache.pekko.cluster.typed
- SelfRemoved$() - Constructor for class org.apache.pekko.cluster.typed.SelfRemoved$
- selfRoles() - Method in class org.apache.pekko.cluster.Cluster
-
roles that this member has
- selfUniqueAddress() - Method in class org.apache.pekko.cluster.Cluster
-
The address including a
uidof this cluster member. - selfUniqueAddress() - Method in class org.apache.pekko.cluster.ddata.DistributedData
- selfUniqueAddress() - Method in class org.apache.pekko.cluster.ddata.Replicator
- selfUniqueAddress() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData
- selfUniqueAddress() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData
- SelfUniqueAddress - Class in org.apache.pekko.cluster.ddata
-
Cluster non-specific (typed vs classic) wrapper for
pekko.cluster.UniqueAddress. - SelfUniqueAddress(UniqueAddress) - Constructor for class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- SelfUniqueAddress$ - Class in org.apache.pekko.cluster.ddata
- SelfUniqueAddress$() - Constructor for class org.apache.pekko.cluster.ddata.SelfUniqueAddress$
- selfUniqueAddressOption() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- SelfUp - Class in org.apache.pekko.cluster.typed
-
Subscribe to this node being up, after sending this event the subscription is automatically cancelled.
- SelfUp(ClusterEvent.CurrentClusterState) - Constructor for class org.apache.pekko.cluster.typed.SelfUp
- SelfUp$ - Class in org.apache.pekko.cluster.typed
- SelfUp$() - Constructor for class org.apache.pekko.cluster.typed.SelfUp$
- send() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- send(long, org.apache.pekko.persistence.AtLeastOnceDelivery.Internal.Delivery, long) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
- send(Object, ActorRef) - Method in class org.apache.pekko.routing.ActorRefRoutee
- send(Object, ActorRef) - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- send(Object, ActorRef) - Static method in class org.apache.pekko.routing.NoRoutee
- send(Object, ActorRef) - Method in class org.apache.pekko.routing.NoRoutee$
- send(Object, ActorRef) - Method in interface org.apache.pekko.routing.Routee
- send(Object, ActorRef) - Method in class org.apache.pekko.routing.SeveralRoutees
- send(ActorRef, Object) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Send message to an actor while using the probe's TestActor as the sender.
- send(ActorRef, Object) - Method in class org.apache.pekko.testkit.TestProbe
-
Send message to an actor while using the probe's TestActor as the sender.
- send(ByteString) - Static method in class org.apache.pekko.io.UdpConnectedMessage
-
Send without requesting acknowledgment.
- send(ByteString) - Method in class org.apache.pekko.io.UdpConnectedMessage$
-
Send without requesting acknowledgment.
- send(ByteString, Object) - Static method in class org.apache.pekko.io.UdpConnectedMessage
-
This message is understood by the connection actors to send data to their designated destination.
- send(ByteString, Object) - Method in class org.apache.pekko.io.UdpConnectedMessage$
-
This message is understood by the connection actors to send data to their designated destination.
- send(ByteString, InetSocketAddress) - Static method in class org.apache.pekko.io.UdpMessage
-
The same as
send(payload, target, noAck()). - send(ByteString, InetSocketAddress) - Method in class org.apache.pekko.io.UdpMessage$
-
The same as
send(payload, target, noAck()). - send(ByteString, InetSocketAddress, Udp.Event) - Static method in class org.apache.pekko.io.UdpMessage
-
This message is understood by the “simple sender” which can be obtained by sending the
Udp.SimpleSenderquery to theUdpExt.manager()as well as by the listener actors which are created in response toUdp.Bind. - send(ByteString, InetSocketAddress, Udp.Event) - Method in class org.apache.pekko.io.UdpMessage$
-
This message is understood by the “simple sender” which can be obtained by sending the
Udp.SimpleSenderquery to theUdpExt.manager()as well as by the listener actors which are created in response toUdp.Bind. - Send - org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
-
Send = 1; - Send(String, Object) - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.Convenience constructor with
localAffinityfalse - Send(String, Object) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
-
Convenience constructor with
localAffinityfalse - Send(String, Object, boolean) - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- Send(String, Object, boolean) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- Send(ByteString, Object) - Constructor for class org.apache.pekko.io.UdpConnected.Send
- Send(ByteString, InetSocketAddress, Udp.Event) - Constructor for class org.apache.pekko.io.Udp.Send
- Send_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
-
Send = 1; - Send$() - Constructor for class org.apache.pekko.cluster.client.ClusterClient.Send$
-
Deprecated.
- Send$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send$
- Send$() - Constructor for class org.apache.pekko.io.Udp.Send$
- Send$() - Constructor for class org.apache.pekko.io.UdpConnected.Send$
- Send$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.
- sendBack() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- SENDBACK_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- sendBatchedEventsToJournal(Vector<PersistentEnvelope>) - Method in interface org.apache.pekko.persistence.Eventsourced
- sendBuffered() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- sendBuffered(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- sendBufferSize(int) - Method in interface org.apache.pekko.io.Inet.SoJavaFactories
-
pekko.io.Inet.SocketOptionto set the SO_SNDBUF option. - sendBufferSize(int) - Static method in class org.apache.pekko.io.TcpSO
- sendBufferSize(int) - Static method in class org.apache.pekko.io.UdpSO
- SendBufferSize(int) - Constructor for class org.apache.pekko.io.Inet.SO$.SendBufferSize
- SendBufferSize() - Method in interface org.apache.pekko.io.Inet.SoForwarders
-
pekko.io.Inet.SocketOptionto set the SO_SNDBUF option. - SendBufferSize() - Method in class org.apache.pekko.io.Tcp.SO$
- SendBufferSize() - Method in class org.apache.pekko.io.Udp.SO$
- SendBufferSize() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- SendBufferSize$() - Constructor for class org.apache.pekko.io.Inet.SO$.SendBufferSize$
- SendBytes(ByteString) - Constructor for class org.apache.pekko.stream.TLSProtocol.SendBytes
- SendBytes$() - Constructor for class org.apache.pekko.stream.TLSProtocol.SendBytes$
- sendComplete() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- sendComplete() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
- sendControl(Address, ControlMessage) - Method in interface org.apache.pekko.remote.artery.InboundContext
-
An inbound operator can send control message, e.g.
- sendControl(ControlMessage) - Method in interface org.apache.pekko.remote.artery.OutboundContext
-
An inbound operator can send control message, e.g.
- sendCurrentClusterState(ActorRef) - Method in class org.apache.pekko.cluster.Cluster
-
Send current (full) state of the cluster to the specified receiver.
- SendCurrentClusterState(ActorRef) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- SendCurrentClusterState$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState$
- sendDirection() - Static method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.Java API: get the Direction.Send instance
- sendDirection() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
-
Java API: get the Direction.Send instance
- sender() - Method in interface org.apache.pekko.actor.Actor
-
The reference sender Actor of the last received message.
- sender() - Method in interface org.apache.pekko.actor.ActorContext
-
Returns the sender 'ActorRef' of the current message.
- sender() - Method in interface org.apache.pekko.actor.AllDeadLetters
- sender() - Method in class org.apache.pekko.actor.DeadLetter
- sender() - Method in class org.apache.pekko.actor.Dropped
- sender() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- sender() - Method in class org.apache.pekko.actor.UnhandledMessage
- sender() - Method in class org.apache.pekko.dispatch.Envelope
- sender() - Method in class org.apache.pekko.io.Udp.Received
- sender() - Method in class org.apache.pekko.persistence.AtomicWrite
- sender() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- sender() - Method in interface org.apache.pekko.persistence.PersistentEnvelope
- sender() - Method in interface org.apache.pekko.persistence.PersistentRepr
-
Not used, can be
null - sender() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- sender() - Method in interface org.apache.pekko.remote.artery.OutboundEnvelope
- sender() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- sender() - Method in interface org.apache.pekko.testkit.TestActor.Message
- sender() - Method in class org.apache.pekko.testkit.TestActor.NullMessage$
- sender() - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- sender() - Method in class org.apache.pekko.testkit.TestProbe
-
Get sender of last received message.
- SENDER_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- SENDER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- senderActorRef(long) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
-
Retrive the compressed ActorRef by the compressionId carried by this header.
- senderActorRefPath() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
-
Retrive the raw literal actor path, instead of using the compressed value.
- SenderActorRefTagOffset() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- senderOption() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- senderPersistentActor() - Method in interface org.apache.pekko.persistence.snapshot.SnapshotStore
-
Documents intent that the sender() is expected to be the PersistentActor
- sendError(Throwable) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- sendError(Throwable) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
- sendFirstChange() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- sendGetContacts() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- SendGossipTo(Address) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- SendGossipTo$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo$
- sendHandlers(ChannelRegistration) - Method in interface org.apache.pekko.io.WithUdpSend
- sendHostShardMsg(String, ActorRef) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- sendIdentify(Address) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- sendMessage(Object, ActorRef) - Method in interface org.apache.pekko.actor.Cell
-
Enqueue a message to be sent to the actor; may or may not actually schedule the actor to run, depending on which type of cell it is.
- sendMessage(Envelope) - Method in interface org.apache.pekko.actor.Cell
-
Enqueue a message to be sent to the actor; may or may not actually schedule the actor to run, depending on which type of cell it is.
- sendMessage(Envelope) - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- sendNext(I) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- sendNext(T) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
- sendNextTo() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- sendNextTo() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- sendNextTo() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- sendOneMessageToEachGroup() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- sendOnSubscribe() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- SendQueue$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- SendQueue$() - Constructor for class org.apache.pekko.remote.artery.SendQueue$
- sendSystem(SystemMessage) - Method in interface org.apache.pekko.actor.typed.internal.ActorRefImpl
- sendSystemMessage(org.apache.pekko.actor.InternalActorRef, SystemMessage) - Method in class org.apache.pekko.actor.typed.internal.adapter.ActorRefAdapter$
- sendSystemMessage(SystemMessage) - Method in interface org.apache.pekko.actor.Cell
-
Enqueue a message to be sent to the actor; may or may not actually schedule the actor to run, depending on which type of cell it is.
- sendSystemMessage(SystemMessage) - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- sendSystemMessage(SystemMessage) - Method in interface org.apache.pekko.actor.MinimalActorRef
- sendSystemMessage(SystemMessage) - Static method in class org.apache.pekko.actor.Nobody
- SendToAll(String, Object) - Constructor for class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- SendToAll(String, Object) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- SendToAll(String, Object, boolean) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- SendToAll$() - Constructor for class org.apache.pekko.cluster.client.ClusterClient.SendToAll$
-
Deprecated.
- SendToAll$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll$
- sendToDeadLettersWhenNoSubscribers() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- SendToOneSubscriber(Object) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- SendToOneSubscriber$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber$
- SensitiveConfigPaths() - Method in class org.apache.pekko.cluster.ClusterSettings
- sent() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- seq() - Method in interface org.apache.pekko.remote.HasSequenceNumber
-
Deprecated.Sequence number of the message
- seq() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- seq() - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat keeps on collecting incoming elements until upstream terminates. - seq() - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat keeps on collecting incoming elements until upstream terminates. - seq() - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat keeps on collecting incoming elements until upstream terminates. - seq() - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat keeps on collecting incoming elements until upstream terminates. - seq(T...) - Static method in class org.apache.pekko.japi.JAPI
-
Deprecated.since 1.1.0. Use
org.apache.pekko.japi.Util.immutableSeq(java.util.Arrays.asList(...));instead. - SEQ_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- seqCauseDirective2Decider(Iterable<Tuple2<Class<? extends Throwable>, SupervisorStrategy.Directive>>) - Static method in class org.apache.pekko.actor.SupervisorStrategy
- seqCauseDirective2Decider(Iterable<Tuple2<Class<? extends Throwable>, SupervisorStrategy.Directive>>) - Method in interface org.apache.pekko.actor.SupervisorStrategyLowPriorityImplicits
-
Implicit conversion from
Seqof Cause-Directive pairs to aDecider. - SeqNo - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- SeqNo(long) - Constructor for class org.apache.pekko.remote.SeqNo
-
Deprecated.
- SEQNO_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- SEQNO_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- SeqNo$ - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- SeqNo$() - Constructor for class org.apache.pekko.remote.SeqNo$
-
Deprecated.
- seqNr() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery
- seqNr() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- seqNr() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- seqNr() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- SEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- SEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- SEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- SEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- SEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- SEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- seqNum() - Method in interface org.apache.pekko.util.PriorityQueueStabilizer
- seqNum() - Method in class org.apache.pekko.util.PriorityQueueStabilizer.WrappedElement
- seqNum() - Method in class org.apache.pekko.util.StablePriorityBlockingQueue
- seqNum() - Method in class org.apache.pekko.util.StablePriorityQueue
- seqOption() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- seqOrdering() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- seqOrdering() - Method in class org.apache.pekko.remote.HasSequenceNumber$
-
Deprecated.
- seqThrowable2Decider(Seq<Class<? extends Throwable>>) - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Implicit conversion from
Seqof Throwables to aDecider. - seqThrowable2Decider(Seq<Class<? extends Throwable>>) - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Implicit conversion from
Seqof Throwables to aDecider. - sequence(long) - Static method in class org.apache.pekko.persistence.query.Offset
- sequence(long) - Method in class org.apache.pekko.persistence.query.Offset$
- sequence(Iterable<Future<A>>, ExecutionContext) - Static method in class org.apache.pekko.dispatch.Futures
- sequence(Iterable<Future<A>>, ExecutionContext) - Method in class org.apache.pekko.dispatch.Futures$
- Sequence - Class in org.apache.pekko.persistence.query
-
Corresponds to an ordered sequence number for the events.
- Sequence(long) - Constructor for class org.apache.pekko.persistence.query.Sequence
- SEQUENCE_NR_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- Sequence$ - Class in org.apache.pekko.persistence.query
- Sequence$() - Constructor for class org.apache.pekko.persistence.query.Sequence$
- SequencedMessage(String, long, Object, boolean, boolean, ActorRef<ProducerControllerImpl.InternalCommand>) - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- SequencedMessage$() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage$
- sequenceNr() - Method in interface org.apache.pekko.persistence.PersistentRepr
-
This persistent message's sequence number.
- sequenceNr() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- sequenceNr() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- sequenceNr() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- sequenceNr() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- sequenceNr() - Method in class org.apache.pekko.persistence.typed.SnapshotMetadata
- sequenceNr_$eq(long) - Method in interface org.apache.pekko.persistence.Eventsourced
- SEQUENCENR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- SEQUENCENR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- SEQUENCENR_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- SEQUENCENR_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- SEQUENCENR_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- sequenceNumber() - Method in interface org.apache.pekko.persistence.typed.PublishedEvent
- ser_$eq(Serialization) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- serialization() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- serialization() - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- serialization() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- serialization() - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- serialization() - Method in class org.apache.pekko.serialization.jackson.PekkoSerializationDeserializer
- serialization() - Method in class org.apache.pekko.serialization.jackson.PekkoSerializationSerializer
- Serialization - Class in org.apache.pekko.serialization
-
Serialization module.
- Serialization(ExtendedActorSystem) - Constructor for class org.apache.pekko.serialization.Serialization
- Serialization.Information - Class in org.apache.pekko.serialization
-
Serialization information needed for serializing local actor refs, or if serializer library e.g.
- Serialization.Information$ - Class in org.apache.pekko.serialization
- Serialization.Settings - Class in org.apache.pekko.serialization
- Serialization$ - Class in org.apache.pekko.serialization
- Serialization$() - Constructor for class org.apache.pekko.serialization.Serialization$
- SerializationBindings() - Method in class org.apache.pekko.serialization.Serialization.Settings
- SerializationCheckFailedException - Exception in org.apache.pekko.actor.dungeon
- SerializationCheckFailedException$ - Class in org.apache.pekko.actor.dungeon
- SerializationCheckFailedException$() - Constructor for class org.apache.pekko.actor.dungeon.SerializationCheckFailedException$
- SerializationException(String, Throwable) - Constructor for exception org.apache.pekko.remote.MessageSerializer.SerializationException
- SerializationExtension - Class in org.apache.pekko.serialization
-
SerializationExtension is a Pekko Extension to interact with the Serialization that is built into Akka
- SerializationExtension() - Constructor for class org.apache.pekko.serialization.SerializationExtension
- SerializationExtension$ - Class in org.apache.pekko.serialization
-
SerializationExtension is a Pekko Extension to interact with the Serialization that is built into Akka
- SerializationExtension$() - Constructor for class org.apache.pekko.serialization.SerializationExtension$
- SerializationIdentifiers() - Method in interface org.apache.pekko.serialization.BaseSerializer
-
Configuration namespace of serialization identifiers in the
reference.conf. - SerializationIdentifiers() - Method in class org.apache.pekko.serialization.BaseSerializer$
-
Configuration namespace of serialization identifiers in the
reference.conf. - SerializationIdentity() - Method in class org.apache.pekko.util.ByteString.ByteString1$
- SerializationIdentity() - Method in class org.apache.pekko.util.ByteString.ByteString1C$
- SerializationIdentity() - Method in class org.apache.pekko.util.ByteString.ByteStrings$
- SerializationIdentity() - Method in interface org.apache.pekko.util.ByteString.Companion
- serializationInformation() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
INTERNAL API
- SerializationSettings(boolean, boolean, boolean, boolean, boolean) - Constructor for class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- SerializationSettings$() - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings$
- SerializationSetup - Class in org.apache.pekko.serialization
-
Setup for the serialization subsystem, constructor is *Internal API*, use factories in
SerializationSetup - SerializationSetup() - Constructor for class org.apache.pekko.serialization.SerializationSetup
- SerializationSetup$ - Class in org.apache.pekko.serialization
- SerializationSetup$() - Constructor for class org.apache.pekko.serialization.SerializationSetup$
- SerializationSupport - Interface in org.apache.pekko.cluster.ddata.protobuf
-
Some useful serialization helper methods.
- serializationTestKit() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Additional testing utilities for serialization.
- serializationTestKit() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
Additional testing utilities for serialization.
- serializationTestKit() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Additional testing utilities for serialization.
- serializationTestKit() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
Additional testing utilities for serialization.
- SerializationTestKit - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Utilities to test serialization.
- SerializationTestKit - Class in org.apache.pekko.actor.testkit.typed.scaladsl
-
Utilities to test serialization.
- SerializationTestKit(ActorSystem<?>) - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.SerializationTestKit
- SerializationTestKit(ActorSystem<?>) - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.SerializationTestKit
- serializationTimingEnabled() - Method in class org.apache.pekko.remote.artery.RemoteInstrument
-
Should the serialization be timed? Otherwise times are always 0.
- serialize() - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit.Settings
- serialize() - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit.Settings
- serialize(Object) - Method in class org.apache.pekko.serialization.Serialization
-
Serializes the given AnyRef/java.lang.Object according to the Serialization configuration to either an Array of Bytes or an Exception if one was thrown.
- serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.apache.pekko.serialization.jackson.PekkoSerializationSerializer
- serialize(ExtendedActorSystem, Object) - Static method in class org.apache.pekko.remote.MessageSerializer
-
Uses Pekko Serialization for the specified ActorSystem to transform the given message to a MessageProtocol Throws
NotSerializableExceptionif serializer was not configured for the message type. - serialize(ExtendedActorSystem, Object) - Method in class org.apache.pekko.remote.MessageSerializer$
-
Uses Pekko Serialization for the specified ActorSystem to transform the given message to a MessageProtocol Throws
NotSerializableExceptionif serializer was not configured for the message type. - serializeActorRef(ActorRef) - Static method in class org.apache.pekko.remote.serialization.ProtobufSerializer
-
Helper to serialize an
pekko.actor.ActorRefto Pekko's protobuf representation. - serializeActorRef(ActorRef) - Method in class org.apache.pekko.remote.serialization.ProtobufSerializer$
-
Helper to serialize an
pekko.actor.ActorRefto Pekko's protobuf representation. - SerializeAllCreators() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- SerializeAllMessages() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- serializeAndDeserialize(Envelope) - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- serializeAndDeserializePayload(Object) - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- serialized() - Method in class org.apache.pekko.actor.DeadLetterActorRef$
- Serialized - org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Serialized = 0; - SERIALIZED_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- Serialized_VALUE - Static variable in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Serialized = 0; - serializedActorPath(ActorRef) - Static method in class org.apache.pekko.serialization.Serialization
-
The serialized path of an actorRef, based on the current transport serialization information.
- serializedActorPath(ActorRef) - Method in class org.apache.pekko.serialization.Serialization$
-
The serialized path of an actorRef, based on the current transport serialization information.
- SerializedActorRef$ - Class in org.apache.pekko.actor
-
INTERNAL API
- SerializedActorRef$ - Class in org.apache.pekko.actor.typed
-
INTERNAL API
- SerializedActorRef$() - Constructor for class org.apache.pekko.actor.SerializedActorRef$
- SerializedActorRef$() - Constructor for class org.apache.pekko.actor.typed.SerializedActorRef$
- SerializedEventStorageImpl$ - Class in org.apache.pekko.persistence.testkit.internal
- SerializedEventStorageImpl$() - Constructor for class org.apache.pekko.persistence.testkit.internal.SerializedEventStorageImpl$
- SERIALIZEDGOSSIP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- SerializedIgnore - Class in org.apache.pekko.actor
-
INTERNAL API
- SerializedIgnore() - Constructor for class org.apache.pekko.actor.SerializedIgnore
- SerializedIgnore$ - Class in org.apache.pekko.actor
-
INTERNAL API
- SerializedIgnore$() - Constructor for class org.apache.pekko.actor.SerializedIgnore$
- serializedMessage() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- SerializedMethodCall$() - Constructor for class org.apache.pekko.actor.TypedActor.SerializedMethodCall$
-
Deprecated.
- SerializedSuspendableExecutionContext$ - Class in org.apache.pekko.util
- SerializedSuspendableExecutionContext$() - Constructor for class org.apache.pekko.util.SerializedSuspendableExecutionContext$
- SerializedTypedActorInvocationHandler$() - Constructor for class org.apache.pekko.actor.TypedActor.SerializedTypedActorInvocationHandler$
-
Deprecated.
- serializeForArtery(Serialization, OutboundEnvelope, HeaderBuilder, org.apache.pekko.remote.artery.EnvelopeBuffer) - Static method in class org.apache.pekko.remote.MessageSerializer
- serializeForArtery(Serialization, OutboundEnvelope, HeaderBuilder, org.apache.pekko.remote.artery.EnvelopeBuffer) - Method in class org.apache.pekko.remote.MessageSerializer$
- serializer() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- serializer() - Method in class org.apache.pekko.cluster.ddata.Replicator
- serializer() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- serializer() - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- serializer() - Method in class org.apache.pekko.serialization.SerializerDetails
- Serializer - Interface in org.apache.pekko.serialization
-
A Serializer represents a bimap between an object and an array of bytes representing that object.
- serializerByIdentity() - Method in class org.apache.pekko.serialization.Serialization
-
Maps from a Serializer Identity (Int) to a Serializer instance (optimization)
- SerializerDetails - Class in org.apache.pekko.serialization
-
Constructor is internal API: Use the factories
SerializerDetails.create(java.lang.String, org.apache.pekko.serialization.Serializer, java.util.List<java.lang.Class<?>>)orSerializerDetails.apply(java.lang.String, org.apache.pekko.serialization.Serializer, scala.collection.immutable.Seq<java.lang.Class<?>>)to construct - SerializerDetails() - Constructor for class org.apache.pekko.serialization.SerializerDetails
- SerializerDetails$ - Class in org.apache.pekko.serialization
- SerializerDetails$() - Constructor for class org.apache.pekko.serialization.SerializerDetails$
- serializerFor(Class<?>) - Method in class org.apache.pekko.serialization.Serialization
-
Returns the configured Serializer for the given Class.
- SERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- SERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- SERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- SERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- SERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- SERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- SERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Payload
- SERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- SERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.SerializedMessage
- SERIALIZERID_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.Payload
- SERIALIZERIDS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PropsData
- serializerOf(String) - Method in class org.apache.pekko.serialization.Serialization
-
Tries to load the specified Serializer by the fully-qualified name; the actual loading is performed by the system’s
pekko.actor.DynamicAccess. - SerializerOffset() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- SerializerResolverByClass(Class<?>, Function0<JsonSerializer<?>>) - Constructor for class org.apache.pekko.serialization.jackson.JacksonModule.SerializerResolverByClass
- Serializers - Class in org.apache.pekko.serialization
- Serializers() - Constructor for class org.apache.pekko.serialization.Serializers
- Serializers() - Method in class org.apache.pekko.serialization.Serialization.Settings
- Serializers$ - Class in org.apache.pekko.serialization
- Serializers$() - Constructor for class org.apache.pekko.serialization.Serializers$
- SerializerWithStringManifest - Class in org.apache.pekko.serialization
-
A Serializer represents a bimap between an object and an array of bytes representing that object.
- SerializerWithStringManifest() - Constructor for class org.apache.pekko.serialization.SerializerWithStringManifest
- serializeStatusReplyError(StatusReply<?>) - Method in class org.apache.pekko.remote.serialization.MiscMessageSerializer
- serializeStatusReplySuccess(StatusReply<Object>) - Method in class org.apache.pekko.remote.serialization.MiscMessageSerializer
- server() - Static method in class org.apache.pekko.stream.TLSRole
-
Java API: obtain the
Serversingleton value. - server() - Method in class org.apache.pekko.stream.TLSRole$
-
Java API: obtain the
Serversingleton value. - Server - Class in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- Server - Class in org.apache.pekko.stream
-
The server is usually the side the provides the service to its interlocutor.
- Server() - Constructor for class org.apache.pekko.remote.testconductor.Server
- Server() - Constructor for class org.apache.pekko.stream.Server
- SERVER_FAILURE() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- SERVER_FAILURE() - Method in class org.apache.pekko.io.dns.internal.ResponseCode$
- Server$ - Class in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- Server$ - Class in org.apache.pekko.stream
- Server$() - Constructor for class org.apache.pekko.remote.testconductor.Server$
- Server$() - Constructor for class org.apache.pekko.stream.Server$
- ServerBinding$() - Constructor for class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding$
- ServerFSM$ - Class in org.apache.pekko.remote.testconductor
-
INTERNAL API.
- ServerFSM$() - Constructor for class org.apache.pekko.remote.testconductor.ServerFSM$
- serverName() - Static method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Name (or IP address; must be resolvable using InetAddress.getByName) of the host that the server node is running on.
- serverName() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec$
-
Name (or IP address; must be resolvable using InetAddress.getByName) of the host that the server node is running on.
- ServerOp - Interface in org.apache.pekko.remote.testconductor
- serverPort() - Static method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Port number of the node that's running the server system.
- serverPort() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec$
-
Port number of the node that's running the server system.
- ServerSocketWorkerPoolSize() - Static method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings
- ServerSocketWorkerPoolSize() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
- ServerSocketWorkerPoolSize() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- ServiceDiscovery - Class in org.apache.pekko.discovery
-
Implement to provide a service discovery method
- ServiceDiscovery() - Constructor for class org.apache.pekko.discovery.ServiceDiscovery
- ServiceDiscovery.DiscoveryTimeoutException - Exception in org.apache.pekko.discovery
-
Future returned by resolve(name, timeout) should be failed with this exception if the underlying mechanism was unable to resolve the name within the given timeout.
- ServiceDiscovery.Resolved - Class in org.apache.pekko.discovery
-
Result of a successful resolve request
- ServiceDiscovery.Resolved$ - Class in org.apache.pekko.discovery
- ServiceDiscovery.ResolvedTarget - Class in org.apache.pekko.discovery
-
Resolved target host, with optional port and the IP address.
- ServiceDiscovery.ResolvedTarget$ - Class in org.apache.pekko.discovery
- ServiceDiscovery$ - Class in org.apache.pekko.discovery
- ServiceDiscovery$() - Constructor for class org.apache.pekko.discovery.ServiceDiscovery$
- serviceForReference(BundleContext, ServiceReference<?>) - Method in class org.apache.pekko.osgi.ActorSystemActivator
-
Convenience method to find a service by its reference.
- serviceInstance() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- serviceInstance() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- serviceInstance(ServiceKey<M>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- serviceInstance(ServiceKey<M>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- serviceInstance(ServiceKey<T>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Deregistered
-
Scala API
- serviceInstance(ServiceKey<T>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Registered
-
Scala API
- serviceInstances(ServiceKey<M>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- serviceInstances(ServiceKey<T>) - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Listing
-
Scala API: Return the reachable service instances.
- ServiceKey<T> - Class in org.apache.pekko.actor.typed.receptionist
-
A service key is an object that implements this trait for a given protocol T, meaning that it signifies that the type T is the entry point into the protocol spoken by that service (think of it as the set of first messages that a client could send).
- ServiceKey() - Constructor for class org.apache.pekko.actor.typed.receptionist.ServiceKey
- ServiceKey.Listing$ - Class in org.apache.pekko.actor.typed.receptionist
-
Scala API: Provides a type safe pattern match for listings.
- ServiceKey.Registered$ - Class in org.apache.pekko.actor.typed.receptionist
-
Scala API: Provides a type safe pattern match for registration acks
- ServiceKey$ - Class in org.apache.pekko.actor.typed.receptionist
- ServiceKey$() - Constructor for class org.apache.pekko.actor.typed.receptionist.ServiceKey$
- serviceKeyClass() - Static method in class org.apache.pekko.actor.typed.delivery.ConsumerController
-
Java API: The generic
Classtype forConsumerController.Commandthat can be used when creating aServiceKeyforClass.> - serviceKeyClass() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController$
-
Java API: The generic
Classtype forConsumerController.Commandthat can be used when creating aServiceKeyforClass.> - ServiceKeySerializer - Class in org.apache.pekko.actor.typed.internal.receptionist
-
Internal API
- ServiceKeySerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.ServiceKeySerializer
- serviceName() - Method in class org.apache.pekko.discovery.Lookup
- serviceName() - Method in class org.apache.pekko.discovery.ServiceDiscovery.Resolved
- ServiceRegistry$ - Class in org.apache.pekko.cluster.typed.internal.receptionist
-
INTERNAL API
- ServiceRegistry$() - Constructor for class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- servicesWereAddedOrRemoved() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- servicesWereAddedOrRemoved() - Method in interface org.apache.pekko.actor.typed.receptionist.Receptionist.Listing
-
Returns
trueonly if thisListingwas sent triggered by new actors added or removed to the receptionist. - session() - Method in interface org.apache.pekko.stream.scaladsl.ScalaSessionAPI
-
The underlying
SSLSession. - session() - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- SessionBytes(SSLSession, ByteString) - Constructor for class org.apache.pekko.stream.TLSProtocol.SessionBytes
- SessionBytes$() - Constructor for class org.apache.pekko.stream.TLSProtocol.SessionBytes$
- SessionTruncated() - Constructor for class org.apache.pekko.stream.TLSProtocol.SessionTruncated
- SessionTruncated$() - Constructor for class org.apache.pekko.stream.TLSProtocol.SessionTruncated$
- SessionVerifier - Interface in org.apache.pekko.remote.artery.tcp.ssl
-
Allows hooking in extra verification before finishing the SSL handshake.
- setAck(boolean) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required bool ack = 3; - setAck(boolean) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required bool ack = 4; - setAck(WireFormats.AcknowledgementInfo) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .AcknowledgementInfo ack = 1; - setAck(WireFormats.AcknowledgementInfo.Builder) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .AcknowledgementInfo ack = 1; - setAckReplyTo(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required .UniqueAddress ackReplyTo = 5; - setAckReplyTo(ArteryControlFormats.UniqueAddress.Builder) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required .UniqueAddress ackReplyTo = 5; - setActor(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
optional .ActorRef actor = 1; - setActor(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required .ActorRef actor = 1; - setActor(ContainerFormats.ActorRef.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
optional .ActorRef actor = 1; - setActor(ContainerFormats.ActorRef.Builder) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required .ActorRef actor = 1; - setActorRef(String) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
required string actorRef = 1; - setActorRefBytes(ByteString) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
required string actorRef = 1; - setActorRefElements(int, String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
added in Akka 2.5.14
- setActorRefElements(int, String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
added in Akka 2.5.14
- setAddr(TestConductorProtocol.Address) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
optional .Address addr = 2; - setAddr(TestConductorProtocol.Address.Builder) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
optional .Address addr = 2; - setAddr(TestConductorProtocol.AddressRequest) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .AddressRequest addr = 5; - setAddr(TestConductorProtocol.AddressRequest.Builder) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .AddressRequest addr = 5; - setAddress(String) - Method in interface org.apache.pekko.remote.FailureDetectorWithAddress
-
Address of observed host will be set after detector creation.
- setAddress(String) - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
- setAddress(ReplicatorMessages.Address) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - setAddress(ReplicatorMessages.Address.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required .org.apache.pekko.cluster.ddata.Address address = 1; - setAddress(ClusterMessages.Address) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .Address address = 1; - setAddress(ClusterMessages.Address) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required .Address address = 1; - setAddress(ClusterMessages.Address.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .Address address = 1; - setAddress(ClusterMessages.Address.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required .Address address = 1; - setAddress(DistributedPubSubMessages.Address) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required .Address address = 1; - setAddress(DistributedPubSubMessages.Address.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required .Address address = 1; - setAddress(ClusterShardingMessages.Address) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .Address address = 1; - setAddress(ClusterShardingMessages.Address.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .Address address = 1; - setAddress(ArteryControlFormats.Address) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required .Address address = 1; - setAddress(ArteryControlFormats.Address.Builder) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required .Address address = 1; - setAddress(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
-
required .UniqueAddress address = 1; - setAddress(ArteryControlFormats.UniqueAddress.Builder) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
-
required .UniqueAddress address = 1; - setAddress(TestConductorProtocol.Address) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required .Address address = 2; - setAddress(TestConductorProtocol.Address) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Address address = 3; - setAddress(TestConductorProtocol.Address.Builder) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required .Address address = 2; - setAddress(TestConductorProtocol.Address.Builder) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Address address = 3; - setAddressIndex(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
required int32 addressIndex = 1; - setAddressIndex(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required int32 addressIndex = 1; - setAddressIndex(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
required int32 addressIndex = 1; - setAddressIndex(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required int32 addressIndex = 1; - setAddressIndex(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
-
required int32 addressIndex = 1; - setAddressTerminated(boolean) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required bool addressTerminated = 3; - setAll(T, Set<K>) - Method in class org.apache.pekko.util.TypedMultiMap
- setAllAddresses(int, ClusterMetricsMessages.Address) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - setAllAddresses(int, ClusterMetricsMessages.Address.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .Address allAddresses = 1; - setAllAddresses(int, ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - setAllAddresses(int, ClusterMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .UniqueAddress allAddresses = 1; - setAllAppVersions(int, String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allAppVersions = 8; - setAllButSelf(boolean) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required bool allButSelf = 2; - setAllHashes(int, String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allHashes = 3; - setAllHashes(int, String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
repeated string allHashes = 2; - setAllMetricNames(int, String) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated string allMetricNames = 2; - setAllowCoreThreadTimeout(boolean) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- setAllowLocalRoutees(boolean) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required bool allowLocalRoutees = 3; - setAllRoles(int, String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated string allRoles = 2; - setAlpha(double) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
required double alpha = 2; - setAppVersion(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
optional string appVersion = 3; - setAppVersionBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
optional string appVersion = 3; - setAppVersionIndex(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
optional int32 appVersionIndex = 5; - setArgs(int, ByteString) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
repeated bytes args = 4; - setAsync(boolean) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required bool async = 2; - setAutoPilot(TestActor.AutoPilot) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Install an AutoPilot to drive the testActor: the AutoPilot will be run for each received message and can be used to send or forward messages, etc.
- setAutoPilot(TestActor.AutoPilot) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Install an AutoPilot to drive the testActor: the AutoPilot will be run for each received message and can be used to send or forward messages, etc.
- SetAutoPilot(TestActor.AutoPilot) - Constructor for class org.apache.pekko.testkit.TestActor.SetAutoPilot
- SetAutoPilot$() - Constructor for class org.apache.pekko.testkit.TestActor.SetAutoPilot$
- setBackoffRate(double) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double backoffRate = 6; - setBackoffThreshold(double) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double backoffThreshold = 5; - setBarrier(TestConductorProtocol.EnterBarrier) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .EnterBarrier barrier = 2; - setBarrier(TestConductorProtocol.EnterBarrier.Builder) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .EnterBarrier barrier = 2; - setBuckets(int, DistributedPubSubMessages.Delta.Bucket) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - setBuckets(int, DistributedPubSubMessages.Delta.Bucket.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
-
repeated .Delta.Bucket buckets = 1; - setCause(ByteString) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
-
optional bytes cause = 1; - setCause(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required .Payload cause = 3; - setCause(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional .Payload cause = 3; - setCause(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required .Payload cause = 3; - setCause(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional .Payload cause = 3; - setCauseData(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .Payload causeData = 3; - setCauseData(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .Payload causeData = 3; - setChild(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required .ActorRef child = 1; - setChild(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required .ActorRef child = 1; - setChild(ContainerFormats.ActorRef.Builder) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required .ActorRef child = 1; - setChild(ContainerFormats.ActorRef.Builder) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
-
required .ActorRef child = 1; - setChildrenTerminationReason(ChildrenContainer.SuspendReason) - Method in interface org.apache.pekko.actor.dungeon.Children
- setChunk(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
required uint32 chunk = 1; - setClassName(String) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string className = 1; - setClassName(String) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
required string className = 1; - setClassNameBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string className = 1; - setClassNameBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
required string className = 1; - setClazz(String) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required string clazz = 3; - setClazzBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required string clazz = 3; - setClusterConfig(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
-
optional string clusterConfig = 2; - setClusterConfigBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
-
optional string clusterConfig = 2; - setCommandType(WireFormats.CommandType) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
required .CommandType commandType = 1; - setConcurrent(boolean) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required bool concurrent = 4; - setConfig(ByteString) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes config = 2; - setConfigCheck(ClusterMessages.ConfigCheck) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .ConfigCheck configCheck = 2; - setConfigCheck(ClusterMessages.ConfigCheck.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
-
required .ConfigCheck configCheck = 2; - setConfigManifest(String) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string configManifest = 9; - setConfigManifestBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string configManifest = 9; - setConfigSerializerId(int) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional int32 configSerializerId = 8; - setConfirmed(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; - setConfirmed(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; - setConfirmedSeqNr(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
-
required int64 confirmedSeqNr = 1; - setConfirmedSeqNr(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required int64 confirmedSeqNr = 1; - setConsistency(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required sint32 consistency = 2; - setConsistencyAdditional(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional int32 consistencyAdditional = 6; - setConsistencyMinCap(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional int32 consistencyMinCap = 5; - setConsumerControllerRef(String) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
-
required string consumerControllerRef = 1; - setConsumerControllerRefBytes(ByteString) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
-
required string consumerControllerRef = 1; - setContactPoints(int, String) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
-
repeated string contactPoints = 1; - setContent(int, DistributedPubSubMessages.Delta.Entry) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - setContent(int, DistributedPubSubMessages.Delta.Entry.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
repeated .Delta.Entry content = 3; - setCookie(String) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
optional string cookie = 3; - setCookieBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
optional string cookie = 3; - setCorePoolSize(int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- setCorePoolSizeFromFactor(int, double, int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- setCorrelationId(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
required .Payload correlationId = 1; - setCorrelationId(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
required .Payload correlationId = 1; - setCreatedTimestamp(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
optional int64 createdTimestamp = 3; - setCreationTime(long) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
optional sint64 creationTime = 3; - setCreationTime(long) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
optional int64 creationTime = 3; - setCumulativeAck(long) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
required fixed64 cumulativeAck = 1; - setCurrentActorThread() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
-
INTERNAL API
- setCurrentActorThread() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
INTERNAL API
- setCurrentConfig(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
-
optional string currentConfig = 1; - setCurrentConfigBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
-
optional string currentConfig = 1; - setCurrentDeliveryId(long) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
required int64 currentDeliveryId = 1; - setCurrentSeqNr(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
required int64 currentSeqNr = 1; - setData(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.Replicator
- setData(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - setData(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - setData(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - setData(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - setData(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - setData(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - setData(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 1; - setData(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage data = 2; - setData(MessageFormats.PersistentPayload) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required .PersistentPayload data = 2; - setData(MessageFormats.PersistentPayload.Builder) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required .PersistentPayload data = 2; - setData(ByteString) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required bytes data = 3; - setData(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required bytes data = 3; - setDecrements(ReplicatedDataMessages.GCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - setDecrements(ReplicatedDataMessages.GCounter.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter decrements = 2; - setDeleted(boolean) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
not used in new records from Akka 2.4
- setDeliveryId(long) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required int64 deliveryId = 1; - setDeliverySnapshot(AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
If snapshot from
AtLeastOnceDeliveryLike.getDeliverySnapshot()was saved it will be received during recovery in aSnapshotOffermessage and should be set with this method. - setDelta(ByteString) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
-
required bytes delta = 1; - setDeltaVersions(ReplicatorMessages.VersionVector) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - setDeltaVersions(ReplicatorMessages.VersionVector.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
-
optional .org.apache.pekko.cluster.ddata.VersionVector deltaVersions = 3; - setDeploy(WireFormats.DeployData) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .DeployData deploy = 2; - setDeploy(WireFormats.DeployData) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required .DeployData deploy = 2; - setDeploy(WireFormats.DeployData.Builder) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .DeployData deploy = 2; - setDeploy(WireFormats.DeployData.Builder) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
required .DeployData deploy = 2; - setDestination(String) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required string destination = 2; - setDestinationBytes(ByteString) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required string destination = 2; - setDigest(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required bytes digest = 2; - setDirection(TestConductorProtocol.Direction) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional .Direction direction = 2; - setDispatcher(String) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string dispatcher = 5; - setDispatcherBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string dispatcher = 5; - setDone(String) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional string done = 4; - setDoneBytes(ByteString) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional string done = 4; - setDots(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; - setDots(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; - setDots(int, ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - setDots(int, ReplicatedEventSourcing.VersionVector.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .VersionVector dots = 3; - setDwNotificationData(SystemMessageFormats.DeathWatchNotificationData) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - setDwNotificationData(SystemMessageFormats.DeathWatchNotificationData.Builder) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .DeathWatchNotificationData dwNotificationData = 7; - setElements(int, String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
-
repeated string elements = 1; - setEnabled(boolean) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
-
required bool enabled = 1; - setEnclosedMessage(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
required bytes enclosedMessage = 1; - setEnclosedMessage(ByteString) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
required bytes enclosedMessage = 1; - setEnclosedMessage(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
required bytes enclosedMessage = 1; - setEnclosedMessage(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
required bytes enclosedMessage = 1; - setEnclosedMessage(ByteString) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
required bytes enclosedMessage = 1; - setEntities(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
-
repeated string entities = 1; - setEntityCount(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required int32 entityCount = 2; - setEntityId(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
-
repeated string entityId = 1; - setEntityId(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
-
repeated string entityId = 1; - setEntityId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
-
required string entityId = 1; - setEntityId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
-
required string entityId = 1; - setEntityId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
-
required string entityId = 1; - setEntityId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string entityId = 1; - setEntityId(String) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required string entityId = 1; - setEntityIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
-
required string entityId = 1; - setEntityIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
-
required string entityId = 1; - setEntityIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
-
required string entityId = 1; - setEntityIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string entityId = 1; - setEntityIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required string entityId = 1; - setEntityIds(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
repeated string entityIds = 2; - setEntityIds(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
repeated string entityIds = 2; - setEntityType(String) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string entity_type = 2; - setEntityTypeBytes(ByteString) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string entity_type = 2; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(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; - setEntries(int, ReplicatedEventSourcing.ORSetDeltaGroup.Entry) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - setEntries(int, ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
-
repeated .ORSetDeltaGroup.Entry entries = 1; - setEntries(int, ReplicatedEventSourcing.VersionVector.Entry) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - setEntries(int, ReplicatedEventSourcing.VersionVector.Entry.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
-
repeated .VersionVector.Entry entries = 1; - setEntryData(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; - setEntryData(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; - setEnvelope(ReplicatorMessages.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - setEnvelope(ReplicatorMessages.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - setEnvelope(ReplicatorMessages.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - setEnvelope(ReplicatorMessages.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - setEnvelope(ReplicatorMessages.DataEnvelope.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - setEnvelope(ReplicatorMessages.DataEnvelope.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - setEnvelope(ReplicatorMessages.DataEnvelope.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
-
optional .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 1; - setEnvelope(ReplicatorMessages.DataEnvelope.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required .org.apache.pekko.cluster.ddata.DataEnvelope envelope = 2; - setEnvelope(WireFormats.RemoteEnvelope) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .RemoteEnvelope envelope = 2; - setEnvelope(WireFormats.RemoteEnvelope.Builder) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
-
optional .RemoteEnvelope envelope = 2; - setErrorMessage(String) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
-
required string errorMessage = 1; - setErrorMessageBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
-
required string errorMessage = 1; - setEvent(ContainerFormats.Payload) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload event = 8; - setEvent(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload event = 8; - setEwma(ClusterMetricsMessages.NodeMetrics.EWMA) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
optional .NodeMetrics.EWMA ewma = 3; - setEwma(ClusterMetricsMessages.NodeMetrics.EWMA.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
optional .NodeMetrics.EWMA ewma = 3; - setExistenceConfirmed(boolean) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
-
required bool existenceConfirmed = 2; - setExitValue(int) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional int32 exitValue = 7; - setExpectedAcks(int) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
-
optional int32 expectedAcks = 1; - setFailed(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated string failed = 2; - setFailed(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated string failed = 2; - setFailed(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- setFailedData(SystemMessageFormats.FailedData) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .FailedData failedData = 6; - setFailedData(SystemMessageFormats.FailedData.Builder) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .FailedData failedData = 6; - setFailedFatally() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- setFailure(TestConductorProtocol.FailType) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
required .FailType failure = 1; - setFailure(TestConductorProtocol.InjectFailure) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .InjectFailure failure = 3; - setFailure(TestConductorProtocol.InjectFailure.Builder) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .InjectFailure failure = 3; - setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- setFileName(String) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string fileName = 3; - setFileNameBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string fileName = 3; - setFirst(boolean) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required bool first = 3; - setFirstChunk(boolean) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
optional bool firstChunk = 6; - setFirstChunk(boolean) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
optional bool firstChunk = 7; - setFixedPoolSize(int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- setFlag(ByteFlag) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setFlags(byte) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setFrom(ClusterMetricsMessages.Address) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .Address from = 1; - setFrom(ClusterMetricsMessages.Address.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .Address from = 1; - setFrom(ClusterMessages.Address) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
required .Address from = 1; - setFrom(ClusterMessages.Address.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
required .Address from = 1; - setFrom(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress from = 1; - setFrom(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .UniqueAddress from = 1; - setFrom(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
required .UniqueAddress from = 1; - setFrom(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .UniqueAddress from = 1; - setFrom(ClusterMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress from = 1; - setFrom(ClusterMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .UniqueAddress from = 1; - setFrom(ClusterMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
required .UniqueAddress from = 1; - setFrom(ClusterMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .UniqueAddress from = 1; - setFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required .UniqueAddress from = 1; - setFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required .UniqueAddress from = 1; - setFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .UniqueAddress from = 1; - setFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress from = 1; - setFrom(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required .UniqueAddress from = 2; - setFrom(ArteryControlFormats.UniqueAddress.Builder) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required .UniqueAddress from = 1; - setFrom(ArteryControlFormats.UniqueAddress.Builder) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required .UniqueAddress from = 1; - setFrom(ArteryControlFormats.UniqueAddress.Builder) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .UniqueAddress from = 1; - setFrom(ArteryControlFormats.UniqueAddress.Builder) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress from = 1; - setFrom(ArteryControlFormats.UniqueAddress.Builder) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required .UniqueAddress from = 2; - setFromNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - setFromNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - setFromNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - setFromNode(ReplicatorMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 1; - setFromNode(ReplicatorMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2; - setFromNode(ReplicatorMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 3; - setFromSeqNr(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required int64 fromSeqNr = 3; - setFromSeqNr(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
-
required int64 fromSeqNr = 1; - setFromSystemUid(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
optional sfixed64 fromSystemUid = 4; - setFromSystemUid(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
optional sfixed64 fromSystemUid = 5; - setGeneric(WireFormats.GenericRoutingPool) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .GenericRoutingPool generic = 1; - setGeneric(WireFormats.GenericRoutingPool) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .GenericRoutingPool generic = 1; - setGeneric(WireFormats.GenericRoutingPool.Builder) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .GenericRoutingPool generic = 1; - setGeneric(WireFormats.GenericRoutingPool.Builder) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .GenericRoutingPool generic = 1; - setGossip(ClusterMetricsMessages.MetricsGossip) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .MetricsGossip gossip = 2; - setGossip(ClusterMetricsMessages.MetricsGossip.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required .MetricsGossip gossip = 2; - setGossip(ClusterMessages.Gossip) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .Gossip gossip = 2; - setGossip(ClusterMessages.Gossip.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
-
required .Gossip gossip = 2; - setHandler(Inlet<?>, InHandler) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Assigns callbacks for the events for an
Inlet - setHandler(Outlet<?>, OutHandler) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Assigns callbacks for the events for an
Outlet - setHandler(InHandler) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- setHandler(OutHandler) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet
-
Set OutHandler for this dynamic output port; this needs to be done before the first substream callback can arrive.
- setHandlers(Inlet<?>, Outlet<?>, InHandler) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Assign callbacks for linear operator for both
InletandOutlet - setHandshakeInfo(WireFormats.PekkoHandshakeInfo) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - setHandshakeInfo(WireFormats.PekkoHandshakeInfo.Builder) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
-
optional .PekkoHandshakeInfo handshakeInfo = 2; - setHashIndex(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
required int32 hashIndex = 1; - setHasManifest(int, 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
- setHello(TestConductorProtocol.Hello) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .Hello hello = 1; - setHello(TestConductorProtocol.Hello.Builder) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
-
optional .Hello hello = 1; - setHighestConfirmedSeqNr(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
-
required int64 highestConfirmedSeqNr = 2; - setHomes(int, ClusterShardingMessages.ShardHomesEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - setHomes(int, ClusterShardingMessages.ShardHomesEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
-
repeated .ShardHomesEntry homes = 1; - setHost(String) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string host = 3; - setHostBytes(ByteString) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string host = 3; - setHostname(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required string hostname = 1; - setHostname(String) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string hostname = 2; - setHostname(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string hostname = 2; - setHostname(String) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string hostname = 2; - setHostname(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string hostname = 3; - setHostname(String) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string hostname = 3; - setHostname(String) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string hostname = 2; - setHostnameBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required string hostname = 1; - setHostnameBytes(ByteString) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string hostname = 2; - setHostnameBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string hostname = 2; - setHostnameBytes(ByteString) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string hostname = 2; - setHostnameBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string hostname = 3; - setHostnameBytes(ByteString) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string hostname = 3; - setHostnameBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string hostname = 2; - SetIgnore(Option<PartialFunction<Object, Object>>) - Constructor for class org.apache.pekko.testkit.TestActor.SetIgnore
- SetIgnore$() - Constructor for class org.apache.pekko.testkit.TestActor.SetIgnore$
- setIncrements(ReplicatedDataMessages.GCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - setIncrements(ReplicatedDataMessages.GCounter.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
-
required .org.apache.pekko.cluster.ddata.GCounter increments = 1; - setIndex(String, int) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.HasStorage
- setInstruction(WireFormats.PekkoControlMessage) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional .PekkoControlMessage instruction = 2; - setInstruction(WireFormats.PekkoControlMessage.Builder) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional .PekkoControlMessage instruction = 2; - setIntElements(int, int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint32 intElements = 2 [packed = true]; - setIntElements(int, int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint32 intElements = 4 [packed = true]; - setIntElements(int, int) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint32 intElements = 5 [packed = true]; - setInterval(WireFormats.FiniteDuration) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration interval = 3; - setInterval(WireFormats.FiniteDuration.Builder) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration interval = 3; - setIntKey(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional sint32 intKey = 3; - setIntKey(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional sint32 intKey = 3; - setIntKey(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional sint32 intKey = 3; - setIntKey(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional sint32 intKey = 3; - setIntKey(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional sint32 intKey = 3; - setIntKey(EntryBuilder, int, Value) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryWriter
- setIntKey(ReplicatedDataMessages.LWWMap.Entry.Builder, int, ReplicatedDataMessages.LWWRegister) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- setIntKey(ReplicatedDataMessages.ORMap.Entry.Builder, int, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- setIntKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder, int, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- setIntKey(ReplicatedDataMessages.ORMultiMap.Entry.Builder, int, ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- setIntKey(ReplicatedDataMessages.PNCounterMap.Entry.Builder, int, ReplicatedDataMessages.PNCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- setKeepAliveTime(Duration) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- setKeepAliveTimeInMillis(long) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- setKeepGoing(boolean) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Controls whether this operator shall shut down when all its ports are closed, which is the default.
- setKey(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required string key = 1; - setKey(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required string key = 1; - setKey(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
required string key = 1; - setKey(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required string key = 1; - setKey(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required string key = 1; - setKey(String) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required string key = 1; - setKey(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
-
optional string key = 1; - setKey(String) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
-
required string key = 1; - setKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; - setKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
required string key = 1; - setKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
-
required string key = 1; - setKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
-
required string key = 1; - setKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
-
required string key = 1; - setKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
-
required string key = 1; - setKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required string key = 1; - setKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
-
optional string key = 1; - setKeyBytes(ByteString) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
-
required string key = 1; - setKeys(int, 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
- setKeys(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - setKeys(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - setKeys(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - setKeys(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - setKeys(ReplicatedDataMessages.ORSet.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - setKeys(ReplicatedDataMessages.ORSet.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - setKeys(ReplicatedDataMessages.ORSet.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - setKeys(ReplicatedDataMessages.ORSet.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet keys = 1; - setLastChunk(boolean) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
optional bool lastChunk = 7; - setLastChunk(boolean) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
optional bool lastChunk = 8; - setLastSequenceNr(long) - Method in interface org.apache.pekko.persistence.Eventsourced
- setLineNumber(int) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required int32 lineNumber = 4; - setLocal(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
required .Payload local = 1; - setLocal(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
required .Payload local = 1; - setLocalAffinity(boolean) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required bool localAffinity = 2; - setLoggerName(Class<?>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- setLoggerName(Class<?>) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Replace the current logger (or initialize a new logger if the logger was not touched before) with one that has ghe given class name as logger name.
- setLoggerName(Class<?>) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Replace the current logger (or initialize a new logger if the logger was not touched before) with one that has the given class name as logger name.
- setLoggerName(String) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- setLoggerName(String) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Replace the current logger (or initialize a new logger if the logger was not touched before) with one that has ghe given name as logger name.
- setLoggerName(String) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Replace the current logger (or initialize a new logger if the logger was not touched before) with one that has the given name as logger name.
- setLogLevel(Logging.LogLevel) - Method in interface org.apache.pekko.event.LoggingBus
-
Change log level: default loggers (i.e.
- setLongElements(int, long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated sint64 longElements = 3 [packed = true]; - setLongElements(int, long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated sint64 longElements = 5 [packed = true]; - setLongElements(int, long) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated sint64 longElements = 6 [packed = true]; - setLongKey(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional sint64 longKey = 4; - setLongKey(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional sint64 longKey = 4; - setLongKey(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional sint64 longKey = 4; - setLongKey(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional sint64 longKey = 4; - setLongKey(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional sint64 longKey = 4; - setLongKey(EntryBuilder, long, Value) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryWriter
- setLongKey(ReplicatedDataMessages.LWWMap.Entry.Builder, long, ReplicatedDataMessages.LWWRegister) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- setLongKey(ReplicatedDataMessages.ORMap.Entry.Builder, long, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- setLongKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder, long, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- setLongKey(ReplicatedDataMessages.ORMultiMap.Entry.Builder, long, ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- setLongKey(ReplicatedDataMessages.PNCounterMap.Entry.Builder, long, ReplicatedDataMessages.PNCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- setLowerBound(int) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 lowerBound = 1; - setManifest(String) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required string manifest = 2; - setManifest(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required string manifest = 2; - setManifest(String) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string manifest = 12; - setManifest(String) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setManifestBytes(ByteString) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required string manifest = 2; - setManifestBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required string manifest = 2; - setManifestBytes(ByteString) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string manifest = 12; - setManifests(int, 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
- setMarker(boolean) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
optional bool marker = 2; - setMatcher(String) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
-
optional string matcher = 2; - setMatcherBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
-
optional string matcher = 2; - setMaxInstancesPerNode(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required uint32 maxInstancesPerNode = 2; - setMaxPoolSize(int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- setMaxPoolSizeFromFactor(int, double, int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- setMdc(ActorContextImpl.LoggingContext) - Static method in class org.apache.pekko.actor.typed.internal.ActorMdc
- setMdc(ActorContextImpl.LoggingContext) - Method in class org.apache.pekko.actor.typed.internal.ActorMdc$
- setMdc(PersistenceId, String) - Static method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- setMdc(PersistenceId, String) - Method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- setMdc(PersistenceId, String) - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc
- setMdc(PersistenceId, String) - Method in class org.apache.pekko.persistence.typed.state.internal.PersistenceMdc$
- setMDC(Map<String, Object>) - Method in interface org.apache.pekko.event.DiagnosticLoggingAdapter
-
Java API: Sets the values to be added to the MDC (Mapped Diagnostic Context) before the log is appended.
- setMembers(int, ClusterMessages.Member) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - setMembers(int, ClusterMessages.Member.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Member members = 4; - setMessage(String) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required string message = 2; - setMessage(String) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional string message = 2; - setMessage(String) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string message = 1; - setMessage(ByteString) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required bytes message = 1; - setMessage(ByteString) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
required bytes message = 1; - setMessage(ContainerFormats.Payload) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required .Payload message = 2; - setMessage(ContainerFormats.Payload) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
-
required .Payload message = 1; - setMessage(ContainerFormats.Payload) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required .Payload message = 5; - setMessage(ContainerFormats.Payload) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required .Payload message = 6; - setMessage(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
-
required .Payload message = 2; - setMessage(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
-
required .Payload message = 1; - setMessage(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required .Payload message = 5; - setMessage(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required .Payload message = 6; - setMessage(WireFormats.SerializedMessage) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .SerializedMessage message = 2; - setMessage(WireFormats.SerializedMessage.Builder) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .SerializedMessage message = 2; - setMessageBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
-
required string message = 2; - setMessageBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
optional string message = 2; - setMessageBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string message = 1; - setMessageId(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
-
required .Payload messageId = 1; - setMessageId(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
-
required .Payload messageId = 1; - setMessageManifest(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
optional bytes messageManifest = 4; - setMessageManifest(ByteString) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
optional bytes messageManifest = 4; - setMessageManifest(ByteString) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
optional bytes messageManifest = 3; - setMessageManifest(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
optional bytes messageManifest = 4; - setMessageManifest(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
optional bytes messageManifest = 4; - setMessageManifest(ByteString) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
optional bytes messageManifest = 3; - setMessageManifest(ByteString) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
optional bytes messageManifest = 3; - setMessagesPerResize(int) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 messagesPerResize = 7; - setMetadata(MessageFormats.PersistentPayload) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload metadata = 15; - setMetadata(MessageFormats.PersistentPayload.Builder) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload metadata = 15; - setMetadata(ReplicatedEventSourcing.ReplicatedPublishedEventMetaData) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - setMetadata(ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .ReplicatedPublishedEventMetaData metadata = 5; - setMetadata(ContainerFormats.Payload) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload metadata = 9; - setMetadata(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
optional .Payload metadata = 9; - setMethodName(String) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string methodName = 2; - setMethodNameBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
-
required string methodName = 2; - setMetrics(int, ClusterMetricsMessages.NodeMetrics.Metric) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - setMetrics(int, ClusterMetricsMessages.NodeMetrics.Metric.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
repeated .NodeMetrics.Metric metrics = 3; - setMetricsSelector(ClusterMetricsMessages.MetricsSelector) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- setMetricsSelector(ClusterMetricsMessages.MetricsSelector.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- setNacks(int, long) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
-
repeated fixed64 nacks = 2; - setName(String) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required string name = 1; - setName(String) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required string name = 1; - setNameBytes(ByteString) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required string name = 1; - setNameBytes(ByteString) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
-
required string name = 1; - setNameIndex(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required int32 nameIndex = 1; - setNext(AbstractBoundedNodeQueue.Node<T>) - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue.Node
- setNext(AbstractNodeQueue.Node<T>) - Method in class org.apache.pekko.dispatch.AbstractNodeQueue.Node
- setNode(String) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
required string node = 1; - setNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - setNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - setNode(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - setNode(ReplicatorMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - setNode(ReplicatorMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 2; - setNode(ReplicatorMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1; - setNode(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
required .UniqueAddress node = 1; - setNode(ClusterMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
required .UniqueAddress node = 1; - setNode(WireFormats.AddressData) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
-
required .AddressData node = 1; - setNode(WireFormats.AddressData.Builder) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
-
required .AddressData node = 1; - setNodeBytes(ByteString) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
-
required string node = 1; - setNodeMetrics(int, ClusterMetricsMessages.NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - setNodeMetrics(int, ClusterMetricsMessages.NodeMetrics.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
-
repeated .NodeMetrics nodeMetrics = 3; - setNodes(int, WireFormats.AddressData) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - setNodes(int, WireFormats.AddressData.Builder) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
-
repeated .AddressData nodes = 2; - setNoRecipient() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setNoSender() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setNrOfInstances(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
required uint32 nrOfInstances = 2; - setNrOfInstances(int) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
required uint32 nrOfInstances = 1; - setNumber(ClusterMetricsMessages.NodeMetrics.Number) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required .NodeMetrics.Number number = 2; - setNumber(ClusterMetricsMessages.NodeMetrics.Number.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
-
required .NodeMetrics.Number number = 2; - setObserverReachability(int, ClusterMessages.ObserverReachability) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - setObserverReachability(int, ClusterMessages.ObserverReachability.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
-
repeated .ObserverReachability observerReachability = 2; - setObsoleteTime(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
optional sint64 obsoleteTime = 5; - setOffset(String) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset = 6; - setOffsetBytes(ByteString) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset = 6; - setOffsetManifest(String) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset_manifest = 7; - setOffsetManifestBytes(ByteString) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string offset_manifest = 7; - setOp(TestConductorProtocol.BarrierOp) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
required .BarrierOp op = 2; - setOperation(ReplicatedDataMessages.ORMapDeltaOp) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORMapDeltaOp operation = 1; - setOperation(ReplicatedDataMessages.ORSetDeltaOp) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1; - setOperation(ReplicatedEventSourcing.ORSetDeltaOp) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSetDeltaOp operation = 1; - setOrigin(WireFormats.AddressData) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required .AddressData origin = 1; - setOrigin(WireFormats.AddressData.Builder) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required .AddressData origin = 1; - setOriginalClassName(String) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalClassName = 3; - setOriginalClassNameBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalClassName = 3; - setOriginalMessage(String) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalMessage = 2; - setOriginalMessageBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
-
required string originalMessage = 2; - setOriginDc(String) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required string originDc = 1; - setOriginDcBytes(ByteString) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required string originDc = 1; - setOriginRef(StreamRefMessages.ActorRef) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
-
required .ActorRef originRef = 1; - setOriginRef(StreamRefMessages.ActorRef.Builder) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
-
required .ActorRef originRef = 1; - setOriginReplica(String) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required string originReplica = 1; - setOriginReplicaBytes(ByteString) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required string originReplica = 1; - setOriginSequenceNr(long) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required int64 originSequenceNr = 2; - setOriginUid(long) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required uint64 originUid = 2; - setOtherElements(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; - setOtherElements(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; - setOtherElements(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; - setOtherElements(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; - setOtherElements(int, ContainerFormats.Payload) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - setOtherElements(int, ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated .Payload otherElements = 7; - setOtherKey(EntryBuilder, ReplicatorMessages.OtherMessage, Value) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryWriter
- setOtherKey(ReplicatedDataMessages.LWWMap.Entry.Builder, ReplicatorMessages.OtherMessage, ReplicatedDataMessages.LWWRegister) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- setOtherKey(ReplicatedDataMessages.ORMap.Entry.Builder, ReplicatorMessages.OtherMessage, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- setOtherKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder, ReplicatorMessages.OtherMessage, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- setOtherKey(ReplicatedDataMessages.ORMultiMap.Entry.Builder, ReplicatorMessages.OtherMessage, ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- setOtherKey(ReplicatedDataMessages.PNCounterMap.Entry.Builder, ReplicatorMessages.OtherMessage, ReplicatedDataMessages.PNCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- setOtherKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - setOtherKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - setOtherKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - setOtherKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - setOtherKey(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - setOtherKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - setOtherKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - setOtherKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - setOtherKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - setOtherKey(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5; - setOutboundActorRefCompression(<any>) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setOutboundClassManifestCompression(<any>) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setOverview(ClusterMessages.GossipOverview) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .GossipOverview overview = 5; - setOverview(ClusterMessages.GossipOverview.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .GossipOverview overview = 5; - setOwner(DistributedPubSubMessages.Address) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required .Address owner = 1; - setOwner(DistributedPubSubMessages.Address.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required .Address owner = 1; - setOwnerAddress(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - setOwnerAddress(ReplicatorMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress ownerAddress = 2; - setPath(String) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required string path = 1; - setPath(String) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required string path = 1; - setPath(String) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
-
required string path = 1; - setPath(String) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
-
required string path = 1; - setPath(String) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required string path = 3; - setPath(String) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
required string path = 1; - setPath(String) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
-
required string path = 1; - setPathBytes(ByteString) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required string path = 1; - setPathBytes(ByteString) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required string path = 1; - setPathBytes(ByteString) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
-
required string path = 1; - setPathBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
-
required string path = 1; - setPathBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required string path = 3; - setPathBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
required string path = 1; - setPathBytes(ByteString) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
-
required string path = 1; - setPattern(int, ContainerFormats.Selection) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - setPattern(int, ContainerFormats.Selection.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
repeated .Selection pattern = 3; - setPayload(int, MessageFormats.PersistentMessage) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - setPayload(int, MessageFormats.PersistentMessage.Builder) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
-
repeated .PersistentMessage payload = 1; - setPayload(DistributedPubSubMessages.Payload) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required .Payload payload = 3; - setPayload(DistributedPubSubMessages.Payload) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required .Payload payload = 3; - setPayload(DistributedPubSubMessages.Payload) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required .Payload payload = 3; - setPayload(DistributedPubSubMessages.Payload) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
required .Payload payload = 1; - setPayload(DistributedPubSubMessages.Payload.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required .Payload payload = 3; - setPayload(DistributedPubSubMessages.Payload.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
-
required .Payload payload = 3; - setPayload(DistributedPubSubMessages.Payload.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
-
required .Payload payload = 3; - setPayload(DistributedPubSubMessages.Payload.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
-
required .Payload payload = 1; - setPayload(MessageFormats.PersistentPayload) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required .PersistentPayload payload = 3; - setPayload(MessageFormats.PersistentPayload) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload payload = 1; - setPayload(MessageFormats.PersistentPayload.Builder) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
-
required .PersistentPayload payload = 3; - setPayload(MessageFormats.PersistentPayload.Builder) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional .PersistentPayload payload = 1; - setPayload(ByteString) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
required bytes payload = 2; - setPayload(ByteString) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
-
optional bytes payload = 1; - setPayload(ContainerFormats.Payload) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .Payload payload = 3; - setPayload(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional .Payload payload = 3; - setPayload(StreamRefMessages.Payload) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required .Payload payload = 2; - setPayload(StreamRefMessages.Payload.Builder) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required .Payload payload = 2; - setPayloadManifest(ByteString) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
optional bytes payloadManifest = 3; - setPerformed(boolean) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required bool performed = 3; - setPersistenceId(String) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string persistence_id = 1; - setPersistenceId(String) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string persistenceId = 3; - setPersistenceId(String) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional string persistenceId = 1; - setPersistenceIdBytes(ByteString) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required string persistence_id = 1; - setPersistenceIdBytes(ByteString) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string persistenceId = 3; - setPersistenceIdBytes(ByteString) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional string persistenceId = 1; - setPolicy(ProcessingPolicy<JournalOperation>) - Method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- setPolicy(ProcessingPolicy<U>) - Method in interface org.apache.pekko.persistence.testkit.internal.PolicyOps
- setPool(ClusterMessages.Pool) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .Pool pool = 1; - setPool(ClusterMessages.Pool.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .Pool pool = 1; - setPort(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
-
required uint32 port = 2; - setPort(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required uint32 port = 3; - setPort(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required uint32 port = 3; - setPort(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required uint32 port = 3; - setPort(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required uint32 port = 4; - setPort(int) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required uint32 port = 4; - setPort(int) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required int32 port = 4; - setPort(int) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required uint32 port = 3; - setPressureThreshold(int) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 pressureThreshold = 3; - setProducerControllerRef(String) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerControllerRef = 5; - setProducerControllerRefBytes(ByteString) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerControllerRef = 5; - setProducerId(String) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerId = 1; - setProducerIdBytes(ByteString) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required string producerId = 1; - setProps(WireFormats.PropsData) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .PropsData props = 1; - setProps(WireFormats.PropsData.Builder) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .PropsData props = 1; - setProtocol(String) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
optional string protocol = 4; - setProtocol(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
optional string protocol = 4; - setProtocol(String) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
optional string protocol = 4; - setProtocol(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string protocol = 1; - setProtocol(String) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string protocol = 1; - setProtocol(String) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string protocol = 1; - setProtocol(String) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
optional string protocol = 4; - setProtocolBytes(ByteString) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
optional string protocol = 4; - setProtocolBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
optional string protocol = 4; - setProtocolBytes(ByteString) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
optional string protocol = 4; - setProtocolBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string protocol = 1; - setProtocolBytes(ByteString) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string protocol = 1; - setProtocolBytes(ByteString) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string protocol = 1; - setProtocolBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
optional string protocol = 4; - setPruning(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; - setPruning(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; - setPruning(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; - setPruning(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; - setQualifier(String) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required string qualifier = 2; - setQualifier(String) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required string qualifier = 2; - setQualifierBytes(ByteString) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required string qualifier = 2; - setQualifierBytes(ByteString) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required string qualifier = 2; - setQualifiers(int, String) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
-
repeated string qualifiers = 1; - setQueueFactory(Function0<BlockingQueue<Runnable>>) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- setRampupRate(double) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required double rampupRate = 4; - setRateMBit(float) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
-
optional float rateMBit = 6; - setRawResult(BoxedUnit) - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinTask
- setReceiveTimeout(Duration) - Method in interface org.apache.pekko.actor.AbstractActor.ActorContext
-
Defines the inactivity timeout after which the sending of a
pekko.actor.ReceiveTimeoutmessage is triggered. - setReceiveTimeout(Duration, T) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- setReceiveTimeout(Duration, T) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Schedule the sending of a notification in case no other message is received during the given period of time.
- setReceiveTimeout(Duration) - Method in interface org.apache.pekko.actor.ActorContext
-
Defines the inactivity timeout after which the sending of a
pekko.actor.ReceiveTimeoutmessage is triggered. - setReceiveTimeout(Duration) - Method in interface org.apache.pekko.actor.dungeon.ReceiveTimeout
- setReceiveTimeout(FiniteDuration, T) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Schedule the sending of a notification in case no other message is received during the given period of time.
- setRecipient(WireFormats.ActorRefData) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .ActorRefData recipient = 1; - setRecipient(WireFormats.ActorRefData.Builder) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
required .ActorRefData recipient = 1; - setRecipientActorRef(ActorRef) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setRef(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required string ref = 2; - setRef(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required string ref = 2; - setRef(String) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
optional string ref = 3; - setRef(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
-
required string ref = 1; - setRef(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
optional .ActorRef ref = 2; - setRef(ContainerFormats.ActorRef.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
-
optional .ActorRef ref = 2; - setRefBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
-
required string ref = 2; - setRefBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
-
required string ref = 2; - setRefBytes(ByteString) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
optional string ref = 3; - setRefBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
-
required string ref = 1; - setRegion(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string region = 2; - setRegion(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string region = 2; - setRegion(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
required string region = 1; - setRegionBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string region = 2; - setRegionBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string region = 2; - setRegionBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
required string region = 1; - setRegionProxies(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regionProxies = 3; - setRegionRef(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string regionRef = 2; - setRegionRefBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string regionRef = 2; - setRegions(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string regions = 2; - setRegions(int, ClusterShardingMessages.Address) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - setRegions(int, ClusterShardingMessages.Address.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
-
repeated .Address regions = 1; - setRemoteInstruments(RemoteInstruments) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setRemovedAddress(ReplicatorMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - setRemovedAddress(ReplicatorMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
-
required .org.apache.pekko.cluster.ddata.UniqueAddress removedAddress = 1; - setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- setReplicaId(String) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional string replicaId = 1; - setReplicaId(String) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
-
required string replicaId = 1; - setReplicaIdBytes(ByteString) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional string replicaId = 1; - setReplicaIdBytes(ByteString) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
-
required string replicaId = 1; - setReply(boolean) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
-
no reply if not set
- setReply(boolean) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
-
required bool reply = 3; - setReplyToStatus(boolean) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
optional bool replyToStatus = 2; - setRequest(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - setRequest(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - setRequest(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - setRequest(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - setRequest(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - setRequest(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - setRequest(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 4; - setRequest(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage request = 2; - setRequestUpToSeqNr(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required int64 requestUpToSeqNr = 2; - setResizer(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional .Payload resizer = 1; - setResizer(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional .Payload resizer = 4; - setResizer(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional .Payload resizer = 1; - setResizer(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional .Payload resizer = 4; - setRoles(int, String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
-
repeated string roles = 2; - setRolesIndexes(int, int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
repeated int32 rolesIndexes = 4 [packed = true]; - setRouterConfig(ByteString) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes routerConfig = 3; - setRouterConfigManifest(String) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string routerConfigManifest = 11; - setRouterConfigManifestBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string routerConfigManifest = 11; - setRouterConfigSerializerId(int) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional int32 routerConfigSerializerId = 10; - setRouterDispatcher(String) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- setRouterDispatcher(String) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional string routerDispatcher = 2; - setRouterDispatcher(String) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional string routerDispatcher = 2; - setRouterDispatcherBytes(ByteString) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
omitted if default
- setRouterDispatcherBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
-
optional string routerDispatcher = 2; - setRouterDispatcherBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
optional string routerDispatcher = 2; - setScope(ByteString) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional bytes scope = 4; - setScopeManifest(String) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string scopeManifest = 7; - setScopeManifestBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
optional string scopeManifest = 7; - setScopeSerializerId(int) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
- setSeen(int, 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
- setSeen(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; - setSeen(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; - setSeenDigest(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
optional bytes seenDigest = 4; - setSeenPerReplica(int, ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - setSeenPerReplica(int, ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
repeated .ReplicatedSnapshotMetadata.Seen seenPerReplica = 2; - setSelectors(int, ClusterMetricsMessages.MetricsSelector) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - setSelectors(int, ClusterMetricsMessages.MetricsSelector.Builder) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
-
repeated .MetricsSelector selectors = 1; - setSendBack(boolean) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
required bool sendBack = 1; - setSender(String) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string sender = 11; - setSender(WireFormats.ActorRefData) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional .ActorRefData sender = 4; - setSender(WireFormats.ActorRefData.Builder) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional .ActorRefData sender = 4; - setSenderActorRef(ActorRef) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setSenderBytes(ByteString) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string sender = 11; - setSeq(long) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
-
optional fixed64 seq = 5; - setSeqNo(long) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
-
required uint64 seqNo = 1; - setSeqNo(long) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required uint64 seqNo = 4; - setSeqNr(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required int64 seqNr = 1; - setSeqNr(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required int64 seqNr = 1; - setSeqNr(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
-
required int64 seqNr = 2; - setSeqNr(long) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
-
required int64 seqNr = 1; - setSeqNr(long) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
-
required int64 seqNr = 1; - setSeqNr(long) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
-
required int64 seqNr = 1; - setSequenceNr(long) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
-
optional int64 sequenceNr = 2; - setSequenceNr(long) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
-
optional int64 sequenceNr = 2; - setSequenceNr(long) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int64 sequence_nr = 4; - setSequenceNr(long) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional int64 sequenceNr = 2; - setSequenceNr(long) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional int64 sequenceNr = 2; - setSequenceNr(long) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
-
required int64 sequenceNr = 2; - setSerialized(ByteString) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional bytes serialized = 4; - setSerializedGossip(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required bytes serializedGossip = 3; - setSerializer(int) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setSerializerId(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
-
required int32 serializerId = 2; - setSerializerId(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
-
required uint32 serializerId = 1; - setSerializerId(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
-
required uint32 serializerId = 1; - setSerializerId(int) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
-
required int32 serializerId = 2; - setSerializerId(int) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
-
required int32 serializerId = 1; - setSerializerId(int) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
-
required int32 serializerId = 2; - setSerializerId(int) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
-
required int32 serializerId = 2; - setSerializerId(int) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
required int32 serializerId = 2; - setSerializerId(int) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
-
required int32 serializerId = 2; - setSerializerId(int) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
-
required int32 serializerId = 2; - setSerializerIds(int, int) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
-
newer wire protocol: serializer id for each arg
- setSettings(ClusterMessages.ClusterRouterPoolSettings) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .ClusterRouterPoolSettings settings = 2; - setSettings(ClusterMessages.ClusterRouterPoolSettings.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
-
required .ClusterRouterPoolSettings settings = 2; - setShard(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
-
repeated string shard = 2; - setShard(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string shard = 1; - setShard(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string shard = 1; - setShard(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
-
required string shard = 1; - setShard(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required string shard = 1; - setShardBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
-
required string shard = 1; - setShardBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
-
required string shard = 1; - setShardBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
-
required string shard = 1; - setShardBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
-
required string shard = 1; - setShardId(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
-
repeated string shardId = 1; - setShardId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string shardId = 1; - setShardId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
required string shardId = 1; - setShardId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
required string shardId = 1; - setShardId(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string shardId = 2; - setShardIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
-
required string shardId = 1; - setShardIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
-
required string shardId = 1; - setShardIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
-
required string shardId = 1; - setShardIdBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
-
required string shardId = 2; - setShardLocation(String, Address) - Method in interface org.apache.pekko.cluster.sharding.external.javadsl.ExternalShardAllocationClient
-
Update the given shard's location.
- setShardLocations(Map<String, Address>) - Method in interface org.apache.pekko.cluster.sharding.external.javadsl.ExternalShardAllocationClient
-
Update all of the provided ShardLocations.
- setShards(int, ClusterShardingMessages.CoordinatorState.ShardEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - setShards(int, ClusterShardingMessages.CoordinatorState.ShardEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated .CoordinatorState.ShardEntry shards = 1; - setShards(int, ClusterShardingMessages.ShardState) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - setShards(int, ClusterShardingMessages.ShardState.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
-
repeated .ShardState shards = 1; - setSlice(int) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int32 slice = 3; - setStackTrace(int, ContainerFormats.StackTraceElement) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - setStackTrace(int, ContainerFormats.StackTraceElement.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
-
repeated .StackTraceElement stackTrace = 4; - setStackTrace(StackTraceElement[]) - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- setStackTrace(StackTraceElement[]) - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- setStackTrace(StackTraceElement[]) - Static method in exception org.apache.pekko.stream.BindFailedException
- setState(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - setState(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage state = 3; - setState(S, D, FiniteDuration, Option<FSM.Reason>) - Method in class org.apache.pekko.testkit.TestFSMRef
-
Change FSM state; any value left out defaults to the current FSM state (timeout defaults to None).
- setState$default$1() - Method in class org.apache.pekko.testkit.TestFSMRef
- setState$default$2() - Method in class org.apache.pekko.testkit.TestFSMRef
- setState$default$3() - Method in class org.apache.pekko.testkit.TestFSMRef
- setState$default$4() - Method in class org.apache.pekko.testkit.TestFSMRef
- setStateIdentifier(String) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required string stateIdentifier = 1; - setStateIdentifier(String) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
required string stateIdentifier = 1; - setStateIdentifierBytes(ByteString) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
required string stateIdentifier = 1; - setStateIdentifierBytes(ByteString) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
required string stateIdentifier = 1; - setStateTimeout(S, Option<FiniteDuration>) - Method in interface org.apache.pekko.actor.FSM
- setStateTimeout(S, Option<FiniteDuration>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- setStats(int, ClusterShardingMessages.ClusterShardingStatsEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - setStats(int, ClusterShardingMessages.ClusterShardingStatsEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
-
repeated .ClusterShardingStatsEntry stats = 1; - setStats(int, ClusterShardingMessages.MapFieldEntry) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - setStats(int, ClusterShardingMessages.MapFieldEntry.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
-
repeated .MapFieldEntry stats = 1; - setStats(ClusterShardingMessages.ShardRegionStats) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .ShardRegionStats stats = 2; - setStats(ClusterShardingMessages.ShardRegionStats.Builder) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
-
required .ShardRegionStats stats = 2; - setStatus(ClusterMessages.MemberStatus) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required .MemberStatus status = 3; - setStatus(ClusterMessages.ReachabilityStatus) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required .ReachabilityStatus status = 3; - setStore(ActorRef, ActorSystem) - Method in class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbJournal$
-
Sets the shared LevelDB
storefor the given actorsystem. - SetStore(ActorRef) - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- SetStore$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore$
- setStringElements(int, String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
-
repeated string stringElements = 1; - setStringElements(int, String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
repeated string stringElements = 3; - setStringElements(int, String) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
repeated string stringElements = 4; - setStringKey(EntryBuilder, String, Value) - Method in interface org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ProtoMapEntryWriter
- setStringKey(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional string stringKey = 1; - setStringKey(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional string stringKey = 1; - setStringKey(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional string stringKey = 1; - setStringKey(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional string stringKey = 1; - setStringKey(String) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional string stringKey = 1; - setStringKey(ReplicatedDataMessages.LWWMap.Entry.Builder, String, ReplicatedDataMessages.LWWRegister) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.LWWMapEntry$
- setStringKey(ReplicatedDataMessages.ORMap.Entry.Builder, String, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapEntry$
- setStringKey(ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder, String, ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMapDeltaGroupEntry$
- setStringKey(ReplicatedDataMessages.ORMultiMap.Entry.Builder, String, ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.ORMultiMapEntry$
- setStringKey(ReplicatedDataMessages.PNCounterMap.Entry.Builder, String, ReplicatedDataMessages.PNCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer.PNCounterMapEntry$
- setStringKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
optional string stringKey = 1; - setStringKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
optional string stringKey = 1; - setStringKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional string stringKey = 1; - setStringKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
optional string stringKey = 1; - setStringKeyBytes(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
optional string stringKey = 1; - setSubjectReachability(int, ClusterMessages.SubjectReachability) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - setSubjectReachability(int, ClusterMessages.SubjectReachability.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
repeated .SubjectReachability subjectReachability = 2; - setSuperviseData(SystemMessageFormats.SuperviseData) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .SuperviseData superviseData = 5; - setSuperviseData(SystemMessageFormats.SuperviseData.Builder) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .SuperviseData superviseData = 5; - setSupervisor(WireFormats.ActorRefData) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .ActorRefData supervisor = 4; - setSupervisor(WireFormats.ActorRefData.Builder) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
-
required .ActorRefData supervisor = 4; - setSupportResend(boolean) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required bool supportResend = 3; - setSystem(String) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string system = 1; - setSystem(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string system = 1; - setSystem(String) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string system = 1; - setSystem(String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string system = 2; - setSystem(String) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string system = 2; - setSystem(String) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string system = 2; - setSystem(String) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string system = 1; - setSystemBytes(ByteString) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
-
required string system = 1; - setSystemBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
-
required string system = 1; - setSystemBytes(ByteString) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
-
required string system = 1; - setSystemBytes(ByteString) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
-
required string system = 2; - setSystemBytes(ByteString) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
-
required string system = 2; - setSystemBytes(ByteString) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
-
required string system = 2; - setSystemBytes(ByteString) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
-
required string system = 1; - setSystemUid(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
-
required uint64 systemUid = 2; - setTableVersion(int) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
required uint32 tableVersion = 3; - setTags(int, String) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
-
repeated string tags = 12; - setTargetLocation(ActorSystem, Address) - Static method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- setTargetLocation(ActorSystem, Address) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy$
- setTargetRef(StreamRefMessages.ActorRef) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
-
required .ActorRef targetRef = 1; - setTargetRef(StreamRefMessages.ActorRef) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
-
required .ActorRef targetRef = 1; - setTargetRef(StreamRefMessages.ActorRef.Builder) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
-
required .ActorRef targetRef = 1; - setTargetRef(StreamRefMessages.ActorRef.Builder) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
-
required .ActorRef targetRef = 1; - setTerminated() - Method in interface org.apache.pekko.actor.dungeon.Children
- SetThrottle(Address, ThrottlerTransportAdapter.Direction, ThrottlerTransportAdapter.ThrottleMode) - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- SetThrottle$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle$
-
Deprecated.
- SetThrottleAck$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
-
Deprecated.
- setTimeout(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
-
required uint32 timeout = 3; - setTimeout(long) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
-
optional int64 timeout = 3; - setTimeout(String) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
not used in new records from Akka 2.4.5
- setTimeoutBytes(ByteString) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
not used in new records from Akka 2.4.5
- setTimeoutNanos(long) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
-
required int64 timeoutNanos = 1; - setTimeoutNanos(long) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
-
optional int64 timeoutNanos = 3; - setTimeoutNanos(long) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
-
optional int64 timeoutNanos = 3; - setTimer(String, Object, Duration) - Method in class org.apache.pekko.actor.AbstractFSM
-
Deprecated.Use startSingleTimer instead. Since Akka 2.6.0.
- setTimer(String, Object, Duration, boolean) - Method in class org.apache.pekko.actor.AbstractFSM
-
Deprecated.Use startSingleTimer, startTimerWithFixedDelay or startTimerAtFixedRate instead. This has the same semantics as startTimerAtFixedRate, but startTimerWithFixedDelay is often preferred. Since Akka 2.6.0.
- setTimer(String, Object, FiniteDuration) - Method in class org.apache.pekko.actor.AbstractFSM
-
Deprecated.Use startSingleTimer instead. Since Akka 2.6.0.
- setTimer(String, Object, FiniteDuration) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Use startSingleTimer instead. Since Akka 2.6.0.
- setTimer(String, Object, FiniteDuration, boolean) - Method in interface org.apache.pekko.actor.FSM
-
Deprecated.Use startSingleTimer, startTimerWithFixedDelay or startTimerAtFixedRate instead. This has the same semantics as startTimerAtFixedRate, but startTimerWithFixedDelay is often preferred. Since Akka 2.6.0.
- setTimer(String, Object, FiniteDuration, boolean) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.Use startSingleTimer, startTimerWithFixedDelay or startTimerAtFixedRate instead. This has the same semantics as startTimerAtFixedRate, but startTimerWithFixedDelay is often preferred. Since Akka 2.6.0.
- setTimer(String, Object, FiniteDuration, boolean) - Method in class org.apache.pekko.testkit.TestFSMRef
-
Deprecated.Use startTimerWithFixedDelay or startTimerAtFixedRate instead. This has the same semantics as startTimerAtFixedRate, but startTimerWithFixedDelay is often preferred. Since Akka 2.6.0.
- setTimer$default$4() - Method in interface org.apache.pekko.actor.FSM
- setTimer$default$4() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- setTimer$default$4() - Method in class org.apache.pekko.testkit.TestFSMRef
- setTimestamp(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
-
required sint64 timestamp = 1; - setTimestamp(long) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
-
required int64 timestamp = 2; - setTimestamp(long) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
-
required int64 timestamp = 2; - setTimestamp(long) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
the timestamp could be removed but left for test data compatibility
- setTimestamp(long) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
-
required int64 timestamp = 2; - setTimestamp(long) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
-
required int64 timestamp = 2; - setTimestamp(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
-
required int64 timestamp = 3; - setTimestamp(long) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
-
required int64 timestamp = 4; - setTimestamp(long) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
-
required int64 timestamp = 5; - setTimestamp(long) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional sint64 timestamp = 14; - setTimestamp(long) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
-
optional int64 timestamp = 4; - settings() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
The Settings associated with this ActorRefProvider
- settings() - Method in class org.apache.pekko.actor.ActorSystem
-
The core settings extracted from the supplied configuration.
- settings() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
- settings() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
- settings() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
The core settings extracted from the supplied configuration.
- settings() - Method in class org.apache.pekko.cluster.Cluster
- settings() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
-
Metrics extension configuration.
- settings() - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- settings() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterActor
- settings() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterConfigBase
- settings() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- settings() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- settings() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
- settings() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
- settings() - Method in class org.apache.pekko.cluster.typed.SingletonActor
- settings() - Method in class org.apache.pekko.coordination.lease.scaladsl.Lease
- settings() - Method in interface org.apache.pekko.dispatch.DispatcherPrerequisites
- settings() - Method in class org.apache.pekko.dispatch.Dispatchers
- settings() - Method in class org.apache.pekko.io.UdpConnectedExt
- settings() - Method in class org.apache.pekko.io.UdpExt
- settings() - Method in interface org.apache.pekko.io.WithUdpSend
- settings() - Method in class org.apache.pekko.persistence.Persistence
- settings() - Method in interface org.apache.pekko.remote.artery.InboundContext
- settings() - Method in interface org.apache.pekko.remote.artery.OutboundContext
- settings() - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- settings() - Method in class org.apache.pekko.remote.transport.TransportAdapters
-
Deprecated.
- settings() - Method in class org.apache.pekko.serialization.Serialization
- settings() - Method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.Use attributes to access settings from stages, see https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
- settings() - Method in class org.apache.pekko.stream.Materializer
-
Deprecated.Use attributes to access settings from stages. Since Akka 2.6.0.
- Settings - Class in org.apache.pekko.actor.typed
-
The configuration settings that were parsed from the config by an
ActorSystem. - Settings() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
- Settings() - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
- Settings() - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings
- Settings() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings
- Settings() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- Settings() - Constructor for class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- Settings() - Constructor for class org.apache.pekko.remote.testconductor.TestConductorExt.Settings
- Settings(Config) - Constructor for class org.apache.pekko.io.DnsExt.Settings
-
Load the default resolver
- Settings(Config) - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit.Settings
- Settings(Config) - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit.Settings
- Settings(Config) - Constructor for class org.apache.pekko.serialization.Serialization.Settings
- Settings(Config, ActorSystem.Settings, String) - Constructor for class org.apache.pekko.actor.typed.Settings
- Settings(ClassLoader, Config, String) - Constructor for class org.apache.pekko.actor.ActorSystem.Settings
- Settings(ClassLoader, Config, String, ActorSystemSetup) - Constructor for class org.apache.pekko.actor.ActorSystem.Settings
- Settings(ActorSystem.Settings) - Constructor for class org.apache.pekko.actor.typed.Settings
- Settings() - Method in class org.apache.pekko.io.DnsExt
- Settings() - Method in class org.apache.pekko.io.TcpExt
- Settings() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt
- SETTINGS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- Settings$() - Constructor for class org.apache.pekko.actor.ActorSystem.Settings$
- Settings$() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings$
- Settings$() - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController.Settings$
- Settings$() - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings$
- Settings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings$
- Settings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings$
- Settings$() - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit.Settings$
- Settings$() - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit.Settings$
- Settings$() - Constructor for class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings$
- Settings$() - Constructor for class org.apache.pekko.remote.testconductor.TestConductorExt.Settings$
- setTo(ClusterMessages.UniqueAddress) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress to = 2; - setTo(ClusterMessages.UniqueAddress.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
-
required .UniqueAddress to = 2; - setTo(ArteryControlFormats.Address) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .Address to = 2; - setTo(ArteryControlFormats.Address.Builder) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
-
required .Address to = 2; - setTo(ArteryControlFormats.UniqueAddress) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress to = 2; - setTo(ArteryControlFormats.UniqueAddress.Builder) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
-
required .UniqueAddress to = 2; - setTombstones(int, ClusterMessages.Tombstone) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - setTombstones(int, ClusterMessages.Tombstone.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
repeated .Tombstone tombstones = 7; - setTopic(String) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required string topic = 1; - setTopicBytes(ByteString) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
-
required string topic = 1; - setToSeqNr(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
-
if not set then same as fromSequenceNr
- setToSystemUid(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
-
optional sfixed64 toSystemUid = 3; - setToSystemUid(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
optional sfixed64 toSystemUid = 4; - setTotalInstances(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
required uint32 totalInstances = 1; - setTotChunks(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
-
required uint32 totChunks = 2; - setType(ClusterMetricsMessages.NodeMetrics.NumberType) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
required .NodeMetrics.NumberType type = 1; - setType(ClusterMessages.ConfigCheck.Type) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
-
required .ConfigCheck.Type type = 1; - setType(ContainerFormats.PatternType) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
-
required .PatternType type = 1; - setType(SystemMessageFormats.SystemMessage.Type) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
required .SystemMessage.Type type = 1; - setUid(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
required sfixed32 uid = 2; - setUid(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
required uint32 uid = 2; - setUid(long) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setUid(long) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
-
required uint64 uid = 1; - setUid(long) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
-
required uint64 uid = 2; - setUid(long) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
-
required uint64 uid = 1; - setUid(long) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
-
required uint64 uid = 2; - setUid(long) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
-
required fixed64 uid = 2; - setUid2(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
-
64 bit uids but with backward wire compatibility
- setUid2(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
-
64 bit uids but with backward wire compatibility
- setUnallocatedShards(int, String) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
-
repeated string unallocatedShards = 4; - setUnconfirmed(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; - setUnconfirmed(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; - setUnconfirmedDeliveries(int, MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - setUnconfirmedDeliveries(int, MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
-
repeated .AtLeastOnceDeliverySnapshot.UnconfirmedDelivery unconfirmedDeliveries = 2; - setUnderlying(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - setUnderlying(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - setUnderlying(ReplicatedDataMessages.ORSet.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - setUnderlying(ReplicatedDataMessages.ORSet.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet underlying = 2; - setUnderlying(ReplicatedEventSourcing.ORSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSet underlying = 2; - setUnderlying(ReplicatedEventSourcing.ORSet.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
-
required .ORSet underlying = 2; - setUnit(WireFormats.TimeUnit) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
-
required .TimeUnit unit = 2; - setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.Identify.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.Payload.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.Selection.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.AddressData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.DeployData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.FromConfig.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.PropsData.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef.Builder
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef.Builder
- setup() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- setup() - Method in class org.apache.pekko.actor.typed.Settings
- setup() - Method in interface org.apache.pekko.persistence.typed.internal.JournalInteractions
- setup() - Method in interface org.apache.pekko.persistence.typed.internal.SnapshotInteractions
- setup() - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
- setup() - Method in interface org.apache.pekko.persistence.typed.state.internal.DurableStateStoreInteractions
- setup() - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
- setup(BiFunction<ActorMaterializer, Attributes, Flow<I, O, M>>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(BiFunction<ActorMaterializer, Attributes, Flow<I, O, M>>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(BiFunction<ActorMaterializer, Attributes, Sink<T, M>>) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(BiFunction<ActorMaterializer, Attributes, Sink<T, M>>) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(BiFunction<ActorMaterializer, Attributes, Source<T, M>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(BiFunction<ActorMaterializer, Attributes, Source<T, M>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(Function<ActorContext<T>, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
setupis a factory for a behavior. - setup(Function<ActorContext<T>, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
setupis a factory for a behavior. - setup(Function1<ActorContext<T>, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
setupis a factory for a behavior. - setup(Function1<ActorContext<T>, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
setupis a factory for a behavior. - setup(Function2<ActorMaterializer, Attributes, Flow<T, U, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Flow
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(Function2<ActorMaterializer, Attributes, Flow<T, U, M>>) - Method in class org.apache.pekko.stream.scaladsl.Flow$
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(Function2<ActorMaterializer, Attributes, Sink<T, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(Function2<ActorMaterializer, Attributes, Sink<T, M>>) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(Function2<ActorMaterializer, Attributes, Source<T, M>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- setup(Function2<ActorMaterializer, Attributes, Source<T, M>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Deprecated.Use 'fromMaterializer' instead. Since Akka 2.6.0.
- Setup - Class in org.apache.pekko.actor.setup
-
Marker supertype for a setup part that can be put inside
pekko.actor.setup.ActorSystemSetup, if a specific concrete setup is not specified in the actor system setup that means defaults are used (usually from the config file) - no concrete setup instance should be mandatory in thepekko.actor.setup.ActorSystemSetupthat an actor system is created with. - Setup() - Constructor for class org.apache.pekko.actor.setup.Setup
- setupModule(Module.SetupContext) - Method in interface org.apache.pekko.serialization.jackson.JacksonModule
- setupModule(Module.SetupContext) - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- setupModule(Module.SetupContext) - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- setupModule(Module.SetupContext) - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- setUpNumber(int) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member.Builder
-
required int32 upNumber = 2; - setUpperBound(int) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer.Builder
-
required uint32 upperBound = 2; - setUpStdoutLogger(ActorSystem.Settings) - Method in interface org.apache.pekko.event.LoggingBus
- setupTestAppender(String) - Method in class org.apache.pekko.actor.testkit.typed.internal.TestAppender$
- setUsePoolDispatcher(boolean) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool.Builder
-
required bool usePoolDispatcher = 4; - setUsePoolDispatcher(boolean) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool.Builder
-
required bool usePoolDispatcher = 3; - setUseRole(String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
optional string useRole = 4; - setUseRoleBytes(ByteString) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
optional string useRole = 4; - setUseRoles(int, String) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder
-
repeated string useRoles = 5; - setValue(double) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder
-
required double value = 1; - setValue(int) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry.Builder
-
optional int32 value = 2; - setValue(long) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration.Builder
-
required int64 value = 1; - setValue(ReplicatedDataMessages.LWWRegister) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - setValue(ReplicatedDataMessages.LWWRegister.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.LWWRegister value = 2; - setValue(ReplicatedDataMessages.ORSet) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - setValue(ReplicatedDataMessages.ORSet.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.ORSet value = 2; - setValue(ReplicatedDataMessages.PNCounter) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - setValue(ReplicatedDataMessages.PNCounter.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.PNCounter value = 2; - setValue(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - setValue(ReplicatorMessages.OtherMessage) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - setValue(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder
-
required .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - setValue(ReplicatorMessages.OtherMessage.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry.Builder
-
optional .org.apache.pekko.cluster.ddata.OtherMessage value = 2; - setValue(ByteString) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder
-
required bytes value = 2; - setValue(ByteString) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter.Builder
-
required bytes value = 1; - setValue(ContainerFormats.Payload) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
-
optional .Payload value = 1; - setValue(ContainerFormats.Payload.Builder) - Method in class org.apache.pekko.remote.ContainerFormats.Option.Builder
-
optional .Payload value = 1; - setValue32(int) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional uint32 value32 = 2; - setValue64(long) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder
-
optional uint64 value64 = 3; - setValues(int, int) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement.Builder
-
repeated uint32 values = 5; - setVersion(byte) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- setVersion(int) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck.Builder
-
required uint32 version = 2; - setVersion(long) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry.Builder
-
required int64 version = 2; - setVersion(long) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder
-
required int64 version = 4; - setVersion(long) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder
-
required int64 version = 4; - setVersion(long) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder
-
required int64 version = 2; - setVersion(long) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder
-
required int64 version = 2; - setVersion(long) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry.Builder
-
required int64 version = 2; - setVersion(ClusterMessages.VectorClock) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .VectorClock version = 6; - setVersion(ClusterMessages.VectorClock) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .VectorClock version = 3; - setVersion(ClusterMessages.VectorClock.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip.Builder
-
required .VectorClock version = 6; - setVersion(ClusterMessages.VectorClock.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder
-
required .VectorClock version = 3; - setVersion(ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
required .VersionVector version = 1; - setVersion(ReplicatedEventSourcing.VersionVector.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Builder
-
required .VersionVector version = 1; - setVersions(int, ClusterMessages.VectorClock.Version) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - setVersions(int, ClusterMessages.VectorClock.Version.Builder) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder
-
repeated .VectorClock.Version versions = 2; - setVersions(int, DistributedPubSubMessages.Status.Version) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - setVersions(int, DistributedPubSubMessages.Status.Version.Builder) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder
-
repeated .Status.Version versions = 1; - setVersionVector(ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required .VersionVector versionVector = 3; - setVersionVector(ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional .VersionVector versionVector = 2; - setVersionVector(ReplicatedEventSourcing.VersionVector.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata.Builder
-
required .VersionVector versionVector = 3; - setVersionVector(ReplicatedEventSourcing.VersionVector.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData.Builder
-
optional .VersionVector versionVector = 2; - setViaTimeout(boolean) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request.Builder
-
required bool viaTimeout = 4; - setVvector(ReplicatorMessages.VersionVector) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - setVvector(ReplicatorMessages.VersionVector.Builder) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder
-
required .org.apache.pekko.cluster.ddata.VersionVector vvector = 1; - setVvector(ReplicatedEventSourcing.VersionVector) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required .VersionVector vvector = 2; - setVvector(ReplicatedEventSourcing.VersionVector.Builder) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet.Builder
-
required .VersionVector vvector = 2; - setWatchData(SystemMessageFormats.WatchData) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .WatchData watchData = 2; - setWatchData(SystemMessageFormats.WatchData.Builder) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Builder
-
optional .WatchData watchData = 2; - setWatchee(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watchee = 1; - setWatchee(ContainerFormats.ActorRef.Builder) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watchee = 1; - setWatcher(ContainerFormats.ActorRef) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watcher = 2; - setWatcher(ContainerFormats.ActorRef.Builder) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData.Builder
-
required .ActorRef watcher = 2; - setWildcardFanOut(boolean) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope.Builder
-
optional for pre 2.3.4 compatibility
- setWithin(WireFormats.FiniteDuration) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .FiniteDuration within = 2; - setWithin(WireFormats.FiniteDuration) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration within = 2; - setWithin(WireFormats.FiniteDuration.Builder) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool.Builder
-
required .FiniteDuration within = 2; - setWithin(WireFormats.FiniteDuration.Builder) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool.Builder
-
required .FiniteDuration within = 2; - setWithValueDeltas(boolean) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder
-
optional bool withValueDeltas = 3; - setWriterUuid(String) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string writerUuid = 13; - setWriterUuidBytes(ByteString) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage.Builder
-
optional string writerUuid = 13; - setZeroTag(int) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry.Builder
-
required sint32 zeroTag = 3; - SeveralRoutees - Class in org.apache.pekko.routing
-
Routeethat sends each message to allroutees. - SeveralRoutees(Iterable<Routee>) - Constructor for class org.apache.pekko.routing.SeveralRoutees
-
Java API
- SeveralRoutees(IndexedSeq<Routee>) - Constructor for class org.apache.pekko.routing.SeveralRoutees
- SeveralRoutees$ - Class in org.apache.pekko.routing
- SeveralRoutees$() - Constructor for class org.apache.pekko.routing.SeveralRoutees$
- shallDie(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- shallDie(ActorRef) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- shallDie(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- shallDie(ActorRef) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- shape() - Method in interface org.apache.pekko.stream.Graph
-
The shape of a graph is all that is externally visible: its inlets and outlets.
- shape() - Method in class org.apache.pekko.stream.javadsl.BidiFlow
- shape() - Method in class org.apache.pekko.stream.javadsl.Flow
- shape() - Method in class org.apache.pekko.stream.javadsl.Sink
- shape() - Method in class org.apache.pekko.stream.javadsl.Source
- shape() - Method in class org.apache.pekko.stream.KillSwitches.UniqueBidiKillSwitchStage$
- shape() - Method in class org.apache.pekko.stream.KillSwitches.UniqueKillSwitchStage$
- shape() - Method in class org.apache.pekko.stream.scaladsl.Balance
- shape() - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
- shape() - Method in class org.apache.pekko.stream.scaladsl.Broadcast
- shape() - Method in class org.apache.pekko.stream.scaladsl.Concat
- shape() - Method in class org.apache.pekko.stream.scaladsl.Flow
- shape() - Method in class org.apache.pekko.stream.scaladsl.Interleave
- shape() - Method in class org.apache.pekko.stream.scaladsl.Merge
- shape() - Method in class org.apache.pekko.stream.scaladsl.MergeLatest
- shape() - Method in class org.apache.pekko.stream.scaladsl.MergePreferred
- shape() - Method in class org.apache.pekko.stream.scaladsl.MergePrioritized
- shape() - Method in class org.apache.pekko.stream.scaladsl.MergeSequence
- shape() - Method in class org.apache.pekko.stream.scaladsl.MergeSorted
- shape() - Method in class org.apache.pekko.stream.scaladsl.Partition
- shape() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow
- shape() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffSink
- shape() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffSource
- shape() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- shape() - Method in class org.apache.pekko.stream.scaladsl.Sink
- shape() - Method in class org.apache.pekko.stream.scaladsl.Source
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith2
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith3
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith4
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- shape() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith2
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith3
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith4
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- shape() - Method in class org.apache.pekko.stream.scaladsl.ZipWithN
- shape(String) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
INTERNAL API
- shape(String) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
INTERNAL API
- Shape - Class in org.apache.pekko.stream
-
A Shape describes the inlets and outlets of a
Graph. - Shape() - Constructor for class org.apache.pekko.stream.Shape
- Shape$ - Class in org.apache.pekko.stream
-
INTERNAL API
- Shape$() - Constructor for class org.apache.pekko.stream.Shape$
- shaping() - Static method in class org.apache.pekko.stream.ThrottleMode
-
Java API: Tells throttle to make pauses before emitting messages to meet throttle rate
- shaping() - Method in class org.apache.pekko.stream.ThrottleMode$
-
Java API: Tells throttle to make pauses before emitting messages to meet throttle rate
- Shaping$() - Constructor for class org.apache.pekko.stream.ThrottleMode.Shaping$
- shard() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- shard() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- shard() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- shard() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- shard() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- shard() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- shard() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- shard() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- shard() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- shard() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- shard() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.EntityContext
- SHARD_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- SHARD_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- SHARD_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- SHARD_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- SHARD_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- Shard$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- Shard$() - Constructor for class org.apache.pekko.cluster.sharding.Shard$
- shardAllocated(String, String, Address) - Static method in class org.apache.pekko.cluster.sharding.ShardingLogMarker
-
Marker "pekkoShardAllocated" of log event when
ShardCoordinatorallocates a shard to a region. - shardAllocated(String, String, Address) - Method in class org.apache.pekko.cluster.sharding.ShardingLogMarker$
-
Marker "pekkoShardAllocated" of log event when
ShardCoordinatorallocates a shard to a region. - ShardAllocationStrategy$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.ShardAllocationStrategy$
- ShardCommandActor - Class in org.apache.pekko.cluster.sharding.typed.internal
-
INTERNAL API
- ShardCommandActor() - Constructor for class org.apache.pekko.cluster.sharding.typed.internal.ShardCommandActor
- ShardCommandActor$ - Class in org.apache.pekko.cluster.sharding.typed.internal
-
INTERNAL API
- ShardCommandActor$() - Constructor for class org.apache.pekko.cluster.sharding.typed.internal.ShardCommandActor$
- ShardCoordinator - Class in org.apache.pekko.cluster.sharding
-
Singleton coordinator that decides where to allocate shards.
- ShardCoordinator(ClusterShardingSettings, ShardCoordinator.ShardAllocationStrategy) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator
- ShardCoordinator.AbstractShardAllocationStrategy - Class in org.apache.pekko.cluster.sharding
-
Java API: Java implementations of custom shard allocation and rebalancing logic used by the
ShardCoordinatorshould extend this abstract class and implement the two methods. - ShardCoordinator.ActorSystemDependentAllocationStrategy - Interface in org.apache.pekko.cluster.sharding
-
Shard allocation strategy where start is called by the shard coordinator before any calls to rebalance or allocate shard.
- ShardCoordinator.Internal$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ShardCoordinator.Internal$.BeginHandOff - Class in org.apache.pekko.cluster.sharding
-
ShardCoordinatorinitiates rebalancing process by sending this message to all registeredShardRegionactors (including proxy only). - ShardCoordinator.Internal$.BeginHandOff$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.BeginHandOffAck - Class in org.apache.pekko.cluster.sharding
-
Acknowledgement of
ShardCoordinator.Internal$.BeginHandOff - ShardCoordinator.Internal$.BeginHandOffAck$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.CoordinatorCommand - Interface in org.apache.pekko.cluster.sharding
-
Messages sent to the coordinator
- ShardCoordinator.Internal$.CoordinatorMessage - Interface in org.apache.pekko.cluster.sharding
-
Messages sent from the coordinator
- ShardCoordinator.Internal$.DomainEvent - Interface in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.GetShardHome - Class in org.apache.pekko.cluster.sharding
-
ShardRegionrequests the location of a shard by sending this message to theShardCoordinator. - ShardCoordinator.Internal$.GetShardHome$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.GracefulShutdownReq - Class in org.apache.pekko.cluster.sharding
-
ShardRegionrequests full handoff to be able to shutdown gracefully. - ShardCoordinator.Internal$.GracefulShutdownReq$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.HandOff - Class in org.apache.pekko.cluster.sharding
-
When all
ShardRegionactors have acknowledged theBeginHandOfftheShardCoordinatorsends this message to theShardRegionresponsible for the shard. - ShardCoordinator.Internal$.HandOff$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.HostShard - Class in org.apache.pekko.cluster.sharding
-
ShardCoordinatorinforms aShardRegionthat it is hosting this shard - ShardCoordinator.Internal$.HostShard$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.RegionStopped - Class in org.apache.pekko.cluster.sharding
-
Notification when the entire shard region has stopped
- ShardCoordinator.Internal$.RegionStopped$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.Register - Class in org.apache.pekko.cluster.sharding
-
ShardRegionregisters toShardCoordinator, until it receivesShardCoordinator.Internal$.RegisterAck. - ShardCoordinator.Internal$.Register$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.RegisterAck - Class in org.apache.pekko.cluster.sharding
-
Acknowledgement from
ShardCoordinatorthatShardCoordinator.Internal$.RegisterorShardCoordinator.Internal$.RegisterProxywas successful. - ShardCoordinator.Internal$.RegisterAck$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.RegisterProxy - Class in org.apache.pekko.cluster.sharding
-
ShardRegionin proxy only mode registers toShardCoordinator, until it receivesShardCoordinator.Internal$.RegisterAck. - ShardCoordinator.Internal$.RegisterProxy$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardCoordinatorInitialized - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardCoordinatorInitialized$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardHome - Class in org.apache.pekko.cluster.sharding
-
ShardCoordinatorreplies with this message forShardCoordinator.Internal$.GetShardHomerequests. - ShardCoordinator.Internal$.ShardHome$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardHomeAllocated - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardHomeAllocated$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardHomeDeallocated - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardHomeDeallocated$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardHomes - Class in org.apache.pekko.cluster.sharding
-
One or more sent to region directly after registration to speed up new shard startup.
- ShardCoordinator.Internal$.ShardHomes$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardRegionProxyRegistered - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardRegionProxyRegistered$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardRegionProxyTerminated - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardRegionProxyTerminated$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardRegionRegistered - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardRegionRegistered$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardRegionTerminated - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardRegionTerminated$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardStarted - Class in org.apache.pekko.cluster.sharding
-
ShardRegionreplies with this message forShardCoordinator.Internal$.HostShardrequests which lead to it hosting the shard - ShardCoordinator.Internal$.ShardStarted$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.ShardStopped - Class in org.apache.pekko.cluster.sharding
-
Reply to
HandOffwhen all entities in the shard have been terminated. - ShardCoordinator.Internal$.ShardStopped$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.State - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.State$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.StateInitialized - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.StateInitialized$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.Internal$.Terminate - Class in org.apache.pekko.cluster.sharding
-
Used as a special termination message from
ClusterSharding - ShardCoordinator.Internal$.Terminate$ - Class in org.apache.pekko.cluster.sharding
-
Used as a special termination message from
ClusterSharding - ShardCoordinator.LeastShardAllocationStrategy - Class in org.apache.pekko.cluster.sharding
-
Use
pekko.cluster.sharding.ShardCoordinator.ShardAllocationStrategy.leastShardAllocationStrategyinstead. - ShardCoordinator.RebalanceWorker$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.RebalanceWorker$.ShardRegionTerminated - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.RebalanceWorker$.ShardRegionTerminated$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.ShardAllocationStrategy - Interface in org.apache.pekko.cluster.sharding
-
Interface of the pluggable shard allocation and rebalancing logic used by the
ShardCoordinator. - ShardCoordinator.ShardAllocationStrategy$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator.StartableAllocationStrategy - Interface in org.apache.pekko.cluster.sharding
-
Shard allocation strategy where start is called by the shard coordinator before any calls to rebalance or allocate shard.
- ShardCoordinator$ - Class in org.apache.pekko.cluster.sharding
- ShardCoordinator$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator$
- ShardCoordinatorInitialized() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- ShardCoordinatorInitialized$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized$
- ShardedDaemonProcess - Class in org.apache.pekko.cluster.sharding.typed.javadsl
-
This extension runs a pre set number of actors in a cluster.
- ShardedDaemonProcess - Interface in org.apache.pekko.cluster.sharding.typed.scaladsl
-
This extension runs a pre set number of actors in a cluster.
- ShardedDaemonProcess() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.ShardedDaemonProcess
- ShardedDaemonProcess$ - Class in org.apache.pekko.cluster.sharding.typed.javadsl
- ShardedDaemonProcess$ - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
- ShardedDaemonProcess$() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.ShardedDaemonProcess$
- ShardedDaemonProcess$() - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.ShardedDaemonProcess$
- ShardedDaemonProcessImpl$ - Class in org.apache.pekko.cluster.sharding.typed.internal
-
INTERNAL API
- ShardedDaemonProcessImpl$() - Constructor for class org.apache.pekko.cluster.sharding.typed.internal.ShardedDaemonProcessImpl$
- ShardedDaemonProcessSettings - Class in org.apache.pekko.cluster.sharding.typed
-
Not for user constructions, use factory methods to instantiate.
- ShardedDaemonProcessSettings$ - Class in org.apache.pekko.cluster.sharding.typed
- ShardedDaemonProcessSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings$
- ShardedServiceRegistry$ - Class in org.apache.pekko.cluster.typed.internal.receptionist
-
INTERNAL API
- ShardedServiceRegistry$() - Constructor for class org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry$
- shardFailureBackoff() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- shardFailureBackoff() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- ShardHome(String, ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- ShardHome$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome$
- ShardHomeAllocated(String, ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- ShardHomeAllocated$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated$
- ShardHomeDeallocated(String) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- ShardHomeDeallocated$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated$
- ShardHomes(Map<ActorRef, Seq<String>>) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- ShardHomes$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes$
- shardId(String) - Method in class org.apache.pekko.cluster.sharding.typed.HashCodeMessageExtractor
- shardId(String) - Method in class org.apache.pekko.cluster.sharding.typed.HashCodeNoEnvelopeMessageExtractor
- shardId(String) - Method in class org.apache.pekko.cluster.sharding.typed.Murmur2MessageExtractor
- shardId(String) - Method in class org.apache.pekko.cluster.sharding.typed.Murmur2NoEnvelopeMessageExtractor
- shardId(String) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingMessageExtractor
-
The shard identifier for a given entity id.
- shardId(String, int) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.Murmur2
- shardId(String, int) - Method in class org.apache.pekko.cluster.sharding.typed.internal.Murmur2$
- ShardId() - Method in class org.apache.pekko.cluster.sharding.ShardingLogMarker.Properties$
- SHARDID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- SHARDID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- SHARDID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- SHARDID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- SHARDID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- ShardingConsumerController - Class in org.apache.pekko.cluster.sharding.typed.delivery
-
ShardingConsumerControlleris used together withShardingProducerController. - ShardingConsumerController() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController
- ShardingConsumerController.Settings - Class in org.apache.pekko.cluster.sharding.typed.delivery
- ShardingConsumerController.Settings$ - Class in org.apache.pekko.cluster.sharding.typed.delivery
- ShardingConsumerController$ - Class in org.apache.pekko.cluster.sharding.typed.delivery
-
ShardingConsumerControlleris used together withShardingProducerController. - ShardingConsumerController$() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController$
- ShardingConsumerControllerImpl<A> - Class in org.apache.pekko.cluster.sharding.typed.delivery.internal
- ShardingConsumerControllerImpl(ActorContext<ConsumerController.Command<A>>, ActorRef<ConsumerController.Delivery<A>>, ShardingConsumerController.Settings) - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingConsumerControllerImpl
- ShardingConsumerControllerImpl$ - Class in org.apache.pekko.cluster.sharding.typed.delivery.internal
-
INTERNAL API
- ShardingConsumerControllerImpl$() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingConsumerControllerImpl$
- ShardingDirectReplication - Class in org.apache.pekko.cluster.sharding.typed
-
INTERNAL API
- ShardingDirectReplication() - Constructor for class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication
- ShardingDirectReplication.Command - Interface in org.apache.pekko.cluster.sharding.typed
-
Not for user extension
- ShardingDirectReplication.VerifyStarted$ - Class in org.apache.pekko.cluster.sharding.typed
- ShardingDirectReplication$ - Class in org.apache.pekko.cluster.sharding.typed
-
INTERNAL API
- ShardingDirectReplication$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication$
- ShardingEnvelope<M> - Class in org.apache.pekko.cluster.sharding.typed
-
Default envelope type that may be used with Cluster Sharding.
- ShardingEnvelope(String, M) - Constructor for class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- ShardingEnvelope$ - Class in org.apache.pekko.cluster.sharding.typed
- ShardingEnvelope$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope$
- ShardingFlightRecorder - Interface in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ShardingFlightRecorder$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ShardingFlightRecorder$() - Constructor for class org.apache.pekko.cluster.sharding.ShardingFlightRecorder$
- ShardingLogMarker - Class in org.apache.pekko.cluster.sharding
-
This is public with the purpose to document the used markers and properties of log events.
- ShardingLogMarker() - Constructor for class org.apache.pekko.cluster.sharding.ShardingLogMarker
- ShardingLogMarker.Properties$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ShardingLogMarker$ - Class in org.apache.pekko.cluster.sharding
-
This is public with the purpose to document the used markers and properties of log events.
- ShardingLogMarker$() - Constructor for class org.apache.pekko.cluster.sharding.ShardingLogMarker$
- ShardingMessageExtractor<E,M> - Class in org.apache.pekko.cluster.sharding.typed
-
Entirely customizable typed message extractor.
- ShardingMessageExtractor() - Constructor for class org.apache.pekko.cluster.sharding.typed.ShardingMessageExtractor
- ShardingMessageExtractor$ - Class in org.apache.pekko.cluster.sharding.typed
- ShardingMessageExtractor$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ShardingMessageExtractor$
- ShardingMessages - Class in org.apache.pekko.cluster.sharding.typed.internal.protobuf
- ShardingMessages.ShardingEnvelope - Class in org.apache.pekko.cluster.sharding.typed.internal.protobuf
-
Protobuf type
org.apache.pekko.cluster.sharding.typed.ShardingEnvelope - ShardingMessages.ShardingEnvelope.Builder - Class in org.apache.pekko.cluster.sharding.typed.internal.protobuf
-
Protobuf type
org.apache.pekko.cluster.sharding.typed.ShardingEnvelope - ShardingMessages.ShardingEnvelopeOrBuilder - Interface in org.apache.pekko.cluster.sharding.typed.internal.protobuf
- ShardingProducerController - Class in org.apache.pekko.cluster.sharding.typed.delivery
-
Reliable delivery between a producer actor sending messages to sharded consumer actors receiving the messages.
- ShardingProducerController() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController
- ShardingProducerController.Command<A> - Interface in org.apache.pekko.cluster.sharding.typed.delivery
- ShardingProducerController.MessageWithConfirmation<A> - Class in org.apache.pekko.cluster.sharding.typed.delivery
-
For sending confirmation message back to the producer when the message has been confirmed.
- ShardingProducerController.MessageWithConfirmation$ - Class in org.apache.pekko.cluster.sharding.typed.delivery
- ShardingProducerController.RequestNext<A> - Class in org.apache.pekko.cluster.sharding.typed.delivery
-
The
ProducerControllersendsRequestNextto the producer when it is allowed to send one message via thesendNextTooraskNextTo. - ShardingProducerController.RequestNext$ - Class in org.apache.pekko.cluster.sharding.typed.delivery
- ShardingProducerController.Settings - Class in org.apache.pekko.cluster.sharding.typed.delivery
- ShardingProducerController.Settings$ - Class in org.apache.pekko.cluster.sharding.typed.delivery
- ShardingProducerController.Start<A> - Class in org.apache.pekko.cluster.sharding.typed.delivery
-
Initial message from the producer actor.
- ShardingProducerController.Start$ - Class in org.apache.pekko.cluster.sharding.typed.delivery
- ShardingProducerController$ - Class in org.apache.pekko.cluster.sharding.typed.delivery
-
Reliable delivery between a producer actor sending messages to sharded consumer actors receiving the messages.
- ShardingProducerController$() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController$
- ShardingProducerControllerImpl<A> - Class in org.apache.pekko.cluster.sharding.typed.delivery.internal
- ShardingProducerControllerImpl(ActorContext<ShardingProducerControllerImpl.InternalCommand>, String, ActorRef<ShardingEnvelope<A>>, ActorRef<ShardingEnvelope<ConsumerController.SequencedMessage<A>>>, Option<ActorRef<DurableProducerQueue.Command<A>>>, ShardingProducerController.Settings, ClassTag<A>) - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingProducerControllerImpl
- ShardingProducerControllerImpl.InternalCommand - Interface in org.apache.pekko.cluster.sharding.typed.delivery.internal
- ShardingProducerControllerImpl.UnsealedInternalCommand - Interface in org.apache.pekko.cluster.sharding.typed.delivery.internal
-
For commands defined in public ShardingProducerController
- ShardingProducerControllerImpl$ - Class in org.apache.pekko.cluster.sharding.typed.delivery.internal
-
INTERNAL API
- ShardingProducerControllerImpl$() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.internal.ShardingProducerControllerImpl$
- ShardingQueries - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ShardingQueries() - Constructor for class org.apache.pekko.cluster.sharding.ShardingQueries
- ShardingQueries.ShardsQueryResult<B> - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API The result of a group query and metadata.
- ShardingQueries.ShardsQueryResult$ - Class in org.apache.pekko.cluster.sharding
- ShardingQueries$ - Class in org.apache.pekko.cluster.sharding
-
INTERNAL API
- ShardingQueries$() - Constructor for class org.apache.pekko.cluster.sharding.ShardingQueries$
- shardingSettings() - Method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings
- ShardingState - Class in org.apache.pekko.cluster.sharding.typed.internal
-
INTERNAL API
- ShardingState() - Constructor for class org.apache.pekko.cluster.sharding.typed.internal.ShardingState
- ShardingState$ - Class in org.apache.pekko.cluster.sharding.typed.internal
-
INTERNAL API
- ShardingState$() - Constructor for class org.apache.pekko.cluster.sharding.typed.internal.ShardingState$
- ShardLocation(Address) - Constructor for class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- ShardLocation$() - Constructor for class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation$
- shardLocations() - Method in interface org.apache.pekko.cluster.sharding.external.scaladsl.ExternalShardAllocationClient
-
Get all the current shard locations that have been set via updateShardLocation
- ShardLocations - Class in org.apache.pekko.cluster.sharding.external
- ShardLocations(Map<String, ExternalShardAllocationStrategy.ShardLocation>) - Constructor for class org.apache.pekko.cluster.sharding.external.ShardLocations
- shardRegion() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- shardRegion() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- shardRegion() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- shardRegion(String) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Retrieve the actor reference of the
ShardRegionactor responsible for the named entity type. - ShardRegion$ - Class in org.apache.pekko.cluster.sharding
- ShardRegion$() - Constructor for class org.apache.pekko.cluster.sharding.ShardRegion$
- shardRegionProxy() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- shardRegionProxy(String, String) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Retrieve the actor reference of the
ShardRegionactor that will act as a proxy to the named entity type running in another data center. - ShardRegionProxyRegistered(ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- ShardRegionProxyRegistered$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered$
- ShardRegionProxyTerminated(ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- ShardRegionProxyTerminated$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated$
- shardRegionQueryTimeout() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- shardRegionQueryTimeout() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- ShardRegionRegistered(ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- ShardRegionRegistered$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered$
- ShardRegionTerminated(ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- ShardRegionTerminated(ActorRef) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- ShardRegionTerminated$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated$
- ShardRegionTerminated$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated$
- shards() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- SHARDS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- SHARDS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- ShardsQueryResult(Set<String>, Seq<B>, int, FiniteDuration) - Constructor for class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- ShardsQueryResult$() - Constructor for class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult$
- shardStarted(String, String) - Static method in class org.apache.pekko.cluster.sharding.ShardingLogMarker
-
Marker "pekkoShardStarted" of log event when
ShardRegionstarts a shard. - shardStarted(String, String) - Method in class org.apache.pekko.cluster.sharding.ShardingLogMarker$
-
Marker "pekkoShardStarted" of log event when
ShardRegionstarts a shard. - ShardStarted(String) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- ShardStarted$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted$
- shardStartTimeout() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- shardStartTimeout() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- shardState() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding
-
Actor for querying Cluster Sharding state
- shardState() - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding
-
Actor for querying Cluster Sharding state
- ShardStopped(String) - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- ShardStopped$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped$
- shardStoreProps(String) - Method in interface org.apache.pekko.cluster.sharding.internal.RememberEntitiesProvider
-
Called once per started shard to create the remember entities shard store
- shardsUpdated(int) - Static method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy
- shardsUpdated(int) - Method in class org.apache.pekko.cluster.sharding.internal.DisabledEntityPassivationStrategy$
- ShardTypeName() - Method in class org.apache.pekko.cluster.sharding.ShardingLogMarker.Properties$
- shardTypeNames() - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Scala API: get all currently defined sharding type names.
- shared(String) - Static method in class org.apache.pekko.stream.KillSwitches
-
Creates a new
SharedKillSwitchwith the given name that can be used to control the completion of multiple streams from the outside simultaneously. - shared(String) - Method in class org.apache.pekko.stream.KillSwitches$
-
Creates a new
SharedKillSwitchwith the given name that can be used to control the completion of multiple streams from the outside simultaneously. - SharedKillSwitch - Class in org.apache.pekko.stream
-
A
SharedKillSwitchis a provider forGraphs ofFlowShapethat can be completed or failed from the outside. - SharedLeveldbJournal$ - Class in org.apache.pekko.persistence.journal.leveldb
-
For testing only.
- SharedLeveldbJournal$() - Constructor for class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbJournal$
- SharedLeveldbStore - Class in org.apache.pekko.persistence.journal.leveldb
-
Deprecated.Use another journal implementation or the in-mem journal in combination with the journal-proxy. Since Akka 2.6.15.
- SharedLeveldbStore() - Constructor for class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- SharedLeveldbStore(Config) - Constructor for class org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
-
Deprecated.
- shouldNotProcessMask() - Method in class org.apache.pekko.dispatch.Mailbox$
- ShouldPull$() - Constructor for class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPull$
- ShouldPush$() - Constructor for class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPush$
- shouldScheduleMask() - Method in class org.apache.pekko.dispatch.Mailbox$
- shouldSnapshot(State, Event, long) - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Initiates a snapshot if the given predicate evaluates to true.
- shutdown() - Method in class org.apache.pekko.actor.typed.Dispatchers
- shutdown() - Method in class org.apache.pekko.dispatch.Dispatcher
-
INTERNAL API
- shutdown() - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- shutdown() - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
Called one time every time an actor is detached from this dispatcher and this dispatcher has no actors left attached Must be idempotent
- shutdown() - Method in interface org.apache.pekko.remote.testconductor.RemoteConnection
-
Shutdown the connection and release the resources.
- shutdown() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- shutdown() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter
-
Deprecated.
- shutdown() - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- shutdown() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- shutdown() - Method in interface org.apache.pekko.remote.transport.Transport
-
Deprecated.Shuts down the transport layer and releases all the corresponding resources.
- shutdown() - Method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.Shuts down this materializer and all the operators that have been materialized through this materializer.
- shutdown() - Method in interface org.apache.pekko.stream.KillSwitch
- shutdown() - Method in class org.apache.pekko.stream.Materializer
-
Shuts down this materializer and all the operators that have been materialized through this materializer.
- shutdown() - Method in class org.apache.pekko.stream.SharedKillSwitch
-
After calling
SharedKillSwitch.shutdown()all materialized, running instances of allGraphs provided by theSharedKillSwitchwill complete their downstreams and cancel their upstreams (unless if finished or failed already in which case the command is ignored). - shutdown() - Method in class org.apache.pekko.stream.UniqueKillSwitch
-
After calling
UniqueKillSwitch.shutdown()the running instance of theGraphofFlowShapethat materialized to theUniqueKillSwitchwill complete its downstream and cancel its upstream (unless if finished or failed already in which case the command is ignored). - shutdown() - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- shutdown(ActorSystem, Duration, boolean) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Shut down an actor system and wait for termination.
- shutdown(ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Shutdown the given
pekko.actor.typed.ActorSystemand block until it shuts down, if more time thansystem-shutdown-defaultpasses an exception is thrown (can be configured withthrow-on-shutdown-timeout). - shutdown(ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Shutdown the given
pekko.actor.typed.ActorSystemand block until it shuts down, if more time thansystem-shutdown-defaultpasses an exception is thrown (can be configured withthrow-on-shutdown-timeout). - shutdown(ActorSystem<?>) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Shutdown the given
pekko.actor.typed.ActorSystemand block until it shuts down, if more time thanTestKitSettings.DefaultActorSystemShutdownTimeoutpasses an exception is thrown - shutdown(ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
-
Shutdown the given
pekko.actor.typed.ActorSystemand block until it shuts down, if more time thanTestKitSettings.DefaultActorSystemShutdownTimeoutpasses an exception is thrown - shutdown(ActorSystem<?>, Duration) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Shutdown the given
pekko.actor.typed.ActorSystemand block until it shuts down, if more time thansystem-shutdown-defaultpasses an exception is thrown (can be configured withthrow-on-shutdown-timeout). - shutdown(ActorSystem<?>, Duration) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Shutdown the given
pekko.actor.typed.ActorSystemand block until it shuts down, if more time thansystem-shutdown-defaultpasses an exception is thrown (can be configured withthrow-on-shutdown-timeout). - shutdown(ActorSystem<?>, Duration, boolean) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Shutdown the given actor system and wait up to
durationfor shutdown to complete. - shutdown(ActorSystem<?>, Duration, boolean) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit$
-
Shutdown the given actor system and wait up to
durationfor shutdown to complete. - shutdown(ActorSystem<?>, Duration, boolean) - Static method in class org.apache.pekko.actor.testkit.typed.internal.TestKitUtils
- shutdown(ActorSystem<?>, Duration, boolean) - Method in class org.apache.pekko.actor.testkit.typed.internal.TestKitUtils$
- shutdown(ActorSystem<?>, Duration, boolean) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Shutdown the given
pekko.actor.typed.ActorSystemand block until it shuts down or thedurationhits. - shutdown(ActorSystem<?>, Duration, boolean) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
-
Shutdown the given
pekko.actor.typed.ActorSystemand block until it shuts down or thedurationhits. - shutdown(RoleName) - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Tell the actor system at the remote node to shut itself down.
- shutdown(RoleName, boolean) - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Tell the actor system at the remote node to shut itself down without awaiting termination of remote-deployed children.
- shutDown() - Static method in class org.apache.pekko.cluster.MemberStatus
-
Java API: retrieve the
ShutDownstatus singleton - shutDown() - Method in class org.apache.pekko.cluster.MemberStatus$
-
Java API: retrieve the
ShutDownstatus singleton - Shutdown - org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Shutdown = 5; - Shutdown() - Method in class org.apache.pekko.actor.AbstractFSM
-
Reason given when someone was calling
system.stop(fsm)from outside; also applies toStopsupervision directive. - Shutdown() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Reason given when someone was calling
system.stop(fsm)from outside; also applies toStopsupervision directive. - ShutDown() - Method in class org.apache.pekko.dispatch.affinity.AffinityPool$
- Shutdown_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Shutdown = 5; - Shutdown$() - Constructor for class org.apache.pekko.actor.FSM.Shutdown$
- Shutdown$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.Shutdown$
-
Deprecated.
- Shutdown$() - Constructor for class org.apache.pekko.remote.transport.AssociationHandle.Shutdown$
-
Deprecated.
- shutdown$default$1() - Method in interface org.apache.pekko.testkit.TestKitBase
- shutdown$default$2() - Method in interface org.apache.pekko.testkit.TestKitBase
- shutdown$default$3() - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- shutdown$default$3() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$
- shutdown$default$3() - Method in interface org.apache.pekko.testkit.TestKitBase
- ShutdownAbrupt - org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
ShutdownAbrupt = 6; - ShutdownAbrupt_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
ShutdownAbrupt = 6; - shutdownActorSystem(ActorSystem) - Static method in class org.apache.pekko.testkit.javadsl.TestKit
-
Shut down an actor system and wait for termination.
- shutdownActorSystem(ActorSystem) - Method in class org.apache.pekko.testkit.javadsl.TestKit$
-
Shut down an actor system and wait for termination.
- shutdownActorSystem(ActorSystem, boolean) - Static method in class org.apache.pekko.testkit.javadsl.TestKit
-
Shut down an actor system and wait for termination.
- shutdownActorSystem(ActorSystem, boolean) - Method in class org.apache.pekko.testkit.javadsl.TestKit$
-
Shut down an actor system and wait for termination.
- shutdownActorSystem(ActorSystem, Duration) - Static method in class org.apache.pekko.testkit.javadsl.TestKit
-
Shut down an actor system and wait for termination.
- shutdownActorSystem(ActorSystem, Duration) - Method in class org.apache.pekko.testkit.javadsl.TestKit$
-
Shut down an actor system and wait for termination.
- shutdownActorSystem(ActorSystem, Duration, boolean) - Static method in class org.apache.pekko.testkit.javadsl.TestKit
-
Shut down an actor system and wait for termination.
- shutdownActorSystem(ActorSystem, Duration, boolean) - Method in class org.apache.pekko.testkit.javadsl.TestKit$
-
Shut down an actor system and wait for termination.
- shutdownActorSystem(ActorSystem, Duration, boolean) - Static method in class org.apache.pekko.testkit.TestKit
-
Shut down an actor system and wait for termination.
- shutdownActorSystem(ActorSystem, Duration, boolean) - Method in class org.apache.pekko.testkit.TestKit$
-
Shut down an actor system and wait for termination.
- shutdownActorSystem$default$2() - Static method in class org.apache.pekko.testkit.TestKit
- shutdownActorSystem$default$2() - Method in class org.apache.pekko.testkit.TestKit$
- shutdownActorSystem$default$3() - Static method in class org.apache.pekko.testkit.TestKit
- shutdownActorSystem$default$3() - Method in class org.apache.pekko.testkit.TestKit$
- ShutdownAfterUnsuccessfulJoinSeedNodes() - Method in class org.apache.pekko.cluster.ClusterSettings
- ShutDownAssociation$ - Class in org.apache.pekko.remote
- ShutDownAssociation$() - Constructor for class org.apache.pekko.remote.ShutDownAssociation$
- ShutdownAttempt(Address) - Constructor for class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- ShutdownAttempt$() - Constructor for class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt$
-
Deprecated.
- shutdownBehavior() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.The
pekko.remote.transport.TestTransport.SwitchableLoggedBehaviorfor the shutdown() method. - shutdownNow() - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- shutdownReason() - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
The
Reasonfor the shutdown as passed to therunmethod. - shutdownShards(ActorRef, Set<String>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- shutdownTestKit() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Terminate the actor system and the testkit
- shutdownTestKit() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- shutdownTimeout() - Method in class org.apache.pekko.dispatch.Dispatcher
- shutdownTimeout() - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
When the dispatcher no longer has any actors registered, how long will it wait until it shuts itself down, defaulting to your pekko configs "pekko.actor.default-dispatcher.shutdown-timeout" or default specified in reference.conf
- shutdownTimeout() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- shutdownTimeout() - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- ShutdownTimeout() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
- ShutdownTimeout() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- shuttingDown() - Static method in class org.apache.pekko.cluster.MemberStatus
-
Java API: retrieve the
ShuttingDownstatus singleton - shuttingDown() - Method in class org.apache.pekko.cluster.MemberStatus$
-
Java API: retrieve the
ShuttingDownstatus singleton - shuttingDown() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- ShuttingDown() - Method in class org.apache.pekko.dispatch.affinity.AffinityPool$
- SideEffect$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- SideEffect$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- SideEffect$() - Constructor for class org.apache.pekko.persistence.typed.internal.SideEffect$
- SideEffect$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.SideEffect$
- SigarMetricsCollector - Class in org.apache.pekko.cluster.metrics
-
Loads metrics through Hyperic SIGAR and JMX monitoring beans.
- SigarMetricsCollector(ActorSystem) - Constructor for class org.apache.pekko.cluster.metrics.SigarMetricsCollector
-
This constructor is used when creating an instance from configured FQCN
- SigarMetricsCollector(Address, double, SigarProxy) - Constructor for class org.apache.pekko.cluster.metrics.SigarMetricsCollector
- SigarMetricsCollector(Address, ClusterMetricsSettings) - Constructor for class org.apache.pekko.cluster.metrics.SigarMetricsCollector
- SigarMetricsCollector(Address, ClusterMetricsSettings, SigarProxy) - Constructor for class org.apache.pekko.cluster.metrics.SigarMetricsCollector
- SigarProvider - Interface in org.apache.pekko.cluster.metrics
-
Provide sigar instance as
SigarProxy. - SigarProvider$ - Class in org.apache.pekko.cluster.metrics
- SigarProvider$() - Constructor for class org.apache.pekko.cluster.metrics.SigarProvider$
- signal(Signal) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.BehaviorTestKit
-
Send the signal to the beheavior and record any
Effects - signal(Signal) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.BehaviorTestKit
-
Send the signal to the behavior and record any
Effects - Signal - Interface in org.apache.pekko.actor.typed
-
System signals are notifications that are generated by the system and delivered to the Actor behavior in a reliable fashion (i.e.
- signalHandler() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Override to react on general lifecycle signals and persistence specific signals (subtypes of
pekko.persistence.typed.EventSourcedSignal). - signalHandler() - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
- signalHandler() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
-
Override to react on general lifecycle signals and
DurableStateBehaviorspecific signals (recovery related). - signalHandler() - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior
- SignalHandler<State> - Class in org.apache.pekko.persistence.typed.javadsl
- SignalHandler<State> - Class in org.apache.pekko.persistence.typed.state.javadsl
- SignalHandler(PartialFunction<Tuple2<State, Signal>, BoxedUnit>) - Constructor for class org.apache.pekko.persistence.typed.javadsl.SignalHandler
- SignalHandler(PartialFunction<Tuple2<State, Signal>, BoxedUnit>) - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.SignalHandler
- SignalHandler$ - Class in org.apache.pekko.persistence.typed.javadsl
- SignalHandler$ - Class in org.apache.pekko.persistence.typed.state.javadsl
- SignalHandler$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.SignalHandler$
- SignalHandler$() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.SignalHandler$
- SignalHandlerBuilder<State> - Class in org.apache.pekko.persistence.typed.javadsl
-
Mutable builder for handling signals in
EventSourcedBehavior - SignalHandlerBuilder<State> - Class in org.apache.pekko.persistence.typed.state.javadsl
-
Mutable builder for handling signals in
DurableStateBehavior - SignalHandlerBuilder() - Constructor for class org.apache.pekko.persistence.typed.javadsl.SignalHandlerBuilder
- SignalHandlerBuilder() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.SignalHandlerBuilder
- SignalHandlerBuilder$ - Class in org.apache.pekko.persistence.typed.javadsl
- SignalHandlerBuilder$ - Class in org.apache.pekko.persistence.typed.state.javadsl
- SignalHandlerBuilder$() - Constructor for class org.apache.pekko.persistence.typed.javadsl.SignalHandlerBuilder$
- SignalHandlerBuilder$() - Constructor for class org.apache.pekko.persistence.typed.state.javadsl.SignalHandlerBuilder$
- signalRestart(TypedActorContext<?>) - Method in interface org.apache.pekko.actor.typed.BehaviorInterceptor.ReceiveTarget
-
INTERNAL API
- SilentState(S, D, Option<FiniteDuration>, Option<FSM.Reason>, List<Object>) - Constructor for class org.apache.pekko.actor.FSM.SilentState
- SimpleDnsCache - Class in org.apache.pekko.io
- SimpleDnsCache() - Constructor for class org.apache.pekko.io.SimpleDnsCache
- SimpleDnsCache.CacheEntry$ - Class in org.apache.pekko.io
- SimpleDnsCache$ - Class in org.apache.pekko.io
- SimpleDnsCache$() - Constructor for class org.apache.pekko.io.SimpleDnsCache$
- SimpleDnsManager - Class in org.apache.pekko.io
- SimpleDnsManager(DnsExt) - Constructor for class org.apache.pekko.io.SimpleDnsManager
- SimpleDnsManager$ - Class in org.apache.pekko.io
- SimpleDnsManager$() - Constructor for class org.apache.pekko.io.SimpleDnsManager$
- simpleFramingProtocol(int) - Static method in class org.apache.pekko.stream.javadsl.Framing
-
Returns a BidiFlow that implements a simple framing protocol.
- simpleFramingProtocol(int) - Method in class org.apache.pekko.stream.javadsl.Framing$
-
Returns a BidiFlow that implements a simple framing protocol.
- simpleFramingProtocol(int) - Static method in class org.apache.pekko.stream.scaladsl.Framing
-
Returns a BidiFlow that implements a simple framing protocol.
- simpleFramingProtocol(int) - Method in class org.apache.pekko.stream.scaladsl.Framing$
-
Returns a BidiFlow that implements a simple framing protocol.
- simpleFramingProtocolDecoder(int) - Static method in class org.apache.pekko.stream.scaladsl.Framing
-
Protocol decoder that is used by
Framing.simpleFramingProtocol(int) - simpleFramingProtocolDecoder(int) - Method in class org.apache.pekko.stream.scaladsl.Framing$
-
Protocol decoder that is used by
Framing.simpleFramingProtocol(int) - simpleFramingProtocolEncoder(int) - Static method in class org.apache.pekko.stream.scaladsl.Framing
-
Protocol encoder that is used by
Framing.simpleFramingProtocol(int) - simpleFramingProtocolEncoder(int) - Method in class org.apache.pekko.stream.scaladsl.Framing$
-
Protocol encoder that is used by
Framing.simpleFramingProtocol(int) - simpleName(Class<?>) - Static method in class org.apache.pekko.event.Logging
- simpleName(Class<?>) - Method in class org.apache.pekko.event.Logging$
- simpleName(Object) - Static method in class org.apache.pekko.event.Logging
- simpleName(Object) - Method in class org.apache.pekko.event.Logging$
- simpleSender() - Static method in class org.apache.pekko.io.UdpMessage
-
Retrieve a simple sender without specifying options.
- simpleSender() - Method in class org.apache.pekko.io.UdpMessage$
-
Retrieve a simple sender without specifying options.
- simpleSender(Iterable<Inet.SocketOption>) - Static method in class org.apache.pekko.io.UdpMessage
-
Retrieve a reference to a “simple sender” actor of the UDP extension.
- simpleSender(Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.io.UdpMessage$
-
Retrieve a reference to a “simple sender” actor of the UDP extension.
- SimpleSender(Iterable<Inet.SocketOption>) - Constructor for class org.apache.pekko.io.Udp.SimpleSender
- SimpleSender$() - Constructor for class org.apache.pekko.io.Udp.SimpleSender$
- SimpleSenderReady$() - Constructor for class org.apache.pekko.io.Udp.SimpleSenderReady$
- SimpleSupervisor<T,Thr extends java.lang.Throwable> - Class in org.apache.pekko.actor.typed.internal
-
For cases where O == I for BehaviorInterceptor.
- SimpleSupervisor(SupervisorStrategy, ClassTag<Thr>) - Constructor for class org.apache.pekko.actor.typed.internal.SimpleSupervisor
- SimpleWriteCommand() - Constructor for class org.apache.pekko.io.Tcp.SimpleWriteCommand
- single() - Static method in class org.apache.pekko.stream.KillSwitches
- single() - Method in class org.apache.pekko.stream.KillSwitches$
- single(A) - Method in class org.apache.pekko.persistence.typed.EventSeq$
- single(Object) - Static method in class org.apache.pekko.persistence.journal.EventSeq
-
Java API
- single(Object) - Method in class org.apache.pekko.persistence.journal.EventSeq$
-
Java API
- single(T) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Create a
Sourcewith one element. - single(T) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Create a
Sourcewith one element. - single(T) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Create a
Sourcewith one element. - single(T) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Create a
Sourcewith one element. - singleBidi() - Static method in class org.apache.pekko.stream.KillSwitches
- singleBidi() - Method in class org.apache.pekko.stream.KillSwitches$
- SingleConsumerOnlyUnboundedMailbox - Class in org.apache.pekko.dispatch
-
SingleConsumerOnlyUnboundedMailbox is a high-performance, multiple producer—single consumer, unbounded MailboxType, with the drawback that you can't have multiple consumers, which rules out using it with BalancingPool (BalancingDispatcher) for instance.
- SingleConsumerOnlyUnboundedMailbox() - Constructor for class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- SingleConsumerOnlyUnboundedMailbox(ActorSystem.Settings, Config) - Constructor for class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- SingleConsumerOnlyUnboundedMailbox$ - Class in org.apache.pekko.dispatch
- SingleConsumerOnlyUnboundedMailbox$() - Constructor for class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox$
- SingleEventSeq - Class in org.apache.pekko.persistence.journal
- SingleEventSeq(Object) - Constructor for class org.apache.pekko.persistence.journal.SingleEventSeq
- SingleEventSeq$ - Class in org.apache.pekko.persistence.journal
- SingleEventSeq$ - Class in org.apache.pekko.persistence.typed
- SingleEventSeq$() - Constructor for class org.apache.pekko.persistence.journal.SingleEventSeq$
- SingleEventSeq$() - Constructor for class org.apache.pekko.persistence.typed.SingleEventSeq$
- SingleExpectDefaultTimeout() - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
-
Dilated with `TestTimeFactor`.
- SingleExpectDefaultTimeout() - Method in class org.apache.pekko.testkit.TestKitSettings
- singleKeyEntryFromProto(Option<PEntry>, ReplicatedDataSerializer.ProtoMapEntryReader<PEntry, A>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- singleMapEntryFromProto(List<PEntry>, Function1<A, B>, ReplicatedDataSerializer.ProtoMapEntryReader<PEntry, A>) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- singleMode() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
- SingleMode$() - Constructor for class org.apache.pekko.actor.FSM.SingleMode$
- SingleMode$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.SingleMode$
- SingleMode$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
-
Deprecated.
- singleton() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- singleton() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- singleton() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- singleton() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- singleton() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- singleton() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- singleton_$eq(Option<ActorRef>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- SingletonActor<M> - Class in org.apache.pekko.cluster.typed
- SingletonActor() - Constructor for class org.apache.pekko.cluster.typed.SingletonActor
- SingletonActor$ - Class in org.apache.pekko.cluster.typed
- SingletonActor$() - Constructor for class org.apache.pekko.cluster.typed.SingletonActor$
- singletonIdentificationInterval() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- singletonIdentificationInterval() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- singletonName() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- singletonName() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- singletonName() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- singletonPath() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- singletonStarted() - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoClusterSingletonStarted" of log event when Cluster Singleton instance has started.
- singletonStarted() - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoClusterSingletonStarted" of log event when Cluster Singleton instance has started.
- singletonTerminated() - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoClusterSingletonTerminated" of log event when Cluster Singleton instance has terminated.
- singletonTerminated() - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoClusterSingletonTerminated" of log event when Cluster Singleton instance has terminated.
- sink() - Method in class org.apache.pekko.stream.scaladsl.BroadcastHub$
-
Creates a
Sinkwith default buffer size 256 that receives elements from its upstream producer and broadcasts them to a dynamic set of consumers. - sink() - Method in interface org.apache.pekko.stream.SinkRef
-
Scala API: Get
scaladsl.Sinkunderlying to this source ref. - sink() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- sink(int) - Method in class org.apache.pekko.stream.scaladsl.BroadcastHub$
-
Creates a
Sinkthat receives elements from its upstream producer and broadcasts them to a dynamic set of consumers. - sink(int, int) - Method in class org.apache.pekko.stream.scaladsl.BroadcastHub$
-
Creates a
Sinkthat receives elements from its upstream producer and broadcasts them to a dynamic set of consumers. - sink(ActorRef<Topic.Command<T>>) - Static method in class org.apache.pekko.stream.typed.javadsl.PubSub
-
Create a sink that will publish each message to the given topic.
- sink(ActorRef<Topic.Command<T>>) - Method in class org.apache.pekko.stream.typed.javadsl.PubSub$
-
Create a sink that will publish each message to the given topic.
- sink(ActorRef<Topic.Command<T>>) - Static method in class org.apache.pekko.stream.typed.scaladsl.PubSub
-
Create a sink that will publish each message to the given topic.
- sink(ActorRef<Topic.Command<T>>) - Method in class org.apache.pekko.stream.typed.scaladsl.PubSub$
-
Create a sink that will publish each message to the given topic.
- sink(Function2<Object, T, Object>, int, int) - Method in class org.apache.pekko.stream.scaladsl.PartitionHub$
-
Creates a
Sinkthat receives elements from its upstream producer and routes them to a dynamic set of consumers. - Sink<In,Mat> - Class in org.apache.pekko.stream.javadsl
-
Java API
- Sink<In,Mat> - Class in org.apache.pekko.stream.scaladsl
-
A
Sinkis a set of stream processing steps that has one open input. - Sink(LinearTraversalBuilder, SinkShape<In>) - Constructor for class org.apache.pekko.stream.scaladsl.Sink
- Sink(Sink<In, Mat>) - Constructor for class org.apache.pekko.stream.javadsl.Sink
- Sink$ - Class in org.apache.pekko.stream.javadsl
-
Java API
- Sink$ - Class in org.apache.pekko.stream.scaladsl
- Sink$() - Constructor for class org.apache.pekko.stream.javadsl.Sink$
- Sink$() - Constructor for class org.apache.pekko.stream.scaladsl.Sink$
- sink$default$3() - Method in class org.apache.pekko.stream.scaladsl.PartitionHub$
- SinkQueue<T> - Interface in org.apache.pekko.stream.javadsl
-
This trait allows to have a queue as a sink for a stream.
- SinkQueue<T> - Interface in org.apache.pekko.stream.scaladsl
-
This trait allows to have a queue as a sink for a stream.
- SinkQueueWithCancel<T> - Interface in org.apache.pekko.stream.javadsl
-
This trait adds cancel support to
SinkQueue. - SinkQueueWithCancel<T> - Interface in org.apache.pekko.stream.scaladsl
-
This trait adds cancel support to
SinkQueue. - SinkQueueWithCancel.QueueOps<T> - Class in org.apache.pekko.stream.scaladsl
- SinkQueueWithCancel.QueueOps$ - Class in org.apache.pekko.stream.scaladsl
- SinkQueueWithCancel$ - Class in org.apache.pekko.stream.javadsl
- SinkQueueWithCancel$ - Class in org.apache.pekko.stream.scaladsl
- SinkQueueWithCancel$() - Constructor for class org.apache.pekko.stream.javadsl.SinkQueueWithCancel$
- SinkQueueWithCancel$() - Constructor for class org.apache.pekko.stream.scaladsl.SinkQueueWithCancel$
- sinkRef() - Static method in class org.apache.pekko.stream.javadsl.StreamRefs
-
A local
Sinkwhich materializes aSourceRefwhich can be used by other streams (including remote ones), to consume data from this local stream, as if they were attached in the spot of the local Sink directly. - sinkRef() - Method in class org.apache.pekko.stream.javadsl.StreamRefs$
-
A local
Sinkwhich materializes aSourceRefwhich can be used by other streams (including remote ones), to consume data from this local stream, as if they were attached in the spot of the local Sink directly. - sinkRef() - Static method in class org.apache.pekko.stream.scaladsl.StreamRefs
-
A local
Sourcewhich materializes aSinkRefwhich can be used by other streams (including remote ones), to publish data to this local stream, as if they were attached directly in place of the local Source. - sinkRef() - Method in class org.apache.pekko.stream.scaladsl.StreamRefs$
-
A local
Sourcewhich materializes aSinkRefwhich can be used by other streams (including remote ones), to publish data to this local stream, as if they were attached directly in place of the local Source. - SinkRef<In> - Interface in org.apache.pekko.stream
-
A
SinkRefallows sharing a "reference" to ascaladsl.Sinkwith others, with the main purpose of crossing a network boundary. - SinkRef$ - Class in org.apache.pekko.stream
-
See full documentation on
SinkRef. - SinkRef$() - Constructor for class org.apache.pekko.stream.SinkRef$
- SinkRefDeserializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- SinkRefDeserializer$() - Constructor for class org.apache.pekko.serialization.jackson.SinkRefDeserializer$
- SinkRefSerializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- SinkRefSerializer$() - Constructor for class org.apache.pekko.serialization.jackson.SinkRefSerializer$
- SinkShape<T> - Class in org.apache.pekko.stream
-
A Sink
Shapehas exactly one input and no outputs, it models a data sink. - SinkShape(Inlet<T>) - Constructor for class org.apache.pekko.stream.SinkShape
- SinkShape$ - Class in org.apache.pekko.stream
- SinkShape$() - Constructor for class org.apache.pekko.stream.SinkShape$
- size() - Method in interface org.apache.pekko.actor.CoordinatedShutdown.PhaseDefinition
- size() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- size() - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
How many elements are in the message buffer.
- size() - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
How many elements are in the message buffer.
- size() - Method in class org.apache.pekko.cluster.ddata.GSet
- size() - Method in class org.apache.pekko.cluster.ddata.LWWMap
- size() - Method in class org.apache.pekko.cluster.ddata.ORMap
- size() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- size() - Method in class org.apache.pekko.cluster.ddata.ORSet
- size() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- size() - Static method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities
- size() - Method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities$
- size() - Method in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue
-
Returns an approximation of the queue's "current" size
- size() - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- size() - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- size() - Method in class org.apache.pekko.persistence.AtomicWrite
- size() - Method in interface org.apache.pekko.persistence.PersistentEnvelope
- size() - Method in class org.apache.pekko.persistence.PluginSpec
- size() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
- size() - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- size() - Method in class org.apache.pekko.persistence.typed.EmptyEventSeq$
- size() - Method in interface org.apache.pekko.persistence.typed.EventSeq
- size() - Method in class org.apache.pekko.remote.artery.compress.CountMinSketch
- size() - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- size() - Method in interface org.apache.pekko.stream.BoundedSourceQueue
-
Returns the approximate number of elements in this queue.
- size() - Method in interface org.apache.pekko.stream.javadsl.PartitionHub.ConsumerInfo
-
Number of attached consumers.
- size() - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- size() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- size() - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- size() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- size() - Method in class org.apache.pekko.util.Collections.PartialImmutableValuesIterable
- size() - Method in class org.apache.pekko.util.MessageBuffer
-
How many elements are in the message buffer.
- size() - Method in class org.apache.pekko.util.MessageBufferMap
-
How many ids are in the buffer map.
- size() - Method in interface org.apache.pekko.util.PriorityQueueStabilizer
- size$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
- size$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList$
- size$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- size$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
- sizeHint(int) - Method in class org.apache.pekko.util.ByteStringBuilder
- Slf4jLogger - Class in org.apache.pekko.event.slf4j
-
SLF4J logger.
- Slf4jLogger() - Constructor for class org.apache.pekko.event.slf4j.Slf4jLogger
- SLF4JLogging - Interface in org.apache.pekko.event.slf4j
-
Base trait for all classes that wants to be able use the SLF4J logging infrastructure.
- Slf4jLoggingFilter - Class in org.apache.pekko.event.slf4j
-
pekko.event.LoggingFilterthat uses the log level defined in the SLF4J backend configuration (e.g. - Slf4jLoggingFilter(ActorSystem.Settings, EventStream) - Constructor for class org.apache.pekko.event.slf4j.Slf4jLoggingFilter
- Slf4jLogMarker - Class in org.apache.pekko.event.slf4j
-
Wraps
Marker - Slf4jLogMarker(Marker) - Constructor for class org.apache.pekko.event.slf4j.Slf4jLogMarker
- Slf4jLogMarker$ - Class in org.apache.pekko.event.slf4j
-
Factory for creating
LogMarkerthat wrapsMarker - Slf4jLogMarker$() - Constructor for class org.apache.pekko.event.slf4j.Slf4jLogMarker$
- slice() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- slice(int, int) - Method in class org.apache.pekko.util.ByteIterator
- slice(int, int) - Method in class org.apache.pekko.util.ByteString.ByteString1
- slice(int, int) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- slice(int, int) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- slice(int, int) - Method in class org.apache.pekko.util.ByteString
- SLICE_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- sliceForPersistenceId(String) - Method in class org.apache.pekko.persistence.Persistence
-
A slice is deterministically defined based on the persistence id.
- sliceForPersistenceId(String) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.CurrentEventsBySliceQuery
- sliceForPersistenceId(String) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.DurableStateStoreBySliceQuery
- sliceForPersistenceId(String) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.EventsBySliceQuery
- sliceForPersistenceId(String) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.CurrentEventsBySliceQuery
- sliceForPersistenceId(String) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.DurableStateStoreBySliceQuery
- sliceForPersistenceId(String) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.EventsBySliceQuery
- sliceForPersistenceId(String) - Method in class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal
- sliceForPersistenceId(String) - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- sliceForPersistenceId(String) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- sliceForPersistenceId(String) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- sliceRanges(int) - Method in class org.apache.pekko.persistence.Persistence
-
Scala API: Split the total number of slices into ranges by the given
numberOfRanges. - sliceRanges(int) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.CurrentEventsBySliceQuery
- sliceRanges(int) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.DurableStateStoreBySliceQuery
- sliceRanges(int) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.EventsBySliceQuery
- sliceRanges(int) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.CurrentEventsBySliceQuery
- sliceRanges(int) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.DurableStateStoreBySliceQuery
- sliceRanges(int) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.EventsBySliceQuery
- sliceRanges(int) - Method in class org.apache.pekko.persistence.testkit.query.javadsl.PersistenceTestKitReadJournal
- sliceRanges(int) - Method in class org.apache.pekko.persistence.testkit.query.scaladsl.PersistenceTestKitReadJournal
- sliceRanges(int) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- sliceRanges(int) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- SliceWrite$() - Constructor for class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.SliceWrite$
- sliding(int, int) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Apply a sliding window over the stream and return the windows as groups of elements, with the last group possibly smaller than requested due to end-of-stream.
- sliding(int, int) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.sliding. - sliding(int, int) - Method in class org.apache.pekko.stream.javadsl.Source
-
Apply a sliding window over the stream and return the windows as groups of elements, with the last group possibly smaller than requested due to end-of-stream.
- sliding(int, int) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.sliding. - sliding(int, int) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Apply a sliding window over the stream and return the windows as groups of elements, with the last group possibly smaller than requested due to end-of-stream.
- sliding(int, int) - Method in class org.apache.pekko.stream.javadsl.SubSource
- sliding(int, int) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Apply a sliding window over the stream and return the windows as groups of elements, with the last group possibly smaller than requested due to end-of-stream.
- sliding(int, int) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.sliding. - sliding$default$2() - Method in class org.apache.pekko.stream.javadsl.Flow
- sliding$default$2() - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
- sliding$default$2() - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
- sliding$default$2() - Method in class org.apache.pekko.stream.javadsl.SubFlow
- sliding$default$2() - Method in class org.apache.pekko.stream.javadsl.SubSource
- sliding$default$2() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- sliding$default$2() - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
- SmallCache(int, FiniteDuration, Function1<A, B>) - Constructor for class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer.SmallCache
- SmallestMailboxPool - Class in org.apache.pekko.routing
-
A router pool that tries to send to the non-suspended routee with fewest messages in mailbox.
- SmallestMailboxPool(int) - Constructor for class org.apache.pekko.routing.SmallestMailboxPool
-
Java API
- SmallestMailboxPool(int, Option<Resizer>, SupervisorStrategy, String, boolean) - Constructor for class org.apache.pekko.routing.SmallestMailboxPool
- SmallestMailboxPool(Config) - Constructor for class org.apache.pekko.routing.SmallestMailboxPool
- SmallestMailboxPool$ - Class in org.apache.pekko.routing
- SmallestMailboxPool$() - Constructor for class org.apache.pekko.routing.SmallestMailboxPool$
- SmallestMailboxRoutingLogic - Class in org.apache.pekko.routing
-
Tries to send to the non-suspended routee with fewest messages in mailbox.
- SmallestMailboxRoutingLogic() - Constructor for class org.apache.pekko.routing.SmallestMailboxRoutingLogic
- SmallestMailboxRoutingLogic$ - Class in org.apache.pekko.routing
- SmallestMailboxRoutingLogic$() - Constructor for class org.apache.pekko.routing.SmallestMailboxRoutingLogic$
- smoothValue() - Method in class org.apache.pekko.cluster.metrics.Metric
-
The numerical value of the average, if defined, otherwise the latest value
- snapshot() - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- snapshot() - Method in class org.apache.pekko.persistence.SelectedSnapshot
- snapshot() - Method in class org.apache.pekko.persistence.SnapshotOffer
- snapshot() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- snapshot() - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- snapshot() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- snapshot() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- snapshot() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- Snapshot - Class in org.apache.pekko.persistence.serialization
-
Wrapper for snapshot
data. - Snapshot(Object) - Constructor for class org.apache.pekko.persistence.serialization.Snapshot
- Snapshot$ - Class in org.apache.pekko.persistence.serialization
- Snapshot$() - Constructor for class org.apache.pekko.persistence.serialization.Snapshot$
- snapshotAdapter() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Transform the state into another type before giving it to and from the journal.
- snapshotAdapter() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
-
Transform the state into another type before giving it to and from the store.
- snapshotAdapter(Function3<String, Object, Optional<Duration>, State>) - Static method in class org.apache.pekko.persistence.typed.javadsl.PersistentFSMMigration
-
Create a snapshot adapter that will adapt snapshots created by a PersistentFSM into the correct State type of a
EventSourcedBehavior - snapshotAdapter(Function3<String, Object, Optional<Duration>, State>) - Method in class org.apache.pekko.persistence.typed.javadsl.PersistentFSMMigration$
-
Create a snapshot adapter that will adapt snapshots created by a PersistentFSM into the correct State type of a
EventSourcedBehavior - snapshotAdapter(SnapshotAdapter<State>) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Transform the state to another type before giving to the journal.
- snapshotAdapter(SnapshotAdapter<State>) - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior
-
Transform the state to another type before giving to the store.
- snapshotAdapter(Function3<String, Object, Option<FiniteDuration>, State>) - Static method in class org.apache.pekko.persistence.typed.scaladsl.PersistentFSMMigration
-
Create a snapshot adapter that will adapt snapshots created by a PersistentFSM into the correct State type of a
EventSourcedBehavior - snapshotAdapter(Function3<String, Object, Option<FiniteDuration>, State>) - Method in class org.apache.pekko.persistence.typed.scaladsl.PersistentFSMMigration$
-
Create a snapshot adapter that will adapt snapshots created by a PersistentFSM into the correct State type of a
EventSourcedBehavior - SnapshotAdapter<State> - Interface in org.apache.pekko.persistence.typed
-
Facility to convert snapshots from and to a specialized data model.
- snapshotAfter() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- snapshotAfter() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- SnapshotAfter$ - Class in org.apache.pekko.persistence.fsm
-
SnapshotAfter Extension Id and factory for creating SnapshotAfter extension
- SnapshotAfter$() - Constructor for class org.apache.pekko.persistence.fsm.SnapshotAfter$
- SnapshotAutoMigration - Interface in org.apache.pekko.persistence.serialization
- SnapshotAutoMigration.Akka$ - Class in org.apache.pekko.persistence.serialization
- SnapshotAutoMigration.NoMigration$ - Class in org.apache.pekko.persistence.serialization
- SnapshotAutoMigration.Pekko$ - Class in org.apache.pekko.persistence.serialization
- SnapshotAutoMigration$ - Class in org.apache.pekko.persistence.serialization
- SnapshotAutoMigration$() - Constructor for class org.apache.pekko.persistence.serialization.SnapshotAutoMigration$
- snapshotByteSizeLimit() - Method in class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec
-
The limit defines a number of bytes persistence plugin can support to store the snapshot.
- SnapshotCompleted - Class in org.apache.pekko.persistence.typed
- SnapshotCompleted(SnapshotMetadata) - Constructor for class org.apache.pekko.persistence.typed.SnapshotCompleted
- SnapshotCompleted$ - Class in org.apache.pekko.persistence.typed
- SnapshotCompleted$() - Constructor for class org.apache.pekko.persistence.typed.SnapshotCompleted$
- SnapshotCountRetentionCriteria - Class in org.apache.pekko.persistence.typed.javadsl
- SnapshotCountRetentionCriteria - Interface in org.apache.pekko.persistence.typed.scaladsl
- SnapshotCountRetentionCriteria() - Constructor for class org.apache.pekko.persistence.typed.javadsl.SnapshotCountRetentionCriteria
- SnapshotCountRetentionCriteriaImpl$ - Class in org.apache.pekko.persistence.typed.internal
- SnapshotCountRetentionCriteriaImpl$() - Constructor for class org.apache.pekko.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl$
- snapshotEvery() - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- snapshotEvery(int, int) - Static method in class org.apache.pekko.persistence.typed.javadsl.RetentionCriteria
-
Save snapshots automatically every
numberOfEvents. - snapshotEvery(int, int) - Method in class org.apache.pekko.persistence.typed.javadsl.RetentionCriteria$
-
Save snapshots automatically every
numberOfEvents. - snapshotEvery(int, int) - Method in class org.apache.pekko.persistence.typed.scaladsl.RetentionCriteria$
-
Save snapshots automatically every
numberOfEvents. - SnapshotFailed - Class in org.apache.pekko.persistence.typed
- SnapshotFailed(SnapshotMetadata, Throwable) - Constructor for class org.apache.pekko.persistence.typed.SnapshotFailed
- SnapshotFailed$ - Class in org.apache.pekko.persistence.typed
- SnapshotFailed$() - Constructor for class org.apache.pekko.persistence.typed.SnapshotFailed$
- SnapshotInteractions<C,E,S> - Interface in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- SnapshotMeta - Class in org.apache.pekko.persistence.testkit
-
Snapshot metainformation.
- SnapshotMeta(long, long) - Constructor for class org.apache.pekko.persistence.testkit.SnapshotMeta
- SnapshotMeta$ - Class in org.apache.pekko.persistence.testkit
- SnapshotMeta$() - Constructor for class org.apache.pekko.persistence.testkit.SnapshotMeta$
- SnapshotMetadata - Class in org.apache.pekko.persistence
-
Snapshot metadata.
- SnapshotMetadata - Class in org.apache.pekko.persistence.typed
-
Snapshot metadata.
- SnapshotMetadata(String, long, long) - Constructor for class org.apache.pekko.persistence.SnapshotMetadata
- SnapshotMetadata(String, long, long) - Constructor for class org.apache.pekko.persistence.typed.SnapshotMetadata
- SnapshotMetadata(String, long, long, Option<Object>) - Constructor for class org.apache.pekko.persistence.SnapshotMetadata
- SnapshotMetadata$ - Class in org.apache.pekko.persistence
- SnapshotMetadata$ - Class in org.apache.pekko.persistence.typed
- SnapshotMetadata$() - Constructor for class org.apache.pekko.persistence.SnapshotMetadata$
- SnapshotMetadata$() - Constructor for class org.apache.pekko.persistence.typed.SnapshotMetadata$
- SnapshotOffer - Class in org.apache.pekko.persistence
-
Offers a
PersistentActora previously savedsnapshotduring recovery. - SnapshotOffer(SnapshotMetadata, Object) - Constructor for class org.apache.pekko.persistence.SnapshotOffer
- SnapshotOffer$ - Class in org.apache.pekko.persistence
- SnapshotOffer$() - Constructor for class org.apache.pekko.persistence.SnapshotOffer$
- SnapshotOperation - Interface in org.apache.pekko.persistence.testkit
-
INTERNAL API Operations supported by snapshot plugin
- snapshotPluginConfig() - Method in interface org.apache.pekko.persistence.RuntimePluginConfig
-
Additional configuration of the snapshot plugin servicing this persistent actor.
- snapshotPluginConfig() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Override and define the snapshot store plugin config that this actor should use instead of the default.
- snapshotPluginId() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- snapshotPluginId() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- snapshotPluginId() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- snapshotPluginId() - Method in interface org.apache.pekko.persistence.PersistenceIdentity
-
Configuration id of the snapshot plugin servicing this persistent actor.
- snapshotPluginId() - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- snapshotPluginId() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Override and define the snapshot store plugin id that this actor should use instead of the default.
- SnapshotPolicies$() - Constructor for class org.apache.pekko.persistence.testkit.SnapshotStorage.SnapshotPolicies$
- SnapshotProtocol - Class in org.apache.pekko.persistence
-
INTERNAL API.
- SnapshotProtocol() - Constructor for class org.apache.pekko.persistence.SnapshotProtocol
- SnapshotProtocol.DeleteSnapshot - Class in org.apache.pekko.persistence
-
Instructs snapshot store to delete a snapshot.
- SnapshotProtocol.DeleteSnapshot$ - Class in org.apache.pekko.persistence
- SnapshotProtocol.DeleteSnapshots - Class in org.apache.pekko.persistence
-
Instructs snapshot store to delete all snapshots that match
criteria. - SnapshotProtocol.DeleteSnapshots$ - Class in org.apache.pekko.persistence
- SnapshotProtocol.LoadSnapshot - Class in org.apache.pekko.persistence
-
Instructs a snapshot store to load a snapshot.
- SnapshotProtocol.LoadSnapshot$ - Class in org.apache.pekko.persistence
- SnapshotProtocol.LoadSnapshotFailed - Class in org.apache.pekko.persistence
-
Reply message to a failed
SnapshotProtocol.LoadSnapshotrequest. - SnapshotProtocol.LoadSnapshotFailed$ - Class in org.apache.pekko.persistence
- SnapshotProtocol.LoadSnapshotResult - Class in org.apache.pekko.persistence
-
Response message to a
SnapshotProtocol.LoadSnapshotmessage. - SnapshotProtocol.LoadSnapshotResult$ - Class in org.apache.pekko.persistence
- SnapshotProtocol.Message - Interface in org.apache.pekko.persistence
-
Marker trait shared by internal snapshot messages.
- SnapshotProtocol.Request - Interface in org.apache.pekko.persistence
-
Internal snapshot command.
- SnapshotProtocol.Response - Interface in org.apache.pekko.persistence
-
Internal snapshot acknowledgement.
- SnapshotProtocol.SaveSnapshot - Class in org.apache.pekko.persistence
-
Instructs snapshot store to save a snapshot.
- SnapshotProtocol.SaveSnapshot$ - Class in org.apache.pekko.persistence
- SnapshotProtocol$ - Class in org.apache.pekko.persistence
-
INTERNAL API.
- SnapshotProtocol$() - Constructor for class org.apache.pekko.persistence.SnapshotProtocol$
- snapshots() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- snapshotSelectionCriteria() - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
Deprecated.override recovery instead. Since Akka 2.6.5.
- SnapshotSelectionCriteria - Class in org.apache.pekko.persistence
-
Selection criteria for loading and deleting snapshots.
- SnapshotSelectionCriteria - Class in org.apache.pekko.persistence.typed
-
Selection criteria for loading and deleting snapshots.
- SnapshotSelectionCriteria(long, long, long, long) - Constructor for class org.apache.pekko.persistence.SnapshotSelectionCriteria
- SnapshotSelectionCriteria$ - Class in org.apache.pekko.persistence
- SnapshotSelectionCriteria$ - Class in org.apache.pekko.persistence.typed
- SnapshotSelectionCriteria$() - Constructor for class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- SnapshotSelectionCriteria$() - Constructor for class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria$
- snapshotSequenceNr() - Method in interface org.apache.pekko.persistence.Eventsourced
-
Returns
lastSequenceNr. - snapshotSequenceNr() - Method in interface org.apache.pekko.persistence.Snapshotter
-
Sequence number to use when taking a snapshot.
- SnapshotSerializer - Class in org.apache.pekko.persistence.serialization
-
Snapshotserializer. - SnapshotSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.persistence.serialization.SnapshotSerializer
- SnapshotStorage - Interface in org.apache.pekko.persistence.testkit
-
INTERNAL API
- SnapshotStorage.SnapshotPolicies$ - Class in org.apache.pekko.persistence.testkit
- SnapshotStorage$ - Class in org.apache.pekko.persistence.testkit
- SnapshotStorage$() - Constructor for class org.apache.pekko.persistence.testkit.SnapshotStorage$
- SnapshotStorageEmulatorExtension - Class in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- SnapshotStorageEmulatorExtension(ExtendedActorSystem) - Constructor for class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension
- SnapshotStorageEmulatorExtension$ - Class in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- SnapshotStorageEmulatorExtension$() - Constructor for class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension$
- snapshotStore() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- snapshotStore() - Method in class org.apache.pekko.persistence.AbstractPersistentActor
- snapshotStore() - Method in class org.apache.pekko.persistence.AbstractPersistentActorWithTimers
- snapshotStore() - Method in interface org.apache.pekko.persistence.Eventsourced
- snapshotStore() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.
- snapshotStore() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.BenchActor
- snapshotStore() - Method in class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec
- snapshotStore() - Method in interface org.apache.pekko.persistence.Snapshotter
-
Snapshot store plugin actor.
- SnapshotStore - Class in org.apache.pekko.persistence.snapshot.japi
-
Java API: abstract snapshot store.
- SnapshotStore - Interface in org.apache.pekko.persistence.snapshot
-
Abstract snapshot store.
- SnapshotStore() - Constructor for class org.apache.pekko.persistence.snapshot.japi.SnapshotStore
- SnapshotStoreCapabilityFlags - Interface in org.apache.pekko.persistence
- SnapshotStoreFallbackConfigPath() - Static method in class org.apache.pekko.persistence.Persistence
-
Config path to fall-back to if a setting is not defined in a specific snapshot plugin's config section
- SnapshotStoreFallbackConfigPath() - Method in class org.apache.pekko.persistence.Persistence$
-
Config path to fall-back to if a setting is not defined in a specific snapshot plugin's config section
- SnapshotStoreSpec - Class in org.apache.pekko.persistence.snapshot
-
This spec aims to verify custom pekko-persistence
SnapshotStoreimplementations. - SnapshotStoreSpec(Config) - Constructor for class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec
- SnapshotStoreSpec$ - Class in org.apache.pekko.persistence.snapshot
- SnapshotStoreSpec$() - Constructor for class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec$
- Snapshotter - Interface in org.apache.pekko.persistence
-
Snapshot API on top of the internal snapshot protocol.
- snapshotterId() - Method in interface org.apache.pekko.persistence.Eventsourced
-
Returns
persistenceId. - snapshotterId() - Method in interface org.apache.pekko.persistence.Snapshotter
-
Snapshotter id.
- SnapshotterResponse(SnapshotProtocol.Response) - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- SnapshotterResponse$() - Constructor for class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse$
- snapshotTestKit() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit
-
The underlying
SnapshotTestKitfor snapshot storage. - snapshotTestKit() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit
-
The underlying
SnapshotTestKitfor snapshot storage. - SnapshotTestKit - Class in org.apache.pekko.persistence.testkit.javadsl
-
Class for testing persisted snapshots in persistent actors.
- SnapshotTestKit - Class in org.apache.pekko.persistence.testkit.scaladsl
-
Class for testing snapshots of persistent actors.
- SnapshotTestKit(ActorSystem) - Constructor for class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
- SnapshotTestKit(ActorSystem) - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- SnapshotTestKit(SnapshotTestKit) - Constructor for class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
- SnapshotTestKit.Settings - Class in org.apache.pekko.persistence.testkit.scaladsl
- SnapshotTestKit.Settings$ - Class in org.apache.pekko.persistence.testkit.scaladsl
- SnapshotTestKit$ - Class in org.apache.pekko.persistence.testkit.javadsl
- SnapshotTestKit$ - Class in org.apache.pekko.persistence.testkit.scaladsl
- SnapshotTestKit$() - Constructor for class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit$
- SnapshotTestKit$() - Constructor for class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit$
- snapshotWhen(Function3<State, Event, Object, Object>) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Initiates a snapshot if the given
predicateevaluates to true. - snr() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- SO$() - Constructor for class org.apache.pekko.io.Inet.SO$
- SO$() - Constructor for class org.apache.pekko.io.Tcp.SO$
- SO$() - Constructor for class org.apache.pekko.io.Udp.SO$
- SOA() - Static method in class org.apache.pekko.io.dns.RecordType
-
marks the start of a zone of authority
- SOA() - Method in class org.apache.pekko.io.dns.RecordType$
-
marks the start of a zone of authority
- sockAddr() - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Obtain the port to which the controller’s socket is actually bound.
- SocketUtil - Class in org.apache.pekko.testkit
-
Utilities to get free socket address.
- SocketUtil() - Constructor for class org.apache.pekko.testkit.SocketUtil
- SocketUtil.Both$ - Class in org.apache.pekko.testkit
- SocketUtil.Protocol - Interface in org.apache.pekko.testkit
- SocketUtil.Tcp$ - Class in org.apache.pekko.testkit
- SocketUtil.Udp$ - Class in org.apache.pekko.testkit
- SocketUtil$ - Class in org.apache.pekko.testkit
-
Utilities to get free socket address.
- SocketUtil$() - Constructor for class org.apache.pekko.testkit.SocketUtil$
- some(A) - Static method in class org.apache.pekko.japi.Option
-
Optionfactory that createsSome - some(A) - Method in class org.apache.pekko.japi.Option$
-
Optionfactory that createsSome - Some(A) - Constructor for class org.apache.pekko.japi.Option.Some
- Some$() - Constructor for class org.apache.pekko.japi.Option.Some$
- sorted() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- sorted() - Method in class org.apache.pekko.persistence.PluginSpec
- source() - Method in class org.apache.pekko.stream.scaladsl.MergeHub$
- source() - Method in interface org.apache.pekko.stream.SourceRef
-
Scala API: Get
Sourceunderlying to this source ref. - source() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet
-
Get the Source for this dynamic output port.
- source() - Method in class org.apache.pekko.testkit.DebugFilter
- source() - Method in class org.apache.pekko.testkit.ErrorFilter
- source() - Method in class org.apache.pekko.testkit.EventFilter
- source() - Method in class org.apache.pekko.testkit.InfoFilter
- source() - Method in class org.apache.pekko.testkit.WarningFilter
- source(int) - Method in class org.apache.pekko.stream.scaladsl.MergeHub$
- source(ActorRef<Topic.Command<T>>, int, OverflowStrategy) - Static method in class org.apache.pekko.stream.typed.javadsl.PubSub
-
Create a source that will subscribe to a topic and stream messages published to the topic.
- source(ActorRef<Topic.Command<T>>, int, OverflowStrategy) - Method in class org.apache.pekko.stream.typed.javadsl.PubSub$
-
Create a source that will subscribe to a topic and stream messages published to the topic.
- source(ActorRef<Topic.Command<T>>, int, OverflowStrategy) - Static method in class org.apache.pekko.stream.typed.scaladsl.PubSub
-
Create a source that will subscribe to a topic and stream messages published to the topic.
- source(ActorRef<Topic.Command<T>>, int, OverflowStrategy) - Method in class org.apache.pekko.stream.typed.scaladsl.PubSub$
-
Create a source that will subscribe to a topic and stream messages published to the topic.
- Source<Out,Mat> - Class in org.apache.pekko.stream.javadsl
-
Java API
- Source<Out,Mat> - Class in org.apache.pekko.stream.scaladsl
-
A
Sourceis a set of stream processing steps that has one open output. - Source(LinearTraversalBuilder, SourceShape<Out>) - Constructor for class org.apache.pekko.stream.scaladsl.Source
- Source(Source<Out, Mat>) - Constructor for class org.apache.pekko.stream.javadsl.Source
- Source$ - Class in org.apache.pekko.stream.javadsl
-
Java API
- Source$ - Class in org.apache.pekko.stream.scaladsl
- Source$() - Constructor for class org.apache.pekko.stream.javadsl.Source$
- Source$() - Constructor for class org.apache.pekko.stream.scaladsl.Source$
- sourceActorSystem() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- SourceActorSystemKey() - Static method in class org.apache.pekko.actor.typed.internal.ActorMdc
- SourceActorSystemKey() - Method in class org.apache.pekko.actor.typed.internal.ActorMdc$
- SourceFile(String) - Constructor for class org.apache.pekko.util.LineNumbers.SourceFile
- SourceFile$() - Constructor for class org.apache.pekko.util.LineNumbers.SourceFile$
- SourceFileLines(String, int, int) - Constructor for class org.apache.pekko.util.LineNumbers.SourceFileLines
- SourceFileLines$() - Constructor for class org.apache.pekko.util.LineNumbers.SourceFileLines$
- SourceLocation(Object) - Constructor for class org.apache.pekko.stream.Attributes.SourceLocation
- SourceLocation$() - Constructor for class org.apache.pekko.stream.Attributes.SourceLocation$
- SourceQueue<T> - Interface in org.apache.pekko.stream.javadsl
-
This trait allows to have a queue as a data source for some stream.
- SourceQueue<T> - Interface in org.apache.pekko.stream.scaladsl
-
This trait allows to have a queue as a data source for some stream.
- SourceQueueWithComplete<T> - Interface in org.apache.pekko.stream.javadsl
-
This trait adds completion support to
SourceQueue. - SourceQueueWithComplete<T> - Interface in org.apache.pekko.stream.scaladsl
-
This trait adds completion support to
SourceQueue. - SourceQueueWithComplete.QueueOps<T> - Class in org.apache.pekko.stream.scaladsl
- SourceQueueWithComplete.QueueOps$ - Class in org.apache.pekko.stream.scaladsl
- SourceQueueWithComplete$ - Class in org.apache.pekko.stream.javadsl
- SourceQueueWithComplete$ - Class in org.apache.pekko.stream.scaladsl
- SourceQueueWithComplete$() - Constructor for class org.apache.pekko.stream.javadsl.SourceQueueWithComplete$
- SourceQueueWithComplete$() - Constructor for class org.apache.pekko.stream.scaladsl.SourceQueueWithComplete$
- sourceRef() - Static method in class org.apache.pekko.stream.javadsl.StreamRefs
-
A local
Sinkwhich materializes aSourceRefwhich can be used by other streams (including remote ones), to consume data from this local stream, as if they were attached in the spot of the local Sink directly. - sourceRef() - Method in class org.apache.pekko.stream.javadsl.StreamRefs$
-
A local
Sinkwhich materializes aSourceRefwhich can be used by other streams (including remote ones), to consume data from this local stream, as if they were attached in the spot of the local Sink directly. - sourceRef() - Static method in class org.apache.pekko.stream.scaladsl.StreamRefs
-
A local
Sinkwhich materializes aSourceRefwhich can be used by other streams (including remote ones), to consume data from this local stream, as if they were attached directly in place of the local Sink. - sourceRef() - Method in class org.apache.pekko.stream.scaladsl.StreamRefs$
-
A local
Sinkwhich materializes aSourceRefwhich can be used by other streams (including remote ones), to consume data from this local stream, as if they were attached directly in place of the local Sink. - SourceRef<T> - Interface in org.apache.pekko.stream
-
A SourceRef allows sharing a "reference" with others, with the main purpose of crossing a network boundary.
- SourceRef$ - Class in org.apache.pekko.stream
-
See full documentation on
SourceRef. - SourceRef$() - Constructor for class org.apache.pekko.stream.SourceRef$
- SourceRefDeserializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- SourceRefDeserializer$() - Constructor for class org.apache.pekko.serialization.jackson.SourceRefDeserializer$
- SourceRefSerializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- SourceRefSerializer$() - Constructor for class org.apache.pekko.serialization.jackson.SourceRefSerializer$
- SourceShape<T> - Class in org.apache.pekko.stream
-
A Source
Shapehas exactly one output and no inputs, it models a source of data. - SourceShape(Outlet<T>) - Constructor for class org.apache.pekko.stream.SourceShape
- SourceShape$ - Class in org.apache.pekko.stream
- SourceShape$() - Constructor for class org.apache.pekko.stream.SourceShape$
- SourceWithContext<Out,Ctx,Mat> - Class in org.apache.pekko.stream.javadsl
-
A source that provides operations which automatically propagate the context of an element.
- SourceWithContext<Out,Ctx,Mat> - Class in org.apache.pekko.stream.scaladsl
-
A source that provides operations which automatically propagate the context of an element.
- SourceWithContext(SourceWithContext<Out, Ctx, Mat>) - Constructor for class org.apache.pekko.stream.javadsl.SourceWithContext
- SourceWithContext$ - Class in org.apache.pekko.stream.javadsl
- SourceWithContext$ - Class in org.apache.pekko.stream.scaladsl
- SourceWithContext$() - Constructor for class org.apache.pekko.stream.javadsl.SourceWithContext$
- SourceWithContext$() - Constructor for class org.apache.pekko.stream.scaladsl.SourceWithContext$
- sourceWithDraining() - Method in class org.apache.pekko.stream.scaladsl.MergeHub$
- sourceWithDraining(int) - Method in class org.apache.pekko.stream.scaladsl.MergeHub$
- span(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteIterator
- span(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteString
- spawn(ActorContext, Behavior<T>, String) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
-
Spawn the given behavior as a child of the user actor in a classic ActorContext.
- spawn(ActorContext, Behavior<T>, String) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Spawn the given behavior as a child of the user actor in a classic ActorContext.
- spawn(ActorContext, Behavior<T>, String, Props) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
-
Spawn the given behavior as a child of the user actor in a classic ActorContext.
- spawn(ActorContext, Behavior<T>, String, Props) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Spawn the given behavior as a child of the user actor in a classic ActorContext.
- spawn(ActorRefFactory, Behavior<T>, String, Props, boolean) - Static method in class org.apache.pekko.actor.typed.internal.adapter.ActorRefFactoryAdapter
- spawn(ActorRefFactory, Behavior<T>, String, Props, boolean) - Method in class org.apache.pekko.actor.typed.internal.adapter.ActorRefFactoryAdapter$
- spawn(ActorSystem, Behavior<T>, String) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
-
Spawn the given behavior as a child of the user actor in a classic ActorSystem.
- spawn(ActorSystem, Behavior<T>, String) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Spawn the given behavior as a child of the user actor in a classic ActorSystem.
- spawn(ActorSystem, Behavior<T>, String, Props) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
-
Spawn the given behavior as a child of the user actor in a classic ActorSystem.
- spawn(ActorSystem, Behavior<T>, String, Props) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Spawn the given behavior as a child of the user actor in a classic ActorSystem.
- spawn(Behavior<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Spawn a new auto-named actor under the testkit user guardian and return the ActorRef for the spawned actor
- spawn(Behavior<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - spawn(Behavior<T>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Spawn the given behavior.
- spawn(Behavior<T>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - spawn(Behavior<T>, String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Spawn a new named actor under the testkit user guardian and return the ActorRef for the spawned actor, note that spawning actors with the same name in multiple test cases will cause failures.
- spawn(Behavior<T>, String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - spawn(Behavior<T>, String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Spawn the given behavior.
- spawn(Behavior<T>, String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - spawn(Behavior<T>, String, Props) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Spawn a new named actor under the testkit user guardian with the given props and return the ActorRef for the spawned actor, note that spawning actors with the same name in multiple test cases will cause failures.
- spawn(Behavior<T>, String, Props) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - spawn(Behavior<T>, String, Props) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Spawn the given behavior.
- spawn(Behavior<T>, String, Props) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - spawn(Behavior<T>, Props) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Spawn a new auto-named actor under the testkit user guardian with the given props and return the ActorRef for the spawned actor
- spawn(Behavior<T>, Props) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - spawn(Behavior<T>, Props) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Spawn the given behavior.
- spawn(Behavior<T>, Props) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - spawn(Behavior<U>, String) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- spawn(Behavior<U>, String) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Create a child Actor from the given
pekko.actor.typed.Behaviorand with the given name. - spawn(Behavior<U>, String, Props) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Create a child Actor from the given
pekko.actor.typed.Behaviorand with the given name. - spawn(Behavior<U>, String, Props) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Create a child Actor from the given
pekko.actor.typed.Behaviorand with the given name. - Spawn(Props, Option<String>, Option<SupervisorStrategy>) - Constructor for class org.apache.pekko.testkit.TestActor.Spawn
- Spawn(Behavior<T>, String, Props, ActorRef<ActorRef<T>>) - Constructor for class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- Spawn$() - Constructor for class org.apache.pekko.actor.typed.SpawnProtocol.Spawn$
- Spawn$() - Constructor for class org.apache.pekko.testkit.TestActor.Spawn$
- spawn$default$3() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Create a child Actor from the given
pekko.actor.typed.Behaviorand with the given name. - SpawnActor(String, Behavior<T>, ActorRef<ActorRef<T>>, Props) - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- SpawnActor$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor$
- SpawnActorAnonymous(Behavior<T>, ActorRef<ActorRef<T>>, Props) - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- SpawnActorAnonymous$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous$
- spawnAnonymous(ActorContext, Behavior<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
-
Spawn the given behavior as a child of the user actor in a classic ActorContext.
- spawnAnonymous(ActorContext, Behavior<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Spawn the given behavior as a child of the user actor in a classic ActorContext.
- spawnAnonymous(ActorContext, Behavior<T>, Props) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
-
Spawn the given behavior as a child of the user actor in a classic ActorContext.
- spawnAnonymous(ActorContext, Behavior<T>, Props) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Spawn the given behavior as a child of the user actor in a classic ActorContext.
- spawnAnonymous(ActorRefFactory, Behavior<T>, Props, boolean) - Static method in class org.apache.pekko.actor.typed.internal.adapter.ActorRefFactoryAdapter
- spawnAnonymous(ActorRefFactory, Behavior<T>, Props, boolean) - Method in class org.apache.pekko.actor.typed.internal.adapter.ActorRefFactoryAdapter$
- spawnAnonymous(ActorSystem, Behavior<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
-
Spawn the given behavior as a child of the user actor in a classic ActorSystem.
- spawnAnonymous(ActorSystem, Behavior<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Spawn the given behavior as a child of the user actor in a classic ActorSystem.
- spawnAnonymous(ActorSystem, Behavior<T>, Props) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
-
Spawn the given behavior as a child of the user actor in a classic ActorSystem.
- spawnAnonymous(ActorSystem, Behavior<T>, Props) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
-
Spawn the given behavior as a child of the user actor in a classic ActorSystem.
- spawnAnonymous(Behavior<U>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- spawnAnonymous(Behavior<U>) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Create a child Actor from the given
pekko.actor.typed.Behaviorunder a randomly chosen name. - spawnAnonymous(Behavior<U>, Props) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Create a child Actor from the given
pekko.actor.typed.Behaviorunder a randomly chosen name. - spawnAnonymous(Behavior<U>, Props) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Create a child Actor from the given
pekko.actor.typed.Behaviorunder a randomly chosen name. - spawnAnonymous$default$2() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
- spawned(Behavior<T>, String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior spawned a named child with the given behavior with no specific props
- spawned(Behavior<T>, String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior spawned a named child with the given behavior with no specific props
- spawned(Behavior<T>, String) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior spawned a named child with the given behavior with no specific props
- spawned(Behavior<T>, String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior spawned a named child with the given behavior with no specific props
- spawned(Behavior<T>, String, ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior spawned a named child with the given behavior with no specific props
- spawned(Behavior<T>, String, ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior spawned a named child with the given behavior with no specific props
- spawned(Behavior<T>, String, ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior spawned a named child with the given behavior with no specific props
- spawned(Behavior<T>, String, ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior spawned a named child with the given behavior with no specific props
- spawned(Behavior<T>, String, Props) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior spawned a named child with the given behavior and specific props
- spawned(Behavior<T>, String, Props) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior spawned a named child with the given behavior and specific props
- spawned(Behavior<T>, String, Props) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior spawned a named child with the given behavior and specific props
- spawned(Behavior<T>, String, Props) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior spawned a named child with the given behavior and specific props
- spawned(Behavior<T>, String, Props, ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior spawned a named child with the given behavior and specific props
- spawned(Behavior<T>, String, Props, ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior spawned a named child with the given behavior and specific props
- spawned(Behavior<T>, String, Props, ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior spawned a named child with the given behavior and specific props
- spawned(Behavior<T>, String, Props, ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior spawned a named child with the given behavior and specific props
- Spawned(Behavior<T>, String, Props, ActorRef<T>) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- Spawned$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.Spawned$
- SpawnedAdapter$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAdapter$
- spawnedAnonymous(Behavior<T>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior spawned an anonymous child with the given behavior with no specific props
- spawnedAnonymous(Behavior<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior spawned an anonymous child with the given behavior with no specific props
- spawnedAnonymous(Behavior<T>) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior spawned an anonymous child with the given behavior with no specific props
- spawnedAnonymous(Behavior<T>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior spawned an anonymous child with the given behavior with no specific props
- spawnedAnonymous(Behavior<T>, ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior spawned an anonymous child with the given behavior with no specific props
- spawnedAnonymous(Behavior<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior spawned an anonymous child with the given behavior with no specific props
- spawnedAnonymous(Behavior<T>, ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior spawned an anonymous child with the given behavior with no specific props
- spawnedAnonymous(Behavior<T>, ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior spawned an anonymous child with the given behavior with no specific props
- spawnedAnonymous(Behavior<T>, Props) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior spawned an anonymous child with the given behavior with specific props
- spawnedAnonymous(Behavior<T>, Props) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior spawned an anonymous child with the given behavior with specific props
- spawnedAnonymous(Behavior<T>, Props) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior spawned an anonymous child with the given behavior with specific props
- spawnedAnonymous(Behavior<T>, Props) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior spawned an anonymous child with the given behavior with specific props
- spawnedAnonymous(Behavior<T>, Props, ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior spawned an anonymous child with the given behavior with specific props
- spawnedAnonymous(Behavior<T>, Props, ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior spawned an anonymous child with the given behavior with specific props
- spawnedAnonymous(Behavior<T>, Props, ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior spawned an anonymous child with the given behavior with specific props
- spawnedAnonymous(Behavior<T>, Props, ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior spawned an anonymous child with the given behavior with specific props
- SpawnedAnonymous(Behavior<T>, Props, ActorRef<T>) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- SpawnedAnonymous$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous$
- SpawnedAnonymousAdapter$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymousAdapter$
- spawnMessageAdapter(Function1<U, T>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- spawnMessageAdapter(Function1<U, T>) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
INTERNAL API: See
spawnMessageAdapterwith name parameter - spawnMessageAdapter(Function1<U, T>, String) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- spawnMessageAdapter(Function1<U, T>, String) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
INTERNAL API: It is currently internal because it's too easy to create resource leaks by spawning adapters without stopping them.
- SpawnProtocol - Class in org.apache.pekko.actor.typed
-
A message protocol for actors that support spawning a child actor when receiving a
SpawnProtocol#Spawnmessage and sending back theActorRefof the child actor. - SpawnProtocol() - Constructor for class org.apache.pekko.actor.typed.SpawnProtocol
- SpawnProtocol.Command - Interface in org.apache.pekko.actor.typed
-
Not for user extension
- SpawnProtocol.Spawn<T> - Class in org.apache.pekko.actor.typed
-
Spawn a child actor with the given
behaviorand send back theActorRefof that child to the givenreplyTodestination. - SpawnProtocol.Spawn$ - Class in org.apache.pekko.actor.typed
- SpawnProtocol$ - Class in org.apache.pekko.actor.typed
-
A message protocol for actors that support spawning a child actor when receiving a
SpawnProtocol#Spawnmessage and sending back theActorRefof the child actor. - SpawnProtocol$() - Constructor for class org.apache.pekko.actor.typed.SpawnProtocol$
- specialStackTrace() - Method in exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- Spinning() - Method in class org.apache.pekko.dispatch.affinity.AffinityPool$
- split(String, String) - Static method in class org.apache.pekko.actor.ActorPathExtractor
- split(String, String) - Method in interface org.apache.pekko.actor.PathUtils
- split(String, String) - Static method in class org.apache.pekko.actor.RelativeActorPath
- splitAfter(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
This operation applies the given predicate to all incoming elements and emits them to a stream of output streams.
- splitAfter(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
This operation applies the given predicate to all incoming elements and emits them to a stream of output streams.
- splitAfter(SubstreamCancelStrategy, Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
- splitAfter(SubstreamCancelStrategy, Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
- splitAfter(SubstreamCancelStrategy, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Deprecated.Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
- splitAfter(Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
This operation applies the given predicate to all incoming elements and emits them to a stream of output streams.
- splitAt(int) - Method in class org.apache.pekko.util.ByteString
- SplitBrainResolver$ - Class in org.apache.pekko.cluster.sbr
-
INTERNAL API
- SplitBrainResolver$() - Constructor for class org.apache.pekko.cluster.sbr.SplitBrainResolver$
- SplitBrainResolverProvider - Class in org.apache.pekko.cluster.sbr
-
See reference documentation: https://pekko.apache.org/docs/pekko/current/split-brain-resolver.html
- SplitBrainResolverProvider(ActorSystem) - Constructor for class org.apache.pekko.cluster.sbr.SplitBrainResolverProvider
- SplitBrainResolverSettings$ - Class in org.apache.pekko.cluster.sbr
-
INTERNAL API
- SplitBrainResolverSettings$() - Constructor for class org.apache.pekko.cluster.sbr.SplitBrainResolverSettings$
- splitNameAndUid(String) - Method in class org.apache.pekko.actor.ActorCell$
- splitWhen(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
This operation applies the given predicate to all incoming elements and emits them to a stream of output streams, always beginning a new one with the current element if the given predicate returns true for it.
- splitWhen(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
This operation applies the given predicate to all incoming elements and emits them to a stream of output streams, always beginning a new one with the current element if the given predicate returns true for it.
- splitWhen(SubstreamCancelStrategy, Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
- splitWhen(SubstreamCancelStrategy, Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
- splitWhen(SubstreamCancelStrategy, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Deprecated.Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
- splitWhen(Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
This operation applies the given predicate to all incoming elements and emits them to a stream of output streams, always beginning a new one with the current element if the given predicate returns true for it.
- SRV() - Static method in class org.apache.pekko.io.dns.RecordType
-
The SRV RR allows administrators to use several servers for a single domain, to move services from host to host with little fuss, and to designate some hosts as primary servers for a service and others as backups.
- SRV() - Method in class org.apache.pekko.io.dns.RecordType$
-
The SRV RR allows administrators to use several servers for a single domain, to move services from host to host with little fuss, and to designate some hosts as primary servers for a service and others as backups.
- Srv$() - Constructor for class org.apache.pekko.io.dns.DnsProtocol.Srv$
- SRVRecord - Class in org.apache.pekko.io.dns
- SRVRecord(String, CachePolicy.Ttl, int, int, int, String) - Constructor for class org.apache.pekko.io.dns.SRVRecord
- SRVRecord$ - Class in org.apache.pekko.io.dns
-
INTERNAL API
- SRVRecord$() - Constructor for class org.apache.pekko.io.dns.SRVRecord$
- srvRecordsToResolved(String, DnsProtocol.Resolved) - Method in class org.apache.pekko.discovery.dns.DnsServiceDiscovery$
- srvRequestType() - Static method in class org.apache.pekko.io.dns.DnsProtocol
-
Java API
- srvRequestType() - Method in class org.apache.pekko.io.dns.DnsProtocol$
-
Java API
- SSLEnabledAlgorithms() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- sslEngineConfigurator() - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.
- SSLEngineConfigurator - Interface in com.typesafe.sslconfig.pekko
-
Deprecated.Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters. Since Akka 2.6.0.
- sslEngineProvider() - Method in class org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup
- SSLEngineProvider - Interface in org.apache.pekko.remote.artery.tcp
- SSLEngineProvider - Interface in org.apache.pekko.remote.transport.netty
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- SSLEngineProviderClassName() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- SSLEngineProviderSetup - Class in org.apache.pekko.remote.artery.tcp
-
Setup for defining a
SSLEngineProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. - SSLEngineProviderSetup() - Constructor for class org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup
- SSLEngineProviderSetup$ - Class in org.apache.pekko.remote.artery.tcp
- SSLEngineProviderSetup$() - Constructor for class org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup$
- SSLKeyPassword() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- SSLKeyStore() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- SSLKeyStorePassword() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- sslParameters() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- SSLProtocol() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- SSLRandomNumberGenerator() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- SSLRequireMutualAuthentication() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- SslSettings() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- SslTransportException - Exception in org.apache.pekko.remote.artery.tcp
- SslTransportException(String, Throwable) - Constructor for exception org.apache.pekko.remote.artery.tcp.SslTransportException
- SSLTrustStore() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- SSLTrustStorePassword() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- StablePriorityBlockingQueue<E> - Class in org.apache.pekko.util
-
StablePriorityBlockingQueue is a blocking priority queue that preserves order for elements of equal priority.
- StablePriorityBlockingQueue(int, Comparator<E>) - Constructor for class org.apache.pekko.util.StablePriorityBlockingQueue
- StablePriorityQueue<E> - Class in org.apache.pekko.util
-
StablePriorityQueue is a priority queue that preserves order for elements of equal priority.
- StablePriorityQueue(int, Comparator<E>) - Constructor for class org.apache.pekko.util.StablePriorityQueue
- STACKTRACE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Throwable
- stackTraceFor(Throwable) - Static method in class org.apache.pekko.event.Logging
- stackTraceFor(Throwable) - Method in class org.apache.pekko.event.Logging$
- stageActor() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
- stageActorName() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Override and return a name to be given to the StageActor of this operator.
- StageActorRef$() - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.StageActorRef$
- StageActorRefNotInitializedException() - Constructor for exception org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException
- StageActorRefNotInitializedException$() - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException$
- StageFailure(GraphStageMessages.StageMessage, Throwable) - Constructor for class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- StageFailure$() - Constructor for class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure$
- StageLogging - Interface in org.apache.pekko.stream.stage
-
Simple way to obtain a
pekko.event.LoggingAdapterwhen used together with anpekko.stream.Materializer. - StageWasCompleted$() - Constructor for exception org.apache.pekko.stream.SubscriptionWithCancelException.StageWasCompleted$
- StandardMetrics - Class in org.apache.pekko.cluster.metrics
-
Definitions of the built-in standard metrics.
- StandardMetrics() - Constructor for class org.apache.pekko.cluster.metrics.StandardMetrics
- StandardMetrics.Cpu - Class in org.apache.pekko.cluster.metrics
- StandardMetrics.Cpu$ - Class in org.apache.pekko.cluster.metrics
- StandardMetrics.HeapMemory - Class in org.apache.pekko.cluster.metrics
- StandardMetrics.HeapMemory$ - Class in org.apache.pekko.cluster.metrics
- StandardMetrics$ - Class in org.apache.pekko.cluster.metrics
-
Definitions of the built-in standard metrics.
- StandardMetrics$() - Constructor for class org.apache.pekko.cluster.metrics.StandardMetrics$
- StandardOutLogger() - Constructor for class org.apache.pekko.event.Logging.StandardOutLogger
- StandardOutLogger() - Static method in class org.apache.pekko.event.Logging
- StandardOutLogger() - Method in class org.apache.pekko.event.Logging$
- start() - Method in interface org.apache.pekko.actor.Cell
-
Start the cell: enqueued message must not be processed before this has been called.
- start() - Method in interface org.apache.pekko.actor.dungeon.Dispatch
-
Start this cell, i.e.
- start() - Method in interface org.apache.pekko.actor.MinimalActorRef
- start() - Static method in class org.apache.pekko.actor.Nobody
- start() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy
- start() - Method in interface org.apache.pekko.cluster.sharding.ShardCoordinator.StartableAllocationStrategy
-
Called before any calls to allocate/rebalance.
- start() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- start(String, ExtendedActorSystem) - Static method in class org.apache.pekko.pattern.internal.CircuitBreakerTelemetryProvider
- start(String, ExtendedActorSystem) - Method in class org.apache.pekko.pattern.internal.CircuitBreakerTelemetryProvider$
- start(String, Props, ClusterShardingSettings, ShardRegion.MessageExtractor) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Java/Scala API: Register a named entity type by defining the
pekko.actor.Propsof the entity actor and functions to extract entity and shard identifier from messages. - start(String, Props, ClusterShardingSettings, ShardRegion.MessageExtractor, ShardCoordinator.ShardAllocationStrategy, Object) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Java/Scala API: Register a named entity type by defining the
pekko.actor.Propsof the entity actor and functions to extract entity and shard identifier from messages. - start(String, Props, ClusterShardingSettings, PartialFunction<Object, Tuple2<String, Object>>, Function1<Object, String>) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Register a named entity type by defining the
pekko.actor.Propsof the entity actor and functions to extract entity and shard identifier from messages. - start(String, Props, ClusterShardingSettings, PartialFunction<Object, Tuple2<String, Object>>, Function1<Object, String>, ShardCoordinator.ShardAllocationStrategy, Object) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Scala API: Register a named entity type by defining the
pekko.actor.Propsof the entity actor and functions to extract entity and shard identifier from messages. - start(String, Props, ShardRegion.MessageExtractor) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Java/Scala API: Register a named entity type by defining the
pekko.actor.Propsof the entity actor and functions to extract entity and shard identifier from messages. - start(String, Props, PartialFunction<Object, Tuple2<String, Object>>, Function1<Object, String>) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Register a named entity type by defining the
pekko.actor.Propsof the entity actor and functions to extract entity and shard identifier from messages. - start(String, Props, PartialFunction<Object, Tuple2<String, Object>>, Function1<Object, String>, ShardCoordinator.ShardAllocationStrategy, Object) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Scala API: Register a named entity type by defining the
pekko.actor.Propsof the entity actor and functions to extract entity and shard identifier from messages. - start(ActorSystem) - Method in interface org.apache.pekko.cluster.sharding.ShardCoordinator.ActorSystemDependentAllocationStrategy
-
Called before any calls to allocate/rebalance.
- start(ActorSystem) - Static method in class org.apache.pekko.persistence.journal.PersistencePluginProxy
- start(ActorSystem) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy$
- start(ActorSystem, String, Function1<ActorRef, BoxedUnit>, boolean) - Method in class org.apache.pekko.event.ActorClassificationUnsubscriber$
- start(ActorSystem, EventStream) - Method in class org.apache.pekko.event.EventStreamUnsubscriber$
- start(Behavior<T>, TypedActorContext<T>) - Static method in class org.apache.pekko.actor.typed.Behavior
-
Starts deferred behavior and nested deferred behaviors until all deferred behaviors in the stack are started and then the resulting behavior is returned.
- start(Behavior<T>, TypedActorContext<T>) - Method in class org.apache.pekko.actor.typed.Behavior$
-
Starts deferred behavior and nested deferred behaviors until all deferred behaviors in the stack are started and then the resulting behavior is returned.
- start(TypedActorContext<?>) - Method in interface org.apache.pekko.actor.typed.BehaviorInterceptor.PreStartTarget
- start(BundleContext) - Method in class org.apache.pekko.osgi.ActorSystemActivator
-
Sets up a new ActorSystem
- Start() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- Start(ActorRef<ConsumerController.Delivery<A>>) - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- Start(ActorRef<ProducerController.RequestNext<A>>) - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- Start(ActorRef<WorkPullingProducerController.RequestNext<A>>) - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- Start(ActorRef<ShardingProducerController.RequestNext<A>>) - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- Start$() - Constructor for class org.apache.pekko.actor.typed.delivery.ConsumerController.Start$
- Start$() - Constructor for class org.apache.pekko.actor.typed.delivery.ProducerController.Start$
- Start$() - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start$
- Start$() - Constructor for class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior.Start$
- Start$() - Constructor for class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start$
- Start$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start$
- start$default$4() - Method in class org.apache.pekko.event.ActorClassificationUnsubscriber$
- startChild() - Method in interface org.apache.pekko.pattern.HandleBackoff
- StartChild$() - Constructor for class org.apache.pekko.pattern.BackoffSupervisor.StartChild$
- startClient(RoleName, InetSocketAddress) - Method in interface org.apache.pekko.remote.testconductor.Player
-
Connect to the conductor on the given port (the host is taken from setting
pekko.testconductor.host). - startController(int, RoleName, InetSocketAddress) - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Start the
pekko.remote.testconductor.Controller, which in turn will bind to a TCP port as specified in thepekko.testconductor.portconfig property, where 0 denotes automatic allocation. - startDefaultLoggers(org.apache.pekko.actor.ActorSystemImpl) - Method in interface org.apache.pekko.event.LoggingBus
-
Internal Pekko use only
- started() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- started() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- StartEntity - Class in org.apache.pekko.cluster.sharding.typed.javadsl
-
Allows starting a specific Sharded Entity by its entity identifier
- StartEntity - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
-
Allows starting a specific Sharded Entity by its entity identifier
- StartEntity() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.StartEntity
- StartEntity() - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.StartEntity
- StartEntity$ - Class in org.apache.pekko.cluster.sharding.typed.javadsl
-
Allows starting a specific Sharded Entity by its entity identifier
- StartEntity$ - Class in org.apache.pekko.cluster.sharding.typed.scaladsl
-
Allows starting a specific Sharded Entity by its entity identifier
- StartEntity$() - Constructor for class org.apache.pekko.cluster.sharding.typed.javadsl.StartEntity$
- StartEntity$() - Constructor for class org.apache.pekko.cluster.sharding.typed.scaladsl.StartEntity$
- startGraph() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffLogic
- startHash(int) - Static method in class org.apache.pekko.routing.MurmurHash
-
Begin a new hash with a seed value.
- startHash(int) - Method in class org.apache.pekko.routing.MurmurHash$
-
Begin a new hash with a seed value.
- startMagicA() - Static method in class org.apache.pekko.routing.MurmurHash
-
The initial magic integers in the first stream.
- startMagicA() - Method in class org.apache.pekko.routing.MurmurHash$
-
The initial magic integers in the first stream.
- startMagicB() - Static method in class org.apache.pekko.routing.MurmurHash
-
The initial magic integer in the second stream.
- startMagicB() - Method in class org.apache.pekko.routing.MurmurHash$
-
The initial magic integer in the second stream.
- startNewSystem() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
This method starts a new ActorSystem with the same configuration as the previous one on the current node, including deployments.
- StartOldestChangedBuffer() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- StartOldestChangedBuffer$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer$
- startPeriodicTimer(Object, Object, Duration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Deprecated.Use startTimerWithFixedDelay or startTimerAtFixedRate instead. This has the same semantics as startTimerAtFixedRate, but startTimerWithFixedDelay is often preferred. Since Akka 2.6.0.
- startPeriodicTimer(Object, Object, FiniteDuration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Deprecated.Use startTimerWithFixedDelay or startTimerAtFixedRate instead. This has the same semantics as startTimerAtFixedRate, but startTimerWithFixedDelay is often preferred. Since Akka 2.6.0.
- startPeriodicTimer(Object, T, Duration) - Method in interface org.apache.pekko.actor.typed.internal.TimerSchedulerCrossDslSupport
- startPeriodicTimer(Object, T, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Deprecated.Use startTimerWithFixedDelay or startTimerAtFixedRate instead. This has the same semantics as startTimerAtFixedRate, but startTimerWithFixedDelay is often preferred. Since Akka 2.6.0.
- startPeriodicTimer(Object, T, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Deprecated.Use startTimerWithFixedDelay or startTimerAtFixedRate instead. This has the same semantics as startTimerAtFixedRate, but startTimerWithFixedDelay is often preferred. Since Akka 2.6.0.
- startProxy(String, Optional<String>, Optional<String>, ShardRegion.MessageExtractor) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Java/Scala API: Register a named entity type
ShardRegionon this node that will run in proxy only mode, i.e. - startProxy(String, Optional<String>, ShardRegion.MessageExtractor) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Java/Scala API: Register a named entity type
ShardRegionon this node that will run in proxy only mode, i.e. - startProxy(String, Option<String>, Option<String>, PartialFunction<Object, Tuple2<String, Object>>, Function1<Object, String>) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Scala API: Register a named entity type
ShardRegionon this node that will run in proxy only mode, i.e. - startProxy(String, Option<String>, PartialFunction<Object, Tuple2<String, Object>>, Function1<Object, String>) - Method in class org.apache.pekko.cluster.sharding.ClusterSharding
-
Scala API: Register a named entity type
ShardRegionon this node that will run in proxy only mode, i.e. - startRecovery(Recovery) - Method in interface org.apache.pekko.persistence.Eventsourced
- startRedeliverTask() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
- startReplicationStream(BehaviorSetup<C, E, S>, Running.RunningState<S>, ReplicationSetup) - Method in class org.apache.pekko.persistence.typed.internal.Running$
- startSingleTimer(Object, Object, Duration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Start a timer that will send
msgonce to theselfactor after the giventimeout. - startSingleTimer(Object, Object, FiniteDuration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Start a timer that will send
msgonce to theselfactor after the giventimeout. - startSingleTimer(Object, T, Duration) - Method in interface org.apache.pekko.actor.typed.internal.TimerSchedulerCrossDslSupport
- startSingleTimer(Object, T, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Start a timer that will send
msgonce to theselfactor after the givendelay. - startSingleTimer(Object, T, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Start a timer that will send
msgonce to theselfactor after the givendelay. - startSingleTimer(String, Object, Duration) - Method in class org.apache.pekko.actor.AbstractFSM
-
Start a timer that will send
msgonce to theselfactor after the givendelay. - startSingleTimer(String, Object, Duration) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Start a timer that will send
msgonce to theselfactor after the givendelay. - startSingleTimer(String, Object, FiniteDuration) - Method in interface org.apache.pekko.actor.FSM
- startSingleTimer(String, Object, FiniteDuration) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- startSingleTimer(String, Object, FiniteDuration) - Method in class org.apache.pekko.testkit.TestFSMRef
-
Proxy for
pekko.actor.FSM#startSingleTimer. - startSingleTimer(T, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Start a timer that will send
msgonce to theselfactor after the givendelay. - startSingleTimer(T, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Start a timer that will send
msgonce to theselfactor after the givendelay. - startStdoutLogger(ActorSystem.Settings) - Method in interface org.apache.pekko.event.LoggingBus
-
Internal Pekko use only
- startsWith(String) - Method in class org.apache.pekko.testkit.javadsl.EventFilter
- startTick() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
-
Replaceable for testing.
- startTime() - Method in class org.apache.pekko.actor.ActorSystem
-
Start-up time in milliseconds since the epoch.
- startTime() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Start-up time in milliseconds since the epoch.
- startTimer(String, Object, FiniteDuration, FSM.TimerMode) - Method in interface org.apache.pekko.actor.FSM
- startTimer(String, Object, FiniteDuration, PersistentFSM.TimerMode) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- startTimerAtFixedRate(Object, Object, Duration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Java API: Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(Object, Object, Duration, Duration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Java API: Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(Object, Object, FiniteDuration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Scala API: Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(Object, Object, FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Scala API: Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(Object, T, Duration) - Method in interface org.apache.pekko.actor.typed.internal.TimerSchedulerCrossDslSupport
- startTimerAtFixedRate(Object, T, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(Object, T, Duration, Duration) - Method in interface org.apache.pekko.actor.typed.internal.TimerSchedulerCrossDslSupport
- startTimerAtFixedRate(Object, T, Duration, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(Object, T, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(Object, T, FiniteDuration, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(String, Object, Duration) - Method in class org.apache.pekko.actor.AbstractFSM
-
Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(String, Object, Duration) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(String, Object, FiniteDuration) - Method in interface org.apache.pekko.actor.FSM
- startTimerAtFixedRate(String, Object, FiniteDuration) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- startTimerAtFixedRate(String, Object, FiniteDuration) - Method in class org.apache.pekko.testkit.TestFSMRef
-
Proxy for
pekko.actor.FSM#startTimerAtFixedRate. - startTimerAtFixedRate(T, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(T, Duration, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(T, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerAtFixedRate(T, FiniteDuration, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a given frequency. - startTimerWithFixedDelay(Object, Object, Duration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Java API: Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages. - startTimerWithFixedDelay(Object, Object, Duration, Duration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Java API: Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages after theinitialDelay. - startTimerWithFixedDelay(Object, Object, FiniteDuration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Scala API: Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages. - startTimerWithFixedDelay(Object, Object, FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.actor.TimerScheduler
-
Scala API: Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages after theinitialDelay. - startTimerWithFixedDelay(Object, T, Duration) - Method in interface org.apache.pekko.actor.typed.internal.TimerSchedulerCrossDslSupport
- startTimerWithFixedDelay(Object, T, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages. - startTimerWithFixedDelay(Object, T, Duration, Duration) - Method in interface org.apache.pekko.actor.typed.internal.TimerSchedulerCrossDslSupport
- startTimerWithFixedDelay(Object, T, Duration, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages afterinitialDelay. - startTimerWithFixedDelay(Object, T, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages. - startTimerWithFixedDelay(Object, T, FiniteDuration, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages after theinitialDelay. - startTimerWithFixedDelay(String, Object, Duration) - Method in class org.apache.pekko.actor.AbstractFSM
-
Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages. - startTimerWithFixedDelay(String, Object, Duration) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages. - startTimerWithFixedDelay(String, Object, FiniteDuration) - Method in interface org.apache.pekko.actor.FSM
- startTimerWithFixedDelay(String, Object, FiniteDuration) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- startTimerWithFixedDelay(String, Object, FiniteDuration) - Method in class org.apache.pekko.testkit.TestFSMRef
-
Proxy for
pekko.actor.FSM#startTimerWithFixedDelay. - startTimerWithFixedDelay(T, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages. - startTimerWithFixedDelay(T, Duration, Duration) - Method in interface org.apache.pekko.actor.typed.javadsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages afterinitialDelay. - startTimerWithFixedDelay(T, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages. - startTimerWithFixedDelay(T, FiniteDuration, FiniteDuration) - Method in interface org.apache.pekko.actor.typed.scaladsl.TimerScheduler
-
Schedules a message to be sent repeatedly to the
selfactor with a fixeddelaybetween messages after theinitialDelay. - startUnsubscriber() - Method in class org.apache.pekko.event.EventStream
-
''Must'' be called after actor system is "ready".
- StartupTimeout() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- startWith() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- startWith() - Method in class org.apache.pekko.persistence.PluginSpec
- startWith(S, D) - Method in class org.apache.pekko.actor.AbstractFSM
-
Set initial state.
- startWith(S, D) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Set initial state.
- startWith(S, D, Duration) - Method in class org.apache.pekko.actor.AbstractFSM
-
Set initial state.
- startWith(S, D, FiniteDuration) - Method in class org.apache.pekko.actor.AbstractFSM
-
Set initial state.
- startWith(S, D, FiniteDuration) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Set initial state.
- startWith(S, D, Option<FiniteDuration>) - Method in interface org.apache.pekko.actor.FSM
-
Set initial state.
- startWith(S, D, Option<FiniteDuration>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.Set initial state.
- startWith$default$3() - Method in interface org.apache.pekko.actor.FSM
- startWith$default$3() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- stash() - Method in interface org.apache.pekko.actor.StashSupport
-
Adds the current message (the message that the actor received last) to the actor's stash.
- stash() - Method in interface org.apache.pekko.persistence.Eventsourced
- stash() - Method in class org.apache.pekko.persistence.typed.javadsl.EffectFactories
-
Stash the current command.
- stash() - Method in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
Stash the current command.
- stash() - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories
-
Stash the current command.
- stash() - Method in class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
-
Stash the current command.
- stash(InternalProtocol, StashBuffer<InternalProtocol>) - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
- stash(InternalProtocol, StashBuffer<InternalProtocol>) - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
- stash(T) - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
Add one element to the end of the message buffer.
- stash(T) - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
Add one element to the end of the message buffer.
- Stash - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- Stash - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- Stash - Interface in org.apache.pekko.actor
-
The
Stashtrait enables an actor to temporarily stash away messages that can not or should not be handled using the actor's current behavior. - Stash() - Constructor for class org.apache.pekko.persistence.typed.internal.Stash
- Stash() - Constructor for class org.apache.pekko.persistence.typed.state.internal.Stash
- Stash$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- Stash$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- Stash$() - Constructor for class org.apache.pekko.persistence.typed.internal.Stash$
- Stash$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.Stash$
- StashBuffer<T> - Interface in org.apache.pekko.actor.typed.javadsl
-
A non thread safe mutable message buffer that can be used to buffer messages inside actors and then unstash them.
- StashBuffer<T> - Interface in org.apache.pekko.actor.typed.scaladsl
-
A non thread safe mutable message buffer that can be used to buffer messages inside actors and then unstash them.
- StashBuffer$ - Class in org.apache.pekko.actor.typed.scaladsl
-
INTERNAL API
- StashBuffer$() - Constructor for class org.apache.pekko.actor.typed.scaladsl.StashBuffer$
- StashBufferImpl$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- StashBufferImpl$() - Constructor for class org.apache.pekko.actor.typed.internal.StashBufferImpl$
- stashCapacity() - Method in interface org.apache.pekko.actor.typed.SupervisorStrategy.RestartOrBackoff
- StashFactory - Interface in org.apache.pekko.actor
-
INTERNAL API.
- StashingHandlerInvocation(Object, Function1<Object, BoxedUnit>) - Constructor for class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- StashingHandlerInvocation$() - Constructor for class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation$
- stashInternal(InternalProtocol) - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
-
Stash a command to the internal stash buffer, which is used while waiting for persist to be completed.
- stashInternal(InternalProtocol) - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
-
Stash a command to the internal stash buffer, which is used while waiting for persist to be completed.
- stashInternally(Object) - Method in interface org.apache.pekko.persistence.Eventsourced
- StashManagement<C,E,S> - Interface in org.apache.pekko.persistence.typed.internal
-
INTERNAL API: Stash management for persistent behaviors
- StashManagement<C,S> - Interface in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API: Stash management for persistent behaviors
- StashOverflowException - Exception in org.apache.pekko.actor
-
Is thrown when the size of the Stash exceeds the capacity of the Stash
- StashOverflowException - Exception in org.apache.pekko.actor.typed.javadsl
-
Is thrown when the size of the stash exceeds the capacity of the stash buffer.
- StashOverflowException - Exception in org.apache.pekko.actor.typed.scaladsl
-
Is thrown when the size of the stash exceeds the capacity of the stash buffer.
- StashOverflowException(String) - Constructor for exception org.apache.pekko.actor.typed.javadsl.StashOverflowException
- StashOverflowException(String) - Constructor for exception org.apache.pekko.actor.typed.scaladsl.StashOverflowException
- StashOverflowException(String, Throwable) - Constructor for exception org.apache.pekko.actor.StashOverflowException
- StashOverflowException$ - Class in org.apache.pekko.actor
- StashOverflowException$() - Constructor for class org.apache.pekko.actor.StashOverflowException$
- StashOverflowStrategy - Interface in org.apache.pekko.persistence
-
This defines how to handle the current received message which failed to stash, when the size of Stash exceeding the capacity of Stash.
- StashOverflowStrategy - Interface in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- StashOverflowStrategy - Interface in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- StashOverflowStrategy.Drop$ - Class in org.apache.pekko.persistence.typed.internal
- StashOverflowStrategy.Drop$ - Class in org.apache.pekko.persistence.typed.state.internal
- StashOverflowStrategy.Fail$ - Class in org.apache.pekko.persistence.typed.internal
- StashOverflowStrategy.Fail$ - Class in org.apache.pekko.persistence.typed.state.internal
- StashOverflowStrategy$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- StashOverflowStrategy$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- StashOverflowStrategy$() - Constructor for class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy$
- StashOverflowStrategy$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy$
- StashOverflowStrategyConfigurator - Interface in org.apache.pekko.persistence
-
Implement this interface in order to configure the stashOverflowStrategy for the internal stash of persistent actor.
- stashState() - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
- stashState() - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
- StashSupport - Interface in org.apache.pekko.actor
- stashUser(InternalProtocol) - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
-
Stash a command to the user stash buffer, which is used when
Stasheffect is used. - stashUser(InternalProtocol) - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
-
Stash a command to the user stash buffer, which is used when
Stasheffect is used. - StashWhenFailed - Interface in org.apache.pekko.dispatch.sysmsg
-
INTERNAL API
- StashWhenWaitingForChildren - Interface in org.apache.pekko.dispatch.sysmsg
-
INTERNAL API
- state() - Method in class org.apache.pekko.actor.FSM.CurrentState
- state() - Method in class org.apache.pekko.cluster.Cluster
-
Current snapshot state of the cluster.
- state() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- state() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- state() - Method in class org.apache.pekko.cluster.typed.Cluster
-
Current snapshot state of the cluster.
- state() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- state() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResult
-
The state after applying the events.
- state() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.RestartResult
-
The state after recovery.
- state() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.CommandResult
-
The state after applying the events.
- state() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.RestartResult
-
The state after recovery.
- state() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- state() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- state() - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- state() - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.EffectBuilder
- state() - Method in interface org.apache.pekko.stream.FlowMonitor
- state() - Method in interface org.apache.pekko.stream.snapshot.ConnectionSnapshot
- state(S, S, FI.UnitApply2<S, S>) - Method in class org.apache.pekko.japi.pf.FSMTransitionHandlerBuilder
-
Add a case statement that matches on a from state and a to state.
- state(S, S, FI.UnitApplyVoid) - Method in class org.apache.pekko.japi.pf.FSMTransitionHandlerBuilder
-
Add a case statement that matches on a from state and a to state.
- State(long, long, Map<String, Tuple2<Object, Object>>, IndexedSeq<DurableProducerQueue.MessageSent<A>>) - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- State(S, D, Option<FiniteDuration>, Option<FSM.Reason>, List<Object>) - Constructor for class org.apache.pekko.actor.FSM.State
- State(S, D, Option<FiniteDuration>, Option<PersistentFSM.Reason>, List<Object>, Seq<E>, Function1<D, BoxedUnit>, boolean) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- state_$eq(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.State) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- STATE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- State$() - Constructor for class org.apache.pekko.actor.FSM.State$
- State$() - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State$
- State$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
- State$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- stateChange(MessageFormats.PersistentStateChangeEvent) - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- StateChangeEvent(String, Option<FiniteDuration>) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- StateChangeEvent$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent$
-
Deprecated.
- stateData() - Method in class org.apache.pekko.actor.FSM.Event
- stateData() - Method in class org.apache.pekko.actor.FSM.LogEntry
- stateData() - Method in class org.apache.pekko.actor.FSM.State
- stateData() - Method in interface org.apache.pekko.actor.FSM
- stateData() - Method in class org.apache.pekko.actor.FSM.StopEvent
- stateData() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- stateData() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- stateData() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- stateData() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- stateData() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- stateData() - Method in class org.apache.pekko.testkit.TestFSMRef
-
Get current state data of this FSM.
- statefulMap(Creator<S>, Function2<S, Out, Pair<S, T>>, Function<S, Optional<T>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform each stream element with the help of a state.
- statefulMap(Creator<S>, Function2<S, Out, Pair<S, T>>, Function<S, Optional<T>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform each stream element with the help of a state.
- statefulMap(Creator<S>, Function2<S, Out, Pair<S, T>>, Function<S, Optional<T>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform each stream element with the help of a state.
- statefulMap(Creator<S>, Function2<S, Out, Pair<S, T>>, Function<S, Optional<T>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform each stream element with the help of a state.
- statefulMap(Function0<S>, Function2<S, Out, Tuple2<S, T>>, Function1<S, Option<T>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform each stream element with the help of a state.
- statefulMapConcat(Creator<Function<Out, Iterable<T>>>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform each input element into an
Iterableof output elements that is then flattened into the output stream. - statefulMapConcat(Creator<Function<Out, Iterable<T>>>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform each input element into an
Iterableof output elements that is then flattened into the output stream. - statefulMapConcat(Creator<Function<Out, Iterable<T>>>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform each input element into an
Iterableof output elements that is then flattened into the output stream. - statefulMapConcat(Creator<Function<Out, Iterable<T>>>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform each input element into an
Iterableof output elements that is then flattened into the output stream. - statefulMapConcat(Function0<Function1<Out, IterableOnce<T>>>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Transform each input element into an
Iterableof output elements that is then flattened into the output stream. - statefulSink(Function0<Function2<PartitionHub.ConsumerInfo, T, Object>>, int, int) - Method in class org.apache.pekko.stream.scaladsl.PartitionHub$
-
Creates a
Sinkthat receives elements from its upstream producer and routes them to a dynamic set of consumers. - statefulSink$default$3() - Method in class org.apache.pekko.stream.scaladsl.PartitionHub$
- stateIdentifier() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- stateIdentifier() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- STATEIDENTIFIER_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- STATEIDENTIFIER_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- stateInitialized() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- StateInitialized() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- StateInitialized$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized$
- stateName() - Method in class org.apache.pekko.actor.FSM.LogEntry
- stateName() - Method in class org.apache.pekko.actor.FSM.State
- stateName() - Method in interface org.apache.pekko.actor.FSM
- stateName() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- stateName() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- stateName() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- stateName() - Method in class org.apache.pekko.testkit.TestFSMRef
-
Get current state name of this FSM.
- stateNames() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- stateOfType(Class<S>) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.CommandResult
-
The state as a given expected type.
- stateOfType(ClassTag<S>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.CommandResult
-
The state as a given expected type.
- stateReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.persistence.Eventsourced.State
- statesMap() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSM
-
Deprecated.
- statesMap() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.Map from state identifier to state instance
- stateStoreMode() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- stateStoreMode() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- StateStoreMode$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreMode$
- stateStoreModeDdata() - Static method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Java API
- stateStoreModeDdata() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings$
-
Java API
- StateStoreModeDData() - Static method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- StateStoreModeDData() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings$
- StateStoreModeDData$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
- stateStoreModePersistence() - Static method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Java API
- stateStoreModePersistence() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings$
-
Java API
- StateStoreModePersistence() - Static method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- StateStoreModePersistence() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings$
- StateStoreModePersistence$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
- StateTimeout() - Method in class org.apache.pekko.actor.AbstractFSM
- StateTimeout() - Method in interface org.apache.pekko.actor.FSM
-
This case object is received in case of a state timeout.
- StateTimeout() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- StateTimeout() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- StateTimeout() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.This case object is received in case of a state timeout.
- StateTimeout$() - Constructor for class org.apache.pekko.actor.FSM.StateTimeout$
- StateTimeout$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.StateTimeout$
-
Deprecated.
- StaticQuorumName() - Method in class org.apache.pekko.cluster.sbr.SplitBrainResolverSettings$
- StaticQuorumSettings$ - Class in org.apache.pekko.cluster.sbr
- StaticQuorumSettings$() - Constructor for class org.apache.pekko.cluster.sbr.StaticQuorumSettings$
- stats() - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- stats() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- stats() - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- stats() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- STATS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- STATS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- STATS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- status() - Method in class org.apache.pekko.actor.Status.Success
- status() - Method in class org.apache.pekko.cluster.Member
- status() - Method in class org.apache.pekko.stream.IOResult
-
Deprecated.status is always set to Success(Done). Since Akka 2.6.0.
- Status - Class in org.apache.pekko.actor
-
Superseeded by
pekko.pattern.StatusReply, prefer that when possible. - Status() - Constructor for class org.apache.pekko.actor.Status
- Status(Map<String, ByteString>, int, int, Option<Object>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- Status(Map<Address, Object>, boolean) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- STATUS() - Static method in class org.apache.pekko.io.dns.internal.OpCode
- STATUS() - Method in class org.apache.pekko.io.dns.internal.OpCode$
- STATUS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- STATUS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- Status.Failure - Class in org.apache.pekko.actor
-
This class/message type is preferably used to indicate failure of some operation performed.
- Status.Failure$ - Class in org.apache.pekko.actor
- Status.Success - Class in org.apache.pekko.actor
-
This class/message type is preferably used to indicate success of some operation performed.
- Status.Success$ - Class in org.apache.pekko.actor
- Status$ - Class in org.apache.pekko.actor
-
Superseeded by
pekko.pattern.StatusReply, prefer that when possible. - Status$() - Constructor for class org.apache.pekko.actor.Status$
- Status$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status$
- Status$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status$
- Status$Status - Interface in org.apache.pekko.actor
- statusCount() - Method in class org.apache.pekko.cluster.ddata.Replicator
- statusCount_$eq(long) - Method in class org.apache.pekko.cluster.ddata.Replicator
- StatusManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- statusPromise() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- StatusReply<T> - Class in org.apache.pekko.pattern
-
Generic top-level message type for replies that signal failure or success.
- StatusReply() - Constructor for class org.apache.pekko.pattern.StatusReply
- StatusReply.Error$ - Class in org.apache.pekko.pattern
-
Scala API for creating and pattern matching an error response
- StatusReply.ErrorMessage - Exception in org.apache.pekko.pattern
-
Carrier exception used for textual error descriptions.
- StatusReply.ErrorMessage$ - Class in org.apache.pekko.pattern
- StatusReply.Success$ - Class in org.apache.pekko.pattern
-
Scala API for creation and pattern matching a successful response.
- StatusReply$ - Class in org.apache.pekko.pattern
- StatusReply$() - Constructor for class org.apache.pekko.pattern.StatusReply$
- statusTotChunks() - Method in class org.apache.pekko.cluster.ddata.Replicator
- statusTotChunks_$eq(int) - Method in class org.apache.pekko.cluster.ddata.Replicator
- stay() - Method in interface org.apache.pekko.actor.FSM
-
Produce "empty" transition descriptor.
- stay() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.Produce "empty" transition descriptor.
- StdOutLogger$() - Constructor for class org.apache.pekko.event.Logging.StdOutLogger$
- StdoutLogLevel() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- stepDecay() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- stepDecay() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- stepDecay() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- stop() - Method in interface org.apache.pekko.actor.Cell
-
Recursively terminate this actor and all its children.
- stop() - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- stop() - Method in interface org.apache.pekko.actor.FSM
-
Produce change descriptor to stop this FSM actor with reason "Normal".
- stop() - Method in interface org.apache.pekko.actor.MinimalActorRef
- stop() - Static method in class org.apache.pekko.actor.Nobody
- stop() - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Java API: Returning this directive stops the Actor
- stop() - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Java API: Returning this directive stops the Actor
- stop() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Stops the
TestProbe.getRef, which is useful when testing watch and termination. - stop() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Stops the
TestProbe.ref, which is useful when testing watch and termination. - stop() - Static method in class org.apache.pekko.actor.typed.SupervisorStrategy
-
Stop the actor
- stop() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy$
-
Stop the actor
- stop() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.Produce change descriptor to stop this FSM actor with reason "Normal".
- stop() - Method in class org.apache.pekko.persistence.typed.javadsl.EffectFactories
-
Stop this persistent actor
- stop() - Method in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
Stop this persistent actor Side effects can be chained with
thenRun - stop() - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories
-
Stop this persistent actor
- stop() - Method in class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
-
Stop this persistent actor Side effects can be chained with
thenRun - stop() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.StageActor
- stop() - Static method in class org.apache.pekko.stream.Supervision
-
Java API: The stream will be completed with failure if application code for processing an element throws an exception.
- stop() - Method in class org.apache.pekko.stream.Supervision$
-
Java API: The stream will be completed with failure if application code for processing an element throws an exception.
- stop(Class<P>, FI.TypedPredicate<P>, FI.UnitApply3<P, S, D>) - Method in class org.apache.pekko.japi.pf.FSMStopBuilder
-
Add a case statement that matches on a reason type and a predicate.
- stop(Class<P>, FI.TypedPredicate<P>, FI.UnitApply3<P, S, D>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStopBuilder
-
Deprecated.Add a case statement that matches on a reason type and a predicate.
- stop(Class<P>, FI.UnitApply3<P, S, D>) - Method in class org.apache.pekko.japi.pf.FSMStopBuilder
-
Add a case statement that matches on a reason type.
- stop(Class<P>, FI.UnitApply3<P, S, D>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStopBuilder
-
Deprecated.Add a case statement that matches on a reason type.
- stop(Object) - Method in interface org.apache.pekko.actor.TypedActorFactory
-
Deprecated.Stops the underlying ActorRef for the supplied TypedActor proxy, if any, returns whether it could find the find the ActorRef or not
- stop(ActorContext, ActorRef<?>) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- stop(ActorContext, ActorRef<?>) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- stop(ActorRef) - Method in interface org.apache.pekko.actor.ActorRefFactory
-
Stop the actor pointed to by the given
pekko.actor.ActorRef; this is an asynchronous operation, i.e. - stop(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.Children
- stop(FSM.Reason) - Method in interface org.apache.pekko.actor.FSM
-
Produce change descriptor to stop this FSM actor including specified reason.
- stop(FSM.Reason, D) - Method in interface org.apache.pekko.actor.FSM
-
Produce change descriptor to stop this FSM actor including specified reason.
- stop(FSM.Reason, FI.UnitApply2<S, D>) - Method in class org.apache.pekko.japi.pf.FSMStopBuilder
-
Add a case statement that matches on an
FSM.Reason. - stop(ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Stop the actor under test and wait until it terminates.
- stop(ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - stop(ActorRef<T>, Duration) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
Stop the actor under test and wait
maxuntil it terminates. - stop(ActorRef<T>, Duration) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - stop(ActorRef<T>, FiniteDuration) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
Stop the actor under test and wait until it terminates.
- stop(ActorRef<U>) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Force the child Actor under the given name to terminate after it finishes processing its current message.
- stop(ActorRef<U>) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Force the child Actor under the given name to terminate after it finishes processing its current message.
- stop(ActorContext<?>, ActorRef) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- stop(ActorContext<?>, ActorRef) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- stop(Logging.LogLevel) - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
Returning this directive stops the Actor
- stop(Logging.LogLevel) - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
Returning this directive stops the Actor
- stop(PersistentFSM.Reason) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.Produce change descriptor to stop this FSM actor including specified reason.
- stop(PersistentFSM.Reason, D) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.Produce change descriptor to stop this FSM actor including specified reason.
- stop(PersistentFSM.Reason, FI.UnitApply2<S, D>) - Method in class org.apache.pekko.persistence.fsm.japi.pf.FSMStopBuilder
-
Deprecated.Add a case statement that matches on an
FSM.Reason. - stop(BundleContext) - Method in class org.apache.pekko.osgi.ActorSystemActivator
-
Shuts down the ActorSystem when the bundle is stopped and, if necessary, unregisters a service registration.
- Stop - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- Stop - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- Stop() - Constructor for class org.apache.pekko.persistence.typed.internal.Stop
- Stop() - Constructor for class org.apache.pekko.persistence.typed.state.internal.Stop
- Stop$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- Stop$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- Stop$() - Constructor for class org.apache.pekko.actor.SupervisorStrategy.Stop$
- Stop$() - Constructor for class org.apache.pekko.actor.typed.SupervisorStrategy.Stop$
- Stop$() - Constructor for class org.apache.pekko.persistence.typed.internal.Stop$
- Stop$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.Stop$
- Stop$() - Constructor for class org.apache.pekko.stream.Supervision.Stop$
- stop$default$2() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- StopActor(ActorRef<T>, ActorRef<ActorTestKitGuardian.Ack$>) - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- StopActor$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor$
- StopChild$ - Class in org.apache.pekko.actor
- StopChild$() - Constructor for class org.apache.pekko.actor.StopChild$
- stopChildren() - Method in interface org.apache.pekko.actor.typed.SupervisorStrategy.RestartOrBackoff
- stopDefaultLoggers(ActorSystem) - Method in interface org.apache.pekko.event.LoggingBus
- StopEvent(FSM.Reason, S, D) - Constructor for class org.apache.pekko.actor.FSM.StopEvent
- StopEvent(PersistentFSM.Reason, S, D) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- StopEvent() - Method in class org.apache.pekko.actor.AbstractFSM
- StopEvent() - Method in interface org.apache.pekko.actor.FSM
- StopEvent() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- StopEvent() - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.
- StopEvent() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- StopEvent$() - Constructor for class org.apache.pekko.actor.FSM.StopEvent$
- StopEvent$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent$
-
Deprecated.
- stopFunctionRefs() - Method in interface org.apache.pekko.actor.dungeon.Children
- StopImpliesFailure - Class in org.apache.pekko.pattern
- StopImpliesFailure() - Constructor for class org.apache.pekko.pattern.StopImpliesFailure
- StopImpliesFailure$ - Class in org.apache.pekko.pattern
- StopImpliesFailure$() - Constructor for class org.apache.pekko.pattern.StopImpliesFailure$
- stopMessage() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
- stopMessage() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
- stopMessage() - Method in class org.apache.pekko.cluster.typed.SingletonActor
- stopped() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- stopped() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- stopped() - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Return this behavior from message processing to signal that this actor shall terminate voluntarily.
- stopped() - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Return this behavior from message processing to signal that this actor shall terminate voluntarily.
- stopped() - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Return this behavior from message processing to signal that this actor shall terminate voluntarily.
- stopped() - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Return this behavior from message processing to signal that this actor shall terminate voluntarily.
- stopped() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- stopped() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- stopped() - Static method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry
- stopped() - Method in class org.apache.pekko.pattern.internal.CircuitBreakerNoopTelemetry$
- stopped() - Method in interface org.apache.pekko.pattern.internal.CircuitBreakerTelemetry
-
Called when the circuit breaker is removed, e.g.
- stopped(String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior stopped
childName - stopped(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior stopped
childName - stopped(String) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior stopped
childName - stopped(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior stopped
childName - stopped(Effect) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Return this behavior from message processing to signal that this actor shall terminate voluntarily.
- stopped(Effect) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Return this behavior from message processing to signal that this actor shall terminate voluntarily.
- stopped(Function0<BoxedUnit>) - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- stopped(Function0<BoxedUnit>) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- stopped(Function0<BoxedUnit>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Return this behavior from message processing to signal that this actor shall terminate voluntarily.
- stopped(Function0<BoxedUnit>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Return this behavior from message processing to signal that this actor shall terminate voluntarily.
- Stopped(String) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- Stopped$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.Stopped$
- StoppedBehavior() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- StoppedBehavior() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- StoppedBehavior() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorTags
- StoppedBehavior() - Method in class org.apache.pekko.actor.typed.internal.BehaviorTags$
- stoppedLogics() - Method in interface org.apache.pekko.stream.snapshot.RunningInterpreter
-
All logics that has completed and is no longer executing
- Stopping() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- Stopping$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping$
- StoppingData(ActorRef) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- StoppingData$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData$
- stoppingDecider() - Static method in class org.apache.pekko.stream.Supervision
-
Scala API:
Deciderthat returnsStopfor all exceptions. - stoppingDecider() - Method in class org.apache.pekko.stream.Supervision$
-
Scala API:
Deciderthat returnsStopfor all exceptions. - stoppingStrategy() - Static method in class org.apache.pekko.actor.SupervisorStrategy
-
This strategy resembles Erlang in that failing children are always terminated (one-for-one).
- stoppingStrategy() - Method in class org.apache.pekko.actor.SupervisorStrategy$
-
This strategy resembles Erlang in that failing children are always terminated (one-for-one).
- StoppingSupervisorStrategy - Class in org.apache.pekko.actor
- StoppingSupervisorStrategy() - Constructor for class org.apache.pekko.actor.StoppingSupervisorStrategy
- stopReason() - Method in class org.apache.pekko.actor.FSM.State
- stopReason() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- stopRouterWhenAllRouteesRemoved() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterConfigBase
- stopRouterWhenAllRouteesRemoved() - Static method in class org.apache.pekko.routing.FromConfig
- stopRouterWhenAllRouteesRemoved() - Static method in class org.apache.pekko.routing.NoRouter
- stopRouterWhenAllRouteesRemoved() - Method in interface org.apache.pekko.routing.Pool
-
Specify that this router should stop itself when all routees have terminated (been removed).
- stopRouterWhenAllRouteesRemoved() - Method in interface org.apache.pekko.routing.RouterConfig
-
Specify that this router should stop itself when all routees have terminated (been removed).
- StopSupervisor<T,Thr extends java.lang.Throwable> - Class in org.apache.pekko.actor.typed.internal
- StopSupervisor(Behavior<T>, org.apache.pekko.actor.typed.SupervisorStrategy.Stop, ClassTag<Thr>) - Constructor for class org.apache.pekko.actor.typed.internal.StopSupervisor
- storage() - Method in interface org.apache.pekko.persistence.testkit.scaladsl.HasStorage
- storage() - Method in class org.apache.pekko.persistence.testkit.scaladsl.PersistenceTestKit
- storage() - Method in class org.apache.pekko.persistence.testkit.scaladsl.SnapshotTestKit
- StorageFailure - Class in org.apache.pekko.persistence.testkit
-
Emulates exception thrown by the storage on the attempt to perform some operation.
- StorageFailure(Throwable) - Constructor for class org.apache.pekko.persistence.testkit.StorageFailure
- StorageFailure$ - Class in org.apache.pekko.persistence.testkit
- StorageFailure$() - Constructor for class org.apache.pekko.persistence.testkit.StorageFailure$
- storageFor(String) - Method in class org.apache.pekko.persistence.testkit.internal.InMemStorageExtension
- storageFor(String) - Method in class org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension
- store() - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- Store(String, DurableStore.DurableDataEnvelope, Option<DurableStore.StoreReply>) - Constructor for class org.apache.pekko.cluster.ddata.DurableStore.Store
- store_$eq(Option<ActorRef>) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- Store$() - Constructor for class org.apache.pekko.cluster.ddata.DurableStore.Store$
- storedSeqNr() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- StoreFailure(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- StoreFailure(Key<A>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- StoreFailure$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.StoreFailure$
- StoreFailure$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure$
- StoreFailure$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.StoreFailure$
- StoreMessageConfirmed(long, String, long) - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- StoreMessageConfirmed$() - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed$
- StoreMessageSent(DurableProducerQueue.MessageSent<A>, ActorRef<DurableProducerQueue.StoreMessageSentAck>) - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- StoreMessageSent$() - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent$
- StoreMessageSentAck(long) - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- StoreMessageSentAck$() - Constructor for class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck$
- StoreReply(Object, Object, ActorRef) - Constructor for class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- StoreReply$() - Constructor for class org.apache.pekko.cluster.ddata.DurableStore.StoreReply$
- StoringSnapshot() - Static method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc
- StoringSnapshot() - Method in class org.apache.pekko.persistence.typed.internal.PersistenceMdc$
- strategy() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- strategy() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- strategy() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- StreamConverters - Class in org.apache.pekko.stream.javadsl
-
Converters for interacting with the blocking
java.iostreams APIs and Java 8 Streams - StreamConverters - Class in org.apache.pekko.stream.scaladsl
-
Converters for interacting with the blocking
java.iostreams APIs and Java 8 Streams - StreamConverters() - Constructor for class org.apache.pekko.stream.javadsl.StreamConverters
- StreamConverters() - Constructor for class org.apache.pekko.stream.scaladsl.StreamConverters
- StreamConverters$ - Class in org.apache.pekko.stream.javadsl
-
Converters for interacting with the blocking
java.iostreams APIs and Java 8 Streams - StreamConverters$ - Class in org.apache.pekko.stream.scaladsl
-
Converters for interacting with the blocking
java.iostreams APIs and Java 8 Streams - StreamConverters$() - Constructor for class org.apache.pekko.stream.javadsl.StreamConverters$
- StreamConverters$() - Constructor for class org.apache.pekko.stream.scaladsl.StreamConverters$
- StreamDetachedException - Exception in org.apache.pekko.stream
-
This exception signals that materialized value is already detached from stream.
- StreamDetachedException() - Constructor for exception org.apache.pekko.stream.StreamDetachedException
- StreamDetachedException(String) - Constructor for exception org.apache.pekko.stream.StreamDetachedException
- StreamIdleTimeoutException - Exception in org.apache.pekko.stream
- StreamIdleTimeoutException(String) - Constructor for exception org.apache.pekko.stream.StreamIdleTimeoutException
- StreamLimitReachedException - Exception in org.apache.pekko.stream
- StreamLimitReachedException(long) - Constructor for exception org.apache.pekko.stream.StreamLimitReachedException
- streamName(int) - Method in class org.apache.pekko.remote.artery.ArteryTransport$
- StreamRefAttributes - Class in org.apache.pekko.stream
-
Attributes for stream refs (
pekko.stream.SourceRefandpekko.stream.SinkRef). - StreamRefAttributes() - Constructor for class org.apache.pekko.stream.StreamRefAttributes
- StreamRefAttributes.BufferCapacity - Class in org.apache.pekko.stream
- StreamRefAttributes.BufferCapacity$ - Class in org.apache.pekko.stream
- StreamRefAttributes.DemandRedeliveryInterval - Class in org.apache.pekko.stream
- StreamRefAttributes.DemandRedeliveryInterval$ - Class in org.apache.pekko.stream
- StreamRefAttributes.FinalTerminationSignalDeadline - Class in org.apache.pekko.stream
- StreamRefAttributes.FinalTerminationSignalDeadline$ - Class in org.apache.pekko.stream
- StreamRefAttributes.StreamRefAttribute - Interface in org.apache.pekko.stream
-
Attributes specific to stream refs.
- StreamRefAttributes.SubscriptionTimeout - Class in org.apache.pekko.stream
- StreamRefAttributes.SubscriptionTimeout$ - Class in org.apache.pekko.stream
- StreamRefAttributes$ - Class in org.apache.pekko.stream
-
Attributes for stream refs (
pekko.stream.SourceRefandpekko.stream.SinkRef). - StreamRefAttributes$() - Constructor for class org.apache.pekko.stream.StreamRefAttributes$
- StreamRefMessages - Class in org.apache.pekko.stream
- StreamRefMessages.ActorRef - Class in org.apache.pekko.stream
-
Protobuf type
ActorRef - StreamRefMessages.ActorRef.Builder - Class in org.apache.pekko.stream
-
Protobuf type
ActorRef - StreamRefMessages.ActorRefOrBuilder - Interface in org.apache.pekko.stream
- StreamRefMessages.CumulativeDemand - Class in org.apache.pekko.stream
-
Protobuf type
CumulativeDemand - StreamRefMessages.CumulativeDemand.Builder - Class in org.apache.pekko.stream
-
Protobuf type
CumulativeDemand - StreamRefMessages.CumulativeDemandOrBuilder - Interface in org.apache.pekko.stream
- StreamRefMessages.OnSubscribeHandshake - Class in org.apache.pekko.stream
-
Protobuf type
OnSubscribeHandshake - StreamRefMessages.OnSubscribeHandshake.Builder - Class in org.apache.pekko.stream
-
Protobuf type
OnSubscribeHandshake - StreamRefMessages.OnSubscribeHandshakeOrBuilder - Interface in org.apache.pekko.stream
- StreamRefMessages.Payload - Class in org.apache.pekko.stream
-
Protobuf type
Payload - StreamRefMessages.Payload.Builder - Class in org.apache.pekko.stream
-
Protobuf type
Payload - StreamRefMessages.PayloadOrBuilder - Interface in org.apache.pekko.stream
- StreamRefMessages.RemoteStreamCompleted - Class in org.apache.pekko.stream
-
Protobuf type
RemoteStreamCompleted - StreamRefMessages.RemoteStreamCompleted.Builder - Class in org.apache.pekko.stream
-
Protobuf type
RemoteStreamCompleted - StreamRefMessages.RemoteStreamCompletedOrBuilder - Interface in org.apache.pekko.stream
- StreamRefMessages.RemoteStreamFailure - Class in org.apache.pekko.stream
-
Protobuf type
RemoteStreamFailure - StreamRefMessages.RemoteStreamFailure.Builder - Class in org.apache.pekko.stream
-
Protobuf type
RemoteStreamFailure - StreamRefMessages.RemoteStreamFailureOrBuilder - Interface in org.apache.pekko.stream
- StreamRefMessages.SequencedOnNext - Class in org.apache.pekko.stream
-
Protobuf type
SequencedOnNext - StreamRefMessages.SequencedOnNext.Builder - Class in org.apache.pekko.stream
-
Protobuf type
SequencedOnNext - StreamRefMessages.SequencedOnNextOrBuilder - Interface in org.apache.pekko.stream
- StreamRefMessages.SinkRef - Class in org.apache.pekko.stream
-
Protobuf type
SinkRef - StreamRefMessages.SinkRef.Builder - Class in org.apache.pekko.stream
-
Protobuf type
SinkRef - StreamRefMessages.SinkRefOrBuilder - Interface in org.apache.pekko.stream
- StreamRefMessages.SourceRef - Class in org.apache.pekko.stream
-
Protobuf type
SourceRef - StreamRefMessages.SourceRef.Builder - Class in org.apache.pekko.stream
-
Protobuf type
SourceRef - StreamRefMessages.SourceRefOrBuilder - Interface in org.apache.pekko.stream
- StreamRefModule - Interface in org.apache.pekko.serialization.jackson
-
INTERNAL API: Adds support for serializing and deserializing
pekko.stream.SourceRefandpekko.stream.SinkRef. - StreamRefResolver - Interface in org.apache.pekko.stream
-
The stream ref resolver provides a way to serialize and deserialize streamrefs in user serializers.
- StreamRefResolver$ - Class in org.apache.pekko.stream
-
The stream ref resolver extension provides a way to serialize and deserialize streamrefs in user serializers.
- StreamRefResolver$() - Constructor for class org.apache.pekko.stream.StreamRefResolver$
- StreamRefs - Class in org.apache.pekko.stream.javadsl
-
Factories for creating stream refs.
- StreamRefs - Class in org.apache.pekko.stream.scaladsl
-
Factories for creating stream refs.
- StreamRefs() - Constructor for class org.apache.pekko.stream.javadsl.StreamRefs
- StreamRefs() - Constructor for class org.apache.pekko.stream.scaladsl.StreamRefs
- StreamRefs$ - Class in org.apache.pekko.stream.javadsl
-
Factories for creating stream refs.
- StreamRefs$ - Class in org.apache.pekko.stream.scaladsl
-
Factories for creating stream refs.
- StreamRefs$() - Constructor for class org.apache.pekko.stream.javadsl.StreamRefs$
- StreamRefs$() - Constructor for class org.apache.pekko.stream.scaladsl.StreamRefs$
- streamRefSettings() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
- StreamRefSettings - Interface in org.apache.pekko.stream
- StreamRefSettings$ - Class in org.apache.pekko.stream
- StreamRefSettings$() - Constructor for class org.apache.pekko.stream.StreamRefSettings$
- StreamRefSubscriptionTimeoutException - Exception in org.apache.pekko.stream
- StreamRefSubscriptionTimeoutException(String) - Constructor for exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- StreamRefSubscriptionTimeoutException$ - Class in org.apache.pekko.stream
- StreamRefSubscriptionTimeoutException$() - Constructor for class org.apache.pekko.stream.StreamRefSubscriptionTimeoutException$
- StreamSnapshot - Interface in org.apache.pekko.stream.snapshot
-
A snapshot of one running stream
- StreamSnapshotImpl$ - Class in org.apache.pekko.stream.snapshot
- StreamSnapshotImpl$() - Constructor for class org.apache.pekko.stream.snapshot.StreamSnapshotImpl$
- streamSnapshots(ActorSystem) - Static method in class org.apache.pekko.stream.snapshot.MaterializerState
-
Dump stream snapshots of all streams of the default system materializer.
- streamSnapshots(ActorSystem) - Method in class org.apache.pekko.stream.snapshot.MaterializerState$
-
Dump stream snapshots of all streams of the default system materializer.
- streamSnapshots(Materializer) - Static method in class org.apache.pekko.stream.snapshot.MaterializerState
-
Dump stream snapshots of all streams of the given materializer.
- streamSnapshots(Materializer) - Method in class org.apache.pekko.stream.snapshot.MaterializerState$
-
Dump stream snapshots of all streams of the given materializer.
- streamSubscriptionTimeout(Duration, StreamSubscriptionTimeoutTerminationMode) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Java API: Defines a timeout for stream subscription and what action to take when that hits.
- streamSubscriptionTimeout(Duration, StreamSubscriptionTimeoutTerminationMode) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Java API: Defines a timeout for stream subscription and what action to take when that hits.
- streamSubscriptionTimeout(FiniteDuration, StreamSubscriptionTimeoutTerminationMode) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Scala API: Defines a timeout for stream subscription and what action to take when that hits.
- streamSubscriptionTimeout(FiniteDuration, StreamSubscriptionTimeoutTerminationMode) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Scala API: Defines a timeout for stream subscription and what action to take when that hits.
- StreamSubscriptionTimeout(FiniteDuration, StreamSubscriptionTimeoutTerminationMode) - Constructor for class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- StreamSubscriptionTimeout$() - Constructor for class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout$
- StreamSubscriptionTimeoutSettings - Class in org.apache.pekko.stream
-
Leaked publishers and subscribers are cleaned up when they are not used within a given deadline, configured by
StreamSubscriptionTimeoutSettings. - StreamSubscriptionTimeoutSettings(StreamSubscriptionTimeoutTerminationMode, FiniteDuration) - Constructor for class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings
- StreamSubscriptionTimeoutSettings$ - Class in org.apache.pekko.stream
- StreamSubscriptionTimeoutSettings$() - Constructor for class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings$
- StreamSubscriptionTimeoutTerminationMode - Class in org.apache.pekko.stream
-
This mode describes what shall happen when the subscription timeout expires for substream Publishers created by operations like
prefixAndTail. - StreamSubscriptionTimeoutTerminationMode() - Constructor for class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode
- StreamSubscriptionTimeoutTerminationMode.CancelTermination$ - Class in org.apache.pekko.stream
- StreamSubscriptionTimeoutTerminationMode.NoopTermination$ - Class in org.apache.pekko.stream
- StreamSubscriptionTimeoutTerminationMode.WarnTermination$ - Class in org.apache.pekko.stream
- StreamSubscriptionTimeoutTerminationMode$ - Class in org.apache.pekko.stream
- StreamSubscriptionTimeoutTerminationMode$() - Constructor for class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode$
- StreamTcpException - Exception in org.apache.pekko.stream
- StreamTcpException(String) - Constructor for exception org.apache.pekko.stream.StreamTcpException
- StreamTestKit - Class in org.apache.pekko.stream.testkit.javadsl
- StreamTestKit - Class in org.apache.pekko.stream.testkit.scaladsl
- StreamTestKit - Class in org.apache.pekko.stream.testkit
-
INTERNAL API
- StreamTestKit() - Constructor for class org.apache.pekko.stream.testkit.javadsl.StreamTestKit
- StreamTestKit() - Constructor for class org.apache.pekko.stream.testkit.scaladsl.StreamTestKit
- StreamTestKit() - Constructor for class org.apache.pekko.stream.testkit.StreamTestKit
- StreamTestKit.CompletedSubscription<T> - Class in org.apache.pekko.stream.testkit
- StreamTestKit.CompletedSubscription$ - Class in org.apache.pekko.stream.testkit
- StreamTestKit.FailedSubscription<T> - Class in org.apache.pekko.stream.testkit
- StreamTestKit.FailedSubscription$ - Class in org.apache.pekko.stream.testkit
- StreamTestKit.ProbeSink<T> - Class in org.apache.pekko.stream.testkit
- StreamTestKit.ProbeSource<T> - Class in org.apache.pekko.stream.testkit
- StreamTestKit.PublisherProbeSubscription<I> - Class in org.apache.pekko.stream.testkit
- StreamTestKit.PublisherProbeSubscription$ - Class in org.apache.pekko.stream.testkit
- StreamTestKit$ - Class in org.apache.pekko.stream.testkit.javadsl
- StreamTestKit$ - Class in org.apache.pekko.stream.testkit.scaladsl
- StreamTestKit$ - Class in org.apache.pekko.stream.testkit
-
INTERNAL API
- StreamTestKit$() - Constructor for class org.apache.pekko.stream.testkit.javadsl.StreamTestKit$
- StreamTestKit$() - Constructor for class org.apache.pekko.stream.testkit.scaladsl.StreamTestKit$
- StreamTestKit$() - Constructor for class org.apache.pekko.stream.testkit.StreamTestKit$
- StreamTimeoutException - Exception in org.apache.pekko.stream
-
Base class for timeout exceptions specific to Pekko Streams
- StreamTimeoutException(String) - Constructor for exception org.apache.pekko.stream.StreamTimeoutException
- STRINGELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- STRINGELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- STRINGELEMENTS_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- stringFrom(Attributes) - Method in class org.apache.pekko.stream.Attributes.SourceLocation$
- stringHash(String) - Static method in class org.apache.pekko.routing.MurmurHash
-
Compute a high-quality hash of a string
- stringHash(String) - Method in class org.apache.pekko.routing.MurmurHash$
-
Compute a high-quality hash of a string
- STRINGKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- STRINGKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- STRINGKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- STRINGKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- STRINGKEY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- StringSerializer - Class in org.apache.pekko.remote.serialization
-
Deprecated.Moved to org.apache.pekko.serialization.StringSerializer in pekko-actor. Since Akka 2.6.0.
- StringSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.serialization.StringSerializer
-
Deprecated.
- styleName() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
-
Deprecated.The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement. Since 3.1.0.
- styleName() - Method in class org.apache.pekko.persistence.PluginSpec
-
Deprecated.The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement. Since 3.1.0.
- SubchannelClassification - Interface in org.apache.pekko.event
-
Classification which respects relationships between channels: subscribing to one channel automatically and idempotently subscribes to all sub-channels.
- SubchannelEventBus<E,S,C> - Class in org.apache.pekko.event.japi
-
Java API: See documentation for
pekko.event.SubchannelClassificationE is the Event type S is the Subscriber type C is the Classifier type - SubchannelEventBus() - Constructor for class org.apache.pekko.event.japi.SubchannelEventBus
- subclassification() - Method in class org.apache.pekko.event.EventStream
- subclassification() - Method in class org.apache.pekko.event.japi.SubchannelEventBus
-
The logic to form sub-class hierarchy
- subclassification() - Method in interface org.apache.pekko.event.SubchannelClassification
-
The logic to form sub-class hierarchy
- Subclassification<K> - Interface in org.apache.pekko.util
-
Typeclass which describes a classification hierarchy.
- SubclassifiedIndex$ - Class in org.apache.pekko.util
- SubclassifiedIndex$() - Constructor for class org.apache.pekko.util.SubclassifiedIndex$
- SubFlow<In,Out,Mat> - Class in org.apache.pekko.stream.javadsl
-
A “stream of streams” sub-flow of data elements, e.g.
- SubFlow<Out,Mat,F,C> - Interface in org.apache.pekko.stream.scaladsl
-
A “stream of streams” sub-flow of data elements, e.g.
- SubFlow(SubFlow<Out, Mat, Flow<In, Object, Mat>, Sink<In, Mat>>) - Constructor for class org.apache.pekko.stream.javadsl.SubFlow
- SubFlow$ - Class in org.apache.pekko.stream.javadsl
- SubFlow$() - Constructor for class org.apache.pekko.stream.javadsl.SubFlow$
- subFusingMaterializer() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
An
pekko.stream.Materializerthat may run fusable parts of the graphs that it materializes within the same actor as the current GraphStage (if fusing is available). - SUBJECTREACHABILITY_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- subjectRegistrationFunction() - Method in class org.apache.pekko.persistence.PluginSpec
- subjectWithAfterWordRegistrationFunction() - Method in class org.apache.pekko.persistence.PluginSpec
- submit(Runnable) - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- submit(Runnable, T) - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- submit(Callable<T>) - Method in interface org.apache.pekko.dispatch.ExecutorServiceDelegate
- subscribe() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- subscribe(ActorRef) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
-
Subscribe user metrics listener actor unto
ClusterMetricsEventevents published by extension on the system event bus. - subscribe(ActorRef, Class<?>) - Method in class org.apache.pekko.event.EventStream
- subscribe(ActorRef, Class<?>...) - Method in class org.apache.pekko.cluster.Cluster
-
Subscribe to one or more cluster domain events.
- subscribe(ActorRef, ActorRef) - Method in class org.apache.pekko.event.japi.ManagedActorEventBus
- subscribe(ActorRef, ActorRef) - Method in interface org.apache.pekko.event.ManagedActorClassification
- subscribe(ActorRef, ClusterEvent.SubscriptionInitialStateMode, Class<?>...) - Method in class org.apache.pekko.cluster.Cluster
-
Subscribe to one or more cluster domain events.
- subscribe(ActorRef, ClusterEvent.SubscriptionInitialStateMode, Seq<Class<?>>) - Method in class org.apache.pekko.cluster.Cluster
-
Subscribe to one or more cluster domain events.
- subscribe(ActorRef, Seq<Class<?>>) - Method in class org.apache.pekko.cluster.Cluster
-
Subscribe to one or more cluster domain events.
- subscribe(ActorRef, ClassTag<T>) - Method in class org.apache.pekko.persistence.PluginSpec
- subscribe(ActorRef<T>) - Static method in class org.apache.pekko.actor.typed.pubsub.Topic
-
Java API: Subscribe to this topic.
- subscribe(ActorRef<T>) - Method in class org.apache.pekko.actor.typed.pubsub.Topic$
-
Java API: Subscribe to this topic.
- subscribe(ServiceKey<T>, ActorRef<Receptionist.Listing>) - Static method in class org.apache.pekko.actor.typed.receptionist.Receptionist
-
Java API:
Subscribemessage. - subscribe(ServiceKey<T>, ActorRef<Receptionist.Listing>) - Method in class org.apache.pekko.actor.typed.receptionist.Receptionist$
-
Java API:
Subscribemessage. - subscribe(Key<B>, Function<Replicator.SubscribeResponse<B>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorMessageAdapter
-
Subscribe to changes of the given
key. - subscribe(Key<B>, Function1<Replicator.SubscribeResponse<B>, A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter
-
Subscribe to changes of the given
key. - subscribe(EventBus, EventBus) - Method in interface org.apache.pekko.event.EventBus
- subscribe(LookupClassification, LookupClassification) - Method in interface org.apache.pekko.event.LookupClassification
- subscribe(ScanningClassification, ScanningClassification) - Method in interface org.apache.pekko.event.ScanningClassification
- subscribe(SubchannelClassification, SubchannelClassification) - Method in interface org.apache.pekko.event.SubchannelClassification
- subscribe(Subscriber<? super I>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
Subscribes a given
Subscriberto this probe publisher. - subscribe(S, C) - Method in interface org.apache.pekko.event.japi.EventBus
-
Attempts to register the subscriber to the specified Classifier
- subscribe(S, C) - Method in class org.apache.pekko.event.japi.LookupEventBus
- subscribe(S, C) - Method in class org.apache.pekko.event.japi.ScanningEventBus
- subscribe(S, C) - Method in class org.apache.pekko.event.japi.SubchannelEventBus
- Subscribe<A extends ClusterEvent.ClusterDomainEvent> - Class in org.apache.pekko.cluster.typed
-
Subscribe to cluster state changes.
- Subscribe(Class<E>, ActorRef<E>) - Constructor for class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
-
Java API.
- Subscribe(String, String, ActorRef) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
-
Java API: constructor with group: String
- Subscribe(String, ActorRef) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
-
Convenience constructor with
groupNone - Subscribe(String, Option<String>, ActorRef) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- Subscribe(ActorRef, ClusterEvent.SubscriptionInitialStateMode, Set<Class<?>>) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- Subscribe(ActorRef<A>, Class<A>) - Constructor for class org.apache.pekko.cluster.typed.Subscribe
- Subscribe(ActorRef<E>, ClassTag<E>) - Constructor for class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- Subscribe(Key<A>, ActorRef) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- Subscribe(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- Subscribe(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- Subscribe(Subscription) - Constructor for class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- Subscribe$ - Class in org.apache.pekko.cluster.typed
- Subscribe$() - Constructor for class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe$
- Subscribe$() - Constructor for class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe$
- Subscribe$() - Constructor for class org.apache.pekko.actor.typed.pubsub.Topic.Subscribe$
- Subscribe$() - Constructor for class org.apache.pekko.actor.typed.receptionist.Receptionist.Subscribe$
- Subscribe$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Subscribe$
- Subscribe$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe$
- Subscribe$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe$
- Subscribe$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.Subscribe$
- Subscribe$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe$
- Subscribe$() - Constructor for class org.apache.pekko.cluster.typed.Subscribe$
- Subscribe$() - Constructor for class org.apache.pekko.stream.testkit.TestPublisher.Subscribe$
- SubscribeAck(DistributedPubSubMediator.Subscribe) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- SubscribeAck$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck$
- subscribeAddressTerminated() - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- SubscribeClusterClients - Class in org.apache.pekko.cluster.client
- SubscribeClusterClients() - Constructor for class org.apache.pekko.cluster.client.SubscribeClusterClients
- SubscribeClusterClients$ - Class in org.apache.pekko.cluster.client
-
Subscribe to a cluster receptionist's client interactions where it is guaranteed that a sender receives the initial state of contact points prior to any events in relation to them changing.
- SubscribeClusterClients$() - Constructor for class org.apache.pekko.cluster.client.SubscribeClusterClients$
- SubscribeContactPoints - Class in org.apache.pekko.cluster.client
- SubscribeContactPoints() - Constructor for class org.apache.pekko.cluster.client.SubscribeContactPoints
- SubscribeContactPoints$ - Class in org.apache.pekko.cluster.client
-
Subscribe to a cluster client's contact point changes where it is guaranteed that a sender receives the initial state of contact points prior to any events in relation to them changing.
- SubscribeContactPoints$() - Constructor for class org.apache.pekko.cluster.client.SubscribeContactPoints$
- Subscribed(DistributedPubSubMediator.SubscribeAck, ActorRef) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- Subscribed$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed$
- SubscribeManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- subscriber() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- subscriber() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- subscriber() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- subscriber() - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- subscriber() - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- subscriber() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- subscriber() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- subscriber() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- subscriber() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- subscriber() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- subscriber() - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- subscriber() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- subscriber() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- subscriber() - Method in class org.apache.pekko.cluster.typed.Subscribe
- subscriber() - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- subscriber() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- subscriber() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- subscriber() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- subscribers() - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- subscribers() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- subscribers() - Method in class org.apache.pekko.cluster.ddata.Replicator
- subscribers() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- subscribers() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- subscribers() - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- subscribers() - Method in interface org.apache.pekko.event.LookupClassification
- subscribers() - Method in interface org.apache.pekko.event.ScanningClassification
- subscribers_$eq(Set<ActorRef>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Group
- subscribers_$eq(Set<ActorRef>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- subscribers_$eq(Set<ActorRef>) - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- subscribers_$eq(Vector<ActorRef>) - Method in class org.apache.pekko.cluster.client.ClusterClient
-
Deprecated.
- subscribers_$eq(Vector<ActorRef>) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- SubscribeTransitionCallBack(ActorRef) - Constructor for class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- SubscribeTransitionCallBack(ActorRef) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- SubscribeTransitionCallBack$() - Constructor for class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack$
- SubscribeTransitionCallBack$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack$
-
Deprecated.
- subscription() - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- subscription() - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- subscription() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- subscription() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- SubscriptionDone$() - Constructor for class org.apache.pekko.stream.testkit.TestPublisher.SubscriptionDone$
- SubscriptionInitialStateMode() - Constructor for class org.apache.pekko.cluster.ClusterEvent.SubscriptionInitialStateMode
- subscriptionKeys() - Method in class org.apache.pekko.cluster.ddata.Replicator
- subscriptionKeys_$eq(Map<String, Key<ReplicatedData>>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- subscriptions() - Method in class org.apache.pekko.cluster.typed.Cluster
- subscriptionTimeout() - Method in interface org.apache.pekko.stream.StreamRefSettings
-
Deprecated.Use attribute 'StreamRefAttributes.SubscriptionTimeout' to read the concrete setting value. Since Akka 2.6.0.
- subscriptionTimeout(Duration) - Static method in class org.apache.pekko.stream.StreamRefAttributes
-
Java API: Specifies the subscription timeout within which the remote side MUST subscribe to the handed out stream reference.
- subscriptionTimeout(Duration) - Method in class org.apache.pekko.stream.StreamRefAttributes$
-
Java API: Specifies the subscription timeout within which the remote side MUST subscribe to the handed out stream reference.
- subscriptionTimeout(FiniteDuration) - Static method in class org.apache.pekko.stream.StreamRefAttributes
-
Scala API: Specifies the subscription timeout within which the remote side MUST subscribe to the handed out stream reference.
- subscriptionTimeout(FiniteDuration) - Method in class org.apache.pekko.stream.StreamRefAttributes$
-
Scala API: Specifies the subscription timeout within which the remote side MUST subscribe to the handed out stream reference.
- SubscriptionTimeout(FiniteDuration) - Constructor for class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- SubscriptionTimeout$() - Constructor for class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout$
- subscriptionTimeoutSettings() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
- SubscriptionWithCancelException - Interface in org.apache.pekko.stream
-
Extension of Subscription that allows to pass a cause when a subscription is cancelled.
- SubscriptionWithCancelException.NoMoreElementsNeeded$ - Exception in org.apache.pekko.stream
- SubscriptionWithCancelException.NonFailureCancellation - Exception in org.apache.pekko.stream
-
Not for user extension
- SubscriptionWithCancelException.StageWasCompleted$ - Exception in org.apache.pekko.stream
- SubscriptionWithCancelException$ - Class in org.apache.pekko.stream
- SubscriptionWithCancelException$() - Constructor for class org.apache.pekko.stream.SubscriptionWithCancelException$
- SubSinkInlet(String) - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- SubSource<Out,Mat> - Class in org.apache.pekko.stream.javadsl
-
A “stream of streams” sub-flow of data elements, e.g.
- SubSource(SubFlow<Out, Mat, Source<Object, Mat>, RunnableGraph<Mat>>) - Constructor for class org.apache.pekko.stream.javadsl.SubSource
- SubSource$ - Class in org.apache.pekko.stream.javadsl
-
* Upcast a stream of elements to a stream of supertypes of that element.
- SubSource$() - Constructor for class org.apache.pekko.stream.javadsl.SubSource$
- SubSourceOutlet(String) - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet
- SubstreamCancelStrategies - Class in org.apache.pekko.stream
- SubstreamCancelStrategies() - Constructor for class org.apache.pekko.stream.SubstreamCancelStrategies
- SubstreamCancelStrategies.Drain$ - Class in org.apache.pekko.stream
-
INTERNAL API
- SubstreamCancelStrategies.Propagate$ - Class in org.apache.pekko.stream
-
INTERNAL API
- SubstreamCancelStrategies$ - Class in org.apache.pekko.stream
- SubstreamCancelStrategies$() - Constructor for class org.apache.pekko.stream.SubstreamCancelStrategies$
- SubstreamCancelStrategy - Class in org.apache.pekko.stream
-
Deprecated.Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
- SubstreamCancelStrategy() - Constructor for class org.apache.pekko.stream.SubstreamCancelStrategy
-
Deprecated.
- SubstreamCancelStrategy$ - Class in org.apache.pekko.stream
-
Deprecated.Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
- SubstreamCancelStrategy$() - Constructor for class org.apache.pekko.stream.SubstreamCancelStrategy$
-
Deprecated.
- succeed() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- succeed() - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Mark a successful call through CircuitBreaker.
- succeed() - Method in class org.apache.pekko.persistence.PluginSpec
- Succeeded - org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Succeeded = 3; - Succeeded_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Succeeded = 3; - success(T) - Static method in class org.apache.pekko.pattern.StatusReply
-
Java API: Create a successful reply containing
value - success(T) - Method in class org.apache.pekko.pattern.StatusReply$
-
Java API: Create a successful reply containing
value - Success(Object) - Constructor for class org.apache.pekko.actor.Status.Success
- Success() - Static method in class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheck
- Success() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheck$
- SUCCESS() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- SUCCESS() - Method in class org.apache.pekko.io.dns.internal.ResponseCode$
- Success$() - Constructor for class org.apache.pekko.actor.Status.Success$
- Success$() - Constructor for class org.apache.pekko.pattern.StatusReply.Success$
- successful(T) - Static method in class org.apache.pekko.dispatch.Futures
-
Creates an already completed Promise with the specified result
- successful(T) - Method in class org.apache.pekko.dispatch.Futures$
-
Creates an already completed Promise with the specified result
- successMsg() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- successUnit() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal$
- suiteId() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- suiteId() - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- suiteName() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- suiteName() - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- super$afterAll() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LogCapturing
- super$afterAll() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKitBase
-
Shuts down the ActorTestKit.
- super$applyState(PersistentFSM.State<S, D, E>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSM
-
Deprecated.Persist FSM State and FSM State Data
- super$aroundPostRestart(Throwable) - Method in interface org.apache.pekko.persistence.Eventsourced
-
INTERNAL API.
- super$aroundPostStop() - Method in interface org.apache.pekko.actor.Timers
- super$aroundPostStop() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- super$aroundPostStop() - Method in interface org.apache.pekko.persistence.Eventsourced
-
INTERNAL API.
- super$aroundPreRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.actor.Timers
-
Start and cancel timers via the enclosed
TimerScheduler. - super$aroundPreRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- super$aroundPreRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.persistence.Eventsourced
-
INTERNAL API.
- super$aroundPreStart() - Method in interface org.apache.pekko.persistence.Eventsourced
- super$aroundPreStart() - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- super$aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.actor.DiagnosticActorLogging
- super$aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.actor.Timers
- super$aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
INTERNAL API
- super$aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.persistence.Eventsourced
-
Processes a loaded snapshot, if any.
- super$aroundReceive(PartialFunction<Object, BoxedUnit>, Object) - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- super$isManagementMessage(Object) - Method in interface org.apache.pekko.cluster.routing.ClusterRouterConfigBase
- super$onReplaySuccess() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
- super$postStop() - Method in interface org.apache.pekko.actor.FSM
-
Call
onTerminationhook; if you want to retain this behavior when overriding make sure to callsuper.postStop(). - super$postStop() - Method in interface org.apache.pekko.actor.UnrestrictedStash
-
Overridden callback.
- super$postStop() - Method in interface org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TopicLike
- super$postStop() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.Call
onTerminationhook; if you want to retain this behavior when overriding make sure to callsuper.postStop(). - super$postStop() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- super$preRestart(Throwable, Option<Object>) - Method in interface org.apache.pekko.actor.UnrestrictedStash
-
Overridden callback.
- super$preStart() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbIdMapping
-
Get the mapped numeric id for the specified persistent actor
id. - super$preStart() - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- super$processEvent(FSM.Event<D>, Object) - Method in interface org.apache.pekko.actor.LoggingFSM
- super$processEvent(PersistentFSM.Event<D>, Object) - Method in interface org.apache.pekko.persistence.fsm.LoggingPersistentFSM
-
Deprecated.
- super$stash() - Method in interface org.apache.pekko.persistence.Eventsourced
-
Returns
trueif this persistent actor has successfully finished recovery. - super$toString() - Method in interface org.apache.pekko.event.Logging.LogEventWithMarker
- super$toString() - Method in interface org.apache.pekko.stream.snapshot.HideImpl
- super$unhandled(Object) - Method in interface org.apache.pekko.persistence.Eventsourced
- supervise(Behavior<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Wrap the given behavior such that it is restarted (i.e.
- supervise(Behavior<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Wrap the given behavior such that it is restarted (i.e.
- supervise(Behavior<T>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Wrap the given behavior with the given
SupervisorStrategyfor the given exception. - supervise(Behavior<T>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Wrap the given behavior with the given
SupervisorStrategyfor the given exception. - SUPERVISE - org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
SUPERVISE = 5; - SUPERVISE_VALUE - Static variable in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
SUPERVISE = 5; - Supervise$ - Class in org.apache.pekko.dispatch.sysmsg
- Supervise$() - Constructor for class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise$
- Supervise$() - Constructor for class org.apache.pekko.dispatch.sysmsg.Supervise$
- SuperviseBehavior<T> - Class in org.apache.pekko.actor.typed
-
INTERNAL API A behavior type that could be supervised, Not for user extension.
- SuperviseBehavior() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorTags
- SuperviseBehavior() - Method in class org.apache.pekko.actor.typed.internal.BehaviorTags$
- SUPERVISEDATA_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- Supervision - Class in org.apache.pekko.stream
- Supervision() - Constructor for class org.apache.pekko.stream.Supervision
- Supervision.Directive - Interface in org.apache.pekko.stream
- Supervision.Restart$ - Class in org.apache.pekko.stream
-
Scala API: The element is dropped and the stream continues after restarting the operator if application code for processing an element throws an exception.
- Supervision.Resume$ - Class in org.apache.pekko.stream
-
Scala API: The element is dropped and the stream continues if application code for processing an element throws an exception.
- Supervision.Stop$ - Class in org.apache.pekko.stream
-
Scala API: The stream will be completed with failure if application code for processing an element throws an exception.
- Supervision$ - Class in org.apache.pekko.stream
- Supervision$() - Constructor for class org.apache.pekko.stream.Supervision$
- supervisionDecider() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.SupervisionStrategy' to read the concrete setting value. Since Akka 2.6.0.
- supervisionStrategy(Function1<Throwable, Supervision.Directive>) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Scala API: Decides how exceptions from user are to be handled.
- supervisionStrategy(Function1<Throwable, Supervision.Directive>) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Scala API: Decides how exceptions from user are to be handled.
- SupervisionStrategy(Function1<Throwable, Supervision.Directive>) - Constructor for class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- SupervisionStrategy$() - Constructor for class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy$
- supervisor() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
-
Supervisor actor.
- Supervisor - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- Supervisor() - Constructor for class org.apache.pekko.actor.typed.internal.Supervisor
- SUPERVISOR_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- Supervisor$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- Supervisor$() - Constructor for class org.apache.pekko.actor.typed.internal.Supervisor$
- SupervisorName() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- supervisorStrategy() - Method in class org.apache.pekko.actor.AbstractActor
-
User overridable definition the strategy to use for supervising child actors.
- supervisorStrategy() - Method in interface org.apache.pekko.actor.Actor
-
User overridable definition the strategy to use for supervising child actors.
- supervisorStrategy() - Method in interface org.apache.pekko.actor.TypedActor.Supervisor
-
Deprecated.User overridable definition the strategy to use for supervising child actors.
- supervisorStrategy() - Method in class org.apache.pekko.cluster.ddata.Replicator
- supervisorStrategy() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- supervisorStrategy() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- supervisorStrategy() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- supervisorStrategy() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- supervisorStrategy() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- supervisorStrategy() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- supervisorStrategy() - Method in class org.apache.pekko.routing.BalancingPool
- supervisorStrategy() - Method in class org.apache.pekko.routing.BroadcastPool
- supervisorStrategy() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- supervisorStrategy() - Method in class org.apache.pekko.routing.FromConfig
- supervisorStrategy() - Method in interface org.apache.pekko.routing.Pool
-
SupervisorStrategy for the head actor, i.e.
- supervisorStrategy() - Method in class org.apache.pekko.routing.RandomPool
- supervisorStrategy() - Method in class org.apache.pekko.routing.RoundRobinPool
- supervisorStrategy() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- supervisorStrategy() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- supervisorStrategy() - Method in class org.apache.pekko.routing.TailChoppingPool
- supervisorStrategy() - Method in class org.apache.pekko.testkit.TestActor
- SupervisorStrategy - Class in org.apache.pekko.actor
-
A Pekko SupervisorStrategy is the policy to apply for crashing children.
- SupervisorStrategy - Class in org.apache.pekko.actor.typed
-
Not for user extension
- SupervisorStrategy() - Constructor for class org.apache.pekko.actor.SupervisorStrategy
- SupervisorStrategy() - Constructor for class org.apache.pekko.actor.typed.SupervisorStrategy
- SupervisorStrategy.Backoff$ - Class in org.apache.pekko.actor.typed
- SupervisorStrategy.Directive - Interface in org.apache.pekko.actor
- SupervisorStrategy.Escalate$ - Class in org.apache.pekko.actor
-
Escalates the failure to the supervisor of the supervisor, by rethrowing the cause of the failure, i.e.
- SupervisorStrategy.Restart$ - Class in org.apache.pekko.actor
-
Discards the old Actor instance and replaces it with a new, then resumes message processing.
- SupervisorStrategy.Restart$ - Class in org.apache.pekko.actor.typed
- SupervisorStrategy.RestartOrBackoff - Interface in org.apache.pekko.actor.typed
-
INTERNAL API
- SupervisorStrategy.Resume$ - Class in org.apache.pekko.actor
-
Resumes message processing for the failed Actor
- SupervisorStrategy.Resume$ - Class in org.apache.pekko.actor.typed
- SupervisorStrategy.Stop$ - Class in org.apache.pekko.actor
-
Stops the Actor
- SupervisorStrategy.Stop$ - Class in org.apache.pekko.actor.typed
- SupervisorStrategy$ - Class in org.apache.pekko.actor
- SupervisorStrategy$ - Class in org.apache.pekko.actor.typed
- SupervisorStrategy$() - Constructor for class org.apache.pekko.actor.SupervisorStrategy$
- SupervisorStrategy$() - Constructor for class org.apache.pekko.actor.typed.SupervisorStrategy$
- SupervisorStrategyClass() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- SupervisorStrategyConfiguration() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- SupervisorStrategyConfigurator - Interface in org.apache.pekko.actor
-
Implement this interface in order to configure the supervisorStrategy for the top-level guardian actor (
/user). - SupervisorStrategyLowPriorityImplicits - Interface in org.apache.pekko.actor
- SupervisorStrategyProvider() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- supportedForwardVersion() - Method in class org.apache.pekko.serialization.jackson.JacksonMigration
-
Define the supported forward version this migration can read (must be greater or equal than
currentVersion). - supportResend() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- SUPPORTRESEND_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- supportsAkkaConfig(Config) - Static method in class org.apache.pekko.cluster.ConfigUtil
- supportsAkkaConfig(Config) - Method in class org.apache.pekko.cluster.ConfigUtil$
- supportsAtomicPersistAllOfSeveralEvents() - Method in class org.apache.pekko.persistence.journal.JournalSpec
-
Implementation may override and return false if it does not support atomic writes of several events, as emitted by
persistAll. - supportsMetadata() - Method in class org.apache.pekko.persistence.journal.JournalSpec
- supportsMetadata() - Method in interface org.apache.pekko.persistence.JournalCapabilityFlags
-
When
trueenables tests which check if the Journal stores and returns metadata for an event - supportsMetadata() - Method in class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec
- supportsMetadata() - Method in interface org.apache.pekko.persistence.SnapshotStoreCapabilityFlags
-
When
trueenables tests which check if the snapshot store properly stores and loads metadata (needed for replication) along with the snapshots - supportsRejectingNonSerializableObjects() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalPerfSpec
- supportsRejectingNonSerializableObjects() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- supportsRejectingNonSerializableObjects() - Method in interface org.apache.pekko.persistence.JournalCapabilityFlags
-
When
trueenables tests which check if the Journal properly rejects writes of objects which are notjava.lang.Serializable. - supportsSerialization() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalPerfSpec
- supportsSerialization() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- supportsSerialization() - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- supportsSerialization() - Method in class org.apache.pekko.persistence.journal.JournalSpec
- supportsSerialization() - Method in interface org.apache.pekko.persistence.JournalCapabilityFlags
-
When
trueenables tests which check if the Journal properly serialize and deserialize events. - supportsSerialization() - Method in class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec
- supportsSerialization() - Method in interface org.apache.pekko.persistence.SnapshotStoreCapabilityFlags
-
When
trueenables tests which check if the snapshot store properly serialize and deserialize snapshots. - SuppressedDeadLetter - Class in org.apache.pekko.actor
-
Similar to
DeadLetterwith the slight twist of NOT being logged by the default dead letters listener. - SuppressedDeadLetter(DeadLetterSuppression, ActorRef, ActorRef) - Constructor for class org.apache.pekko.actor.SuppressedDeadLetter
- SuppressedDeadLetter$ - Class in org.apache.pekko.actor
- SuppressedDeadLetter$() - Constructor for class org.apache.pekko.actor.SuppressedDeadLetter$
- suspend() - Method in interface org.apache.pekko.actor.Cell
-
Recursively suspend this actor and all its children.
- suspend() - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- suspend() - Method in interface org.apache.pekko.actor.MinimalActorRef
- suspend() - Static method in class org.apache.pekko.actor.Nobody
- suspend(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
After the call to this method, the dispatcher mustn't begin any new message processing for the specified reference
- suspend(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- SUSPEND - org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
SUSPEND = 2; - SUSPEND_VALUE - Static variable in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
SUSPEND = 2; - Suspend$ - Class in org.apache.pekko.dispatch.sysmsg
- Suspend$() - Constructor for class org.apache.pekko.dispatch.sysmsg.Suspend$
- suspendChildren(Set<ActorRef>) - Method in interface org.apache.pekko.actor.dungeon.Children
- suspendChildren$default$1() - Method in interface org.apache.pekko.actor.dungeon.Children
- Suspended() - Method in class org.apache.pekko.util.SerializedSuspendableExecutionContext$
- SuspendedState() - Method in class org.apache.pekko.actor.ActorCell$
- SuspendedWaitForChildrenState() - Method in class org.apache.pekko.actor.ActorCell$
- suspendMask() - Method in class org.apache.pekko.dispatch.Mailbox$
- suspendNonRecursive() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- suspendReading() - Static method in class org.apache.pekko.io.TcpMessage
-
Sending this command to the connection actor will disable reading from the TCP socket.
- suspendReading() - Method in class org.apache.pekko.io.TcpMessage$
-
Sending this command to the connection actor will disable reading from the TCP socket.
- suspendReading() - Static method in class org.apache.pekko.io.UdpConnectedMessage
-
Send this message to a listener actor (which sent a
Udp.Boundmessage) to have it stop reading datagrams from the network. - suspendReading() - Method in class org.apache.pekko.io.UdpConnectedMessage$
-
Send this message to a listener actor (which sent a
Udp.Boundmessage) to have it stop reading datagrams from the network. - suspendReading() - Static method in class org.apache.pekko.io.UdpMessage
-
Send this message to a listener actor (which sent a
Udp.Boundmessage) to have it stop reading datagrams from the network. - suspendReading() - Method in class org.apache.pekko.io.UdpMessage$
-
Send this message to a listener actor (which sent a
Udp.Boundmessage) to have it stop reading datagrams from the network. - SuspendReading$() - Constructor for class org.apache.pekko.io.Tcp.SuspendReading$
- SuspendReading$() - Constructor for class org.apache.pekko.io.Udp.SuspendReading$
- SuspendReading$() - Constructor for class org.apache.pekko.io.UdpConnected.SuspendReading$
- suspendSwitch() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- suspendUnit() - Method in class org.apache.pekko.dispatch.Mailbox$
- swap(Cancellable) - Method in class org.apache.pekko.actor.Scheduler.AtomicCancellable
- swapChildrenRefs(ChildrenContainer, ChildrenContainer) - Method in interface org.apache.pekko.actor.dungeon.Children
-
low level CAS helpers
- swapMailbox(org.apache.pekko.dispatch.Mailbox) - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- Switch - Class in org.apache.pekko.util
-
An atomic switch that can be either on or off
- Switch(boolean) - Constructor for class org.apache.pekko.util.Switch
- Switch$ - Class in org.apache.pekko.util
- Switch$() - Constructor for class org.apache.pekko.util.Switch$
- SwitchableLoggedBehavior(Function1<A, Future<B>>, Function1<A, BoxedUnit>) - Constructor for class org.apache.pekko.remote.transport.TestTransport.SwitchableLoggedBehavior
-
Deprecated.
- switchOff() - Method in class org.apache.pekko.util.Switch
-
Switches the switch off (if on), uses locking
- switchOff(Function0<BoxedUnit>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided action if the lock is on under a lock, so be _very_ careful with longrunning/blocking operations in it Only executes the action if the switch is on, and switches it off immediately after obtaining the lock Will switch it back on if the provided action throws an exception
- switchOn() - Method in class org.apache.pekko.cluster.ddata.Flag
- switchOn() - Method in class org.apache.pekko.util.Switch
-
Switches the switch on (if off), uses locking
- switchOn(Function0<BoxedUnit>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided action if the lock is off under a lock, so be _very_ careful with longrunning/blocking operations in it Only executes the action if the switch is off, and switches it on immediately after obtaining the lock Will switch it back off if the provided action throws an exception
- symmetricHash(IterableOnce<T>, int) - Static method in class org.apache.pekko.routing.MurmurHash
-
Compute a hash that is symmetric in its arguments--that is, where the order of appearance of elements does not matter.
- symmetricHash(IterableOnce<T>, int) - Method in class org.apache.pekko.routing.MurmurHash$
-
Compute a hash that is symmetric in its arguments--that is, where the order of appearance of elements does not matter.
- synchronousQueue(boolean) - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- synchronousQueue(boolean) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- syncProcessingLimit() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.SyncProcessingLimit' to read the concrete setting value. Since Akka 2.6.0.
- syncProcessingLimit(int) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Limit for number of messages that can be processed synchronously in stream to substream communication
- syncProcessingLimit(int) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Limit for number of messages that can be processed synchronously in stream to substream communication
- SyncProcessingLimit(int) - Constructor for class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- SyncProcessingLimit$() - Constructor for class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit$
- SysMsgAckTimeout() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- SysMsgBufferSize() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- SysResendLimit() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- SysResendTimeout() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- system() - Method in interface org.apache.pekko.actor.ActorContext
-
The system that the actor belongs to.
- system() - Method in class org.apache.pekko.actor.Address
- system() - Method in interface org.apache.pekko.actor.Cell
-
The system within which this Cell lives.
- system() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
The actor system running for this testkit.
- system() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- system() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - system() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
-
INTERNAL API
- system() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - system() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ServiceKeySerializer
- system() - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
The
ActorSystemto which this Actor belongs. - system() - Method in class org.apache.pekko.actor.TypedActorExtension
- system() - Method in class org.apache.pekko.cluster.Cluster
- system() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- system() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- system() - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- system() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- system() - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- system() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- system() - Method in interface org.apache.pekko.event.ManagedActorClassification
- system() - Method in class org.apache.pekko.io.DnsExt
- system() - Method in class org.apache.pekko.persistence.journal.JournalSpec
- system() - Method in class org.apache.pekko.persistence.Persistence
- system() - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
- system() - Method in class org.apache.pekko.persistence.serialization.SnapshotSerializer
- system() - Method in class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec
- system() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- system() - Method in class org.apache.pekko.remote.AddressUidExtension
- system() - Method in class org.apache.pekko.remote.BoundAddressesExtension
- system() - Method in class org.apache.pekko.remote.serialization.ByteStringSerializer
-
Deprecated.
- system() - Method in class org.apache.pekko.remote.serialization.IntSerializer
-
Deprecated.
- system() - Method in class org.apache.pekko.remote.serialization.LongSerializer
-
Deprecated.
- system() - Method in class org.apache.pekko.remote.serialization.MessageContainerSerializer
- system() - Method in class org.apache.pekko.remote.serialization.MiscMessageSerializer
- system() - Method in class org.apache.pekko.remote.serialization.ProtobufSerializer
- system() - Method in class org.apache.pekko.remote.serialization.StringSerializer
-
Deprecated.
- system() - Method in class org.apache.pekko.remote.serialization.SystemMessageSerializer
- system() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt
- system() - Method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- system() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- system() - Method in interface org.apache.pekko.serialization.BaseSerializer
-
Actor system which is required by most serializer implementations.
- system() - Method in class org.apache.pekko.serialization.ByteArraySerializer
- system() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- system() - Method in class org.apache.pekko.serialization.JavaSerializer
- system() - Method in class org.apache.pekko.serialization.Serialization.Information
- system() - Method in class org.apache.pekko.serialization.Serialization
- system() - Method in class org.apache.pekko.stream.ActorMaterializer
-
Deprecated.INTERNAL API
- system() - Method in class org.apache.pekko.stream.Materializer
-
The classic actor system this materializer is backed by (and in which the streams materialized with the materializer will run)
- system() - Method in class org.apache.pekko.testkit.CallingThreadMailbox
- system() - Method in class org.apache.pekko.testkit.TestJavaSerializer
- system() - Method in class org.apache.pekko.testkit.TestKit
- system() - Method in interface org.apache.pekko.testkit.TestKitBase
- system() - Method in class org.apache.pekko.util.ManifestInfo
- system_$eq(Option<ActorSystem<?>>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- SYSTEM_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- SYSTEM_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- SYSTEM_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- SYSTEM_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- SYSTEM_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.Address
- SYSTEM_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- SYSTEM_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.AddressData
- systemActorOf(Props, String) - Method in class org.apache.pekko.actor.ExtendedActorSystem
-
Create an actor in the "/system" namespace.
- systemActorOf(Behavior<U>, String, Props) - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Create an actor in the "/system" namespace.
- systemActorOf$default$3() - Method in class org.apache.pekko.actor.typed.ActorSystem
- systemDispatch(org.apache.pekko.actor.ActorCell, SystemMessage) - Method in class org.apache.pekko.dispatch.Dispatcher
-
INTERNAL API
- systemDispatch(org.apache.pekko.actor.ActorCell, SystemMessage) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
Will be called when the dispatcher is to queue an invocation for execution
- systemDispatch(org.apache.pekko.actor.ActorCell, SystemMessage) - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- systemDrain(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList) - Method in interface org.apache.pekko.dispatch.DefaultSystemMessageQueue
- systemDrain(org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList) - Method in interface org.apache.pekko.dispatch.SystemMessageQueue
-
Dequeue all messages from system queue and return them as single-linked list.
- systemEnqueue(ActorRef, SystemMessage) - Method in interface org.apache.pekko.dispatch.DefaultSystemMessageQueue
- systemEnqueue(ActorRef, SystemMessage) - Method in interface org.apache.pekko.dispatch.SystemMessageQueue
-
Enqueue a new system message, e.g.
- systemGuardian() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Reference to the supervisor used for all top-level system actors.
- systemGuardian() - Method in class org.apache.pekko.actor.ExtendedActorSystem
-
The top-level supervisor of all system-internal services like logging.
- SystemGuardian - Class in org.apache.pekko.actor
-
INTERNAL API
- SystemGuardian() - Constructor for class org.apache.pekko.actor.SystemGuardian
- SystemGuardian.RegisterTerminationHook$ - Class in org.apache.pekko.actor
-
For the purpose of orderly shutdown it's possible to register interest in the termination of systemGuardian and receive a notification
TerminationHookbefore systemGuardian is stopped. - SystemGuardian.TerminationHook$ - Class in org.apache.pekko.actor
- SystemGuardian.TerminationHookDone$ - Class in org.apache.pekko.actor
- SystemGuardian$ - Class in org.apache.pekko.actor
-
INTERNAL API
- SystemGuardian$() - Constructor for class org.apache.pekko.actor.SystemGuardian$
- systemImpl() - Method in interface org.apache.pekko.actor.ActorRefFactory
-
INTERNAL API
- systemImpl() - Method in interface org.apache.pekko.actor.Cell
-
The system internals where this Cell lives.
- systemLoadAverage() - Method in class org.apache.pekko.cluster.metrics.JmxMetricsCollector
-
(JMX) Returns the OS-specific average load on the CPUs in the system, for the past 1 minute.
- systemLoadAverage() - Method in class org.apache.pekko.cluster.metrics.SigarMetricsCollector
-
(SIGAR) Returns the OS-specific average load on the CPUs in the system, for the past 1 minute.
- systemLoadAverage() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- SystemLoadAverage() - Static method in class org.apache.pekko.cluster.metrics.StandardMetrics
- SystemLoadAverage() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics$
- SystemLoadAverageMetricsSelector - Class in org.apache.pekko.cluster.metrics
-
MetricsSelector that uses the system load average metrics.
- SystemLoadAverageMetricsSelector() - Constructor for class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- SystemLoadAverageMetricsSelector$ - Class in org.apache.pekko.cluster.metrics
-
MetricsSelector that uses the system load average metrics.
- SystemLoadAverageMetricsSelector$() - Constructor for class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
- SystemMaterializer - Class in org.apache.pekko.stream
- SystemMaterializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.stream.SystemMaterializer
- SystemMaterializer$ - Class in org.apache.pekko.stream
-
The system materializer is a default materializer to use for most cases running streams, it is a single instance per actor system that is tied to the lifecycle of that system.
- SystemMaterializer$() - Constructor for class org.apache.pekko.stream.SystemMaterializer$
- SystemMessage - Interface in org.apache.pekko.actor.typed.internal
-
System messages are handled specially: they form their own queue within each actor’s mailbox.
- SystemMessage - Interface in org.apache.pekko.dispatch.sysmsg
-
System messages are handled specially: they form their own queue within each actor’s mailbox.
- SystemMessageAcker$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- SystemMessageAcker$() - Constructor for class org.apache.pekko.remote.artery.SystemMessageAcker$
- SystemMessageDelivery$ - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- SystemMessageDelivery$() - Constructor for class org.apache.pekko.remote.artery.SystemMessageDelivery$
- SystemMessageFormats - Class in org.apache.pekko.remote
- SystemMessageFormats.DeathWatchNotificationData - Class in org.apache.pekko.remote
-
Protobuf type
DeathWatchNotificationData - SystemMessageFormats.DeathWatchNotificationData.Builder - Class in org.apache.pekko.remote
-
Protobuf type
DeathWatchNotificationData - SystemMessageFormats.DeathWatchNotificationDataOrBuilder - Interface in org.apache.pekko.remote
- SystemMessageFormats.FailedData - Class in org.apache.pekko.remote
-
Protobuf type
FailedData - SystemMessageFormats.FailedData.Builder - Class in org.apache.pekko.remote
-
Protobuf type
FailedData - SystemMessageFormats.FailedDataOrBuilder - Interface in org.apache.pekko.remote
- SystemMessageFormats.SuperviseData - Class in org.apache.pekko.remote
-
Protobuf type
SuperviseData - SystemMessageFormats.SuperviseData.Builder - Class in org.apache.pekko.remote
-
Protobuf type
SuperviseData - SystemMessageFormats.SuperviseDataOrBuilder - Interface in org.apache.pekko.remote
- SystemMessageFormats.SystemMessage - Class in org.apache.pekko.remote
-
Protobuf type
SystemMessage - SystemMessageFormats.SystemMessage.Builder - Class in org.apache.pekko.remote
-
Protobuf type
SystemMessage - SystemMessageFormats.SystemMessage.Type - Enum in org.apache.pekko.remote
-
Protobuf enum
SystemMessage.Type - SystemMessageFormats.SystemMessageOrBuilder - Interface in org.apache.pekko.remote
- SystemMessageFormats.WatchData - Class in org.apache.pekko.remote
-
Protobuf type
WatchData - SystemMessageFormats.WatchData.Builder - Class in org.apache.pekko.remote
-
Protobuf type
WatchData - SystemMessageFormats.WatchDataOrBuilder - Interface in org.apache.pekko.remote
- SystemMessageList - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- SystemMessageList - Class in org.apache.pekko.dispatch.sysmsg
-
INTERNAL API
- SystemMessageList() - Constructor for class org.apache.pekko.actor.typed.internal.SystemMessageList
- SystemMessageList() - Constructor for class org.apache.pekko.dispatch.sysmsg.SystemMessageList
- SystemMessageList$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- SystemMessageList$ - Class in org.apache.pekko.dispatch.sysmsg
-
INTERNAL API
- SystemMessageList$() - Constructor for class org.apache.pekko.actor.typed.internal.SystemMessageList$
- SystemMessageList$() - Constructor for class org.apache.pekko.dispatch.sysmsg.SystemMessageList$
- SystemMessageQueue - Interface in org.apache.pekko.dispatch
-
INTERNAL API
- SystemMessageSerializer - Class in org.apache.pekko.remote.serialization
- SystemMessageSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.serialization.SystemMessageSerializer
- systemName() - Method in class org.apache.pekko.cluster.ClusterSettings
- SYSTEMUID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
T
- t() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- t() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple10
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple3
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple4
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple5
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple6
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple7
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple8
- t1() - Method in class org.apache.pekko.japi.tuple.Tuple9
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple10
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t10() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t11() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t12() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t13() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t13() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t13() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t13() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t13() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t13() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t13() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t13() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t13() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t13() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t14() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t14() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t14() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t14() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t14() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t14() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t14() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t14() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t14() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t15() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t15() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t15() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t15() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t15() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t15() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t15() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t15() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t16() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t16() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t16() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t16() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t16() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t16() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t16() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t17() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t17() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t17() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t17() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t17() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t17() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t18() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t18() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t18() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t18() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t18() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t19() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t19() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t19() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t19() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple10
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple3
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple4
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple5
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple6
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple7
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple8
- t2() - Method in class org.apache.pekko.japi.tuple.Tuple9
- t20() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t20() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t20() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t21() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t21() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t22() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple10
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple3
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple4
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple5
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple6
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple7
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple8
- t3() - Method in class org.apache.pekko.japi.tuple.Tuple9
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple10
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple4
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple5
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple6
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple7
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple8
- t4() - Method in class org.apache.pekko.japi.tuple.Tuple9
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple10
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple5
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple6
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple7
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple8
- t5() - Method in class org.apache.pekko.japi.tuple.Tuple9
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple10
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple6
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple7
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple8
- t6() - Method in class org.apache.pekko.japi.tuple.Tuple9
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple10
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple7
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple8
- t7() - Method in class org.apache.pekko.japi.tuple.Tuple9
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple10
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple8
- t8() - Method in class org.apache.pekko.japi.tuple.Tuple9
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple10
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple11
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple12
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple13
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple14
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple15
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple16
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple17
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple18
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple19
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple20
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple21
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple22
- t9() - Method in class org.apache.pekko.japi.tuple.Tuple9
- table() - Method in interface org.apache.pekko.remote.artery.compress.CompressionProtocol.CompressionAdvertisement
- table() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- table() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- TABLEVERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- tag() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- tag() - Method in class org.apache.pekko.persistence.typed.state.javadsl.DurableStateBehavior
-
The tag that can be used in persistence query.
- tagAsPersistenceId(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- Tagged - Class in org.apache.pekko.persistence.journal
-
The journal may support tagging of events that are used by the
EventsByTagquery and it may support specifying the tags via anpekko.persistence.journal.EventAdapterthat wraps the events in aTaggedwith the giventags. - Tagged(Object, Set<String>) - Constructor for class org.apache.pekko.persistence.journal.Tagged
-
Java API
- Tagged(Object, Set<String>) - Constructor for class org.apache.pekko.persistence.journal.Tagged
- Tagged$ - Class in org.apache.pekko.persistence.journal
- Tagged$() - Constructor for class org.apache.pekko.persistence.journal.Tagged$
- tagNumericId(String) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- tags() - Method in class org.apache.pekko.actor.Deploy
- tags() - Method in class org.apache.pekko.actor.typed.ActorTags
-
Scala API: one or more tags defined for the actor
- tags() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- tags() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- tags() - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- tags() - Method in class org.apache.pekko.persistence.journal.Tagged
- tags() - Method in interface org.apache.pekko.persistence.typed.PublishedEvent
- TAGS_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DeployData
- tagSequenceNr_$eq(Map<String, Object>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- tagsFor(Event) - Method in class org.apache.pekko.persistence.typed.javadsl.EventSourcedBehavior
-
The
taggerfunction should give event tags, which will be used in persistence query - tagsString() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- TagTypeMask() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- TagValueMask() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- TagWrite$() - Constructor for class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.TagWrite$
- tail() - Method in class org.apache.pekko.util.ByteString
- tail$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.EarliestFirstSystemMessageList$
- tail$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.actor.typed.internal.LatestFirstSystemMessageList$
- tail$extension(EarliestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.EarliestFirstSystemMessageList$
- tail$extension(LatestFirstSystemMessageList) - Method in class org.apache.pekko.dispatch.sysmsg.LatestFirstSystemMessageList$
- TailChoppingGroup - Class in org.apache.pekko.routing
-
A router group with retry logic, intended for cases where a return message is expected in response to a message sent to the routee.
- TailChoppingGroup(Config) - Constructor for class org.apache.pekko.routing.TailChoppingGroup
- TailChoppingGroup(Iterable<String>, Duration, Duration) - Constructor for class org.apache.pekko.routing.TailChoppingGroup
-
Java API
- TailChoppingGroup(Iterable<String>, FiniteDuration, FiniteDuration) - Constructor for class org.apache.pekko.routing.TailChoppingGroup
-
Java API
- TailChoppingGroup(Iterable<String>, FiniteDuration, FiniteDuration, String) - Constructor for class org.apache.pekko.routing.TailChoppingGroup
- TailChoppingGroup$ - Class in org.apache.pekko.routing
- TailChoppingGroup$() - Constructor for class org.apache.pekko.routing.TailChoppingGroup$
- TailChoppingPool - Class in org.apache.pekko.routing
-
A router pool with retry logic, intended for cases where a return message is expected in response to a message sent to the routee.
- TailChoppingPool(int, Duration, Duration) - Constructor for class org.apache.pekko.routing.TailChoppingPool
-
Java API
- TailChoppingPool(int, FiniteDuration, FiniteDuration) - Constructor for class org.apache.pekko.routing.TailChoppingPool
-
Java API
- TailChoppingPool(int, Option<Resizer>, FiniteDuration, FiniteDuration, SupervisorStrategy, String, boolean) - Constructor for class org.apache.pekko.routing.TailChoppingPool
- TailChoppingPool(Config) - Constructor for class org.apache.pekko.routing.TailChoppingPool
- TailChoppingPool$ - Class in org.apache.pekko.routing
- TailChoppingPool$() - Constructor for class org.apache.pekko.routing.TailChoppingPool$
- TailChoppingRoutees$ - Class in org.apache.pekko.routing
- TailChoppingRoutees$() - Constructor for class org.apache.pekko.routing.TailChoppingRoutees$
- TailChoppingRoutingLogic - Class in org.apache.pekko.routing
-
As each message is sent to the router, the routees are randomly ordered.
- TailChoppingRoutingLogic(Scheduler, FiniteDuration, FiniteDuration, ExecutionContext) - Constructor for class org.apache.pekko.routing.TailChoppingRoutingLogic
- TailChoppingRoutingLogic$ - Class in org.apache.pekko.routing
- TailChoppingRoutingLogic$() - Constructor for class org.apache.pekko.routing.TailChoppingRoutingLogic$
- tailCommand() - Method in class org.apache.pekko.io.Tcp.CompoundWrite
- take() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- take(int) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- take(int) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
-
For performance sensitive code, call take() directly on ByteString (it's optimised there)
- take(int) - Method in class org.apache.pekko.util.ByteIterator
- take(int) - Method in class org.apache.pekko.util.ByteString.ByteString1
- take(int) - Method in class org.apache.pekko.util.ByteString.ByteString1C
- take(int) - Method in class org.apache.pekko.util.ByteString.ByteStrings
- take(int) - Method in class org.apache.pekko.util.ByteString
- take(long) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Terminate processing (and cancel the upstream publisher) after the given number of elements.
- take(long) - Method in class org.apache.pekko.stream.javadsl.Source
-
Terminate processing (and cancel the upstream publisher) after the given number of elements.
- take(long) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Terminate processing (and cancel the upstream publisher) after the given number of elements.
- take(long) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Terminate processing (and cancel the upstream publisher) after the given number of elements.
- take(long) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Terminate processing (and cancel the upstream publisher) after the given number of elements.
- takeLast(int) - Static method in class org.apache.pekko.stream.javadsl.Sink
-
A
Sinkthat materializes into aCompletionStageofListcontaining the lastncollected elements. - takeLast(int) - Method in class org.apache.pekko.stream.javadsl.Sink$
-
A
Sinkthat materializes into aCompletionStageofListcontaining the lastncollected elements. - takeLast(int) - Static method in class org.apache.pekko.stream.scaladsl.Sink
-
A
Sinkthat materializes into aFutureofimmutable.Seq[T]containing the lastncollected elements. - takeLast(int) - Method in class org.apache.pekko.stream.scaladsl.Sink$
-
A
Sinkthat materializes into aFutureofimmutable.Seq[T]containing the lastncollected elements. - TakeOver() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- TakeOver$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver$
- TakeOverFromMe() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- TakeOverFromMe$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe$
- TakeOverRetry(int) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- TakeOverRetry$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry$
- TakeOverRetryTimer() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$
- takeRight(int) - Method in class org.apache.pekko.util.ByteString
- takeWhile(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Terminate processing (and cancel the upstream publisher) after predicate returns false for the first time.
- takeWhile(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Terminate processing (and cancel the upstream publisher) after predicate returns false for the first time.
- takeWhile(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Terminate processing (and cancel the upstream publisher) after predicate returns false for the first time, Due to input buffering some elements may have been requested from upstream publishers that will then not be processed downstream of this step.
- takeWhile(Predicate<Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Terminate processing (and cancel the upstream publisher) after predicate returns false for the first time, Due to input buffering some elements may have been requested from upstream publishers that will then not be processed downstream of this step.
- takeWhile(Predicate<Out>, boolean) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Terminate processing (and cancel the upstream publisher) after predicate returns false for the first time.
- takeWhile(Predicate<Out>, boolean) - Method in class org.apache.pekko.stream.javadsl.Source
-
Terminate processing (and cancel the upstream publisher) after predicate returns false for the first time, including the first failed element if inclusive is true Due to input buffering some elements may have been requested from upstream publishers that will then not be processed downstream of this step.
- takeWhile(Predicate<Out>, boolean) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Terminate processing (and cancel the upstream publisher) after predicate returns false for the first time, including the first failed element iff inclusive is true Due to input buffering some elements may have been requested from upstream publishers that will then not be processed downstream of this step.
- takeWhile(Predicate<Out>, boolean) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Terminate processing (and cancel the upstream publisher) after predicate returns false for the first time, including the first failed element iff inclusive is true Due to input buffering some elements may have been requested from upstream publishers that will then not be processed downstream of this step.
- takeWhile(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- takeWhile(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- takeWhile(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteIterator
- takeWhile(Function1<Object, Object>) - Method in class org.apache.pekko.util.ByteString
- takeWhile(Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Terminate processing (and cancel the upstream publisher) after predicate returns false for the first time, Due to input buffering some elements may have been requested from upstream publishers that will then not be processed downstream of this step.
- takeWhile(Function1<Out, Object>, boolean) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Terminate processing (and cancel the upstream publisher) after predicate returns false for the first time, including the first failed element iff inclusive is true Due to input buffering some elements may have been requested from upstream publishers that will then not be processed downstream of this step.
- takeWithin(Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Terminate processing (and cancel the upstream publisher) after the given duration.
- takeWithin(Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Terminate processing (and cancel the upstream publisher) after the given duration.
- takeWithin(Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Terminate processing (and cancel the upstream publisher) after the given duration.
- takeWithin(Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Terminate processing (and cancel the upstream publisher) after the given duration.
- takeWithin(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- takeWithin(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- takeWithin(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- takeWithin(FiniteDuration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- takeWithin(FiniteDuration) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Terminate processing (and cancel the upstream publisher) after the given duration.
- target() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- target() - Method in class org.apache.pekko.io.dns.SRVRecord
- target() - Method in class org.apache.pekko.io.Udp.Send
- target() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- target() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- target() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- TargetLocation(Address) - Constructor for class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- TargetLocation$() - Constructor for class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation$
- TARGETREF_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- TARGETREF_FIELD_NUMBER - Static variable in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- TargetRefNotInitializedYetException - Exception in org.apache.pekko.stream
- TargetRefNotInitializedYetException() - Constructor for exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- TargetRefNotInitializedYetException$ - Class in org.apache.pekko.stream
- TargetRefNotInitializedYetException$() - Constructor for class org.apache.pekko.stream.TargetRefNotInitializedYetException$
- task() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler.TaskHolder
- task() - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- task_$eq(Runnable) - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler.TaskHolder
- TaskHolder(Runnable, int, ExecutionContext) - Constructor for class org.apache.pekko.actor.LightArrayRevolverScheduler.TaskHolder
- TaskInvocation - Class in org.apache.pekko.dispatch
- TaskInvocation(EventStream, Runnable, Function0<BoxedUnit>) - Constructor for class org.apache.pekko.dispatch.TaskInvocation
- TaskInvocation$ - Class in org.apache.pekko.dispatch
- TaskInvocation$() - Constructor for class org.apache.pekko.dispatch.TaskInvocation$
- TaskRunner$ - Class in org.apache.pekko.remote.artery.aeron
-
INTERNAL API
- TaskRunner$() - Constructor for class org.apache.pekko.remote.artery.aeron.TaskRunner$
- tc() - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- Tcp - Class in org.apache.pekko.io
-
TCP Extension for Akka’s IO layer.
- Tcp - Class in org.apache.pekko.stream.javadsl
- Tcp - Class in org.apache.pekko.stream.scaladsl
- Tcp() - Constructor for class org.apache.pekko.io.Tcp
- Tcp(ExtendedActorSystem) - Constructor for class org.apache.pekko.stream.javadsl.Tcp
- Tcp(ExtendedActorSystem) - Constructor for class org.apache.pekko.stream.scaladsl.Tcp
- Tcp.Abort$ - Class in org.apache.pekko.io
-
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.
- Tcp.Aborted$ - Class in org.apache.pekko.io
-
The connection has been aborted in response to an
Abortcommand. - Tcp.Bind - Class in org.apache.pekko.io
-
The Bind message is send to the TCP manager actor, which is obtained via
TcpExt.manager()in order to bind to a listening socket. - Tcp.Bind$ - Class in org.apache.pekko.io
- Tcp.Bound - Class in org.apache.pekko.io
-
The sender of a
Tcp.Bindcommand will—in case of success—receive confirmation in this form. - Tcp.Bound$ - Class in org.apache.pekko.io
- Tcp.Close$ - Class in org.apache.pekko.io
-
A normal close operation will first flush pending writes and then close the socket.
- Tcp.CloseCommand - Interface in org.apache.pekko.io
-
Common interface for all commands which aim to close down an open connection.
- Tcp.Closed$ - Class in org.apache.pekko.io
-
The connection has been closed normally in response to a
Closecommand. - Tcp.Command - Interface in org.apache.pekko.io
-
This is the common trait for all commands understood by TCP actors.
- Tcp.CommandFailed - Class in org.apache.pekko.io
-
Whenever a command cannot be completed, the queried actor will reply with this message, wrapping the original command which failed.
- Tcp.CommandFailed$ - Class in org.apache.pekko.io
- Tcp.CompoundWrite - Class in org.apache.pekko.io
-
A write command which aggregates two other write commands.
- Tcp.CompoundWrite$ - Class in org.apache.pekko.io
- Tcp.ConfirmedClose$ - Class in org.apache.pekko.io
-
A confirmed close operation will flush pending writes and half-close the connection, waiting for the peer to close the other half.
- Tcp.ConfirmedClosed$ - Class in org.apache.pekko.io
-
The connection has been half-closed by us and then half-close by the peer in response to a
ConfirmedClosecommand. - Tcp.Connect - Class in org.apache.pekko.io
-
The Connect message is sent to the TCP manager actor, which is obtained via
TcpExt.manager(). - Tcp.Connect$ - Class in org.apache.pekko.io
- Tcp.Connected - Class in org.apache.pekko.io
-
The connection actor sends this message either to the sender of a
Tcp.Connectcommand (for outbound) or to the handler for incoming connections designated in theTcp.Bindmessage. - Tcp.Connected$ - Class in org.apache.pekko.io
- Tcp.ConnectionClosed - Interface in org.apache.pekko.io
-
This is the common interface for all events which indicate that a connection has been closed or half-closed.
- Tcp.ErrorClosed - Class in org.apache.pekko.io
-
The connection has been closed due to an IO error.
- Tcp.ErrorClosed$ - Class in org.apache.pekko.io
- Tcp.Event - Interface in org.apache.pekko.io
-
Common interface for all events generated by the TCP layer actors.
- Tcp.IncomingConnection - Class in org.apache.pekko.stream.javadsl
-
Represents an accepted incoming TCP connection.
- Tcp.IncomingConnection - Class in org.apache.pekko.stream.scaladsl
-
Represents an accepted incoming TCP connection.
- Tcp.IncomingConnection$ - Class in org.apache.pekko.stream.scaladsl
- Tcp.Message - Interface in org.apache.pekko.io
-
The common interface for
Tcp.CommandandTcp.Event. - Tcp.NoAck - Class in org.apache.pekko.io
-
Each
Tcp.WriteCommandcan optionally request a positive acknowledgment to be sent to the commanding actor. - Tcp.NoAck$ - Class in org.apache.pekko.io
-
Default
Tcp.NoAckinstance which is used when no acknowledgment information is explicitly provided. - Tcp.OutgoingConnection - Class in org.apache.pekko.stream.javadsl
-
Represents a prospective outgoing TCP connection.
- Tcp.OutgoingConnection - Class in org.apache.pekko.stream.scaladsl
-
Represents a prospective outgoing TCP connection.
- Tcp.OutgoingConnection$ - Class in org.apache.pekko.stream.scaladsl
- Tcp.PeerClosed$ - Class in org.apache.pekko.io
-
The peer has closed its writing half of the connection.
- Tcp.Received - Class in org.apache.pekko.io
-
Whenever data are read from a socket they will be transferred within this class to the handler actor which was designated in the
Tcp.Registermessage. - Tcp.Received$ - Class in org.apache.pekko.io
- Tcp.Register - Class in org.apache.pekko.io
-
This message must be sent to a TCP connection actor after receiving the
Tcp.Connectedmessage. - Tcp.Register$ - Class in org.apache.pekko.io
- Tcp.ResumeAccepting - Class in org.apache.pekko.io
-
This message enables the accepting of the next connection if read throttling is enabled for connection actors.
- Tcp.ResumeAccepting$ - Class in org.apache.pekko.io
- Tcp.ResumeReading$ - Class in org.apache.pekko.io
-
This command needs to be sent to the connection actor after a
SuspendReadingcommand in order to resume reading from the socket. - Tcp.ResumeWriting$ - Class in org.apache.pekko.io
-
When
useResumeWritingis in effect as was indicated in theTcp.Registermessage then this command needs to be sent to the connection actor in order to re-enable writing after aTcp.CommandFailedevent. - Tcp.ServerBinding - Class in org.apache.pekko.stream.javadsl
-
Represents a prospective TCP server binding.
- Tcp.ServerBinding - Class in org.apache.pekko.stream.scaladsl
-
Represents a successful TCP server binding.
- Tcp.ServerBinding$ - Class in org.apache.pekko.stream.scaladsl
- Tcp.SimpleWriteCommand - Class in org.apache.pekko.io
-
Common supertype of
Tcp.WriteandTcp.WriteFile. - Tcp.SO$ - Class in org.apache.pekko.io
-
Scala API: this object contains all applicable socket options for TCP.
- Tcp.SO$.KeepAlive - Class in org.apache.pekko.io
-
pekko.io.Inet.SocketOptionto enable or disable SO_KEEPALIVE - Tcp.SO$.KeepAlive$ - Class in org.apache.pekko.io
- Tcp.SO$.OOBInline - Class in org.apache.pekko.io
-
pekko.io.Inet.SocketOptionto enable or disable OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data is silently discarded. - Tcp.SO$.OOBInline$ - Class in org.apache.pekko.io
- Tcp.SO$.TcpNoDelay - Class in org.apache.pekko.io
-
pekko.io.Inet.SocketOptionto enable or disable TCP_NODELAY (disable or enable Nagle's algorithm) - Tcp.SO$.TcpNoDelay$ - Class in org.apache.pekko.io
- Tcp.SuspendReading$ - Class in org.apache.pekko.io
-
Sending this command to the connection actor will disable reading from the TCP socket.
- Tcp.Unbind$ - Class in org.apache.pekko.io
-
In order to close down a listening socket, send this message to that socket’s actor (that is the actor which previously had sent the
Tcp.Boundmessage). - Tcp.Unbound - Interface in org.apache.pekko.io
-
The sender of an
Unbindcommand will receive confirmation through this message once the listening socket has been closed. - Tcp.Unbound$ - Class in org.apache.pekko.io
- Tcp.Write - Class in org.apache.pekko.io
-
Write data to the TCP connection.
- Tcp.Write$ - Class in org.apache.pekko.io
- Tcp.WriteCommand - Class in org.apache.pekko.io
-
Common interface for all write commands.
- Tcp.WriteCommand$ - Class in org.apache.pekko.io
- Tcp.WriteFile - Class in org.apache.pekko.io
-
Deprecated.Use WritePath instead. Since Akka 2.5.10.
- Tcp.WriteFile$ - Class in org.apache.pekko.io
- Tcp.WritePath - Class in org.apache.pekko.io
-
Write
countbytes starting atpositionfrom file atfilePathto the connection. - Tcp.WritePath$ - Class in org.apache.pekko.io
- Tcp.WritingResumed - Interface in org.apache.pekko.io
-
When
useResumeWritingis in effect as indicated in theTcp.Registermessage, theResumeWritingcommand will be acknowledged by this message type, upon which it is safe to send at least one write. - Tcp.WritingResumed$ - Class in org.apache.pekko.io
- Tcp$ - Class in org.apache.pekko.io
-
TCP Extension for Akka’s IO layer.
- Tcp$ - Class in org.apache.pekko.stream.javadsl
- Tcp$ - Class in org.apache.pekko.stream.scaladsl
- Tcp$() - Constructor for class org.apache.pekko.io.Tcp$
- Tcp$() - Constructor for class org.apache.pekko.stream.javadsl.Tcp$
- Tcp$() - Constructor for class org.apache.pekko.stream.scaladsl.Tcp$
- Tcp$() - Constructor for class org.apache.pekko.testkit.SocketUtil.Tcp$
- TcpAttributes - Class in org.apache.pekko.stream.scaladsl
- TcpAttributes() - Constructor for class org.apache.pekko.stream.scaladsl.TcpAttributes
- TcpAttributes.TcpWriteBufferSize - Class in org.apache.pekko.stream.scaladsl
- TcpAttributes.TcpWriteBufferSize$ - Class in org.apache.pekko.stream.scaladsl
- TcpAttributes$ - Class in org.apache.pekko.stream.scaladsl
- TcpAttributes$() - Constructor for class org.apache.pekko.stream.scaladsl.TcpAttributes$
- TcpConnection$ - Class in org.apache.pekko.io
-
INTERNAL API
- TcpConnection$() - Constructor for class org.apache.pekko.io.TcpConnection$
- TcpDnsClient$ - Class in org.apache.pekko.io.dns.internal
- TcpDnsClient$() - Constructor for class org.apache.pekko.io.dns.internal.TcpDnsClient$
- TcpExt - Class in org.apache.pekko.io
- TcpExt(ExtendedActorSystem) - Constructor for class org.apache.pekko.io.TcpExt
- TcpExt.Settings - Class in org.apache.pekko.io
- TcpFraming$ - Class in org.apache.pekko.remote.artery.tcp
-
INTERNAL API
- TcpFraming$() - Constructor for class org.apache.pekko.remote.artery.tcp.TcpFraming$
- TcpHandlers - Interface in org.apache.pekko.remote.transport.netty
-
INTERNAL API
- TcpHandlers$ - Class in org.apache.pekko.remote.transport.netty
- TcpHandlers$() - Constructor for class org.apache.pekko.remote.transport.netty.TcpHandlers$
- TcpIdleTimeoutException - Exception in org.apache.pekko.stream.scaladsl
- TcpIdleTimeoutException(String, Duration) - Constructor for exception org.apache.pekko.stream.scaladsl.TcpIdleTimeoutException
- tcpInboundBound(String, InetSocketAddress) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- tcpInboundBound(String, InetSocketAddress) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- tcpInboundBound(String, InetSocketAddress) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- tcpInboundConnected(InetSocketAddress) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- tcpInboundConnected(InetSocketAddress) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- tcpInboundConnected(InetSocketAddress) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- tcpInboundReceived(int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- tcpInboundReceived(int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- tcpInboundReceived(int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- tcpInboundUnbound(UniqueAddress) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- tcpInboundUnbound(UniqueAddress) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- tcpInboundUnbound(UniqueAddress) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- TcpKeepalive() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- TcpListener$ - Class in org.apache.pekko.io
-
INTERNAL API
- TcpListener$() - Constructor for class org.apache.pekko.io.TcpListener$
- TcpMessage - Class in org.apache.pekko.io
- TcpMessage() - Constructor for class org.apache.pekko.io.TcpMessage
- TcpMessage$ - Class in org.apache.pekko.io
- TcpMessage$() - Constructor for class org.apache.pekko.io.TcpMessage$
- tcpNoDelay(boolean) - Static method in class org.apache.pekko.io.TcpSO
-
pekko.io.Inet.SocketOptionto enable or disable TCP_NODELAY (disable or enable Nagle's algorithm) - tcpNoDelay(boolean) - Method in class org.apache.pekko.io.TcpSO$
-
pekko.io.Inet.SocketOptionto enable or disable TCP_NODELAY (disable or enable Nagle's algorithm) - TcpNodelay() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- TcpNoDelay(boolean) - Constructor for class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- TcpNoDelay$() - Constructor for class org.apache.pekko.io.Tcp.SO$.TcpNoDelay$
- tcpOutboundConnected(Address, String) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- tcpOutboundConnected(Address, String) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- tcpOutboundConnected(Address, String) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- tcpOutboundSent(int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- tcpOutboundSent(int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- tcpOutboundSent(int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- TcpOutgoingConnection$ - Class in org.apache.pekko.io
- TcpOutgoingConnection$() - Constructor for class org.apache.pekko.io.TcpOutgoingConnection$
- tcpPort() - Static method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
TCP Port number to be used when running tests on TCP.
- tcpPort() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec$
-
TCP Port number to be used when running tests on TCP.
- TcpReuseAddr() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- TcpSO - Class in org.apache.pekko.io
-
Java API for accessing socket options.
- TcpSO() - Constructor for class org.apache.pekko.io.TcpSO
- TcpSO$ - Class in org.apache.pekko.io
-
Java API for accessing socket options.
- TcpSO$() - Constructor for class org.apache.pekko.io.TcpSO$
- tcpWriteBufferSize() - Method in class org.apache.pekko.stream.IOSettings
-
Deprecated.Use attribute 'TcpAttributes.TcpWriteBufferSize' to read the concrete setting value. Since Akka 2.6.0.
- tcpWriteBufferSize(int) - Static method in class org.apache.pekko.stream.scaladsl.TcpAttributes
- tcpWriteBufferSize(int) - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes$
- TcpWriteBufferSize(int) - Constructor for class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- TcpWriteBufferSize$() - Constructor for class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize$
- telemetry() - Method in class org.apache.pekko.pattern.CircuitBreaker
- tell(Object, ActorRef) - Method in class org.apache.pekko.actor.ActorRef
-
Sends the specified message to this ActorRef, i.e.
- tell(Object, ActorRef) - Method in class org.apache.pekko.actor.ActorSelection
-
Sends the specified message to this ActorSelection, i.e.
- tell(Object, ActorRef) - Static method in class org.apache.pekko.actor.Nobody
- tell(M) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.EntityRef
-
Send a message to the entity referenced by this EntityRef using *at-most-once* messaging semantics.
- tell(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.
- tell(T) - Method in interface org.apache.pekko.actor.typed.ActorRef
-
Send a message to the Actor referenced by this ActorRef using *at-most-once* messaging semantics.
- tell(T) - Method in interface org.apache.pekko.actor.typed.RecipientRef
-
Send a message to the destination referenced by this
RecipientRefusing *at-most-once* messaging semantics. - tellWatchersWeDied() - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- tempContainer() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Returns the actor reference representing the “/temp” path.
- temporaryLocalPort(boolean) - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryLocalPort(boolean) - Method in class org.apache.pekko.testkit.SocketUtil$
- temporaryLocalPort(SocketUtil.Protocol) - Static method in class org.apache.pekko.testkit.SocketUtil
-
Find a free local post on 'localhost' that is available on the given protocol If both UDP and TCP need to be free specify
Both - temporaryLocalPort(SocketUtil.Protocol) - Method in class org.apache.pekko.testkit.SocketUtil$
-
Find a free local post on 'localhost' that is available on the given protocol If both UDP and TCP need to be free specify
Both - temporaryLocalPort$default$1() - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryLocalPort$default$1() - Method in class org.apache.pekko.testkit.SocketUtil$
- temporaryServerAddress(String, boolean) - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryServerAddress(String, boolean) - Method in class org.apache.pekko.testkit.SocketUtil$
- temporaryServerAddress$default$1() - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryServerAddress$default$1() - Method in class org.apache.pekko.testkit.SocketUtil$
- temporaryServerAddress$default$2() - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryServerAddress$default$2() - Method in class org.apache.pekko.testkit.SocketUtil$
- temporaryServerAddresses(int, String, boolean) - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryServerAddresses(int, String, boolean) - Method in class org.apache.pekko.testkit.SocketUtil$
- temporaryServerAddresses$default$2() - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryServerAddresses$default$2() - Method in class org.apache.pekko.testkit.SocketUtil$
- temporaryServerAddresses$default$3() - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryServerAddresses$default$3() - Method in class org.apache.pekko.testkit.SocketUtil$
- temporaryServerHostnameAndPort(String) - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryServerHostnameAndPort(String) - Method in class org.apache.pekko.testkit.SocketUtil$
- temporaryServerHostnameAndPort$default$1() - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryServerHostnameAndPort$default$1() - Method in class org.apache.pekko.testkit.SocketUtil$
- temporaryUdpIpv6Port(NetworkInterface) - Static method in class org.apache.pekko.testkit.SocketUtil
- temporaryUdpIpv6Port(NetworkInterface) - Method in class org.apache.pekko.testkit.SocketUtil$
- tempPath() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Generates and returns a unique actor path below “/temp”.
- tempPath(String) - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Generates and returns a unique actor path starting with
prefixbelow “/temp”. - terminate() - Method in class org.apache.pekko.actor.ActorSystem
-
Terminates this actor system by running
CoordinatedShutdownwith reasonCoordinatedShutdown.ActorSystemTerminateReason. - terminate() - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- terminate() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Terminates this actor system by running
pekko.actor.CoordinatedShutdownwith reasonpekko.actor.CoordinatedShutdown.ActorSystemTerminateReason. - terminate(FSM.State<S, D>) - Method in interface org.apache.pekko.actor.FSM
- terminate(PersistentFSM.State<S, D, E>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- Terminate() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- TERMINATE - org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
TERMINATE = 4; - TERMINATE_VALUE - Static variable in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
TERMINATE = 4; - Terminate$ - Class in org.apache.pekko.actor.typed.internal
- Terminate$ - Class in org.apache.pekko.dispatch.sysmsg
- Terminate$ - Class in org.apache.pekko.remote.testconductor
- Terminate$() - Constructor for class org.apache.pekko.actor.typed.internal.Terminate$
- Terminate$() - Constructor for class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate$
- Terminate$() - Constructor for class org.apache.pekko.dispatch.sysmsg.Terminate$
- Terminate$() - Constructor for class org.apache.pekko.remote.testconductor.Terminate$
- Terminated - Class in org.apache.pekko.actor
-
When Death Watch is used, the watcher will receive a Terminated(watched) message when watched is terminated.
- Terminated - Class in org.apache.pekko.actor.typed
-
Lifecycle signal that is fired when an Actor that was watched has terminated.
- Terminated - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
-
Terminated = 2; - Terminated(ActorRef<Nothing$>) - Constructor for class org.apache.pekko.actor.typed.Terminated
- Terminated() - Method in class org.apache.pekko.dispatch.affinity.AffinityPool$
- Terminated_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
-
Terminated = 2; - Terminated$ - Class in org.apache.pekko.actor
- Terminated$ - Class in org.apache.pekko.actor.typed
- Terminated$() - Constructor for class org.apache.pekko.actor.Terminated$
- Terminated$() - Constructor for class org.apache.pekko.actor.typed.Terminated$
- TerminatedChildrenContainer$() - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
- terminatedProps() - Method in class org.apache.pekko.actor.ActorCell$
- terminatedQueued_$eq(Map<ActorRef, Option<Object>>) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- terminatedQueuedFor(ActorRef, Option<Object>) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- terminateEvent_$eq(PartialFunction<FSM.StopEvent<S, D>, BoxedUnit>) - Method in interface org.apache.pekko.actor.FSM
- terminateEvent_$eq(PartialFunction<PersistentFSM.StopEvent<S, D>, BoxedUnit>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- TerminateMsg$ - Class in org.apache.pekko.remote.testconductor
- TerminateMsg$() - Constructor for class org.apache.pekko.remote.testconductor.TerminateMsg$
- TerminateRequest() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- TerminateRequest$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest$
- TerminatingChildrenContainer(TreeMap<String, ChildStats>, Set<ActorRef>, ChildrenContainer.SuspendReason) - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- TerminatingChildrenContainer$() - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer$
- Termination$() - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.Termination$
- terminationFuture() - Method in interface org.apache.pekko.actor.ActorRefProvider
-
This Future is completed upon termination of this ActorRefProvider, which is usually initiated by stopping the guardian via ActorSystem.stop().
- TerminationHook$() - Constructor for class org.apache.pekko.actor.SystemGuardian.TerminationHook$
- TerminationHookDone$() - Constructor for class org.apache.pekko.actor.SystemGuardian.TerminationHookDone$
- terminationSignal() - Method in class org.apache.pekko.stream.KillSwitches.KillableGraphStageLogic
- Terminator(ActorRef) - Constructor for class org.apache.pekko.Main.Terminator
-
Deprecated.
- test() - Method in class org.apache.pekko.testkit.CustomEventFilter
- test(T) - Method in interface org.apache.pekko.japi.function.Predicate
- test(T) - Method in interface org.apache.pekko.japi.Predicate
- testActor() - Method in class org.apache.pekko.persistence.PluginSpec
- testActor() - Method in class org.apache.pekko.testkit.TestKit
- testActor() - Method in interface org.apache.pekko.testkit.TestKitBase
-
ActorRef of the test actor.
- TestActor - Class in org.apache.pekko.testkit
- TestActor(BlockingDeque<TestActor.Message>) - Constructor for class org.apache.pekko.testkit.TestActor
- TestActor.AutoPilot - Class in org.apache.pekko.testkit
- TestActor.KeepRunning$ - Class in org.apache.pekko.testkit
- TestActor.Message - Interface in org.apache.pekko.testkit
- TestActor.NoAutoPilot$ - Class in org.apache.pekko.testkit
- TestActor.NullMessage$ - Class in org.apache.pekko.testkit
- TestActor.RealMessage - Class in org.apache.pekko.testkit
- TestActor.RealMessage$ - Class in org.apache.pekko.testkit
- TestActor.SetAutoPilot - Class in org.apache.pekko.testkit
- TestActor.SetAutoPilot$ - Class in org.apache.pekko.testkit
- TestActor.SetIgnore - Class in org.apache.pekko.testkit
- TestActor.SetIgnore$ - Class in org.apache.pekko.testkit
- TestActor.Spawn - Class in org.apache.pekko.testkit
- TestActor.Spawn$ - Class in org.apache.pekko.testkit
- TestActor.UnWatch - Class in org.apache.pekko.testkit
- TestActor.UnWatch$ - Class in org.apache.pekko.testkit
- TestActor.Watch - Class in org.apache.pekko.testkit
- TestActor.Watch$ - Class in org.apache.pekko.testkit
- TestActor$ - Class in org.apache.pekko.testkit
- TestActor$() - Constructor for class org.apache.pekko.testkit.TestActor$
- testActorName() - Method in interface org.apache.pekko.testkit.TestKitBase
-
Defines the testActor name.
- testActorName() - Method in class org.apache.pekko.testkit.TestProbe
- TestActorRef<T extends Actor> - Class in org.apache.pekko.testkit
-
This special ActorRef is exclusively for use during unit testing in a single-threaded environment.
- TestActorRef(ActorSystem, Props, ActorRef, String) - Constructor for class org.apache.pekko.testkit.TestActorRef
- TestActorRef$ - Class in org.apache.pekko.testkit
- TestActorRef$() - Constructor for class org.apache.pekko.testkit.TestActorRef$
- TestActors - Class in org.apache.pekko.testkit
-
A collection of common actor patterns used in tests.
- TestActors() - Constructor for class org.apache.pekko.testkit.TestActors
- TestActors.BlackholeActor - Class in org.apache.pekko.testkit
-
BlackholeActor does nothing for incoming messages, its like a blackhole.
- TestActors.EchoActor - Class in org.apache.pekko.testkit
-
EchoActor sends back received messages (unmodified).
- TestActors.ForwardActor - Class in org.apache.pekko.testkit
-
ForwardActor forwards all messages as-is to specified ActorRef.
- TestActors$ - Class in org.apache.pekko.testkit
-
A collection of common actor patterns used in tests.
- TestActors$() - Constructor for class org.apache.pekko.testkit.TestActors$
- TestAppender$ - Class in org.apache.pekko.actor.testkit.typed.internal
-
INTERNAL API
- TestAppender$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.TestAppender$
- TestAssociationHandle - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- TestAssociationHandle(Address, Address, TestTransport, boolean) - Constructor for class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- TestAssociationHandle$ - Class in org.apache.pekko.remote.transport
- TestAssociationHandle$() - Constructor for class org.apache.pekko.remote.transport.TestAssociationHandle$
- TestBarrier - Class in org.apache.pekko.testkit
- TestBarrier(int) - Constructor for class org.apache.pekko.testkit.TestBarrier
- TestBarrier$ - Class in org.apache.pekko.testkit
-
A cyclic barrier wrapper for use in testing.
- TestBarrier$() - Constructor for class org.apache.pekko.testkit.TestBarrier$
- TestBarrierTimeoutException - Exception in org.apache.pekko.testkit
- TestBarrierTimeoutException(String) - Constructor for exception org.apache.pekko.testkit.TestBarrierTimeoutException
- TestCanceledByFailure(String, StackTraceElement[]) - Constructor for exception org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure
- TestCanceledByFailure$() - Constructor for class org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure$
- testConductor() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Access to the barriers, failure injection, etc.
- TestConductor - Class in org.apache.pekko.remote.testconductor
-
Access to the
pekko.remote.testconductor.TestConductorExtextension: - TestConductor() - Constructor for class org.apache.pekko.remote.testconductor.TestConductor
- testConductor_$eq(TestConductorExt) - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
- TestConductor$ - Class in org.apache.pekko.remote.testconductor
-
Access to the
pekko.remote.testconductor.TestConductorExtextension: - TestConductor$() - Constructor for class org.apache.pekko.remote.testconductor.TestConductor$
- TestConductorExt - Class in org.apache.pekko.remote.testconductor
-
This binds together the
pekko.remote.testconductor.Conductorandpekko.remote.testconductor.Playerroles inside a Pekkopekko.actor.Extension. - TestConductorExt(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.testconductor.TestConductorExt
- TestConductorExt.Settings - Class in org.apache.pekko.remote.testconductor
- TestConductorExt.Settings$ - Class in org.apache.pekko.remote.testconductor
- TestConductorProtocol - Class in org.apache.pekko.remote.testconductor
- TestConductorProtocol.Address - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
Address - TestConductorProtocol.Address.Builder - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
Address - TestConductorProtocol.AddressOrBuilder - Interface in org.apache.pekko.remote.testconductor
- TestConductorProtocol.AddressRequest - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
AddressRequest - TestConductorProtocol.AddressRequest.Builder - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
AddressRequest - TestConductorProtocol.AddressRequestOrBuilder - Interface in org.apache.pekko.remote.testconductor
- TestConductorProtocol.BarrierOp - Enum in org.apache.pekko.remote.testconductor
-
Protobuf enum
BarrierOp - TestConductorProtocol.Direction - Enum in org.apache.pekko.remote.testconductor
-
Protobuf enum
Direction - TestConductorProtocol.EnterBarrier - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
EnterBarrier - TestConductorProtocol.EnterBarrier.Builder - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
EnterBarrier - TestConductorProtocol.EnterBarrierOrBuilder - Interface in org.apache.pekko.remote.testconductor
- TestConductorProtocol.FailType - Enum in org.apache.pekko.remote.testconductor
-
Protobuf enum
FailType - TestConductorProtocol.Hello - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
Hello - TestConductorProtocol.Hello.Builder - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
Hello - TestConductorProtocol.HelloOrBuilder - Interface in org.apache.pekko.remote.testconductor
- TestConductorProtocol.InjectFailure - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
InjectFailure - TestConductorProtocol.InjectFailure.Builder - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
InjectFailure - TestConductorProtocol.InjectFailureOrBuilder - Interface in org.apache.pekko.remote.testconductor
- TestConductorProtocol.Wrapper - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
Wrapper - TestConductorProtocol.Wrapper.Builder - Class in org.apache.pekko.remote.testconductor
-
Protobuf type
Wrapper - TestConductorProtocol.WrapperOrBuilder - Interface in org.apache.pekko.remote.testconductor
- testDataFor(String, ConfigMap) - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- testDataFor(String, ConfigMap) - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- TestEntityRef - Class in org.apache.pekko.cluster.sharding.typed.testkit.javadsl
-
For testing purposes this
EntityRefcan be used in place of a realpekko.cluster.sharding.typed.javadsl.EntityRef. - TestEntityRef - Class in org.apache.pekko.cluster.sharding.typed.testkit.scaladsl
-
For testing purposes this
EntityRefcan be used in place of a realpekko.cluster.sharding.typed.scaladsl.EntityRef. - TestEntityRef() - Constructor for class org.apache.pekko.cluster.sharding.typed.testkit.javadsl.TestEntityRef
- TestEntityRef() - Constructor for class org.apache.pekko.cluster.sharding.typed.testkit.scaladsl.TestEntityRef
- TestEntityRef$ - Class in org.apache.pekko.cluster.sharding.typed.testkit.javadsl
-
For testing purposes this
EntityRefcan be used in place of a realpekko.cluster.sharding.typed.javadsl.EntityRef. - TestEntityRef$ - Class in org.apache.pekko.cluster.sharding.typed.testkit.scaladsl
-
For testing purposes this
EntityRefcan be used in place of a realpekko.cluster.sharding.typed.scaladsl.EntityRef. - TestEntityRef$() - Constructor for class org.apache.pekko.cluster.sharding.typed.testkit.javadsl.TestEntityRef$
- TestEntityRef$() - Constructor for class org.apache.pekko.cluster.sharding.typed.testkit.scaladsl.TestEntityRef$
- TestEvent - Interface in org.apache.pekko.testkit
-
Implementation helpers of the EventFilter facilities: send
Muteto the TestEventListener to install a filter, andUnMuteto uninstall it. - TestEvent.Mute - Class in org.apache.pekko.testkit
- TestEvent.Mute$ - Class in org.apache.pekko.testkit
- TestEvent.UnMute - Class in org.apache.pekko.testkit
- TestEvent.UnMute$ - Class in org.apache.pekko.testkit
- TestEvent$ - Class in org.apache.pekko.testkit
-
Implementation helpers of the EventFilter facilities: send
Muteto the TestEventFilter to install a filter, andUnMuteto uninstall it. - TestEvent$() - Constructor for class org.apache.pekko.testkit.TestEvent$
- TestEventFilterLeeway() - Method in class org.apache.pekko.testkit.TestKitSettings
- TestEventListener - Class in org.apache.pekko.testkit
-
EventListener for running tests, which allows selectively filtering out expected messages.
- TestEventListener() - Constructor for class org.apache.pekko.testkit.TestEventListener
- TestException - Exception in org.apache.pekko.actor.testkit.typed
-
A predefined exception that can be used in tests.
- TestException - Exception in org.apache.pekko.testkit
-
A predefined exception that can be used in tests.
- TestException(String) - Constructor for exception org.apache.pekko.actor.testkit.typed.TestException
- TestException(String) - Constructor for exception org.apache.pekko.testkit.TestException
- TestException$ - Class in org.apache.pekko.actor.testkit.typed
- TestException$ - Class in org.apache.pekko.testkit
- TestException$() - Constructor for class org.apache.pekko.actor.testkit.typed.TestException$
- TestException$() - Constructor for class org.apache.pekko.testkit.TestException$
- TestFSMRef<S,D,T extends Actor> - Class in org.apache.pekko.testkit
-
This is a specialized form of the TestActorRef with support for querying and setting the state of a FSM.
- TestFSMRef(ActorSystem, Props, ActorRef, String, $less$colon$less<T, FSM<S, D>>) - Constructor for class org.apache.pekko.testkit.TestFSMRef
- TestFSMRef$ - Class in org.apache.pekko.testkit
- TestFSMRef$() - Constructor for class org.apache.pekko.testkit.TestFSMRef$
- TestFullStateGossip(boolean) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- TestFullStateGossip$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip$
- TestInbox<T> - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Utility for use as an
ActorRefwhen *synchronously* testingpekko.actor.typed.Behaviorwithpekko.actor.testkit.typed.javadsl.BehaviorTestKit. - TestInbox<T> - Interface in org.apache.pekko.actor.testkit.typed.scaladsl
-
Utility for use as an
ActorRefwhen *synchronously* testingpekko.actor.typed.Behaviorwithpekko.actor.testkit.typed.javadsl.BehaviorTestKit. - TestInbox() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox
- TestInbox$ - Class in org.apache.pekko.actor.testkit.typed.javadsl
- TestInbox$ - Class in org.apache.pekko.actor.testkit.typed.scaladsl
- TestInbox$() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestInbox$
- TestInbox$() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.TestInbox$
- TestJavaSerializer - Class in org.apache.pekko.testkit
-
This Serializer uses standard Java Serialization and is useful for tests where ad-hoc messages are created and sent between actor systems.
- TestJavaSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.testkit.TestJavaSerializer
- testKit() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJUnit5Extension
- testKit() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
- testKit() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
- testKit() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- testKit() - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKitBase
- TestKit - Class in org.apache.pekko.testkit.javadsl
-
Java API: Test kit for testing actors.
- TestKit - Class in org.apache.pekko.testkit
-
Test kit for testing actors.
- TestKit(ActorSystem) - Constructor for class org.apache.pekko.testkit.javadsl.TestKit
- TestKit(ActorSystem) - Constructor for class org.apache.pekko.testkit.TestKit
- testKit_$eq(Option<ActorTestKit>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJUnit5Extension
- TestKit$ - Class in org.apache.pekko.testkit.javadsl
- TestKit$ - Class in org.apache.pekko.testkit
- TestKit$() - Constructor for class org.apache.pekko.testkit.javadsl.TestKit$
- TestKit$() - Constructor for class org.apache.pekko.testkit.TestKit$
- TestKitBase - Interface in org.apache.pekko.testkit
-
Implementation trait behind the
pekko.testkit.TestKitclass: you may use this if inheriting from a concrete class is not possible. - TestKitExtension - Class in org.apache.pekko.testkit
- TestKitExtension() - Constructor for class org.apache.pekko.testkit.TestKitExtension
- TestKitExtension$ - Class in org.apache.pekko.testkit
- TestKitExtension$() - Constructor for class org.apache.pekko.testkit.TestKitExtension$
- testKitGuardian() - Static method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian
- testKitGuardian() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian$
- TestKitJUnit5Extension - Class in org.apache.pekko.actor.testkit.typed.javadsl
- TestKitJUnit5Extension() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJUnit5Extension
- TestKitJunitResource - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
A Junit external resource for the
ActorTestKit, making it possible to have Junit manage the lifecycle of the testkit. - TestKitJunitResource() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
Config loaded from
application-test.confif that exists, otherwise using default configuration from the reference.conf resources that ship with the Akka libraries. - TestKitJunitResource(Config) - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
Use a custom config for the actor system.
- TestKitJunitResource(Config, TestKitSettings) - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
Use a custom config for the actor system, and a custom
pekko.actor.testkit.typed.TestKitSettings. - TestKitJunitResource(String) - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
Use a custom config for the actor system.
- TestKitJunitResource(ActorTestKit) - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
- TestKitJunitResource(ActorSystem<?>) - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
Use a custom
pekko.actor.typed.ActorSystemfor the actor system. - testKitSettings() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
- testKitSettings() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - testKitSettings() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- testKitSettings() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - testKitSettings() - Method in interface org.apache.pekko.testkit.TestKitBase
- TestKitSettings - Class in org.apache.pekko.actor.testkit.typed
- TestKitSettings - Class in org.apache.pekko.testkit
- TestKitSettings(Config) - Constructor for class org.apache.pekko.actor.testkit.typed.TestKitSettings
- TestKitSettings(Config) - Constructor for class org.apache.pekko.testkit.TestKitSettings
- TestKitSettings$ - Class in org.apache.pekko.actor.testkit.typed
- TestKitSettings$() - Constructor for class org.apache.pekko.actor.testkit.typed.TestKitSettings$
- TestKitStorage<P,R> - Interface in org.apache.pekko.persistence.testkit.internal
-
INTERNAL API
- TestKitUtils - Class in org.apache.pekko.actor.testkit.typed.internal
-
INTERNAL API
- TestKitUtils - Class in org.apache.pekko.testkit
-
INTERNAL API
- TestKitUtils() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.TestKitUtils
- TestKitUtils() - Constructor for class org.apache.pekko.testkit.TestKitUtils
- TestKitUtils$ - Class in org.apache.pekko.actor.testkit.typed.internal
-
INTERNAL API
- TestKitUtils$ - Class in org.apache.pekko.testkit
-
INTERNAL API
- TestKitUtils$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.TestKitUtils$
- TestKitUtils$() - Constructor for class org.apache.pekko.testkit.TestKitUtils$
- TestLatch - Class in org.apache.pekko.testkit
- TestLatch(int, ActorSystem) - Constructor for class org.apache.pekko.testkit.TestLatch
- TestLatch$ - Class in org.apache.pekko.testkit
-
A count down latch wrapper for use in testing.
- TestLatch$() - Constructor for class org.apache.pekko.testkit.TestLatch$
- TestManagementCommands - Class in org.apache.pekko.remote.artery
- TestManagementCommands() - Constructor for class org.apache.pekko.remote.artery.TestManagementCommands
- TestManagementCommands.FailInboundStreamOnce - Class in org.apache.pekko.remote.artery
-
INTERNAL API
- TestManagementCommands.FailInboundStreamOnce$ - Class in org.apache.pekko.remote.artery
- TestManagementCommands$ - Class in org.apache.pekko.remote.artery
- TestManagementCommands$() - Constructor for class org.apache.pekko.remote.artery.TestManagementCommands$
- testNameFromCallStack() - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
- testNameFromCallStack() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase$
- testNameFromCallStack(Class<?>) - Static method in class org.apache.pekko.actor.testkit.typed.internal.TestKitUtils
- testNameFromCallStack(Class<?>) - Method in class org.apache.pekko.actor.testkit.typed.internal.TestKitUtils$
- testNameFromCallStack(Class<?>, Regex) - Static method in class org.apache.pekko.testkit.TestKitUtils
- testNameFromCallStack(Class<?>, Regex) - Method in class org.apache.pekko.testkit.TestKitUtils$
- testNames() - Method in class org.apache.pekko.persistence.japi.journal.JavaJournalSpec
- testNames() - Method in class org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec
- TestPayload - Class in org.apache.pekko.persistence
- TestPayload(ActorRef) - Constructor for class org.apache.pekko.persistence.TestPayload
- TestPayload$ - Class in org.apache.pekko.persistence
- TestPayload$() - Constructor for class org.apache.pekko.persistence.TestPayload$
- TestProbe<M> - Class in org.apache.pekko.actor.testkit.typed.javadsl
-
Java API: * Create instances through the
createfactories in theTestProbecompanion or viaActorTestKit.createTestProbe(). - TestProbe - Class in org.apache.pekko.testkit
-
TestKit-based probe which allows sending, reception and reply.
- TestProbe<M> - Interface in org.apache.pekko.actor.testkit.typed.scaladsl
-
Create instances through the factories in the
TestProbecompanion. - TestProbe() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
- TestProbe(ActorSystem) - Constructor for class org.apache.pekko.testkit.TestProbe
- TestProbe(ActorSystem, String) - Constructor for class org.apache.pekko.testkit.TestProbe
- TestProbe$ - Class in org.apache.pekko.actor.testkit.typed.javadsl
- TestProbe$ - Class in org.apache.pekko.actor.testkit.typed.scaladsl
- TestProbe$ - Class in org.apache.pekko.testkit
- TestProbe$() - Constructor for class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe$
- TestProbe$() - Constructor for class org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe$
- TestProbe$() - Constructor for class org.apache.pekko.testkit.TestProbe$
- TestProbeImpl$ - Class in org.apache.pekko.actor.testkit.typed.internal
- TestProbeImpl$() - Constructor for class org.apache.pekko.actor.testkit.typed.internal.TestProbeImpl$
- TestPublisher - Class in org.apache.pekko.stream.testkit
-
Provides factory methods for various Publishers.
- TestPublisher() - Constructor for class org.apache.pekko.stream.testkit.TestPublisher
- TestPublisher.CancelSubscription - Class in org.apache.pekko.stream.testkit
- TestPublisher.CancelSubscription$ - Class in org.apache.pekko.stream.testkit
- TestPublisher.ManualProbe<I> - Class in org.apache.pekko.stream.testkit
- TestPublisher.ManualProbe$ - Class in org.apache.pekko.stream.testkit
- TestPublisher.Probe<T> - Class in org.apache.pekko.stream.testkit
-
Single subscription and demand tracking for
TestPublisher.ManualProbe. - TestPublisher.Probe$ - Class in org.apache.pekko.stream.testkit
- TestPublisher.PublisherEvent - Interface in org.apache.pekko.stream.testkit
- TestPublisher.RequestMore - Class in org.apache.pekko.stream.testkit
- TestPublisher.RequestMore$ - Class in org.apache.pekko.stream.testkit
- TestPublisher.Subscribe - Class in org.apache.pekko.stream.testkit
- TestPublisher.Subscribe$ - Class in org.apache.pekko.stream.testkit
- TestPublisher.SubscriptionDone$ - Class in org.apache.pekko.stream.testkit
- TestPublisher$ - Class in org.apache.pekko.stream.testkit
-
Provides factory methods for various Publishers.
- TestPublisher$() - Constructor for class org.apache.pekko.stream.testkit.TestPublisher$
- TestSerializer - Class in org.apache.pekko.persistence
- TestSerializer(ExtendedActorSystem) - Constructor for class org.apache.pekko.persistence.TestSerializer
- TestSink - Class in org.apache.pekko.stream.testkit.javadsl
-
Java API
- TestSink - Class in org.apache.pekko.stream.testkit.scaladsl
-
Factory methods for test sinks.
- TestSink() - Constructor for class org.apache.pekko.stream.testkit.javadsl.TestSink
- TestSink() - Constructor for class org.apache.pekko.stream.testkit.scaladsl.TestSink
- TestSink$ - Class in org.apache.pekko.stream.testkit.javadsl
-
Java API
- TestSink$ - Class in org.apache.pekko.stream.testkit.scaladsl
-
Factory methods for test sinks.
- TestSink$() - Constructor for class org.apache.pekko.stream.testkit.javadsl.TestSink$
- TestSink$() - Constructor for class org.apache.pekko.stream.testkit.scaladsl.TestSink$
- TestSinkStage$ - Class in org.apache.pekko.stream.testkit
- TestSinkStage$() - Constructor for class org.apache.pekko.stream.testkit.TestSinkStage$
- TestSource - Class in org.apache.pekko.stream.testkit.javadsl
-
Java API
- TestSource - Class in org.apache.pekko.stream.testkit.scaladsl
-
Factory methods for test sources.
- TestSource() - Constructor for class org.apache.pekko.stream.testkit.javadsl.TestSource
- TestSource() - Constructor for class org.apache.pekko.stream.testkit.scaladsl.TestSource
- TestSource$ - Class in org.apache.pekko.stream.testkit.javadsl
-
Java API
- TestSource$ - Class in org.apache.pekko.stream.testkit.scaladsl
-
Factory methods for test sources.
- TestSource$() - Constructor for class org.apache.pekko.stream.testkit.javadsl.TestSource$
- TestSource$() - Constructor for class org.apache.pekko.stream.testkit.scaladsl.TestSource$
- TestSourceStage$ - Class in org.apache.pekko.stream.testkit
- TestSourceStage$() - Constructor for class org.apache.pekko.stream.testkit.TestSourceStage$
- TestState$ - Class in org.apache.pekko.remote.artery
- TestState$() - Constructor for class org.apache.pekko.remote.artery.TestState$
- TestSubscriber - Class in org.apache.pekko.stream.testkit
- TestSubscriber() - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber
- TestSubscriber.ManualProbe<I> - Class in org.apache.pekko.stream.testkit
-
Implementation of
Subscriberthat allows various assertions. - TestSubscriber.ManualProbe$ - Class in org.apache.pekko.stream.testkit
- TestSubscriber.OnComplete$ - Class in org.apache.pekko.stream.testkit
- TestSubscriber.OnError - Class in org.apache.pekko.stream.testkit
- TestSubscriber.OnError$ - Class in org.apache.pekko.stream.testkit
- TestSubscriber.OnNext<I> - Class in org.apache.pekko.stream.testkit
- TestSubscriber.OnNext$ - Class in org.apache.pekko.stream.testkit
- TestSubscriber.OnSubscribe - Class in org.apache.pekko.stream.testkit
- TestSubscriber.OnSubscribe$ - Class in org.apache.pekko.stream.testkit
- TestSubscriber.Probe<T> - Class in org.apache.pekko.stream.testkit
-
Single subscription tracking for
TestSubscriber.ManualProbe. - TestSubscriber.Probe$ - Class in org.apache.pekko.stream.testkit
- TestSubscriber.SubscriberEvent - Interface in org.apache.pekko.stream.testkit
- TestSubscriber$ - Class in org.apache.pekko.stream.testkit
- TestSubscriber$() - Constructor for class org.apache.pekko.stream.testkit.TestSubscriber$
- TestTimeFactor() - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
- TestTimeFactor() - Method in class org.apache.pekko.testkit.TestKitSettings
- testTransport(boolean) - Method in class org.apache.pekko.remote.testkit.MultiNodeConfig
-
To be able to use
blackhole,passThrough, andthrottleyou must activate the failure injector and throttler transport adapters by specifyingtestTransport(on = true)in your MultiNodeConfig. - TestTransport - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- TestTransport(Address, TestTransport.AssociationRegistry, int, String) - Constructor for class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- TestTransport(ExtendedActorSystem, Config) - Constructor for class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- TestTransport.Activity - Interface in org.apache.pekko.remote.transport
-
Deprecated.Base trait for activities that are logged by
pekko.remote.transport.TestTransport. - TestTransport.AssociateAttempt - Class in org.apache.pekko.remote.transport
-
Deprecated.
- TestTransport.AssociateAttempt$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- TestTransport.AssociationRegistry - Class in org.apache.pekko.remote.transport
-
Deprecated.Shared state among
pekko.remote.transport.TestTransportinstances. - TestTransport.DisassociateAttempt - Class in org.apache.pekko.remote.transport
-
Deprecated.
- TestTransport.DisassociateAttempt$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- TestTransport.ListenAttempt - Class in org.apache.pekko.remote.transport
-
Deprecated.
- TestTransport.ListenAttempt$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- TestTransport.ShutdownAttempt - Class in org.apache.pekko.remote.transport
-
Deprecated.
- TestTransport.ShutdownAttempt$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- TestTransport.SwitchableLoggedBehavior<A,B> - Class in org.apache.pekko.remote.transport
-
Deprecated.Test utility to make behavior of functions that return some Future[B] controllable from tests.
- TestTransport.WriteAttempt - Class in org.apache.pekko.remote.transport
-
Deprecated.
- TestTransport.WriteAttempt$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- TestTransport$ - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- TestTransport$() - Constructor for class org.apache.pekko.remote.transport.TestTransport$
-
Deprecated.
- thenComparing(Comparator<? super T>) - Static method in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
- thenComparing(Function<? super T, ? extends U>) - Static method in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
- thenComparing(Function<? super T, ? extends U>, Comparator<? super U>) - Static method in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
- thenComparingDouble(ToDoubleFunction<? super T>) - Static method in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
- thenComparingInt(ToIntFunction<? super T>) - Static method in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
- thenComparingLong(ToLongFunction<? super T>) - Static method in class org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
- thenNoReply() - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- thenNoReply() - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- thenNoReply() - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- thenNoReply() - Method in class org.apache.pekko.persistence.typed.javadsl.EffectBuilder
-
When
EventSourcedBehaviorWithEnforcedRepliesis used there will be compilation errors if the returned effect isn't aReplyEffect. - thenNoReply() - Method in interface org.apache.pekko.persistence.typed.scaladsl.EffectBuilder
-
When
EventSourcedBehavior.withEnforcedRepliesis used there will be compilation errors if the returned effect isn't aReplyEffect. - thenNoReply() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- thenNoReply() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- thenNoReply() - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- thenNoReply() - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectBuilder
-
When
DurableStateBehaviorWithEnforcedRepliesis used there will be compilation errors if the returned effect isn't aReplyEffect. - thenNoReply() - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.EffectBuilder
-
When
DurableStateBehavior.withEnforcedRepliesis used there will be compilation errors if the returned effect isn't aReplyEffect. - thenReply(ActorRef<ReplyMessage>, Function<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- thenReply(ActorRef<ReplyMessage>, Function<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- thenReply(ActorRef<ReplyMessage>, Function<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- thenReply(ActorRef<ReplyMessage>, Function<State, ReplyMessage>) - Method in class org.apache.pekko.persistence.typed.javadsl.EffectBuilder
-
Send a reply message to the command.
- thenReply(ActorRef<ReplyMessage>, Function<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- thenReply(ActorRef<ReplyMessage>, Function<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- thenReply(ActorRef<ReplyMessage>, Function<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- thenReply(ActorRef<ReplyMessage>, Function<State, ReplyMessage>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectBuilder
-
Send a reply message to the command.
- thenReply(ActorRef<ReplyMessage>, Function1<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- thenReply(ActorRef<ReplyMessage>, Function1<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- thenReply(ActorRef<ReplyMessage>, Function1<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- thenReply(ActorRef<ReplyMessage>, Function1<State, ReplyMessage>) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EffectBuilder
-
Send a reply message to the command.
- thenReply(ActorRef<ReplyMessage>, Function1<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- thenReply(ActorRef<ReplyMessage>, Function1<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- thenReply(ActorRef<ReplyMessage>, Function1<State, ReplyMessage>) - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- thenReply(ActorRef<ReplyMessage>, Function1<State, ReplyMessage>) - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.EffectBuilder
-
Send a reply message to the command.
- thenRun(Effect) - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- thenRun(Effect) - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- thenRun(Effect) - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- thenRun(Effect) - Method in class org.apache.pekko.persistence.typed.javadsl.EffectBuilder
-
Run the given callback.
- thenRun(Effect) - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- thenRun(Effect) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- thenRun(Effect) - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- thenRun(Effect) - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectBuilder
-
Run the given callback.
- thenRun(Procedure<NewState>) - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- thenRun(Procedure<NewState>) - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- thenRun(Procedure<NewState>) - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- thenRun(Procedure<NewState>) - Method in class org.apache.pekko.persistence.typed.javadsl.EffectBuilder
-
Run the given callback.
- thenRun(Procedure<NewState>) - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- thenRun(Procedure<NewState>) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- thenRun(Procedure<NewState>) - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- thenRun(Procedure<NewState>) - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectBuilder
-
Run the given callback.
- thenRun(Function1<State, BoxedUnit>) - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- thenRun(Function1<State, BoxedUnit>) - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- thenRun(Function1<State, BoxedUnit>) - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- thenRun(Function1<State, BoxedUnit>) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EffectBuilder
-
Run the given callback.
- thenRun(Function1<State, BoxedUnit>) - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- thenRun(Function1<State, BoxedUnit>) - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- thenRun(Function1<State, BoxedUnit>) - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- thenRun(Function1<State, BoxedUnit>) - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.EffectBuilder
-
Run the given callback.
- thenStop() - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- thenStop() - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- thenStop() - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- thenStop() - Method in class org.apache.pekko.persistence.typed.javadsl.EffectBuilder
-
The side effect is to stop the actor
- thenStop() - Method in interface org.apache.pekko.persistence.typed.scaladsl.EffectBuilder
-
The side effect is to stop the actor
- thenStop() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- thenStop() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- thenStop() - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- thenStop() - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectBuilder
-
The side effect is to stop the actor
- thenStop() - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.EffectBuilder
-
The side effect is to stop the actor
- thenUnstashAll() - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- thenUnstashAll() - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- thenUnstashAll() - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- thenUnstashAll() - Method in class org.apache.pekko.persistence.typed.javadsl.EffectBuilder
-
Unstash the commands that were stashed with
EffectFactories.stash. - thenUnstashAll() - Method in interface org.apache.pekko.persistence.typed.javadsl.ReplyEffect
-
Unstash the commands that were stashed with
EffectFactories.stash. - thenUnstashAll() - Method in interface org.apache.pekko.persistence.typed.scaladsl.EffectBuilder
-
Unstash the commands that were stashed with
Effect.stash. - thenUnstashAll() - Method in interface org.apache.pekko.persistence.typed.scaladsl.ReplyEffect
-
Unstash the commands that were stashed with
Effect.stash. - thenUnstashAll() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- thenUnstashAll() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- thenUnstashAll() - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- thenUnstashAll() - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectBuilder
-
Unstash the commands that were stashed with
EffectFactories.stash. - thenUnstashAll() - Method in interface org.apache.pekko.persistence.typed.state.javadsl.ReplyEffect
-
Unstash the commands that were stashed with
EffectFactories.stash. - thenUnstashAll() - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.EffectBuilder
-
Unstash the commands that were stashed with
Effect.stash. - thenUnstashAll() - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.ReplyEffect
-
Unstash the commands that were stashed with
Effect.stash. - theSameInstanceAs() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- theSameInstanceAs() - Method in class org.apache.pekko.persistence.PluginSpec
- theStash_$eq(Vector<Envelope>) - Method in interface org.apache.pekko.actor.StashSupport
- they() - Method in class org.apache.pekko.persistence.PluginSpec
- ThisActorSystemQuarantinedEvent - Class in org.apache.pekko.remote.artery
- ThisActorSystemQuarantinedEvent - Class in org.apache.pekko.remote
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- ThisActorSystemQuarantinedEvent(Address, Address) - Constructor for class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- ThisActorSystemQuarantinedEvent(UniqueAddress, UniqueAddress) - Constructor for class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- ThisActorSystemQuarantinedEvent$ - Class in org.apache.pekko.remote.artery
- ThisActorSystemQuarantinedEvent$ - Class in org.apache.pekko.remote
- ThisActorSystemQuarantinedEvent$() - Constructor for class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent$
- ThisActorSystemQuarantinedEvent$() - Constructor for class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent$
- thread() - Method in class org.apache.pekko.event.Logging.Debug
- thread() - Method in class org.apache.pekko.event.Logging.Error
- thread() - Method in class org.apache.pekko.event.Logging.Info
- thread() - Method in interface org.apache.pekko.event.Logging.LogEvent
- thread() - Method in class org.apache.pekko.event.Logging.Warning
- threadFactory() - Method in class org.apache.pekko.actor.ExtendedActorSystem
-
A ThreadFactory that can be used if the transport needs to create any Threads
- threadFactory() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
A ThreadFactory that can be used if the transport needs to create any Threads
- threadFactory() - Method in interface org.apache.pekko.dispatch.DispatcherPrerequisites
- threadFactory() - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.ForkJoinExecutorServiceFactory
- threadFactory() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig.ThreadPoolExecutorServiceFactory
- ThreadLocalRandom$() - Constructor for class org.apache.pekko.io.dns.IdGenerator.Policy$.ThreadLocalRandom$
- threadName() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- threadPoolConfig() - Method in class org.apache.pekko.dispatch.ThreadPoolExecutorConfigurator
- ThreadPoolConfig - Class in org.apache.pekko.dispatch
- ThreadPoolConfig(boolean, int, int, Duration, Function0<BlockingQueue<Runnable>>, RejectedExecutionHandler) - Constructor for class org.apache.pekko.dispatch.ThreadPoolConfig
- ThreadPoolConfig.ThreadPoolExecutorServiceFactory - Class in org.apache.pekko.dispatch
- ThreadPoolConfig$ - Class in org.apache.pekko.dispatch
- ThreadPoolConfig$() - Constructor for class org.apache.pekko.dispatch.ThreadPoolConfig$
- ThreadPoolConfigBuilder - Class in org.apache.pekko.dispatch
-
A DSL to configure and create a MessageDispatcher with a ThreadPoolExecutor
- ThreadPoolConfigBuilder(ThreadPoolConfig) - Constructor for class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- ThreadPoolConfigBuilder$ - Class in org.apache.pekko.dispatch
- ThreadPoolConfigBuilder$() - Constructor for class org.apache.pekko.dispatch.ThreadPoolConfigBuilder$
- ThreadPoolExecutorConfigurator - Class in org.apache.pekko.dispatch
- ThreadPoolExecutorConfigurator(Config, DispatcherPrerequisites) - Constructor for class org.apache.pekko.dispatch.ThreadPoolExecutorConfigurator
- ThreadPoolExecutorServiceFactory(ThreadFactory) - Constructor for class org.apache.pekko.dispatch.ThreadPoolConfig.ThreadPoolExecutorServiceFactory
- threadTimeout() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- threshold() - Method in class org.apache.pekko.remote.PhiAccrualFailureDetector
- throttle(int, Duration) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Sends elements downstream with speed limited to
elements/per. - throttle(int, Duration) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.throttle. - throttle(int, Duration) - Method in class org.apache.pekko.stream.javadsl.Source
-
Sends elements downstream with speed limited to
elements/per. - throttle(int, Duration) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.throttle. - throttle(int, Duration) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Sends elements downstream with speed limited to
elements/per. - throttle(int, Duration) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Sends elements downstream with speed limited to
elements/per. - throttle(int, Duration, int, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Sends elements downstream with speed limited to
cost/per. - throttle(int, Duration, int, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.throttle. - throttle(int, Duration, int, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Source
-
Sends elements downstream with speed limited to
cost/per. - throttle(int, Duration, int, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.throttle. - throttle(int, Duration, int, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Sends elements downstream with speed limited to
cost/per. - throttle(int, Duration, int, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Sends elements downstream with speed limited to
cost/per. - throttle(int, Duration, int, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Sends elements downstream with speed limited to
elements/per. - throttle(int, Duration, int, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.throttle. - throttle(int, Duration, int, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Source
-
Sends elements downstream with speed limited to
elements/per. - throttle(int, Duration, int, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.throttle. - throttle(int, Duration, int, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Sends elements downstream with speed limited to
elements/per. - throttle(int, Duration, int, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Sends elements downstream with speed limited to
elements/per. - throttle(int, Duration, Function<Out, Integer>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Sends elements downstream with speed limited to
cost/per. - throttle(int, Duration, Function<Out, Integer>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.throttle. - throttle(int, Duration, Function<Out, Integer>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Sends elements downstream with speed limited to
cost/per. - throttle(int, Duration, Function<Out, Integer>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.throttle. - throttle(int, Duration, Function<Out, Integer>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Sends elements downstream with speed limited to
cost/per. - throttle(int, Duration, Function<Out, Integer>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Sends elements downstream with speed limited to
cost/per. - throttle(int, FiniteDuration) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Sends elements downstream with speed limited to
elements/per. - throttle(int, FiniteDuration) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.throttle. - throttle(int, FiniteDuration, int, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- throttle(int, FiniteDuration, int, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- throttle(int, FiniteDuration, int, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- throttle(int, FiniteDuration, int, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- throttle(int, FiniteDuration, int, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- throttle(int, FiniteDuration, int, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- throttle(int, FiniteDuration, int, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- throttle(int, FiniteDuration, int, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- throttle(int, FiniteDuration, int, ThrottleMode) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Sends elements downstream with speed limited to
elements/per. - throttle(int, FiniteDuration, int, ThrottleMode) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.throttle. - throttle(int, FiniteDuration, int, Function1<Out, Object>, ThrottleMode) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Sends elements downstream with speed limited to
cost/per. - throttle(int, FiniteDuration, int, Function1<Out, Object>, ThrottleMode) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.throttle. - throttle(int, FiniteDuration, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Sends elements downstream with speed limited to
cost/per. - throttle(int, FiniteDuration, Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context-preserving variant of
pekko.stream.scaladsl.FlowOps.throttle. - throttle(RoleName, RoleName, ThrottlerTransportAdapter.Direction, double) - Method in interface org.apache.pekko.remote.testconductor.Conductor
-
Make the remoting pipeline on the node throttle data sent to or received from the given remote peer.
- Throttle - org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Throttle = 1; - Throttle_VALUE - Static variable in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Throttle = 1; - Throttle$ - Class in org.apache.pekko.remote.testconductor
- Throttle$() - Constructor for class org.apache.pekko.remote.testconductor.Throttle$
- ThrottledAssociation$ - Class in org.apache.pekko.remote.transport
-
INTERNAL API
- ThrottledAssociation$() - Constructor for class org.apache.pekko.remote.transport.ThrottledAssociation$
- throttleEven(int, Duration, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, Duration, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, Duration, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, Duration, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, Duration, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, Duration, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, Duration, Function1<Out, Object>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, Duration, Function1<Out, Object>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, FiniteDuration, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, FiniteDuration, Function<Out, Integer>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, FiniteDuration, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- throttleEven(int, FiniteDuration, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, FiniteDuration, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, FiniteDuration, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, FiniteDuration, ThrottleMode) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, FiniteDuration, Function1<Out, Object>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, FiniteDuration, Function1<Out, Object>, ThrottleMode) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- throttleEven(int, FiniteDuration, Function1<Out, Object>, ThrottleMode) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Deprecated.Use throttle without `maximumBurst` parameter instead. Since Akka 2.5.12.
- ThrottleMode - Class in org.apache.pekko.stream
-
Represents a mode that decides how to deal exceed rate for Throttle operator
- ThrottleMode() - Constructor for class org.apache.pekko.stream.ThrottleMode
- ThrottleMode.Enforcing$ - Class in org.apache.pekko.stream
-
Makes throttle fail with exception when upstream is faster than throttle rate
- ThrottleMode.Shaping$ - Class in org.apache.pekko.stream
-
Tells throttle to make pauses before emitting messages to meet throttle rate
- ThrottleMode$ - Class in org.apache.pekko.stream
- ThrottleMode$() - Constructor for class org.apache.pekko.stream.ThrottleMode$
- ThrottleMsg$ - Class in org.apache.pekko.remote.testconductor
- ThrottleMsg$() - Constructor for class org.apache.pekko.remote.testconductor.ThrottleMsg$
- ThrottlerHandle$ - Class in org.apache.pekko.remote.transport
- ThrottlerHandle$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerHandle$
- ThrottlerManager$ - Class in org.apache.pekko.remote.transport
-
INTERNAL API
- ThrottlerManager$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerManager$
- ThrottlerProvider - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- ThrottlerProvider() - Constructor for class org.apache.pekko.remote.transport.ThrottlerProvider
-
Deprecated.
- ThrottlerTransportAdapter - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- ThrottlerTransportAdapter(Transport, ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.
- ThrottlerTransportAdapter.Blackhole$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.Direction - Interface in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.Direction$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.Direction$.Both$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.Direction$.Receive$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.Direction$.Send$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.ForceDisassociate - Class in org.apache.pekko.remote.transport
-
Deprecated.Management Command to force disassociation of an address.
- ThrottlerTransportAdapter.ForceDisassociate$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.ForceDisassociateAck$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.ForceDisassociateExplicitly - Class in org.apache.pekko.remote.transport
-
Deprecated.Management Command to force disassociation of an address with an explicit error.
- ThrottlerTransportAdapter.ForceDisassociateExplicitly$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.SetThrottle - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.SetThrottle$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.SetThrottleAck$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.ThrottleMode - Interface in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.TokenBucket - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.TokenBucket$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter.Unthrottled$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- ThrottlerTransportAdapter$ - Class in org.apache.pekko.remote.transport
- ThrottlerTransportAdapter$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
- throughput() - Method in class org.apache.pekko.dispatch.Dispatcher
- throughput() - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
INTERNAL API
- throughput() - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- throughputDeadlineTime() - Method in class org.apache.pekko.dispatch.Dispatcher
- throughputDeadlineTime() - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
INTERNAL API
- throughputDeadlineTime() - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- throwable() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- throwable() - Method in class org.apache.pekko.testkit.ErrorFilter
- ThrowableNotSerializableException - Exception in org.apache.pekko.remote.serialization
-
Use as replacement for an original exception when it can't be serialized or deserialized.
- ThrowableNotSerializableException(String, String) - Constructor for exception org.apache.pekko.remote.serialization.ThrowableNotSerializableException
- ThrowableNotSerializableException(String, String, Throwable) - Constructor for exception org.apache.pekko.remote.serialization.ThrowableNotSerializableException
- Throwables - Class in org.apache.pekko.japi
-
Helper class for determining whether a
Throwableis fatal or not. - Throwables() - Constructor for class org.apache.pekko.japi.Throwables
- Throwables$ - Class in org.apache.pekko.japi
-
Helper class for determining whether a
Throwableis fatal or not. - Throwables$() - Constructor for class org.apache.pekko.japi.Throwables$
- ThrowExceptionConfigurator - Class in org.apache.pekko.persistence
- ThrowExceptionConfigurator() - Constructor for class org.apache.pekko.persistence.ThrowExceptionConfigurator
- throwFailure(String, Option<Throwable>) - Method in class org.apache.pekko.io.dns.internal.TcpDnsClient$
- ThrowOnShutdownTimeout() - Method in class org.apache.pekko.actor.testkit.typed.TestKitSettings
- ThrowOverflowExceptionStrategy - Class in org.apache.pekko.persistence
-
Throw
pekko.actor.StashOverflowException, hence the persistent actor will starting recovery if guarded by default supervisor strategy. - ThrowOverflowExceptionStrategy() - Constructor for class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- ThrowOverflowExceptionStrategy$ - Class in org.apache.pekko.persistence
-
Throw
pekko.actor.StashOverflowException, hence the persistent actor will starting recovery if guarded by default supervisor strategy. - ThrowOverflowExceptionStrategy$() - Constructor for class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
- tick(Duration, Duration, O) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Elements are emitted periodically with the specified interval.
- tick(Duration, Duration, O) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Elements are emitted periodically with the specified interval.
- tick(FiniteDuration, FiniteDuration, O) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- tick(FiniteDuration, FiniteDuration, O) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- tick(FiniteDuration, FiniteDuration, T) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Elements are emitted periodically with the specified interval.
- tick(FiniteDuration, FiniteDuration, T) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Elements are emitted periodically with the specified interval.
- TickDuration() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
- ticks() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler.TaskHolder
- ticks_$eq(int) - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler.TaskHolder
- timeBasedUUID(UUID) - Static method in class org.apache.pekko.persistence.query.Offset
- timeBasedUUID(UUID) - Method in class org.apache.pekko.persistence.query.Offset$
- TimeBasedUUID - Class in org.apache.pekko.persistence.query
-
Corresponds to an ordered unique identifier of the events.
- TimeBasedUUID(UUID) - Constructor for class org.apache.pekko.persistence.query.TimeBasedUUID
- TimeBasedUUID$ - Class in org.apache.pekko.persistence.query
- TimeBasedUUID$() - Constructor for class org.apache.pekko.persistence.query.TimeBasedUUID$
- timeout() - Method in class org.apache.pekko.actor.FSM.State
- timeout() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ActorTestKit
-
The default timeout as specified with the config/
pekko.actor.testkit.typed.TestKitSettings - timeout() - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestKitJunitResource
-
See corresponding method on
ActorTestKit - timeout() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit
- timeout() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase
-
See corresponding method on
ActorTestKit - timeout() - Method in class org.apache.pekko.actor.TypedProps
- timeout() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- timeout() - Method in interface org.apache.pekko.cluster.ddata.Replicator.ReadConsistency
- timeout() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- timeout() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
- timeout() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- timeout() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- timeout() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- timeout() - Method in interface org.apache.pekko.cluster.ddata.Replicator.WriteConsistency
- timeout() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
- timeout() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- timeout() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- timeout() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- timeout() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- timeout() - Method in interface org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadConsistency
- timeout() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- timeout() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
- timeout() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- timeout() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- timeout() - Method in interface org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteConsistency
- timeout() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
- timeout() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- timeout() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- timeout() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingHealthCheckSettings
- timeout() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- timeout() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy
- timeout() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- timeout() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- timeout() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- timeout() - Method in class org.apache.pekko.io.Tcp.Connect
- timeout() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- timeout() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- timeout() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- timeout() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- timeout() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- timeout() - Method in interface org.apache.pekko.persistence.journal.AsyncWriteProxy
- timeout() - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- timeout() - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- timeout() - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- timeout() - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- timeout() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings
-
Deprecated.Use attribute 'ActorAttributes.StreamSubscriptionTimeout' to read the concrete setting value. Since Akka 2.6.0.
- timeout() - Method in interface org.apache.pekko.testkit.DefaultTimeout
- timeout(String) - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
The configured timeout for a given
phase. - timeout(FiniteDuration) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet
-
Set the source into timed-out mode if it has not yet been materialized.
- Timeout - Class in org.apache.pekko.util
- Timeout(long, TimeUnit) - Constructor for class org.apache.pekko.util.Timeout
-
Construct a Timeout from the given time unit and factor.
- Timeout(FiniteDuration) - Constructor for class org.apache.pekko.util.Timeout
- TIMEOUT_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- TIMEOUT_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- TIMEOUT_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- Timeout$ - Class in org.apache.pekko.util
-
A Timeout is a wrapper on top of Duration to be more specific about what the duration means.
- Timeout$() - Constructor for class org.apache.pekko.util.Timeout$
- timeoutFuture_$eq(Option<Cancellable>) - Method in interface org.apache.pekko.actor.FSM
- timeoutFuture_$eq(Option<Cancellable>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- TimeoutMarker(long) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- TimeoutMarker$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker$
-
Deprecated.
- TIMEOUTNANOS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- TIMEOUTNANOS_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- TIMEOUTNANOS_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- timeoutSettings() - Method in class org.apache.pekko.coordination.lease.LeaseSettings
- TimeoutSettings - Class in org.apache.pekko.coordination.lease
- TimeoutSettings(FiniteDuration, FiniteDuration, FiniteDuration) - Constructor for class org.apache.pekko.coordination.lease.TimeoutSettings
- TimeoutSettings$ - Class in org.apache.pekko.coordination.lease
- TimeoutSettings$() - Constructor for class org.apache.pekko.coordination.lease.TimeoutSettings$
- timePasses(Duration) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.ManualTime
-
Advance the clock by the specified duration, executing all outstanding jobs on the calling thread before returning.
- timePasses(FiniteDuration) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ManualTime
-
Advance the clock by the specified duration, executing all outstanding jobs on the calling thread before returning.
- timePasses(FiniteDuration) - Method in class org.apache.pekko.testkit.ExplicitlyTriggeredScheduler
-
Advance the clock by the specified duration, executing all outstanding jobs on the calling thread before returning.
- timer() - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- Timer(int, Cancellable) - Constructor for class org.apache.pekko.stream.stage.TimerMessages.Timer
- Timer(String, Object, FSM.TimerMode, int, Object, ActorContext) - Constructor for class org.apache.pekko.actor.FSM.Timer
- Timer(String, Object, PersistentFSM.TimerMode, int, Object, ActorContext) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- Timer$() - Constructor for class org.apache.pekko.actor.FSM.Timer$
- Timer$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.Timer$
-
Deprecated.
- Timer$() - Constructor for class org.apache.pekko.stream.stage.TimerMessages.Timer$
- TimerCancelled(Object) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- TimerCancelled$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled$
- TimerGraphStageLogic - Class in org.apache.pekko.stream.stage
-
Provides timer related facilities to a
GraphStageLogic. - TimerGraphStageLogic(Shape) - Constructor for class org.apache.pekko.stream.stage.TimerGraphStageLogic
- TimerGraphStageLogicWithLogging - Class in org.apache.pekko.stream.stage
-
Java API:
TimerGraphStageLogicwithStageLogging. - TimerGraphStageLogicWithLogging(Shape) - Constructor for class org.apache.pekko.stream.stage.TimerGraphStageLogicWithLogging
- timerId() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- timerKey() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- TimerMessages - Class in org.apache.pekko.stream.stage
- TimerMessages() - Constructor for class org.apache.pekko.stream.stage.TimerMessages
- TimerMessages.Scheduled - Class in org.apache.pekko.stream.stage
- TimerMessages.Scheduled$ - Class in org.apache.pekko.stream.stage
- TimerMessages.Timer - Class in org.apache.pekko.stream.stage
- TimerMessages.Timer$ - Class in org.apache.pekko.stream.stage
- TimerMessages$ - Class in org.apache.pekko.stream.stage
- TimerMessages$() - Constructor for class org.apache.pekko.stream.stage.TimerMessages$
- timers() - Method in interface org.apache.pekko.actor.Timers
-
Start and cancel timers via the enclosed
TimerScheduler. - Timers - Interface in org.apache.pekko.actor
-
Scala API: Mix in Timers into your Actor to get support for scheduled
selfmessages viaTimerScheduler. - timerScheduled() - Static method in class org.apache.pekko.actor.testkit.typed.Effect
- timerScheduled() - Method in class org.apache.pekko.actor.testkit.typed.Effect$
- timerScheduled(Object, U, Duration, org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode, boolean, Effect) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
- timerScheduled(Object, U, Duration, org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode, boolean, Effect) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
- TimerScheduled(Object, U, FiniteDuration, org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.TimerMode, boolean, Function0<BoxedUnit>) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- TimerScheduled$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
- TimerScheduler - Class in org.apache.pekko.actor
-
Support for scheduled
selfmessages in an actor. - TimerScheduler<T> - Interface in org.apache.pekko.actor.typed.javadsl
-
Support for scheduled
selfmessages in an actor. - TimerScheduler<T> - Interface in org.apache.pekko.actor.typed.scaladsl
-
Support for scheduled
selfmessages in an actor. - TimerScheduler() - Constructor for class org.apache.pekko.actor.TimerScheduler
- TimerSchedulerCrossDslSupport<T> - Interface in org.apache.pekko.actor.typed.internal
- TimerSchedulerImpl$ - Class in org.apache.pekko.actor
-
INTERNAL API
- TimerSchedulerImpl$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- TimerSchedulerImpl$() - Constructor for class org.apache.pekko.actor.TimerSchedulerImpl$
- TimerSchedulerImpl$() - Constructor for class org.apache.pekko.actor.typed.internal.TimerSchedulerImpl$
- timestamp() - Method in class org.apache.pekko.cluster.ddata.LWWRegister
- timestamp() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- timestamp() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- timestamp() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- timestamp() - Method in class org.apache.pekko.event.Logging.Debug
- timestamp() - Method in class org.apache.pekko.event.Logging.Error
- timestamp() - Method in class org.apache.pekko.event.Logging.Info
- timestamp() - Method in interface org.apache.pekko.event.Logging.LogEvent
- timestamp() - Method in class org.apache.pekko.event.Logging.Warning
- timestamp() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- timestamp() - Method in interface org.apache.pekko.persistence.PersistentRepr
-
The
timestampis the time the event was stored, in milliseconds since midnight, January 1, 1970 UTC (same asSystem.currentTimeMillis). - timestamp() - Method in class org.apache.pekko.persistence.query.DeletedDurableState
- timestamp() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- timestamp() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- timestamp() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- timestamp() - Method in class org.apache.pekko.persistence.query.UpdatedDurableState
- timestamp() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- timestamp() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- timestamp() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- timestamp() - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- timestamp() - Method in interface org.apache.pekko.persistence.typed.PublishedEvent
- timestamp() - Method in class org.apache.pekko.persistence.typed.SnapshotMetadata
- timestamp(long) - Static method in class org.apache.pekko.util.Helpers
- timestamp(long) - Method in class org.apache.pekko.util.Helpers$
- timestamp(Instant) - Static method in class org.apache.pekko.persistence.query.Offset
- timestamp(Instant) - Method in class org.apache.pekko.persistence.query.Offset$
- timestamp(Logging.LogEvent) - Method in interface org.apache.pekko.event.Logging.StdOutLogger
- timeStamp() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- Timestamp$() - Constructor for class org.apache.pekko.cluster.ddata.VersionVector.Timestamp$
- Timestamp$() - Constructor for class org.apache.pekko.cluster.VectorClock.Timestamp$
- timestampMillis() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- timestampMillis() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- timestampOf(String, long) - Method in interface org.apache.pekko.persistence.query.typed.javadsl.EventTimestampQuery
- timestampOf(String, long) - Method in interface org.apache.pekko.persistence.query.typed.scaladsl.EventTimestampQuery
- TimestampOffset - Class in org.apache.pekko.persistence.query
- TimestampOffset(Instant, Instant, Map<String, Object>) - Constructor for class org.apache.pekko.persistence.query.TimestampOffset
- TimestampOffset$ - Class in org.apache.pekko.persistence.query
- TimestampOffset$() - Constructor for class org.apache.pekko.persistence.query.TimestampOffset$
- timeToAvailable(long, int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.
- timeToAvailable(long, int) - Method in interface org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ThrottleMode
-
Deprecated.
- timeToAvailable(long, int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- timeToAvailable(long, int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.
- TLS - Class in org.apache.pekko.stream.javadsl
-
Stream cipher support based upon JSSE.
- TLS - Class in org.apache.pekko.stream.scaladsl
-
Stream cipher support based upon JSSE.
- TLS() - Constructor for class org.apache.pekko.stream.javadsl.TLS
- TLS() - Constructor for class org.apache.pekko.stream.scaladsl.TLS
- TLS$ - Class in org.apache.pekko.stream.javadsl
-
Stream cipher support based upon JSSE.
- TLS$ - Class in org.apache.pekko.stream.scaladsl
-
Stream cipher support based upon JSSE.
- TLS$() - Constructor for class org.apache.pekko.stream.javadsl.TLS$
- TLS$() - Constructor for class org.apache.pekko.stream.scaladsl.TLS$
- TLSClientAuth - Class in org.apache.pekko.stream
-
An SSLEngine can either demand, allow or ignore its peer’s authentication (via certificates), where
Needwill fail the handshake if the peer does not provide valid credentials,Wantallows the peer to send credentials and verifies them if provided, andNonedisables peer certificate verification. - TLSClientAuth() - Constructor for class org.apache.pekko.stream.TLSClientAuth
- TLSClientAuth.Need$ - Class in org.apache.pekko.stream
- TLSClientAuth.None$ - Class in org.apache.pekko.stream
- TLSClientAuth.Want$ - Class in org.apache.pekko.stream
- TLSClientAuth$ - Class in org.apache.pekko.stream
- TLSClientAuth$() - Constructor for class org.apache.pekko.stream.TLSClientAuth$
- TLSClosing - Class in org.apache.pekko.stream
-
All streams in Pekko are unidirectional: while in a complex flow graph data may flow in multiple directions these individual flows are independent from each other.
- TLSClosing() - Constructor for class org.apache.pekko.stream.TLSClosing
- TLSClosing$ - Class in org.apache.pekko.stream
- TLSClosing$() - Constructor for class org.apache.pekko.stream.TLSClosing$
- TLSPlacebo - Class in org.apache.pekko.stream.javadsl
-
This object holds simple wrapping
pekko.stream.scaladsl.BidiFlowimplementations that can be used instead ofTLSwhen no encryption is desired. - TLSPlacebo - Class in org.apache.pekko.stream.scaladsl
-
This object holds simple wrapping
pekko.stream.scaladsl.BidiFlowimplementations that can be used instead ofTLSwhen no encryption is desired. - TLSPlacebo() - Constructor for class org.apache.pekko.stream.javadsl.TLSPlacebo
- TLSPlacebo() - Constructor for class org.apache.pekko.stream.scaladsl.TLSPlacebo
- TLSPlacebo$ - Class in org.apache.pekko.stream.javadsl
-
This object holds simple wrapping
pekko.stream.scaladsl.BidiFlowimplementations that can be used instead ofTLSwhen no encryption is desired. - TLSPlacebo$ - Class in org.apache.pekko.stream.scaladsl
-
This object holds simple wrapping
pekko.stream.scaladsl.BidiFlowimplementations that can be used instead ofTLSwhen no encryption is desired. - TLSPlacebo$() - Constructor for class org.apache.pekko.stream.javadsl.TLSPlacebo$
- TLSPlacebo$() - Constructor for class org.apache.pekko.stream.scaladsl.TLSPlacebo$
- TLSProtocol - Class in org.apache.pekko.stream
- TLSProtocol() - Constructor for class org.apache.pekko.stream.TLSProtocol
- TLSProtocol.NegotiateNewSession - Class in org.apache.pekko.stream
-
Initiate a new session negotiation.
- TLSProtocol.NegotiateNewSession$ - Class in org.apache.pekko.stream
- TLSProtocol.SendBytes - Class in org.apache.pekko.stream
-
Send the given
pekko.util.ByteStringacross the encrypted session to the peer. - TLSProtocol.SendBytes$ - Class in org.apache.pekko.stream
- TLSProtocol.SessionBytes - Class in org.apache.pekko.stream
-
Plaintext bytes emitted by the SSLEngine are received over one specific encryption session and this class bundles the bytes with the SSLSession object.
- TLSProtocol.SessionBytes$ - Class in org.apache.pekko.stream
- TLSProtocol.SessionTruncated - Class in org.apache.pekko.stream
-
If the underlying transport is closed before the final TLS closure command is received from the peer then the SSLEngine will throw an SSLException that warns about possible truncation attacks.
- TLSProtocol.SessionTruncated$ - Class in org.apache.pekko.stream
- TLSProtocol.SslTlsInbound - Interface in org.apache.pekko.stream
-
This is the supertype of all messages that the SslTls operator emits on the plaintext side.
- TLSProtocol.SslTlsOutbound - Interface in org.apache.pekko.stream
-
This is the supertype of all messages that the SslTls operator accepts on its plaintext side.
- TLSProtocol$ - Class in org.apache.pekko.stream
- TLSProtocol$() - Constructor for class org.apache.pekko.stream.TLSProtocol$
- TLSRole - Class in org.apache.pekko.stream
- TLSRole() - Constructor for class org.apache.pekko.stream.TLSRole
- TLSRole$ - Class in org.apache.pekko.stream
-
Many protocols are asymmetric and distinguish between the client and the server, where the latter listens passively for messages and the former actively initiates the exchange.
- TLSRole$() - Constructor for class org.apache.pekko.stream.TLSRole$
- to() - Method in class org.apache.pekko.actor.FSM.Transition
- to() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- to() - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- to() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- to() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- to(ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableCompletionStage
- to(ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableFuture
- to(ActorRef, ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableCompletionStage
- to(ActorRef, ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableFuture
- to(ActorSelection) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableCompletionStage
- to(ActorSelection) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableFuture
- to(ActorSelection, ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableCompletionStage
- to(ActorSelection, ActorRef) - Method in class org.apache.pekko.pattern.PipeToSupport.PipeableFuture
- to(FlowShape<I, O>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- to(Graph<SinkShape<Pair<Out, Ctx>>, Mat2>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Connect this
pekko.stream.javadsl.SourceWithContextto apekko.stream.javadsl.Sink, concatenating the processing steps of both. - to(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.Flow
- to(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- to(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- to(Graph<SinkShape<Out>, M>) - Method in class org.apache.pekko.stream.javadsl.Source
- to(Graph<SinkShape<Out>, M>) - Method in interface org.apache.pekko.stream.scaladsl.SubFlow
-
Attach a
Sinkto each sub-flow, closing the overall Graph that is being constructed. - to(Graph<SinkShape<Out>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.Flow
- to(Graph<SinkShape<Out>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- to(Graph<SinkShape<Out>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Connect this
pekko.stream.scaladsl.Sourceto apekko.stream.scaladsl.Sink, concatenating the processing steps of both. - to(Graph<SinkShape<Tuple2<Out, Ctx>>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
-
Connect this
pekko.stream.scaladsl.SourceWithContextto apekko.stream.scaladsl.Sink, concatenating the processing steps of both. - to(Inlet<T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- to(SinkShape<? super T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ForwardOps
- to(SinkShape<T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- to(UniformFanInShape<I, O>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- to(UniformFanOutShape<I, O>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder
- TO_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- TO_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- TO_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- toAddress(ActorRef<T>) - Method in class org.apache.pekko.actor.typed.SerializedActorRef$
- toArray() - Method in class org.apache.pekko.util.BoundedBlockingQueue
- toArray() - Method in class org.apache.pekko.util.ByteString
-
Java API: copy this ByteString into a fresh byte array
- toArray(ClassTag<B>) - Method in class org.apache.pekko.util.ByteIterator
- toArray(ClassTag<B>) - Method in class org.apache.pekko.util.ByteString
- toArray(X[]) - Method in class org.apache.pekko.util.BoundedBlockingQueue
- toArrayUnsafe() - Method in class org.apache.pekko.util.ByteString.ByteString1
- toArrayUnsafe() - Method in class org.apache.pekko.util.ByteString.ByteString1C
- toArrayUnsafe() - Method in class org.apache.pekko.util.ByteString
-
Unsafe API: Use only in situations you are completely confident that this is what you need, and that you understand the implications documented below.
- toBinary(Object) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ServiceKeySerializer
- toBinary(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer
- toBinary(Object) - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- toBinary(Object) - Method in class org.apache.pekko.cluster.metrics.protobuf.MessageSerializer
- toBinary(Object) - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- toBinary(Object) - Method in class org.apache.pekko.persistence.serialization.MessageSerializer
-
Serializes persistent messages.
- toBinary(Object) - Method in class org.apache.pekko.persistence.serialization.SnapshotSerializer
-
Serializes a
Snapshot. - toBinary(Object) - Method in class org.apache.pekko.persistence.TestSerializer
- toBinary(Object) - Method in class org.apache.pekko.remote.serialization.ByteStringSerializer
-
Deprecated.
- toBinary(Object) - Method in class org.apache.pekko.remote.serialization.IntSerializer
-
Deprecated.
- toBinary(Object) - Method in class org.apache.pekko.remote.serialization.LongSerializer
-
Deprecated.
- toBinary(Object) - Method in class org.apache.pekko.remote.serialization.MessageContainerSerializer
- toBinary(Object) - Method in class org.apache.pekko.remote.serialization.MiscMessageSerializer
- toBinary(Object) - Method in class org.apache.pekko.remote.serialization.ProtobufSerializer
- toBinary(Object) - Method in class org.apache.pekko.remote.serialization.StringSerializer
-
Deprecated.
- toBinary(Object) - Method in class org.apache.pekko.remote.serialization.SystemMessageSerializer
- toBinary(Object) - Method in class org.apache.pekko.serialization.AsyncSerializerWithStringManifest
- toBinary(Object) - Method in class org.apache.pekko.serialization.ByteArraySerializer
- toBinary(Object) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- toBinary(Object) - Method in class org.apache.pekko.serialization.JavaSerializer
- toBinary(Object) - Method in class org.apache.pekko.serialization.NullSerializer
- toBinary(Object) - Method in interface org.apache.pekko.serialization.Serializer
-
Serializes the given object into an Array of Byte.
- toBinary(Object) - Method in class org.apache.pekko.serialization.SerializerWithStringManifest
-
Serializes the given object into an Array of Byte.
- toBinary(Object) - Method in class org.apache.pekko.testkit.TestJavaSerializer
- toBinary(Object, ByteBuffer) - Method in class org.apache.pekko.remote.serialization.ByteStringSerializer
-
Deprecated.
- toBinary(Object, ByteBuffer) - Method in class org.apache.pekko.remote.serialization.IntSerializer
-
Deprecated.
- toBinary(Object, ByteBuffer) - Method in class org.apache.pekko.remote.serialization.LongSerializer
-
Deprecated.
- toBinary(Object, ByteBuffer) - Method in class org.apache.pekko.remote.serialization.StringSerializer
-
Deprecated.
- toBinary(Object, ByteBuffer) - Method in class org.apache.pekko.serialization.ByteArraySerializer
- toBinary(Object, ByteBuffer) - Method in interface org.apache.pekko.serialization.ByteBufferSerializer
-
Serializes the given object into the
ByteBuffer. - toBinary(Object, ByteBuffer) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- toBinaryAsync(Object) - Method in interface org.apache.pekko.serialization.AsyncSerializer
-
Serializes the given object into an Array of Byte.
- toBinaryAsync(Object) - Method in class org.apache.pekko.serialization.AsyncSerializerWithStringManifestCS
- toBinaryAsyncCS(Object) - Method in class org.apache.pekko.serialization.AsyncSerializerWithStringManifestCS
- toBuilder() - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- toBuilder() - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- toBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- toBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- toBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- toBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- toBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- toBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- toBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- toBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- toBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- toBuilder() - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- toBuilder() - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- toBuilder() - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- toBuilder() - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- toBuilder() - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- toBuilder() - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- toBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- toBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- toBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- toBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- toBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- toBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- toBuilder() - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- toBuilder() - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- toBuilder() - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Option
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- toBuilder() - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- toBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- toBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- toBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- toBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- toBuilder() - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- toBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- toBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- toBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- toBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- toBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- toBuilder() - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.AddressData
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.DeployData
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.PropsData
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- toBuilder() - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- toBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- toBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- toBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- toBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- toBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- toBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- toBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- toBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- toBuilder() - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- toByteBuffer() - Method in class org.apache.pekko.util.ByteString
-
Creates a new ByteBuffer with a copy of all bytes contained in this ByteString.
- toByteString() - Method in class org.apache.pekko.util.ByteIterator.ByteArrayIterator
- toByteString() - Method in class org.apache.pekko.util.ByteIterator.MultiByteArrayIterator
- toByteString() - Method in class org.apache.pekko.util.ByteIterator
- toClassic() - Method in interface org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadConsistency
-
INTERNAL API
- toClassic() - Method in interface org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteConsistency
-
INTERNAL API
- toClassic() - Method in interface org.apache.pekko.persistence.typed.scaladsl.Recovery
-
INTERNAL API
- toClassic(ActorRef<?>) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- toClassic(ActorRef<?>) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- toClassic(ActorRef<U>) - Method in class org.apache.pekko.actor.typed.internal.adapter.ActorRefAdapter$
- toClassic(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.internal.adapter.ActorSystemAdapter$
- toClassic(ActorSystem<?>) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- toClassic(ActorSystem<?>) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- toClassic(ActorContext<?>) - Method in class org.apache.pekko.actor.typed.internal.adapter.ActorContextAdapter$
- toClassic(ActorContext<?>) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- toClassic(ActorContext<?>) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- toClassic(ActorContext<?>) - Method in class org.apache.pekko.actor.typed.internal.adapter.ActorContextAdapter$
- toClassic(Scheduler) - Method in class org.apache.pekko.actor.typed.internal.adapter.SchedulerAdapter$
- toClassic(Scheduler) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- toClassic(Scheduler) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- toClassic(ClusterShardingSettings.PassivationStrategySettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.FilterSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FilterSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.FrequencySketchSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.HillClimbingSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.OptimizerSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.OptimizerSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.WindowSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.IdleSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastFrequentlyUsedSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.MostRecentlyUsedSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.MostRecentlyUsedSettings$
- toClassic(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.PolicySettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.PolicySettings$
- ToClient$ - Class in org.apache.pekko.remote.testconductor
- ToClient$() - Constructor for class org.apache.pekko.remote.testconductor.ToClient$
- toCompactionIntervalMap(ConfigObject) - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbStore$
- toDie() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- toDurableStateChange() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- toFanIn(UniformFanInShape<? super T, U>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ForwardOps
- toFanOut(UniformFanOutShape<? super T, U>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ForwardOps
- toFile(File) - Static method in class org.apache.pekko.stream.javadsl.FileIO
-
Deprecated.Use `toPath` instead. Since Akka 2.4.5.
- toFile(File) - Method in class org.apache.pekko.stream.javadsl.FileIO$
-
Deprecated.Use `toPath` instead. Since Akka 2.4.5.
- toFile(File, Set<Opt>) - Static method in class org.apache.pekko.stream.javadsl.FileIO
-
Deprecated.Use `toPath` instead. Since Akka 2.4.5.
- toFile(File, Set<Opt>) - Method in class org.apache.pekko.stream.javadsl.FileIO$
-
Deprecated.Use `toPath` instead. Since Akka 2.4.5.
- toFile(File, Set<OpenOption>) - Static method in class org.apache.pekko.stream.scaladsl.FileIO
-
Deprecated.Use `toPath` instead. Since Akka 2.4.5.
- toFile(File, Set<OpenOption>) - Method in class org.apache.pekko.stream.scaladsl.FileIO$
-
Deprecated.Use `toPath` instead. Since Akka 2.4.5.
- toFile$default$2() - Static method in class org.apache.pekko.stream.scaladsl.FileIO
- toFile$default$2() - Method in class org.apache.pekko.stream.scaladsl.FileIO$
- toFutureRef() - Method in interface org.apache.pekko.pattern.PromiseRef
-
Converts this PromiseRef to FutureRef, effectively narrowing it's API.
- toInlet(Inlet<? super T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ForwardOps
- toInternal(R) - Method in interface org.apache.pekko.persistence.testkit.internal.InternalReprSupport
- toJava() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- toJava() - Method in class org.apache.pekko.util.OptionConverters.RichOption
- toJava(Option<A>) - Static method in class org.apache.pekko.util.OptionConverters
- toJava(Option<A>) - Method in class org.apache.pekko.util.OptionConverters$
- toJava$extension(OptionConverters.RichOption<A>) - Method in class org.apache.pekko.util.OptionConverters.RichOption$
- toJavaGeneric() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalDouble
-
Convert a Java `OptionalDouble` to a generic Java `Optional`
- toJavaGeneric() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalInt
-
Convert a Java `OptionalInt` to a generic Java `Optional`
- toJavaGeneric() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalLong
-
Convert a Java `OptionalLong` to a generic Java `Optional`
- toJavaGeneric$extension(OptionConverters.RichOptionalDouble) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalDouble$
- toJavaGeneric$extension(OptionConverters.RichOptionalInt) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalInt$
- toJavaGeneric$extension(OptionConverters.RichOptionalLong) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalLong$
- toJavaPrimitive(OptionShape<A, O>) - Method in class org.apache.pekko.util.OptionConverters.RichOption
- toJavaPrimitive(OptionShape<A, O>) - Method in class org.apache.pekko.util.OptionConverters.RichOptional
- toJavaPrimitive$extension(OptionConverters.RichOption<A>, OptionShape<A, O>) - Method in class org.apache.pekko.util.OptionConverters.RichOption$
- toJavaPrimitive$extension(OptionConverters.RichOptional<A>, OptionShape<A, O>) - Method in class org.apache.pekko.util.OptionConverters.RichOptional$
- toJournal(E) - Method in class org.apache.pekko.persistence.typed.EventAdapter
-
Convert domain event to journal event type.
- toJournal(Object) - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- toJournal(Object) - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- toJournal(Object) - Method in interface org.apache.pekko.persistence.journal.WriteEventAdapter
-
Convert domain event to journal event type.
- toJournal(State) - Method in interface org.apache.pekko.persistence.typed.SnapshotAdapter
-
Transform the state to a different type before sending to the journal.
- token() - Method in class org.apache.pekko.io.Tcp.NoAck
- token() - Method in class org.apache.pekko.io.Udp.NoAck
- token() - Method in class org.apache.pekko.io.UdpConnected.NoAck
- TokenBucket(int, double, long, int) - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- TokenBucket$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket$
-
Deprecated.
- tokensPerSecond() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- toMat(Graph<SinkShape<Pair<Out, Ctx>>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Connect this
pekko.stream.javadsl.SourceWithContextto apekko.stream.javadsl.Sink, concatenating the processing steps of both. - toMat(Graph<SinkShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- toMat(Graph<SinkShape<Out>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
- toMat(Graph<SinkShape<Out>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.scaladsl.Flow
- toMat(Graph<SinkShape<Out>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- toMat(Graph<SinkShape<Out>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Connect this
pekko.stream.scaladsl.Sourceto apekko.stream.scaladsl.Sink, concatenating the processing steps of both. - toMat(Graph<SinkShape<Tuple2<Out, Ctx>>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
-
Connect this
pekko.stream.scaladsl.SourceWithContextto apekko.stream.scaladsl.Sink, concatenating the processing steps of both. - TOMBSTONES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- TooManySubstreamsOpenException - Exception in org.apache.pekko.stream
-
This exception signals that the maximum number of substreams declared has been exceeded.
- TooManySubstreamsOpenException() - Constructor for exception org.apache.pekko.stream.TooManySubstreamsOpenException
- toOption$extension(OptionVal<A>) - Method in class org.apache.pekko.util.OptionVal$
-
Convert to
scala.Option - toORMultiMap$extension(ServiceRegistry) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- toPath(Path) - Static method in class org.apache.pekko.stream.javadsl.FileIO
-
Creates a Sink that writes incoming
pekko.util.ByteStringelements to the given file path. - toPath(Path) - Method in class org.apache.pekko.stream.javadsl.FileIO$
-
Creates a Sink that writes incoming
pekko.util.ByteStringelements to the given file path. - toPath(Path, Set<Opt>) - Static method in class org.apache.pekko.stream.javadsl.FileIO
-
Creates a Sink that writes incoming
pekko.util.ByteStringelements to the given file path. - toPath(Path, Set<Opt>) - Method in class org.apache.pekko.stream.javadsl.FileIO$
-
Creates a Sink that writes incoming
pekko.util.ByteStringelements to the given file path. - toPath(Path, Set<Opt>, long) - Static method in class org.apache.pekko.stream.javadsl.FileIO
-
Creates a Sink that writes incoming
pekko.util.ByteStringelements to the given file path. - toPath(Path, Set<Opt>, long) - Method in class org.apache.pekko.stream.javadsl.FileIO$
-
Creates a Sink that writes incoming
pekko.util.ByteStringelements to the given file path. - toPath(Path, Set<OpenOption>) - Static method in class org.apache.pekko.stream.scaladsl.FileIO
-
Creates a Sink which writes incoming
pekko.util.ByteStringelements to the given file path. - toPath(Path, Set<OpenOption>) - Method in class org.apache.pekko.stream.scaladsl.FileIO$
-
Creates a Sink which writes incoming
pekko.util.ByteStringelements to the given file path. - toPath(Path, Set<OpenOption>, long) - Static method in class org.apache.pekko.stream.scaladsl.FileIO
-
Creates a Sink which writes incoming
pekko.util.ByteStringelements to the given file path. - toPath(Path, Set<OpenOption>, long) - Method in class org.apache.pekko.stream.scaladsl.FileIO$
-
Creates a Sink which writes incoming
pekko.util.ByteStringelements to the given file path. - toPath$default$2() - Static method in class org.apache.pekko.stream.scaladsl.FileIO
- toPath$default$2() - Method in class org.apache.pekko.stream.scaladsl.FileIO$
- TopHeavyHitters$ - Class in org.apache.pekko.remote.artery.compress
-
INTERNAL API
- TopHeavyHitters$() - Constructor for class org.apache.pekko.remote.artery.compress.TopHeavyHitters$
- topic() - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- topic() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- topic() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- topic() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- topic() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- Topic - Class in org.apache.pekko.actor.typed.pubsub
-
A pub sub topic is an actor that handles subscribing to a topic and publishing messages to all subscribed actors.
- Topic() - Constructor for class org.apache.pekko.actor.typed.pubsub.Topic
- Topic(FiniteDuration, RoutingLogic) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Topic
- TOPIC_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- Topic.Command<T> - Interface in org.apache.pekko.actor.typed.pubsub
-
Not for user extension
- Topic.GetTopicStats$ - Class in org.apache.pekko.actor.typed.pubsub
-
Scala API: Get a summary of the state for a local topic actor.
- Topic.Publish$ - Class in org.apache.pekko.actor.typed.pubsub
-
Scala API: Publish the message to all currently known subscribers.
- Topic.Subscribe$ - Class in org.apache.pekko.actor.typed.pubsub
-
Scala API: Subscribe to this topic.
- Topic.TopicStats - Interface in org.apache.pekko.actor.typed.pubsub
-
Response to the
GetTopicStatsquery. - Topic.Unsubscribe$ - Class in org.apache.pekko.actor.typed.pubsub
-
Scala API: Unsubscribe a previously subscribed actor from this topic.
- Topic$ - Class in org.apache.pekko.actor.typed.pubsub
-
A pub sub topic is an actor that handles subscribing to a topic and publishing messages to all subscribed actors.
- Topic$() - Constructor for class org.apache.pekko.actor.typed.pubsub.Topic$
- TopicImpl$ - Class in org.apache.pekko.actor.typed.internal.pubsub
-
INTERNAL API
- TopicImpl$() - Constructor for class org.apache.pekko.actor.typed.internal.pubsub.TopicImpl$
- topicInstanceCount() - Method in interface org.apache.pekko.actor.typed.pubsub.Topic.TopicStats
- topicRef() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- topics() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- toPositive(int) - Static method in class org.apache.pekko.cluster.sharding.typed.internal.Murmur2
- toPositive(int) - Method in class org.apache.pekko.cluster.sharding.typed.internal.Murmur2$
- toProcessor() - Method in class org.apache.pekko.stream.javadsl.Flow
-
Converts this Flow to a
RunnableGraphthat materializes to a Reactive StreamsProcessorwhich implements the operations encapsulated by this Flow. - toProcessor() - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Converts this Flow to a
RunnableGraphthat materializes to a Reactive StreamsProcessorwhich implements the operations encapsulated by this Flow. - toProtoByteStringUnsafe(byte[]) - Static method in class org.apache.pekko.remote.ByteStringUtils
- toProtoByteStringUnsafe(byte[]) - Method in class org.apache.pekko.remote.ByteStringUtils$
- toProtoByteStringUnsafe(ByteString) - Static method in class org.apache.pekko.remote.ByteStringUtils
- toProtoByteStringUnsafe(ByteString) - Method in class org.apache.pekko.remote.ByteStringUtils$
- toRepr(Object) - Method in interface org.apache.pekko.persistence.testkit.internal.InternalReprSupport
- toRootLowerCase(String) - Static method in class org.apache.pekko.util.Helpers
- toRootLowerCase(String) - Method in class org.apache.pekko.util.Helpers$
- toScala() - Method in class org.apache.pekko.japi.Pair
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple10
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple11
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple12
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple13
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple14
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple15
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple16
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple17
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple18
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple19
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple20
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple21
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple22
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple3
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple4
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple5
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple6
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple7
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple8
- toScala() - Method in class org.apache.pekko.japi.tuple.Tuple9
- toScala() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- toScala() - Method in class org.apache.pekko.util.OptionConverters.RichOptional
- toScala() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalDouble
-
Convert a Java `OptionalDouble` to a Scala `Option`
- toScala() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalInt
-
Convert a Java `OptionalInt` to a Scala `Option`
- toScala() - Method in class org.apache.pekko.util.OptionConverters.RichOptionalLong
-
Convert a Java `OptionalLong` to a Scala `Option`
- toScala(Optional<A>) - Static method in class org.apache.pekko.util.OptionConverters
- toScala(Optional<A>) - Method in class org.apache.pekko.util.OptionConverters$
- toScala(OptionalDouble) - Static method in class org.apache.pekko.util.OptionConverters
- toScala(OptionalDouble) - Method in class org.apache.pekko.util.OptionConverters$
- toScala(OptionalInt) - Static method in class org.apache.pekko.util.OptionConverters
- toScala(OptionalInt) - Method in class org.apache.pekko.util.OptionConverters$
- toScala(OptionalLong) - Static method in class org.apache.pekko.util.OptionConverters
- toScala(OptionalLong) - Method in class org.apache.pekko.util.OptionConverters$
- toScala(ActorSelection) - Static method in class org.apache.pekko.actor.ActorSelection
- toScala(ActorSelection) - Method in class org.apache.pekko.actor.ActorSelection$
- toScala$extension(OptionConverters.RichOptional<A>) - Method in class org.apache.pekko.util.OptionConverters.RichOptional$
- toScala$extension(OptionConverters.RichOptionalDouble) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalDouble$
- toScala$extension(OptionConverters.RichOptionalInt) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalInt$
- toScala$extension(OptionConverters.RichOptionalLong) - Method in class org.apache.pekko.util.OptionConverters.RichOptionalLong$
- toSeq() - Method in class org.apache.pekko.util.ByteIterator
- toSeq(Iterable<T>) - Static method in class org.apache.pekko.stream.javadsl.CollectionUtil
- toSeq(Iterable<T>) - Method in class org.apache.pekko.stream.javadsl.CollectionUtil$
- toSeq(List<T>) - Static method in class org.apache.pekko.stream.javadsl.CollectionUtil
- toSeq(List<T>) - Method in class org.apache.pekko.stream.javadsl.CollectionUtil$
- toSeqNr() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- toSeqNr() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- TOSEQNR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- toSeqNumber() - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- toSequenceNr() - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- toSequenceNr() - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- toSequenceNr() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- toSequenceNr() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- toSequenceNr() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- toSequenceNr() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- toSequenceNr() - Method in class org.apache.pekko.persistence.Recovery
- toSequenceNr() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- toSequenceNr() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- toSequenceNr() - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- toSequenceNr() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- toSerializationFormat() - Method in interface org.apache.pekko.actor.ActorPath
-
Generate full String representation including the uid for the actor cell instance as URI fragment.
- toSerializationFormat() - Method in class org.apache.pekko.actor.ActorSelection
-
String representation of the actor selection suitable for storage and recreation.
- toSerializationFormat() - Method in class org.apache.pekko.actor.ChildActorPath
- toSerializationFormat() - Method in class org.apache.pekko.actor.RootActorPath
- toSerializationFormat(ActorRef<T>) - Method in class org.apache.pekko.actor.typed.ActorRefResolver
-
Generate full String representation including the uid for the actor cell instance as URI fragment, replacing the Address in the RootActor Path with the local one unless this path’s address includes host and port information.
- toSerializationFormat(SinkRef<T>) - Method in interface org.apache.pekko.stream.StreamRefResolver
-
Generate full String representation of the
SinkRef. - toSerializationFormat(SourceRef<T>) - Method in interface org.apache.pekko.stream.StreamRefResolver
-
Generate full String representation of the
SourceRef. - toSerializationFormatWithAddress(Address) - Method in interface org.apache.pekko.actor.ActorPath
-
Generate full String representation including the uid for the actor cell instance as URI fragment, replacing the Address in the RootActor Path with the given one unless this path’s address includes host and port information.
- toSerializationFormatWithAddress(Address) - Method in class org.apache.pekko.actor.ChildActorPath
- toSerializationFormatWithAddress(Address) - Method in class org.apache.pekko.actor.RootActorPath
- ToServer$ - Class in org.apache.pekko.remote.testconductor
- ToServer$() - Constructor for class org.apache.pekko.remote.testconductor.ToServer$
- toStrict(Duration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- toStrict(FiniteDuration) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Attempt to drain the stream into a strict collection (by requesting
Long.MaxValueelements). - toString() - Method in class org.apache.pekko.actor.ActorIdentity
- toString() - Method in class org.apache.pekko.actor.ActorIdentity$
- toString() - Static method in exception org.apache.pekko.actor.ActorKilledException
- toString() - Method in class org.apache.pekko.actor.ActorKilledException$
- toString() - Static method in exception org.apache.pekko.actor.ActorNotFound
- toString() - Method in class org.apache.pekko.actor.ActorNotFound$
- toString() - Method in class org.apache.pekko.actor.ActorRef
- toString() - Method in class org.apache.pekko.actor.ActorSelection
- toString() - Method in class org.apache.pekko.actor.ActorSelectionMessage$
- toString() - Method in class org.apache.pekko.actor.ActorSystem.Settings
-
Returns the String representation of the Config that this Settings is backed by
- toString() - Method in class org.apache.pekko.actor.Address
- toString() - Method in class org.apache.pekko.actor.AddressTerminated$
- toString() - Method in class org.apache.pekko.actor.AllForOneStrategy
- toString() - Method in class org.apache.pekko.actor.AllForOneStrategy$
- toString() - Method in class org.apache.pekko.actor.ChildActorPath
- toString() - Static method in class org.apache.pekko.actor.ChildNameReserved
- toString() - Method in class org.apache.pekko.actor.ChildNameReserved$
- toString() - Method in class org.apache.pekko.actor.ChildRestartStats
- toString() - Method in class org.apache.pekko.actor.ChildRestartStats$
- toString() - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- toString() - Method in class org.apache.pekko.actor.ContextualTypedActorFactory$
- toString() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ActorSystemTerminateReason$
- toString() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterDowningReason$
- toString() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterJoinUnsuccessfulReason$
- toString() - Method in class org.apache.pekko.actor.CoordinatedShutdown.ClusterLeavingReason$
- toString() - Method in class org.apache.pekko.actor.CoordinatedShutdown.IncompatibleConfigurationDetectedReason$
- toString() - Method in class org.apache.pekko.actor.CoordinatedShutdown.JvmExitReason$
- toString() - Method in class org.apache.pekko.actor.CoordinatedShutdown.Phase$
- toString() - Method in class org.apache.pekko.actor.CoordinatedShutdown.UnknownReason$
- toString() - Method in class org.apache.pekko.actor.DeadLetter
- toString() - Method in class org.apache.pekko.actor.DeadLetter$
- toString() - Static method in exception org.apache.pekko.actor.DeathPactException
- toString() - Method in class org.apache.pekko.actor.DeathPactException$
- toString() - Method in class org.apache.pekko.actor.Deploy
- toString() - Method in class org.apache.pekko.actor.Dropped
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation$
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer$
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation$
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatedChildrenContainer$
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer$
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Termination$
- toString() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.UserRequest$
- toString() - Static method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- toString() - Method in class org.apache.pekko.actor.dungeon.SerializationCheckFailedException$
- toString() - Method in class org.apache.pekko.actor.FSM.CurrentState
- toString() - Method in class org.apache.pekko.actor.FSM.CurrentState$
- toString() - Method in class org.apache.pekko.actor.FSM.Event
- toString() - Method in class org.apache.pekko.actor.FSM.Event$
- toString() - Method in class org.apache.pekko.actor.FSM.Failure
- toString() - Method in class org.apache.pekko.actor.FSM.Failure$
- toString() - Method in class org.apache.pekko.actor.FSM.FixedDelayMode$
- toString() - Method in class org.apache.pekko.actor.FSM.FixedRateMode$
- toString() - Method in class org.apache.pekko.actor.FSM.LogEntry
- toString() - Method in class org.apache.pekko.actor.FSM.LogEntry$
- toString() - Method in class org.apache.pekko.actor.FSM.Normal$
- toString() - Method in class org.apache.pekko.actor.FSM.Shutdown$
- toString() - Method in class org.apache.pekko.actor.FSM.SingleMode$
- toString() - Method in class org.apache.pekko.actor.FSM.StateTimeout$
- toString() - Method in class org.apache.pekko.actor.FSM.StopEvent
- toString() - Method in class org.apache.pekko.actor.FSM.StopEvent$
- toString() - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack
- toString() - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack$
- toString() - Method in class org.apache.pekko.actor.FSM.Timer
- toString() - Method in class org.apache.pekko.actor.FSM.Timer$
- toString() - Method in class org.apache.pekko.actor.FSM.Transition
- toString() - Method in class org.apache.pekko.actor.FSM.Transition$
- toString() - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- toString() - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack$
- toString() - Method in class org.apache.pekko.actor.Identify
- toString() - Method in class org.apache.pekko.actor.Identify$
- toString() - Static method in exception org.apache.pekko.actor.IllegalActorStateException
- toString() - Method in class org.apache.pekko.actor.IllegalActorStateException$
- toString() - Static method in exception org.apache.pekko.actor.InvalidActorNameException
- toString() - Method in class org.apache.pekko.actor.InvalidActorNameException$
- toString() - Static method in exception org.apache.pekko.actor.InvalidMessageException
- toString() - Method in class org.apache.pekko.actor.InvalidMessageException$
- toString() - Static method in class org.apache.pekko.actor.Kill
- toString() - Method in class org.apache.pekko.actor.Kill$
- toString() - Static method in class org.apache.pekko.actor.LocalScope
- toString() - Method in class org.apache.pekko.actor.LocalScope$
- toString() - Static method in class org.apache.pekko.actor.Nobody
- toString() - Static method in class org.apache.pekko.actor.NoScopeGiven
- toString() - Method in class org.apache.pekko.actor.NoScopeGiven$
- toString() - Method in class org.apache.pekko.actor.OneForOneStrategy
- toString() - Method in class org.apache.pekko.actor.OneForOneStrategy$
- toString() - Static method in class org.apache.pekko.actor.PoisonPill
- toString() - Method in class org.apache.pekko.actor.PoisonPill$
- toString() - Static method in exception org.apache.pekko.actor.PostRestartException
- toString() - Method in class org.apache.pekko.actor.PostRestartException$
- toString() - Static method in exception org.apache.pekko.actor.PreRestartException
- toString() - Method in class org.apache.pekko.actor.PreRestartException$
- toString() - Method in class org.apache.pekko.actor.Props
- toString() - Method in class org.apache.pekko.actor.ProviderSelection.Cluster$
- toString() - Method in class org.apache.pekko.actor.ProviderSelection.Custom
- toString() - Method in class org.apache.pekko.actor.ProviderSelection.Custom$
- toString() - Method in class org.apache.pekko.actor.ProviderSelection.Local$
- toString() - Method in class org.apache.pekko.actor.ProviderSelection.Remote$
- toString() - Static method in class org.apache.pekko.actor.ReceiveTimeout
- toString() - Method in class org.apache.pekko.actor.ReceiveTimeout$
- toString() - Method in class org.apache.pekko.actor.RootActorPath
- toString() - Method in class org.apache.pekko.actor.RootActorPath$
- toString() - Static method in exception org.apache.pekko.actor.SchedulerException
- toString() - Method in class org.apache.pekko.actor.SchedulerException$
- toString() - Method in class org.apache.pekko.actor.SelectChildName$
- toString() - Method in class org.apache.pekko.actor.SelectChildPattern$
- toString() - Static method in class org.apache.pekko.actor.SelectParent
- toString() - Method in class org.apache.pekko.actor.SelectParent$
- toString() - Method in class org.apache.pekko.actor.setup.ActorSystemSetup
- toString() - Method in class org.apache.pekko.actor.Status.Failure
- toString() - Method in class org.apache.pekko.actor.Status.Failure$
- toString() - Method in class org.apache.pekko.actor.Status.Success
- toString() - Method in class org.apache.pekko.actor.Status.Success$
- toString() - Method in class org.apache.pekko.actor.StopChild$
- toString() - Method in class org.apache.pekko.actor.SupervisorStrategy.Escalate$
- toString() - Method in class org.apache.pekko.actor.SupervisorStrategy.Restart$
- toString() - Method in class org.apache.pekko.actor.SupervisorStrategy.Resume$
- toString() - Method in class org.apache.pekko.actor.SupervisorStrategy.Stop$
- toString() - Method in class org.apache.pekko.actor.SuppressedDeadLetter
- toString() - Method in class org.apache.pekko.actor.SuppressedDeadLetter$
- toString() - Method in class org.apache.pekko.actor.SystemGuardian.RegisterTerminationHook$
- toString() - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHook$
- toString() - Method in class org.apache.pekko.actor.SystemGuardian.TerminationHookDone$
- toString() - Method in class org.apache.pekko.actor.Terminated
- toString() - Method in class org.apache.pekko.actor.Terminated$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.NoEffects$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutCancelled$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayMode$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateMode$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.SingleMode$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- toString() - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Complete$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Continue$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.ContinueAndIgnore$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail
- toString() - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.Ack$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped
- toString() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor
- toString() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous
- toString() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor
- toString() - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor$
- toString() - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- toString() - Static method in exception org.apache.pekko.actor.testkit.typed.TestException
- toString() - Method in class org.apache.pekko.actor.testkit.typed.TestException$
- toString() - Method in class org.apache.pekko.actor.typed.ChildFailed
- toString() - Static method in exception org.apache.pekko.actor.typed.DeathPactException
- toString() - Method in class org.apache.pekko.actor.typed.DeathPactException$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Cleanup$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Confirmed$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck
- toString() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.internal.ChunkedMessage$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack
- toString() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- toString() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend
- toString() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.ResendFirstUnconfirmed$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start
- toString() - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start$
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- toString() - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats$
- toString() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish
- toString() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish$
- toString() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe
- toString() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe$
- toString() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- toString() - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe$
- toString() - Method in class org.apache.pekko.actor.typed.internal.AbstractSupervisor
- toString() - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- toString() - Method in interface org.apache.pekko.actor.typed.internal.ActorRefImpl
- toString() - Method in class org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior.Start$
- toString() - Method in class org.apache.pekko.actor.typed.internal.AdaptMessage$
- toString() - Method in class org.apache.pekko.actor.typed.internal.AdaptWithRegisteredMessageAdapter$
- toString() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.FailedBehavior
- toString() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveBehavior
- toString() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.ReceiveMessageBehavior
- toString() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.SameBehavior$
- toString() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl.UnhandledBehavior$
- toString() - Method in class org.apache.pekko.actor.typed.internal.Create$
- toString() - Method in class org.apache.pekko.actor.typed.internal.DeathWatchNotification$
- toString() - Method in class org.apache.pekko.actor.typed.internal.MonitorInterceptor$
- toString() - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- toString() - Method in class org.apache.pekko.actor.typed.internal.NoMessage$
- toString() - Static method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder
- toString() - Method in class org.apache.pekko.actor.typed.internal.NoOpActorFlightRecorder$
- toString() - Method in class org.apache.pekko.actor.typed.internal.PoisonPill$
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector$
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig$
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- toString() - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector$
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey$
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister$
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered$
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find$
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing$
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register$
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered$
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe
- toString() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe$
- toString() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount
- toString() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount$
- toString() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart
- toString() - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart$
- toString() - Method in class org.apache.pekko.actor.typed.internal.routing.GroupRouterBuilder$
- toString() - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
- toString() - Method in class org.apache.pekko.actor.typed.internal.Terminate$
- toString() - Method in class org.apache.pekko.actor.typed.internal.Unwatch$
- toString() - Method in class org.apache.pekko.actor.typed.internal.Watch$
- toString() - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder.Case$
- toString() - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder.Case$
- toString() - Method in class org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl$
- toString() - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- toString() - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure$
- toString() - Static method in class org.apache.pekko.actor.typed.PostStop
- toString() - Method in class org.apache.pekko.actor.typed.PostStop$
- toString() - Static method in class org.apache.pekko.actor.typed.PreRestart
- toString() - Method in class org.apache.pekko.actor.typed.PreRestart$
- toString() - Method in class org.apache.pekko.actor.typed.Settings
-
Returns the String representation of the Config that this Settings is backed by
- toString() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn
- toString() - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn$
- toString() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- toString() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- toString() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Resume$
- toString() - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Stop$
- toString() - Method in class org.apache.pekko.actor.typed.Terminated
- toString() - Method in class org.apache.pekko.actor.TypedActor.MethodCall
-
Deprecated.
- toString() - Method in class org.apache.pekko.actor.TypedActor.MethodCall$
-
Deprecated.
- toString() - Method in class org.apache.pekko.actor.TypedActor.SerializedMethodCall$
-
Deprecated.
- toString() - Method in class org.apache.pekko.actor.TypedActor.SerializedTypedActorInvocationHandler$
-
Deprecated.
- toString() - Method in class org.apache.pekko.actor.TypedProps
- toString() - Method in class org.apache.pekko.actor.UnhandledMessage
- toString() - Method in class org.apache.pekko.actor.UnhandledMessage$
- toString() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.HeartbeatTick$
-
Deprecated.
- toString() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.ReconnectTimeout$
-
Deprecated.
- toString() - Static method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClient.Internal$.RefreshContactsTick$
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish$
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClient.Send$
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll$
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClients
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClients$
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable$
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClientUp
- toString() - Method in class org.apache.pekko.cluster.client.ClusterClientUp$
- toString() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.CheckDeadlines$
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts$
-
Deprecated.
- toString() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.GetContacts$
-
Deprecated.
- toString() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Heartbeat$
-
Deprecated.
- toString() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.HeartbeatRsp$
-
Deprecated.
- toString() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Ping$
-
Deprecated.
- toString() - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.ReceptionistShutdown$
-
Deprecated.
- toString() - Method in class org.apache.pekko.cluster.client.ContactPointAdded
- toString() - Method in class org.apache.pekko.cluster.client.ContactPointAdded$
- toString() - Method in class org.apache.pekko.cluster.client.ContactPointRemoved
- toString() - Method in class org.apache.pekko.cluster.client.ContactPointRemoved$
- toString() - Method in class org.apache.pekko.cluster.client.ContactPoints
- toString() - Method in class org.apache.pekko.cluster.client.ContactPoints$
- toString() - Static method in class org.apache.pekko.cluster.client.GetClusterClients
- toString() - Method in class org.apache.pekko.cluster.client.GetClusterClients$
- toString() - Static method in class org.apache.pekko.cluster.client.GetContactPoints
- toString() - Method in class org.apache.pekko.cluster.client.GetContactPoints$
- toString() - Static method in class org.apache.pekko.cluster.client.SubscribeClusterClients
- toString() - Method in class org.apache.pekko.cluster.client.SubscribeClusterClients$
- toString() - Static method in class org.apache.pekko.cluster.client.SubscribeContactPoints
- toString() - Method in class org.apache.pekko.cluster.client.SubscribeContactPoints$
- toString() - Static method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- toString() - Method in class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
- toString() - Static method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- toString() - Method in class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.ClusterShuttingDown$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentInternalStats$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsEvents$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.InitialStateAsSnapshot$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberTombstonesChanged$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachabilityChanged$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.SeenChanged$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter$
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- toString() - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember$
- toString() - Method in class org.apache.pekko.cluster.ClusterHeartbeatSenderState$
- toString() - Static method in class org.apache.pekko.cluster.ClusterScope
- toString() - Method in class org.apache.pekko.cluster.ClusterScope$
- toString() - Method in class org.apache.pekko.cluster.ClusterUserAction.Down
- toString() - Method in class org.apache.pekko.cluster.ClusterUserAction.Down$
- toString() - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo
- toString() - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo$
- toString() - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave
- toString() - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave$
- toString() - Method in class org.apache.pekko.cluster.ClusterUserAction.PrepareForShutdown$
- toString() - Method in class org.apache.pekko.cluster.ddata.DurableStore.DurableDataEnvelope
- toString() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAll$
- toString() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadAllCompleted$
- toString() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData
- toString() - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData$
- toString() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store
- toString() - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store$
- toString() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply
- toString() - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply$
- toString() - Method in class org.apache.pekko.cluster.ddata.Flag
- toString() - Method in class org.apache.pekko.cluster.ddata.GCounter
- toString() - Method in class org.apache.pekko.cluster.ddata.GSet
- toString() - Method in class org.apache.pekko.cluster.ddata.Key
- toString() - Method in class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
- toString() - Method in class org.apache.pekko.cluster.ddata.LWWMap
- toString() - Method in class org.apache.pekko.cluster.ddata.LWWRegister
- toString() - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- toString() - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector$
- toString() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- toString() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORMap.DeltaGroup$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORMap.PutDeltaOp$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORMap.RemoveDeltaOp$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORMap.RemoveKeyDeltaOp$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORMap
- toString() - Method in class org.apache.pekko.cluster.ddata.ORMap.UpdateDeltaOp$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap
- toString() - Method in class org.apache.pekko.cluster.ddata.ORSet.AddDeltaOp$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORSet.DeltaGroup$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORSet.FullStateDeltaOp$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORSet.RemoveDeltaOp$
- toString() - Method in class org.apache.pekko.cluster.ddata.ORSet
- toString() - Method in class org.apache.pekko.cluster.ddata.PNCounter
- toString() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
- toString() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap
- toString() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer.SmallCache
- toString() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- toString() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized$
- toString() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- toString() - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed$
- toString() - Method in exception org.apache.pekko.cluster.ddata.Replicator.DataDeleted
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.DataDeleted$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.FlushChanges$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Get$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIds$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIdsResult$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetReplicaCount$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess$
- toString() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ClockTick$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
- toString() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeletedData$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta$
- toString() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaNack$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- toString() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagationTick$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip$
- toString() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.GossipTick$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair$
- toString() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepairAck$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult$
- toString() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.RemovedNodePruningTick$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write$
- toString() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck$
- toString() - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadLocal$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus$
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- toString() - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo$
- toString() - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- toString() - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.FlushChanges$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadLocal$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe$
- toString() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- toString() - Method in class org.apache.pekko.cluster.ddata.VersionVector.After$
- toString() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Before$
- toString() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Concurrent$
- toString() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Same$
- toString() - Method in class org.apache.pekko.cluster.GossipOverview$
- toString() - Method in class org.apache.pekko.cluster.GossipStats$
- toString() - Method in class org.apache.pekko.cluster.GossipStatus$
- toString() - Method in class org.apache.pekko.cluster.HeartbeatNodeRing$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.ConfigCheckUnsupportedByJoiningNode$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingCompleted$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.GetClusterCoreRef$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipSpeedupTick$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.GossipTick$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.IncompatibleConfig$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.Join$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNode$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.LeaderActionsTick$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishStatsTick$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.ReapUnreachableTick$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.UncheckedConfig$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe$
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome
- toString() - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome$
- toString() - Method in class org.apache.pekko.cluster.Invalid
- toString() - Method in class org.apache.pekko.cluster.Invalid$
- toString() - Method in class org.apache.pekko.cluster.Member
- toString() - Method in class org.apache.pekko.cluster.MemberStatus.Down$
- toString() - Method in class org.apache.pekko.cluster.MemberStatus.Exiting$
- toString() - Method in class org.apache.pekko.cluster.MemberStatus.Joining$
- toString() - Method in class org.apache.pekko.cluster.MemberStatus.Leaving$
- toString() - Method in class org.apache.pekko.cluster.MemberStatus.PreparingForShutdown$
- toString() - Method in class org.apache.pekko.cluster.MemberStatus.ReadyForShutdown$
- toString() - Method in class org.apache.pekko.cluster.MemberStatus.Removed$
- toString() - Method in class org.apache.pekko.cluster.MemberStatus.Up$
- toString() - Method in class org.apache.pekko.cluster.MemberStatus.WeaklyUp$
- toString() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- toString() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
- toString() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- toString() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- toString() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- toString() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic$
- toString() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- toString() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged$
- toString() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- toString() - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings$
- toString() - Static method in class org.apache.pekko.cluster.metrics.CollectionStartMessage
- toString() - Method in class org.apache.pekko.cluster.metrics.CollectionStartMessage$
- toString() - Static method in class org.apache.pekko.cluster.metrics.CollectionStopMessage
- toString() - Method in class org.apache.pekko.cluster.metrics.CollectionStopMessage$
- toString() - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- toString() - Method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector$
- toString() - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- toString() - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider$
- toString() - Method in class org.apache.pekko.cluster.metrics.EWMA
- toString() - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- toString() - Method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector$
- toString() - Method in class org.apache.pekko.cluster.metrics.Metric
- toString() - Method in class org.apache.pekko.cluster.metrics.MetricsGossipEnvelope$
- toString() - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- toString() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
- toString() - Method in class org.apache.pekko.cluster.metrics.NodeMetrics$
- toString() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu
- toString() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- toString() - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- toString() - Method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Count$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.GetTopics$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta$
- toString() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.DeltaCount$
- toString() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.GossipTick$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope$
- toString() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NewSubscriberArrived$
- toString() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.NoMoreSubscribers$
- toString() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Prune$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed$
- toString() - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.TerminateRequest$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck$
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- toString() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck$
- toString() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- toString() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup$
- toString() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- toString() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- toString() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool$
- toString() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- toString() - Method in class org.apache.pekko.cluster.sbr.KeepOldestSettings$
- toString() - Method in class org.apache.pekko.cluster.sbr.LeaseMajoritySettings$
- toString() - Method in class org.apache.pekko.cluster.sbr.StaticQuorumSettings$
- toString() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.AlwaysAdmissionFilter$
- toString() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- toString() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter$
- toString() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer
- toString() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer$
- toString() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.NoAdmissionOptimizer$
- toString() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.MostRecentlyUsedPassivationStrategy$
- toString() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.NoPassivationStrategy$
- toString() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocation$
- toString() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationResponse$
- toString() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocations$
- toString() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationsResponse$
- toString() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation
- toString() - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation$
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard$
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.GetShards$
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards$
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone$
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed$
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.GetEntities$
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities$
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update$
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- toString() - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone$
- toString() - Static method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder
- toString() - Method in class org.apache.pekko.cluster.sharding.NoOpShardingFlightRecorder$
- toString() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
- toString() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals$
- toString() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
- toString() - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy$
- toString() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardCoordinatorInitialized$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- toString() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.StateInitialized$
- toString() - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Terminate$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated$
- toString() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeDData$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.RememberEntitiesStoreModeEventSourced$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModeDData$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.StateStoreModePersistence$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.HashCodeNoEnvelopeMessageExtractor
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.internal.EntityTypeKeyImpl$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication.VerifyStarted$
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- toString() - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLease$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldest$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Cleanup$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.End$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.EndData$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOver$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverDone$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverInProgress$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverToMe$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseRetry$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Oldest$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.GetNext$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.SelfExiting$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Start$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StartOldestChangedBuffer$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Stopping$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOver$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverFromMe$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData$
- toString() - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger$
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- toString() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData$
- toString() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- toString() - Method in class org.apache.pekko.cluster.typed.Down
- toString() - Method in class org.apache.pekko.cluster.typed.Down$
- toString() - Method in class org.apache.pekko.cluster.typed.GetCurrentState
- toString() - Method in class org.apache.pekko.cluster.typed.GetCurrentState$
- toString() - Method in class org.apache.pekko.cluster.typed.Join
- toString() - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- toString() - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes$
- toString() - Method in class org.apache.pekko.cluster.typed.Leave
- toString() - Method in class org.apache.pekko.cluster.typed.PrepareForFullClusterShutdown$
- toString() - Method in class org.apache.pekko.cluster.typed.SelfRemoved
- toString() - Method in class org.apache.pekko.cluster.typed.SelfRemoved$
- toString() - Method in class org.apache.pekko.cluster.typed.SelfUp
- toString() - Method in class org.apache.pekko.cluster.typed.SelfUp$
- toString() - Method in class org.apache.pekko.cluster.typed.Subscribe
- toString() - Method in class org.apache.pekko.cluster.typed.Unsubscribe
- toString() - Method in class org.apache.pekko.cluster.typed.Unsubscribe$
- toString() - Method in class org.apache.pekko.cluster.UniqueAddress
- toString() - Static method in class org.apache.pekko.cluster.Valid
- toString() - Method in class org.apache.pekko.cluster.Valid$
- toString() - Method in class org.apache.pekko.cluster.VectorClock.After$
- toString() - Method in class org.apache.pekko.cluster.VectorClock.Before$
- toString() - Method in class org.apache.pekko.cluster.VectorClock.Concurrent$
- toString() - Method in class org.apache.pekko.cluster.VectorClock.Same$
- toString() - Method in class org.apache.pekko.cluster.VectorClock
- toString() - Method in class org.apache.pekko.cluster.VectorClockStats$
- toString() - Method in class org.apache.pekko.coordination.lease.LeaseSettings
- toString() - Method in class org.apache.pekko.coordination.lease.LeaseUsageSettings
- toString() - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
- toString() - Method in class org.apache.pekko.discovery.Lookup
- toString() - Method in class org.apache.pekko.discovery.Lookup$
- toString() - Method in class org.apache.pekko.discovery.ServiceDiscovery.Resolved
- toString() - Method in class org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget
- toString() - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- toString() - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- toString() - Method in class org.apache.pekko.dispatch.BoundedMailbox
- toString() - Method in class org.apache.pekko.dispatch.DefaultDispatcherPrerequisites$
- toString() - Method in class org.apache.pekko.dispatch.Dispatcher
- toString() - Method in class org.apache.pekko.dispatch.Envelope
- toString() - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- toString() - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- toString() - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox$
- toString() - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- toString() - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox$
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.Create$
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.DeathWatchNotification$
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.Failed$
- toString() - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.NoMessage$
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.Recreate$
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.Resume$
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.Supervise$
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.Suspend$
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.Terminate$
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.Unwatch$
- toString() - Method in class org.apache.pekko.dispatch.sysmsg.Watch$
- toString() - Method in class org.apache.pekko.dispatch.TaskInvocation
- toString() - Method in class org.apache.pekko.dispatch.TaskInvocation$
- toString() - Method in class org.apache.pekko.dispatch.ThreadPoolConfig
- toString() - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- toString() - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder$
- toString() - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- toString() - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- toString() - Method in class org.apache.pekko.dispatch.UnboundedMailbox
- toString() - Static method in class org.apache.pekko.Done
- toString() - Method in class org.apache.pekko.Done$
- toString() - Method in class org.apache.pekko.event.ActorWithLogClass$
- toString() - Method in class org.apache.pekko.event.Logging.Debug
- toString() - Method in class org.apache.pekko.event.Logging.Error
- toString() - Method in class org.apache.pekko.event.Logging.Info
- toString() - Method in class org.apache.pekko.event.Logging.InitializeLogger
- toString() - Method in class org.apache.pekko.event.Logging.InitializeLogger$
- toString() - Method in interface org.apache.pekko.event.Logging.LogEventWithMarker
- toString() - Method in class org.apache.pekko.event.Logging.LoggerInitialized$
- toString() - Method in class org.apache.pekko.event.Logging.LogLevel
- toString() - Method in class org.apache.pekko.event.Logging.LogLevel$
- toString() - Method in class org.apache.pekko.event.Logging.StandardOutLogger
- toString() - Method in class org.apache.pekko.event.Logging.Warning
- toString() - Method in class org.apache.pekko.event.LogMarker
- toString() - Method in class org.apache.pekko.io.dns.AAAARecord
- toString() - Method in class org.apache.pekko.io.dns.ARecord
- toString() - Method in class org.apache.pekko.io.dns.CachePolicy.Forever$
- toString() - Method in class org.apache.pekko.io.dns.CachePolicy.Never$
- toString() - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl
- toString() - Method in class org.apache.pekko.io.dns.CNameRecord
- toString() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip
- toString() - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip$
- toString() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve
- toString() - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved
- toString() - Method in class org.apache.pekko.io.dns.DnsProtocol.Srv$
- toString() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.EnhancedDoubleHashRandom$
- toString() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.SecureRandom$
- toString() - Method in class org.apache.pekko.io.dns.IdGenerator.Policy$.ThreadLocalRandom$
- toString() - Static method in class org.apache.pekko.io.dns.internal.OpCode
- toString() - Method in class org.apache.pekko.io.dns.internal.ResolvConf$
- toString() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- toString() - Method in class org.apache.pekko.io.dns.RecordClass
- toString() - Method in class org.apache.pekko.io.dns.RecordType
- toString() - Method in class org.apache.pekko.io.Dns.Resolve
-
Deprecated.
- toString() - Method in class org.apache.pekko.io.Dns.Resolve$
- toString() - Method in class org.apache.pekko.io.Dns.Resolved
-
Deprecated.
- toString() - Method in class org.apache.pekko.io.dns.SRVRecord
- toString() - Method in class org.apache.pekko.io.dns.UnknownRecord
- toString() - Method in class org.apache.pekko.io.DnsExt.Settings
- toString() - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- toString() - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize$
- toString() - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- toString() - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress$
- toString() - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- toString() - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize$
- toString() - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- toString() - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass$
- toString() - Method in class org.apache.pekko.io.SimpleDnsCache.CacheEntry$
- toString() - Method in class org.apache.pekko.io.Tcp.Abort$
- toString() - Method in class org.apache.pekko.io.Tcp.Aborted$
- toString() - Method in class org.apache.pekko.io.Tcp.Bind
- toString() - Method in class org.apache.pekko.io.Tcp.Bind$
- toString() - Method in class org.apache.pekko.io.Tcp.Bound
- toString() - Method in class org.apache.pekko.io.Tcp.Bound$
- toString() - Method in class org.apache.pekko.io.Tcp.Close$
- toString() - Method in class org.apache.pekko.io.Tcp.Closed$
- toString() - Method in class org.apache.pekko.io.Tcp.CommandFailed
- toString() - Method in class org.apache.pekko.io.Tcp.CommandFailed$
- toString() - Method in class org.apache.pekko.io.Tcp.CompoundWrite$
- toString() - Method in class org.apache.pekko.io.Tcp.ConfirmedClose$
- toString() - Method in class org.apache.pekko.io.Tcp.ConfirmedClosed$
- toString() - Method in class org.apache.pekko.io.Tcp.Connect
- toString() - Method in class org.apache.pekko.io.Tcp.Connect$
- toString() - Method in class org.apache.pekko.io.Tcp.Connected
- toString() - Method in class org.apache.pekko.io.Tcp.Connected$
- toString() - Method in class org.apache.pekko.io.Tcp.ErrorClosed
- toString() - Method in class org.apache.pekko.io.Tcp.ErrorClosed$
- toString() - Method in class org.apache.pekko.io.Tcp.NoAck
- toString() - Method in class org.apache.pekko.io.Tcp.PeerClosed$
- toString() - Method in class org.apache.pekko.io.Tcp.Received
- toString() - Method in class org.apache.pekko.io.Tcp.Received$
- toString() - Method in class org.apache.pekko.io.Tcp.Register
- toString() - Method in class org.apache.pekko.io.Tcp.Register$
- toString() - Method in class org.apache.pekko.io.Tcp.ResumeAccepting
- toString() - Method in class org.apache.pekko.io.Tcp.ResumeAccepting$
- toString() - Method in class org.apache.pekko.io.Tcp.ResumeReading$
- toString() - Method in class org.apache.pekko.io.Tcp.ResumeWriting$
- toString() - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- toString() - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive$
- toString() - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- toString() - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline$
- toString() - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- toString() - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay$
- toString() - Method in class org.apache.pekko.io.Tcp.SuspendReading$
- toString() - Method in class org.apache.pekko.io.Tcp.Unbind$
- toString() - Method in class org.apache.pekko.io.Tcp.Unbound$
- toString() - Method in class org.apache.pekko.io.Tcp.Write
- toString() - Method in class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- toString() - Method in class org.apache.pekko.io.Tcp.WriteFile$
- toString() - Method in class org.apache.pekko.io.Tcp.WritePath
- toString() - Method in class org.apache.pekko.io.Tcp.WritePath$
- toString() - Method in class org.apache.pekko.io.Tcp.WritingResumed$
- toString() - Method in class org.apache.pekko.io.Udp.Bind
- toString() - Method in class org.apache.pekko.io.Udp.Bind$
- toString() - Method in class org.apache.pekko.io.Udp.Bound
- toString() - Method in class org.apache.pekko.io.Udp.Bound$
- toString() - Method in class org.apache.pekko.io.Udp.CommandFailed
- toString() - Method in class org.apache.pekko.io.Udp.CommandFailed$
- toString() - Method in class org.apache.pekko.io.Udp.NoAck
- toString() - Method in class org.apache.pekko.io.Udp.Received
- toString() - Method in class org.apache.pekko.io.Udp.Received$
- toString() - Method in class org.apache.pekko.io.Udp.ResumeReading$
- toString() - Method in class org.apache.pekko.io.Udp.Send
- toString() - Method in class org.apache.pekko.io.Udp.SimpleSender
- toString() - Method in class org.apache.pekko.io.Udp.SimpleSenderReady$
- toString() - Method in class org.apache.pekko.io.Udp.SO$.Broadcast
- toString() - Method in class org.apache.pekko.io.Udp.SO$.Broadcast$
- toString() - Method in class org.apache.pekko.io.Udp.SuspendReading$
- toString() - Method in class org.apache.pekko.io.Udp.Unbind$
- toString() - Method in class org.apache.pekko.io.Udp.Unbound$
- toString() - Method in class org.apache.pekko.io.UdpConnected.CommandFailed
- toString() - Method in class org.apache.pekko.io.UdpConnected.CommandFailed$
- toString() - Method in class org.apache.pekko.io.UdpConnected.Connect
- toString() - Method in class org.apache.pekko.io.UdpConnected.Connect$
- toString() - Method in class org.apache.pekko.io.UdpConnected.Connected$
- toString() - Method in class org.apache.pekko.io.UdpConnected.Disconnect$
- toString() - Method in class org.apache.pekko.io.UdpConnected.Disconnected$
- toString() - Method in class org.apache.pekko.io.UdpConnected.NoAck
- toString() - Method in class org.apache.pekko.io.UdpConnected.Received
- toString() - Method in class org.apache.pekko.io.UdpConnected.Received$
- toString() - Method in class org.apache.pekko.io.UdpConnected.ResumeReading$
- toString() - Method in class org.apache.pekko.io.UdpConnected.Send
- toString() - Method in class org.apache.pekko.io.UdpConnected.SuspendReading$
- toString() - Method in class org.apache.pekko.japi.Option.Some
- toString() - Method in class org.apache.pekko.japi.Option.Some$
- toString() - Method in class org.apache.pekko.japi.Pair
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple10
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple11
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple12
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple13
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple14
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple15
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple16
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple17
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple18
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple19
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple20
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple21
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple22
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple3
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple4
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple5
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple6
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple7
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple8
- toString() - Method in class org.apache.pekko.japi.tuple.Tuple9
- toString() - Static method in class org.apache.pekko.NotUsed
- toString() - Method in class org.apache.pekko.NotUsed$
- toString() - Static method in class org.apache.pekko.osgi.UnregisteringLogService
- toString() - Method in class org.apache.pekko.osgi.UnregisteringLogService$
- toString() - Method in class org.apache.pekko.pattern.AutoReset$
- toString() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- toString() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
- toString() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- toString() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- toString() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- toString() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- toString() - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- toString() - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild$
- toString() - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetCurrentChild$
- toString() - Method in class org.apache.pekko.pattern.BackoffSupervisor.GetRestartCount$
- toString() - Method in class org.apache.pekko.pattern.BackoffSupervisor.Reset$
- toString() - Method in class org.apache.pekko.pattern.BackoffSupervisor.ResetRestartCount$
- toString() - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount
- toString() - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount$
- toString() - Method in class org.apache.pekko.pattern.BackoffSupervisor.StartChild$
- toString() - Static method in class org.apache.pekko.pattern.ForwardDeathLetters
- toString() - Method in class org.apache.pekko.pattern.ForwardDeathLetters$
- toString() - Method in class org.apache.pekko.pattern.ForwardTo$
- toString() - Static method in class org.apache.pekko.pattern.ManualReset
- toString() - Method in class org.apache.pekko.pattern.ManualReset$
- toString() - Method in class org.apache.pekko.pattern.ReplyWith$
- toString() - Static method in class org.apache.pekko.pattern.RestartImpliesFailure
- toString() - Method in class org.apache.pekko.pattern.RestartImpliesFailure$
- toString() - Method in exception org.apache.pekko.pattern.StatusReply.ErrorMessage
- toString() - Method in class org.apache.pekko.pattern.StatusReply.ErrorMessage$
- toString() - Method in class org.apache.pekko.pattern.StatusReply
- toString() - Static method in class org.apache.pekko.pattern.StopImpliesFailure
- toString() - Method in class org.apache.pekko.pattern.StopImpliesFailure$
- toString() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- toString() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot$
- toString() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- toString() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery$
- toString() - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick
- toString() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.RedeliveryTick$
- toString() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- toString() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery$
- toString() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- toString() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning$
- toString() - Method in class org.apache.pekko.persistence.AtomicWrite
- toString() - Method in class org.apache.pekko.persistence.DeleteMessagesFailure
- toString() - Method in class org.apache.pekko.persistence.DeleteMessagesFailure$
- toString() - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- toString() - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess$
- toString() - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- toString() - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure$
- toString() - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- toString() - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure$
- toString() - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- toString() - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess$
- toString() - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- toString() - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess$
- toString() - Static method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy
- toString() - Method in class org.apache.pekko.persistence.DiscardToDeadLetterStrategy$
- toString() - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation
- toString() - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation$
- toString() - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick
- toString() - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick$
- toString() - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation
- toString() - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation$
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedDelayMode$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.FixedRateMode$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Normal$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Shutdown$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SingleMode$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateTimeout$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack$
-
Deprecated.
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced$
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.InitTimeout$
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore$
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo$
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure$
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages$
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess$
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- toString() - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages$
- toString() - Method in class org.apache.pekko.persistence.journal.EventAdapters.CombinedReadEventAdapter$
- toString() - Method in class org.apache.pekko.persistence.journal.EventAdapters
- toString() - Method in class org.apache.pekko.persistence.journal.EventsSeq
- toString() - Method in class org.apache.pekko.persistence.journal.EventsSeq$
- toString() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapter
- toString() - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapter$
- toString() - Static method in class org.apache.pekko.persistence.journal.IdentityEventAdapters
- toString() - Method in class org.apache.pekko.persistence.journal.IdentityEventAdapters$
- toString() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd
- toString() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd$
- toString() - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.ResetCounter$
- toString() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- toString() - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb$
- toString() - Method in class org.apache.pekko.persistence.journal.NoopReadEventAdapter$
- toString() - Method in class org.apache.pekko.persistence.journal.NoopWriteEventAdapter$
- toString() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation
- toString() - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation$
- toString() - Method in class org.apache.pekko.persistence.journal.SingleEventSeq
- toString() - Method in class org.apache.pekko.persistence.journal.SingleEventSeq$
- toString() - Method in class org.apache.pekko.persistence.journal.Tagged
- toString() - Method in class org.apache.pekko.persistence.journal.Tagged$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesSuccessful$
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- toString() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess$
- toString() - Method in class org.apache.pekko.persistence.NonPersistentRepr$
- toString() - Method in class org.apache.pekko.persistence.Persistence.PluginHolder$
- toString() - Method in class org.apache.pekko.persistence.PersistentImpl$
- toString() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- toString() - Static method in class org.apache.pekko.persistence.query.NoOffset
- toString() - Method in class org.apache.pekko.persistence.query.NoOffset$
- toString() - Method in class org.apache.pekko.persistence.query.Sequence
- toString() - Method in class org.apache.pekko.persistence.query.Sequence$
- toString() - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- toString() - Method in class org.apache.pekko.persistence.query.TimeBasedUUID$
- toString() - Method in class org.apache.pekko.persistence.query.TimestampOffset
- toString() - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- toString() - Method in class org.apache.pekko.persistence.Recovery
- toString() - Static method in class org.apache.pekko.persistence.RecoveryCompleted
- toString() - Method in class org.apache.pekko.persistence.RecoveryCompleted$
- toString() - Method in class org.apache.pekko.persistence.ReplyToStrategy
- toString() - Method in class org.apache.pekko.persistence.ReplyToStrategy$
- toString() - Method in class org.apache.pekko.persistence.SaveSnapshotFailure
- toString() - Method in class org.apache.pekko.persistence.SaveSnapshotFailure$
- toString() - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- toString() - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess$
- toString() - Method in class org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure$
- toString() - Method in class org.apache.pekko.persistence.SelectedSnapshot
- toString() - Method in class org.apache.pekko.persistence.serialization.Snapshot
- toString() - Method in class org.apache.pekko.persistence.serialization.Snapshot$
- toString() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- toString() - Method in class org.apache.pekko.persistence.SnapshotOffer
- toString() - Method in class org.apache.pekko.persistence.SnapshotOffer$
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot$
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots$
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot$
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed$
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult$
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot
- toString() - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot$
- toString() - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- toString() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- toString() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult$
- toString() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- toString() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult$
- toString() - Method in class org.apache.pekko.persistence.testkit.DeleteEvents
- toString() - Method in class org.apache.pekko.persistence.testkit.DeleteEvents$
- toString() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- toString() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta$
- toString() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- toString() - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria$
- toString() - Static method in class org.apache.pekko.persistence.testkit.ExpectedFailure
- toString() - Static method in class org.apache.pekko.persistence.testkit.ExpectedRejection
- toString() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.SliceWrite$
- toString() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.TagWrite$
- toString() - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.Write$
- toString() - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- toString() - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
- toString() - Static method in class org.apache.pekko.persistence.testkit.ProcessingSuccess
- toString() - Method in class org.apache.pekko.persistence.testkit.ProcessingSuccess$
- toString() - Method in class org.apache.pekko.persistence.testkit.ReadEvents
- toString() - Method in class org.apache.pekko.persistence.testkit.ReadEvents$
- toString() - Static method in class org.apache.pekko.persistence.testkit.ReadSeqNum
- toString() - Method in class org.apache.pekko.persistence.testkit.ReadSeqNum$
- toString() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- toString() - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot$
- toString() - Method in class org.apache.pekko.persistence.testkit.Reject
- toString() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- toString() - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- toString() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- toString() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record$
- toString() - Method in class org.apache.pekko.persistence.testkit.StorageFailure
- toString() - Method in class org.apache.pekko.persistence.testkit.WriteEvents
- toString() - Method in class org.apache.pekko.persistence.testkit.WriteEvents$
- toString() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- toString() - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot$
- toString() - Method in class org.apache.pekko.persistence.TestPayload
- toString() - Method in class org.apache.pekko.persistence.TestPayload$
- toString() - Static method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy
- toString() - Method in class org.apache.pekko.persistence.ThrowOverflowExceptionStrategy$
- toString() - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- toString() - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- toString() - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated$
- toString() - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- toString() - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime$
- toString() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.AddDeltaOp$
- toString() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup$
- toString() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.FullStateDeltaOp$
- toString() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.RemoveDeltaOp$
- toString() - Method in class org.apache.pekko.persistence.typed.crdt.ORSet
- toString() - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- toString() - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted$
- toString() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- toString() - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed$
- toString() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- toString() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted$
- toString() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- toString() - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed$
- toString() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria
- toString() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria$
- toString() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual
- toString() - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual$
- toString() - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- toString() - Static method in class org.apache.pekko.persistence.typed.EmptyEventSeq
- toString() - Method in class org.apache.pekko.persistence.typed.EmptyEventSeq$
- toString() - Method in class org.apache.pekko.persistence.typed.EventsSeq$
- toString() - Static method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery
- toString() - Method in class org.apache.pekko.persistence.typed.internal.DefaultRecovery$
- toString() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery
- toString() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRecovery$
- toString() - Static method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria
- toString() - Method in class org.apache.pekko.persistence.typed.internal.DisabledRetentionCriteria$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryPermitGranted$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse
- toString() - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist
- toString() - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.ManyVersionVector$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.OneVersionVector$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.Persist$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.PersistAll$
- toString() - Static method in class org.apache.pekko.persistence.typed.internal.PersistNothing
- toString() - Method in class org.apache.pekko.persistence.typed.internal.PersistNothing$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.PublishedEventImpl$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.RecoveryWithSnapshotSelectionCriteria$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEvent$
- toString() - Static method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck
- toString() - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventAck$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.ReplicationSetup$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl$
- toString() - Static method in class org.apache.pekko.persistence.typed.internal.Stash
- toString() - Method in class org.apache.pekko.persistence.typed.internal.Stash$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Drop$
- toString() - Method in class org.apache.pekko.persistence.typed.internal.StashOverflowStrategy.Fail$
- toString() - Static method in class org.apache.pekko.persistence.typed.internal.Stop
- toString() - Method in class org.apache.pekko.persistence.typed.internal.Stop$
- toString() - Static method in class org.apache.pekko.persistence.typed.internal.Unhandled
- toString() - Method in class org.apache.pekko.persistence.typed.internal.Unhandled$
- toString() - Static method in class org.apache.pekko.persistence.typed.internal.UnstashAll
- toString() - Method in class org.apache.pekko.persistence.typed.internal.UnstashAll$
- toString() - Method in class org.apache.pekko.persistence.typed.PersistenceId
- toString() - Static method in class org.apache.pekko.persistence.typed.RecoveryCompleted
- toString() - Method in class org.apache.pekko.persistence.typed.RecoveryCompleted$
- toString() - Method in class org.apache.pekko.persistence.typed.RecoveryFailed
- toString() - Method in class org.apache.pekko.persistence.typed.RecoveryFailed$
- toString() - Method in class org.apache.pekko.persistence.typed.ReplicaId
- toString() - Method in class org.apache.pekko.persistence.typed.ReplicaId$
- toString() - Method in class org.apache.pekko.persistence.typed.ReplicationId
- toString() - Method in class org.apache.pekko.persistence.typed.SingleEventSeq$
- toString() - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- toString() - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted$
- toString() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed
- toString() - Method in class org.apache.pekko.persistence.typed.SnapshotFailed$
- toString() - Method in class org.apache.pekko.persistence.typed.SnapshotMetadata
- toString() - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.Delete$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteSuccess$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryPermitGranted$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.RecoveryTimeout$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertSuccess$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.Persist$
- toString() - Static method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.PersistNothing$
- toString() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stash
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.Stash$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Drop$
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.StashOverflowStrategy.Fail$
- toString() - Static method in class org.apache.pekko.persistence.typed.state.internal.Stop
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.Stop$
- toString() - Static method in class org.apache.pekko.persistence.typed.state.internal.Unhandled
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.Unhandled$
- toString() - Static method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- toString() - Method in class org.apache.pekko.persistence.typed.state.internal.UnstashAll$
- toString() - Static method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted
- toString() - Method in class org.apache.pekko.persistence.typed.state.RecoveryCompleted$
- toString() - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- toString() - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed$
- toString() - Method in class org.apache.pekko.remote.Ack
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.Ack$
- toString() - Method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.AckedReceiveBuffer$
- toString() - Method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.AckedSendBuffer$
- toString() - Method in class org.apache.pekko.remote.artery.ActorSystemTerminating$
- toString() - Method in class org.apache.pekko.remote.artery.ActorSystemTerminatingAck$
- toString() - Method in class org.apache.pekko.remote.artery.CacheStatistics$
- toString() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisement$
- toString() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisementAck$
- toString() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisement$
- toString() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisementAck$
- toString() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- toString() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected$
- toString() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- toString() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable$
- toString() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- toString() - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable$
- toString() - Method in class org.apache.pekko.remote.artery.compress.CountMinSketch
- toString() - Static method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions
- toString() - Method in class org.apache.pekko.remote.artery.compress.NoInboundCompressions$
- toString() - Static method in class org.apache.pekko.remote.artery.Flush
- toString() - Method in class org.apache.pekko.remote.artery.Flush$
- toString() - Method in class org.apache.pekko.remote.artery.FlushAck$
- toString() - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- toString() - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent$
- toString() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- toString() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- toString() - Method in class org.apache.pekko.remote.artery.Quarantined$
- toString() - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- toString() - Method in class org.apache.pekko.remote.artery.QuarantinedEvent$
- toString() - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce
- toString() - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce$
- toString() - Method in class org.apache.pekko.remote.artery.TestState$
- toString() - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- toString() - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent$
- toString() - Static method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.AssociatedEvent$
- toString() - Method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.AssociationErrorEvent$
- toString() - Method in interface org.apache.pekko.remote.AssociationEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.DaemonMsgCreate$
- toString() - Static method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.DisassociatedEvent$
- toString() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent$
- toString() - Method in class org.apache.pekko.remote.HopelessAssociation$
- toString() - Method in class org.apache.pekko.remote.InvalidAssociation$
- toString() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.RemoteScope
- toString() - Method in class org.apache.pekko.remote.RemoteScope$
- toString() - Method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.RemotingErrorEvent$
- toString() - Method in class org.apache.pekko.remote.RemotingListenEvent
- toString() - Method in class org.apache.pekko.remote.RemotingListenEvent$
- toString() - Static method in class org.apache.pekko.remote.RemotingShutdownEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.RemotingShutdownEvent$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- toString() - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig$
- toString() - Method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.ShutDownAssociation$
- toString() - Method in class org.apache.pekko.remote.testconductor.AddressReply$
- toString() - Method in class org.apache.pekko.remote.testconductor.BarrierResult$
- toString() - Static method in class org.apache.pekko.remote.testconductor.Client
- toString() - Method in class org.apache.pekko.remote.testconductor.Client$
- toString() - Method in class org.apache.pekko.remote.testconductor.Disconnect$
- toString() - Method in class org.apache.pekko.remote.testconductor.DisconnectMsg$
- toString() - Method in class org.apache.pekko.remote.testconductor.Done$
- toString() - Method in class org.apache.pekko.remote.testconductor.EnterBarrier$
- toString() - Method in class org.apache.pekko.remote.testconductor.FailBarrier$
- toString() - Method in class org.apache.pekko.remote.testconductor.GetAddress$
- toString() - Method in class org.apache.pekko.remote.testconductor.Hello$
- toString() - Method in class org.apache.pekko.remote.testconductor.Remove$
- toString() - Method in class org.apache.pekko.remote.testconductor.RoleName
- toString() - Method in class org.apache.pekko.remote.testconductor.RoleName$
- toString() - Static method in class org.apache.pekko.remote.testconductor.Server
- toString() - Method in class org.apache.pekko.remote.testconductor.Server$
- toString() - Method in class org.apache.pekko.remote.testconductor.Terminate$
- toString() - Method in class org.apache.pekko.remote.testconductor.TerminateMsg$
- toString() - Method in class org.apache.pekko.remote.testconductor.Throttle$
- toString() - Method in class org.apache.pekko.remote.testconductor.ThrottleMsg$
- toString() - Method in class org.apache.pekko.remote.testconductor.ToClient$
- toString() - Method in class org.apache.pekko.remote.testconductor.ToServer$
- toString() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent$
- toString() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Quarantined$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Shutdown$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.AssociationHandle.Unknown$
-
Deprecated.
- toString() - Static method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.FailureInjectorException$
- toString() - Method in class org.apache.pekko.remote.transport.FailureInjectorHandle$
- toString() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- toString() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate
- toString() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate$
- toString() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate
- toString() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate$
- toString() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Heartbeat$
- toString() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message
- toString() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message$
- toString() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload
- toString() - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload$
- toString() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle$
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerHandle$
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Both$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Receive$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Direction$.Send$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateAck$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottleAck$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.transport.Transport.InvalidAssociationException$
-
Deprecated.
- toString() - Method in class org.apache.pekko.remote.UniqueAddress
- toString() - Method in class org.apache.pekko.remote.UniqueAddress$
- toString() - Method in class org.apache.pekko.routing.ActorRefRoutee
- toString() - Method in class org.apache.pekko.routing.ActorRefRoutee$
- toString() - Method in class org.apache.pekko.routing.ActorSelectionRoutee
- toString() - Method in class org.apache.pekko.routing.ActorSelectionRoutee$
- toString() - Method in class org.apache.pekko.routing.AddRoutee
- toString() - Method in class org.apache.pekko.routing.AddRoutee$
- toString() - Method in class org.apache.pekko.routing.AdjustPoolSize
- toString() - Method in class org.apache.pekko.routing.AdjustPoolSize$
- toString() - Method in class org.apache.pekko.routing.BalancingPool
- toString() - Method in class org.apache.pekko.routing.BalancingPool$
- toString() - Method in class org.apache.pekko.routing.Broadcast
- toString() - Method in class org.apache.pekko.routing.Broadcast$
- toString() - Method in class org.apache.pekko.routing.BroadcastGroup
- toString() - Method in class org.apache.pekko.routing.BroadcastGroup$
- toString() - Method in class org.apache.pekko.routing.BroadcastPool
- toString() - Method in class org.apache.pekko.routing.BroadcastPool$
- toString() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- toString() - Method in class org.apache.pekko.routing.ConsistentHashingGroup$
- toString() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- toString() - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- toString() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope
- toString() - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope$
- toString() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- toString() - Method in class org.apache.pekko.routing.ConsistentRoutee$
- toString() - Method in class org.apache.pekko.routing.Deafen
- toString() - Method in class org.apache.pekko.routing.Deafen$
- toString() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- toString() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- toString() - Method in class org.apache.pekko.routing.DefaultResizer
- toString() - Method in class org.apache.pekko.routing.DefaultResizer$
- toString() - Static method in class org.apache.pekko.routing.FromConfig
- toString() - Method in class org.apache.pekko.routing.FromConfig$
- toString() - Static method in class org.apache.pekko.routing.GetRoutees
- toString() - Method in class org.apache.pekko.routing.GetRoutees$
- toString() - Method in class org.apache.pekko.routing.Listen
- toString() - Method in class org.apache.pekko.routing.Listen$
- toString() - Static method in class org.apache.pekko.routing.NoRouter
- toString() - Method in class org.apache.pekko.routing.NoRouter$
- toString() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- toString() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- toString() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- toString() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak$
- toString() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer$
- toString() - Method in class org.apache.pekko.routing.RandomGroup
- toString() - Method in class org.apache.pekko.routing.RandomGroup$
- toString() - Method in class org.apache.pekko.routing.RandomPool
- toString() - Method in class org.apache.pekko.routing.RandomPool$
- toString() - Method in class org.apache.pekko.routing.RemoveRoutee
- toString() - Method in class org.apache.pekko.routing.RemoveRoutee$
- toString() - Method in class org.apache.pekko.routing.RoundRobinGroup
- toString() - Method in class org.apache.pekko.routing.RoundRobinGroup$
- toString() - Method in class org.apache.pekko.routing.RoundRobinPool
- toString() - Method in class org.apache.pekko.routing.RoundRobinPool$
- toString() - Method in class org.apache.pekko.routing.Routees
- toString() - Method in class org.apache.pekko.routing.Routees$
- toString() - Method in class org.apache.pekko.routing.Router
- toString() - Method in class org.apache.pekko.routing.Router$
- toString() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- toString() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup$
- toString() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- toString() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- toString() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutees$
- toString() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- toString() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic$
- toString() - Method in class org.apache.pekko.routing.SeveralRoutees
- toString() - Method in class org.apache.pekko.routing.SeveralRoutees$
- toString() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- toString() - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- toString() - Method in class org.apache.pekko.routing.TailChoppingGroup
- toString() - Method in class org.apache.pekko.routing.TailChoppingGroup$
- toString() - Method in class org.apache.pekko.routing.TailChoppingPool
- toString() - Method in class org.apache.pekko.routing.TailChoppingPool$
- toString() - Method in class org.apache.pekko.routing.TailChoppingRoutees$
- toString() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- toString() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic$
- toString() - Method in class org.apache.pekko.routing.WithListeners
- toString() - Method in class org.apache.pekko.routing.WithListeners$
- toString() - Method in class org.apache.pekko.serialization.DisabledJavaSerializer
- toString() - Method in class org.apache.pekko.serialization.jackson.Compression.GZip
- toString() - Method in class org.apache.pekko.serialization.jackson.Compression.GZip$
- toString() - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4
- toString() - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4$
- toString() - Method in class org.apache.pekko.serialization.Serialization.Information
- toString() - Method in class org.apache.pekko.serialization.Serialization.Information$
- toString() - Static method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- toString() - Method in class org.apache.pekko.stream.AbruptIOTerminationException$
- toString() - Static method in exception org.apache.pekko.stream.AbruptTerminationException
- toString() - Method in class org.apache.pekko.stream.AbruptTerminationException$
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging$
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher$
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode$
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize$
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit$
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout$
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy$
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit
- toString() - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit$
- toString() - Method in class org.apache.pekko.stream.ActorMaterializerSettings
- toString() - Method in class org.apache.pekko.stream.AmorphousShape
- toString() - Method in class org.apache.pekko.stream.AmorphousShape$
- toString() - Method in class org.apache.pekko.stream.Attributes.AsyncBoundary$
- toString() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy
- toString() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay
- toString() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay$
- toString() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.CompleteStage$
- toString() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.FailStage$
- toString() - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.PropagateFailure$
- toString() - Method in class org.apache.pekko.stream.Attributes.InputBuffer
- toString() - Method in class org.apache.pekko.stream.Attributes.InputBuffer$
- toString() - Method in class org.apache.pekko.stream.Attributes.LogLevels
- toString() - Method in class org.apache.pekko.stream.Attributes.Name
- toString() - Method in class org.apache.pekko.stream.Attributes.Name$
- toString() - Method in class org.apache.pekko.stream.Attributes.SourceLocation
- toString() - Method in class org.apache.pekko.stream.Attributes
- toString() - Method in class org.apache.pekko.stream.BidiShape
- toString() - Static method in exception org.apache.pekko.stream.BindFailedException
- toString() - Static method in exception org.apache.pekko.stream.BufferOverflowException
- toString() - Method in class org.apache.pekko.stream.BufferOverflowException$
- toString() - Static method in class org.apache.pekko.stream.Client
- toString() - Method in class org.apache.pekko.stream.Client$
- toString() - Static method in class org.apache.pekko.stream.ClosedShape
- toString() - Method in class org.apache.pekko.stream.ClosedShape$
- toString() - Method in class org.apache.pekko.stream.CompletionStrategy.Draining$
- toString() - Method in class org.apache.pekko.stream.CompletionStrategy.Immediately$
- toString() - Method in class org.apache.pekko.stream.CompletionStrategy$
- toString() - Static method in class org.apache.pekko.stream.EagerClose
- toString() - Method in class org.apache.pekko.stream.EagerClose$
- toString() - Method in class org.apache.pekko.stream.FanInShape.Name
- toString() - Method in class org.apache.pekko.stream.FanInShape.Name$
- toString() - Method in class org.apache.pekko.stream.FanInShape.Ports
- toString() - Method in class org.apache.pekko.stream.FanInShape.Ports$
- toString() - Method in class org.apache.pekko.stream.FanOutShape.Name
- toString() - Method in class org.apache.pekko.stream.FanOutShape.Name$
- toString() - Method in class org.apache.pekko.stream.FanOutShape.Ports
- toString() - Method in class org.apache.pekko.stream.FanOutShape.Ports$
- toString() - Method in class org.apache.pekko.stream.FlowMonitorState.Failed
- toString() - Method in class org.apache.pekko.stream.FlowMonitorState.Failed$
- toString() - Method in class org.apache.pekko.stream.FlowMonitorState.Finished$
- toString() - Method in class org.apache.pekko.stream.FlowMonitorState.Initialized$
- toString() - Method in class org.apache.pekko.stream.FlowMonitorState.Received
- toString() - Method in class org.apache.pekko.stream.FlowMonitorState.Received$
- toString() - Method in class org.apache.pekko.stream.FlowShape
- toString() - Static method in class org.apache.pekko.stream.IgnoreBoth
- toString() - Method in class org.apache.pekko.stream.IgnoreBoth$
- toString() - Static method in class org.apache.pekko.stream.IgnoreCancel
- toString() - Method in class org.apache.pekko.stream.IgnoreCancel$
- toString() - Static method in class org.apache.pekko.stream.IgnoreComplete
- toString() - Method in class org.apache.pekko.stream.IgnoreComplete$
- toString() - Method in class org.apache.pekko.stream.Inlet
- toString() - Static method in exception org.apache.pekko.stream.InvalidPartnerActorException
- toString() - Method in class org.apache.pekko.stream.InvalidPartnerActorException$
- toString() - Static method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- toString() - Method in class org.apache.pekko.stream.InvalidSequenceNumberException$
- toString() - Method in class org.apache.pekko.stream.IOResult
- toString() - Method in class org.apache.pekko.stream.IOSettings
- toString() - Method in class org.apache.pekko.stream.javadsl.Flow
- toString() - Method in class org.apache.pekko.stream.javadsl.Sink
- toString() - Method in class org.apache.pekko.stream.javadsl.Source
- toString() - Method in class org.apache.pekko.stream.KillSwitches.UniqueBidiKillSwitchStage$
- toString() - Method in class org.apache.pekko.stream.KillSwitches.UniqueKillSwitchStage$
- toString() - Method in class org.apache.pekko.stream.MaterializationContext$
- toString() - Method in class org.apache.pekko.stream.Outlet
- toString() - Method in class org.apache.pekko.stream.OverflowStrategies.Backpressure$
- toString() - Method in class org.apache.pekko.stream.OverflowStrategies.DropBuffer$
- toString() - Method in class org.apache.pekko.stream.OverflowStrategies.DropHead$
- toString() - Method in class org.apache.pekko.stream.OverflowStrategies.DropNew$
- toString() - Method in class org.apache.pekko.stream.OverflowStrategies.DropTail$
- toString() - Method in class org.apache.pekko.stream.OverflowStrategies.EmitEarly$
- toString() - Method in class org.apache.pekko.stream.OverflowStrategies.Fail$
- toString() - Method in class org.apache.pekko.stream.QueueOfferResult.Dropped$
- toString() - Method in class org.apache.pekko.stream.QueueOfferResult.Enqueued$
- toString() - Method in class org.apache.pekko.stream.QueueOfferResult.Failure
- toString() - Method in class org.apache.pekko.stream.QueueOfferResult.Failure$
- toString() - Method in class org.apache.pekko.stream.QueueOfferResult.QueueClosed$
- toString() - Static method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- toString() - Method in class org.apache.pekko.stream.RemoteStreamRefActorTerminatedException$
- toString() - Method in class org.apache.pekko.stream.RestartSettings
- toString() - Method in class org.apache.pekko.stream.scaladsl.Balance
- toString() - Method in class org.apache.pekko.stream.scaladsl.Broadcast
- toString() - Method in class org.apache.pekko.stream.scaladsl.Concat
- toString() - Method in class org.apache.pekko.stream.scaladsl.Flow
- toString() - Method in class org.apache.pekko.stream.scaladsl.Interleave
- toString() - Method in class org.apache.pekko.stream.scaladsl.Merge
- toString() - Method in class org.apache.pekko.stream.scaladsl.MergeLatest
- toString() - Method in class org.apache.pekko.stream.scaladsl.MergePrioritized
- toString() - Method in class org.apache.pekko.stream.scaladsl.MergeSequence
- toString() - Method in class org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException$
- toString() - Method in class org.apache.pekko.stream.scaladsl.Partition
- toString() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay
- toString() - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay$
- toString() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- toString() - Method in class org.apache.pekko.stream.scaladsl.Sink
- toString() - Method in class org.apache.pekko.stream.scaladsl.Source
- toString() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection
- toString() - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection$
- toString() - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection
- toString() - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection$
- toString() - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- toString() - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding$
- toString() - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize
- toString() - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize$
- toString() - Method in class org.apache.pekko.stream.scaladsl.Unzip
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith2
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith3
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith4
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- toString() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- toString() - Method in class org.apache.pekko.stream.scaladsl.Zip
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatest
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipN
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith2
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith3
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith4
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- toString() - Method in class org.apache.pekko.stream.scaladsl.ZipWithN
- toString() - Static method in class org.apache.pekko.stream.Server
- toString() - Method in class org.apache.pekko.stream.Server$
- toString() - Method in class org.apache.pekko.stream.SharedKillSwitch
- toString() - Method in class org.apache.pekko.stream.SinkShape
- toString() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.Closed$
- toString() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPull$
- toString() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshot.ShouldPush$
- toString() - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl$
- toString() - Method in interface org.apache.pekko.stream.snapshot.HideImpl
- toString() - Method in class org.apache.pekko.stream.snapshot.LogicSnapshotImpl$
- toString() - Method in class org.apache.pekko.stream.snapshot.RunningInterpreterImpl$
- toString() - Method in class org.apache.pekko.stream.snapshot.StreamSnapshotImpl$
- toString() - Method in class org.apache.pekko.stream.snapshot.UninitializedInterpreterImpl$
- toString() - Method in class org.apache.pekko.stream.SourceShape
- toString() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event
- toString() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event$
- toString() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Initialized$
- toString() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending
- toString() - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending$
- toString() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.EagerTerminateInput$
- toString() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.EagerTerminateOutput$
- toString() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateInput$
- toString() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.IgnoreTerminateOutput$
- toString() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException$
- toString() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSinkInlet
- toString() - Method in class org.apache.pekko.stream.stage.GraphStageLogic.SubSourceOutlet
- toString() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
- toString() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled
- toString() - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled$
- toString() - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer
- toString() - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer$
- toString() - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity
- toString() - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity$
- toString() - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval
- toString() - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval$
- toString() - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline
- toString() - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline$
- toString() - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout
- toString() - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout$
- toString() - Static method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- toString() - Method in class org.apache.pekko.stream.StreamRefSubscriptionTimeoutException$
- toString() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutSettings
- toString() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.CancelTermination$
- toString() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.NoopTermination$
- toString() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.WarnTermination$
- toString() - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Drain$
- toString() - Method in class org.apache.pekko.stream.SubstreamCancelStrategies.Propagate$
- toString() - Method in class org.apache.pekko.stream.Supervision.Restart$
- toString() - Method in class org.apache.pekko.stream.Supervision.Resume$
- toString() - Method in class org.apache.pekko.stream.Supervision.Stop$
- toString() - Static method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- toString() - Method in class org.apache.pekko.stream.TargetRefNotInitializedYetException$
- toString() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.DownstreamFinish$
- toString() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure
- toString() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure$
- toString() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Pull$
- toString() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Push$
- toString() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure
- toString() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure$
- toString() - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.UpstreamFinish$
- toString() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription
- toString() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription$
- toString() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription
- toString() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription$
- toString() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription
- toString() - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription$
- toString() - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription
- toString() - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription$
- toString() - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore
- toString() - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore$
- toString() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe
- toString() - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe$
- toString() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnComplete$
- toString() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError
- toString() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError$
- toString() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext
- toString() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext$
- toString() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe
- toString() - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe$
- toString() - Method in class org.apache.pekko.stream.ThrottleMode.Enforcing$
- toString() - Method in class org.apache.pekko.stream.ThrottleMode.Shaping$
- toString() - Method in class org.apache.pekko.stream.TLSClientAuth.Need$
- toString() - Method in class org.apache.pekko.stream.TLSClientAuth.None$
- toString() - Method in class org.apache.pekko.stream.TLSClientAuth.Want$
- toString() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
- toString() - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes
- toString() - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes$
- toString() - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes
- toString() - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes$
- toString() - Method in class org.apache.pekko.stream.TLSProtocol.SessionTruncated$
- toString() - Method in class org.apache.pekko.stream.UniqueKillSwitch
- toString() - Method in class org.apache.pekko.testkit.CustomEventFilter
- toString() - Method in class org.apache.pekko.testkit.CustomEventFilter$
- toString() - Method in class org.apache.pekko.testkit.DeadLettersFilter
- toString() - Method in class org.apache.pekko.testkit.DebugFilter
- toString() - Method in class org.apache.pekko.testkit.DebugFilter$
- toString() - Method in class org.apache.pekko.testkit.ErrorFilter
- toString() - Method in class org.apache.pekko.testkit.ErrorFilter$
- toString() - Method in class org.apache.pekko.testkit.InfoFilter
- toString() - Method in class org.apache.pekko.testkit.InfoFilter$
- toString() - Method in class org.apache.pekko.testkit.SocketUtil.Both$
- toString() - Method in class org.apache.pekko.testkit.SocketUtil.Tcp$
- toString() - Method in class org.apache.pekko.testkit.SocketUtil.Udp$
- toString() - Method in class org.apache.pekko.testkit.TestActor.KeepRunning$
- toString() - Method in class org.apache.pekko.testkit.TestActor.NoAutoPilot$
- toString() - Method in class org.apache.pekko.testkit.TestActor.NullMessage$
- toString() - Method in class org.apache.pekko.testkit.TestActor.RealMessage
- toString() - Method in class org.apache.pekko.testkit.TestActor.RealMessage$
- toString() - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot
- toString() - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot$
- toString() - Method in class org.apache.pekko.testkit.TestActor.SetIgnore
- toString() - Method in class org.apache.pekko.testkit.TestActor.SetIgnore$
- toString() - Method in class org.apache.pekko.testkit.TestActor.Spawn
- toString() - Method in class org.apache.pekko.testkit.TestActor.Spawn$
- toString() - Method in class org.apache.pekko.testkit.TestActor.UnWatch
- toString() - Method in class org.apache.pekko.testkit.TestActor.UnWatch$
- toString() - Method in class org.apache.pekko.testkit.TestActor.Watch
- toString() - Method in class org.apache.pekko.testkit.TestActor.Watch$
- toString() - Method in class org.apache.pekko.testkit.TestActorRef
- toString() - Method in class org.apache.pekko.testkit.TestEvent.Mute
- toString() - Method in class org.apache.pekko.testkit.TestEvent.UnMute
- toString() - Static method in exception org.apache.pekko.testkit.TestException
- toString() - Method in class org.apache.pekko.testkit.TestException$
- toString() - Method in class org.apache.pekko.testkit.WarningFilter
- toString() - Method in class org.apache.pekko.testkit.WarningFilter$
- toString() - Method in class org.apache.pekko.util.ByteString
- toString() - Method in class org.apache.pekko.util.LineNumbers.NoSourceInfo$
- toString() - Method in class org.apache.pekko.util.LineNumbers.SourceFile
- toString() - Method in class org.apache.pekko.util.LineNumbers.SourceFile$
- toString() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines
- toString() - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines$
- toString() - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- toString() - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat$
- toString() - Method in class org.apache.pekko.util.ManifestInfo.Version
- toString() - Method in class org.apache.pekko.util.Timeout
- toString() - Method in class org.apache.pekko.util.TypedMultiMap
- toString() - Method in class org.apache.pekko.util.Version
- toString() - Method in class org.apache.pekko.util.WildcardIndex$
- toString$extension(ServiceRegistry) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- toString$extension(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- toString$extension(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- toString$extension(ByteFlag) - Method in class org.apache.pekko.remote.artery.ByteFlag$
- toString$extension(OptionVal<A>) - Method in class org.apache.pekko.util.OptionVal$
- toStringWithAddress(Address) - Method in interface org.apache.pekko.actor.ActorPath
-
Generate String representation, replacing the Address in the RootActor Path with the given one unless this path’s address includes host and port information.
- toStringWithAddress(Address) - Method in class org.apache.pekko.actor.ChildActorPath
- toStringWithAddress(Address) - Method in class org.apache.pekko.actor.RootActorPath
- toStringWithoutAddress() - Method in interface org.apache.pekko.actor.ActorPath
-
String representation of the path elements, excluding the address information.
- toSystemUid() - Method in interface org.apache.pekko.cluster.ddata.Replicator.Internal$.DestinationSystemUid
- toSystemUid() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- toSystemUid() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- TOSYSTEMUID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- TOSYSTEMUID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- total() - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult
- total2pf(Function2<S, S, BoxedUnit>) - Method in interface org.apache.pekko.actor.FSM
- total2pf(Function2<S, S, BoxedUnit>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- totalInstances() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- totalInstances() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- totalInstances() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterSettingsBase
- TOTALINSTANCES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- totallyIgnorantInput() - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Input handler that does not terminate the operator upon receiving completion nor failure.
- TotallyIgnorantInput$() - Constructor for class org.apache.pekko.stream.stage.GraphStageLogic.TotallyIgnorantInput$
- totalQueueLength() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- totalSize() - Method in class org.apache.pekko.util.MessageBufferMap
-
How many elements are in the buffers in the buffer map.
- totalTimeout() - Method in class org.apache.pekko.actor.CoordinatedShutdown
-
Sum of timeouts of all phases that have some task.
- totChunks() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- TOTCHUNKS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- toTimestampOffset(Offset) - Static method in class org.apache.pekko.persistence.query.TimestampOffset
-
Try to convert the Offset to a TimestampOffset.
- toTimestampOffset(Offset) - Method in class org.apache.pekko.persistence.query.TimestampOffset$
-
Try to convert the Offset to a TimestampOffset.
- toTyped(ActorRef) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- toTyped(ActorRef) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- toTyped(ActorSystem) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- toTyped(ActorSystem) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- toTyped(Scheduler) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- toTyped(Scheduler) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- trace(String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Create a filter for TRACE level events with a log message that contains the given
messageIncludes. - trace(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Create a filter for TRACE level events with a log message that contains the given
messageIncludes. - trace(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Create a filter for TRACE level events with a log message that contains the given
messageIncludes. - TraceLogging() - Method in class org.apache.pekko.io.SelectionHandlerSettings
- trackChange(Function0<BoxedUnit>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- trackChange(Function0<BoxedUnit>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxy
- trafficClass(int) - Method in interface org.apache.pekko.io.Inet.SoJavaFactories
-
pekko.io.Inet.SocketOptionto set the traffic class or type-of-service octet in the IP header for packets sent from this socket. - trafficClass(int) - Static method in class org.apache.pekko.io.TcpSO
- trafficClass(int) - Static method in class org.apache.pekko.io.UdpSO
- TrafficClass(int) - Constructor for class org.apache.pekko.io.Inet.SO$.TrafficClass
- TrafficClass() - Method in interface org.apache.pekko.io.Inet.SoForwarders
-
pekko.io.Inet.SocketOptionto set the traffic class or type-of-service octet in the IP header for packets sent from this socket. - TrafficClass() - Method in class org.apache.pekko.io.Tcp.SO$
- TrafficClass() - Method in class org.apache.pekko.io.Udp.SO$
- TrafficClass$() - Constructor for class org.apache.pekko.io.Inet.SO$.TrafficClass$
- TraitOrder - Class in org.apache.pekko.persistence
-
INTERNAL API
- TraitOrder() - Constructor for class org.apache.pekko.persistence.TraitOrder
- TraitOrder$ - Class in org.apache.pekko.persistence
-
INTERNAL API
- TraitOrder$() - Constructor for class org.apache.pekko.persistence.TraitOrder$
- transcend(boolean, Function0<BoxedUnit>) - Method in class org.apache.pekko.util.Switch
- TransferToLimit() - Method in class org.apache.pekko.io.TcpExt.Settings
- transform(int, JsonNode) - Method in class org.apache.pekko.serialization.jackson.JacksonMigration
-
Implement the transformation of the old JSON structure to the new JSON structure.
- transform(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Method in interface org.apache.pekko.actor.FSM
- transform(PartialFunction<PersistentFSM.Event<D>, PersistentFSM.State<S, D, E>>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- transformClassName(int, String) - Method in class org.apache.pekko.serialization.jackson.JacksonMigration
-
Override this method if you have changed the class name.
- transformException(ChannelHandlerContext, Throwable) - Method in interface org.apache.pekko.remote.transport.netty.NettyHelpers
- TransformHelper(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Constructor for class org.apache.pekko.actor.FSM.TransformHelper
- TransformHelper(PartialFunction<PersistentFSM.Event<D>, PersistentFSM.State<S, D, E>>) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSMBase.TransformHelper
-
Deprecated.
- transformMessages(Class<Outer>, Behavior<Inner>, Function<PFBuilder<Outer, Inner>, PFBuilder<Outer, Inner>>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Transform the incoming messages by placing a funnel in front of the wrapped
Behavior: the supplied PartialFunction decides which message to pull in (those that it is defined at) and may transform the incoming message to place them into the wrapped Behavior’s type hierarchy. - transformMessages(Class<Outer>, Behavior<Inner>, Function<PFBuilder<Outer, Inner>, PFBuilder<Outer, Inner>>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Transform the incoming messages by placing a funnel in front of the wrapped
Behavior: the supplied PartialFunction decides which message to pull in (those that it is defined at) and may transform the incoming message to place them into the wrapped Behavior’s type hierarchy. - transformMessages(Behavior<I>, PartialFunction<O, I>, ClassTag<O>) - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- transformMessages(Behavior<I>, PartialFunction<O, I>, ClassTag<O>) - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- transformMessages(PartialFunction<Outer, Inner>, ClassTag<Outer>) - Method in class org.apache.pekko.actor.typed.Behavior.BehaviorDecorators
-
Transform the incoming messages by placing a funnel in front of the wrapped
Behavior: the supplied PartialFunction decides which message to pull in (those that it is defined at) and may transform the incoming message to place them into the wrapped Behavior’s type hierarchy. - transformMessages$extension(Behavior.BehaviorDecorators<Inner>, PartialFunction<Outer, Inner>, ClassTag<Outer>) - Method in class org.apache.pekko.actor.typed.Behavior.BehaviorDecorators$
- TransformMessagesInterceptor$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- TransformMessagesInterceptor$() - Constructor for class org.apache.pekko.actor.typed.internal.TransformMessagesInterceptor$
- Transition(ActorRef, S, S) - Constructor for class org.apache.pekko.actor.FSM.Transition
- Transition(ActorRef, S, S, Option<FiniteDuration>) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.Transition
-
Deprecated.
- Transition$() - Constructor for class org.apache.pekko.actor.FSM.Transition$
- Transition$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.Transition$
-
Deprecated.
- transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Method in interface org.apache.pekko.actor.FSM
- transitionEvent_$eq(List<PartialFunction<Tuple2<S, S>, BoxedUnit>>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- transport() - Method in class org.apache.pekko.remote.testconductor.TestConductorExt
-
Remote transport used by the actor ref provider.
- transport() - Method in interface org.apache.pekko.remote.transport.netty.CommonHandlers
- transport() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- Transport - Interface in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- Transport.ActorAssociationEventListener - Class in org.apache.pekko.remote.transport
-
Deprecated.Class to convert ordinary
pekko.actor.ActorRefinstances to an AssociationEventListener. - Transport.ActorAssociationEventListener$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- Transport.AssociationEvent - Interface in org.apache.pekko.remote.transport
-
Deprecated.
- Transport.AssociationEventListener - Interface in org.apache.pekko.remote.transport
-
Deprecated.An interface that needs to be implemented by the user of a transport to listen to association events
- Transport.InboundAssociation - Class in org.apache.pekko.remote.transport
-
Deprecated.Message sent to a
pekko.remote.transport.Transport.AssociationEventListenerregistered to a transport (via the Promise returned bypekko.remote.transport.Transport#listen) when an inbound association request arrives. - Transport.InboundAssociation$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- Transport.InvalidAssociationException - Exception in org.apache.pekko.remote.transport
-
Deprecated.Indicates that the association setup request is invalid, and it is impossible to recover (malformed IP address, hostname, etc.).
- Transport.InvalidAssociationException$ - Class in org.apache.pekko.remote.transport
-
Deprecated.
- Transport$ - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- Transport$() - Constructor for class org.apache.pekko.remote.transport.Transport$
-
Deprecated.
- TransportAdapterProvider - Interface in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- TransportAdapters - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- TransportAdapters(ExtendedActorSystem) - Constructor for class org.apache.pekko.remote.transport.TransportAdapters
-
Deprecated.
- TransportAdaptersExtension - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- TransportAdaptersExtension() - Constructor for class org.apache.pekko.remote.transport.TransportAdaptersExtension
-
Deprecated.
- TransportAdaptersExtension$ - Class in org.apache.pekko.remote.transport
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- TransportAdaptersExtension$() - Constructor for class org.apache.pekko.remote.transport.TransportAdaptersExtension$
-
Deprecated.
- transportAeronErrorLogStarted() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportAeronErrorLogStarted() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportAeronErrorLogStarted() - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportAeronErrorLogTaskStopped() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportAeronErrorLogTaskStopped() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportAeronErrorLogTaskStopped() - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportFor(Address) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Returns the Transport bound to the given address.
- transportInfo_$eq(Serialization.Information) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- transportInformation() - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- transportKillSwitchPulled() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportKillSwitchPulled() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportKillSwitchPulled() - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportMaterializerStarted() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportMaterializerStarted() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportMaterializerStarted() - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportMediaDriverStarted(String) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportMediaDriverStarted(String) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportMediaDriverStarted(String) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportMediaFileDeleted() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportMediaFileDeleted() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportMediaFileDeleted() - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportQuarantined(Address, long) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportQuarantined(Address, long) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportQuarantined(Address, long) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportRemoveQuarantined(Address) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportRemoveQuarantined(Address) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportRemoveQuarantined(Address) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportRestartInbound(UniqueAddress, String) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportRestartInbound(UniqueAddress, String) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportRestartInbound(UniqueAddress, String) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportRestartOutbound(Address, String) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportRestartOutbound(Address, String) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportRestartOutbound(Address, String) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- Transports() - Method in class org.apache.pekko.remote.RemoteSettings
- transportSendQueueOverflow(int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportSendQueueOverflow(int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportSendQueueOverflow(int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportsReady(Seq<Address>) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociationRegistry
-
Deprecated.Indicates if all given transports were successfully registered.
- transportStarted() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportStarted() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportStarted() - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportStartupFinished() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportStartupFinished() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportStartupFinished() - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportStopIdleOutbound(Address, int) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportStopIdleOutbound(Address, int) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportStopIdleOutbound(Address, int) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportStopped() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportStopped() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportStopped() - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportTaskRunnerStarted() - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportTaskRunnerStarted() - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportTaskRunnerStarted() - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- transportUniqueAddressSet(UniqueAddress) - Static method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder
- transportUniqueAddressSet(UniqueAddress) - Method in class org.apache.pekko.remote.artery.NoOpRemotingFlightRecorder$
- transportUniqueAddressSet(UniqueAddress) - Method in interface org.apache.pekko.remote.artery.RemotingFlightRecorder
- traversalBuilder() - Method in interface org.apache.pekko.stream.Graph
-
INTERNAL API.
- traversalBuilder() - Method in class org.apache.pekko.stream.javadsl.BidiFlow
- traversalBuilder() - Method in class org.apache.pekko.stream.javadsl.Flow
- traversalBuilder() - Method in class org.apache.pekko.stream.javadsl.Sink
- traversalBuilder() - Method in class org.apache.pekko.stream.javadsl.Source
- traversalBuilder() - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
- traversalBuilder() - Method in class org.apache.pekko.stream.scaladsl.Flow
- traversalBuilder() - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- traversalBuilder() - Method in class org.apache.pekko.stream.scaladsl.Sink
- traversalBuilder() - Method in class org.apache.pekko.stream.scaladsl.Source
- traverse(Iterable<A>, Function<A, Future<B>>, ExecutionContext) - Static method in class org.apache.pekko.dispatch.Futures
-
Transforms a JIterable[A] into a Future[JIterable[B} using the provided Function A => Future[B].
- traverse(Iterable<A>, Function<A, Future<B>>, ExecutionContext) - Method in class org.apache.pekko.dispatch.Futures$
-
Transforms a JIterable[A] into a Future[JIterable[B} using the provided Function A => Future[B].
- TrustedSelectionPaths() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- trustManagers() - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
-
Subclass may override to customize
TrustManager - trustManagers() - Method in class org.apache.pekko.remote.transport.netty.ConfigSSLEngineProvider
-
Deprecated.Subclass may override to customize
TrustManager - tryAcquireLease() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- tryAdd(SnapshotMetadata, Object) - Method in interface org.apache.pekko.persistence.testkit.SnapshotStorage
- tryAdd(Seq<PersistentRepr>) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- tryCleanDirectByteBuffer(ByteBuffer) - Method in class org.apache.pekko.io.DirectByteBufferPool$
-
DirectByteBuffers are garbage collected by using a phantom reference and a reference queue.
- TryCompactLeveldb(String, long) - Constructor for class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb
- TryCompactLeveldb$() - Constructor for class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb$
- tryCompactOnDelete(String, long) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction
- tryConsumeTokens(long, int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Blackhole$
-
Deprecated.
- tryConsumeTokens(long, int) - Method in interface org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ThrottleMode
-
Deprecated.
- tryConsumeTokens(long, int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket
-
Deprecated.
- tryConsumeTokens(long, int) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.
- tryDelete(String, long) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- tryDelete(String, SnapshotSelectionCriteria) - Method in interface org.apache.pekko.persistence.testkit.SnapshotStorage
- tryDelete(SnapshotMetadata) - Method in interface org.apache.pekko.persistence.testkit.SnapshotStorage
- tryGotoOldest() - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager
- TryNative - Class in org.apache.pekko.cluster.metrics
-
INTERNAL API
- TryNative() - Constructor for class org.apache.pekko.cluster.metrics.TryNative
- TryNative$ - Class in org.apache.pekko.cluster.metrics
-
INTERNAL API
- TryNative$() - Constructor for class org.apache.pekko.cluster.metrics.TryNative$
- tryProcess(String, U) - Static method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll
- tryProcess(String, U) - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
- tryProcess(String, U) - Method in class org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.ReturnAfterNextNCond
- tryProcess(String, U) - Method in interface org.apache.pekko.persistence.testkit.ProcessingPolicy
-
Emulates behavior of the storage.
- tryPull(Inlet<T>) - Method in class org.apache.pekko.stream.stage.GraphStageLogic
-
Requests an element on the given port unless the port is already closed.
- tryRead(String, long, long, long) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- tryRead(String, SnapshotSelectionCriteria) - Method in interface org.apache.pekko.persistence.testkit.SnapshotStorage
- tryRead(String, Function1<PersistentRepr, Object>) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- tryReadByTag(String) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- tryReadSeqNumber(String) - Method in interface org.apache.pekko.persistence.testkit.EventStorage
- tryReceivePluginInternal(Object) - Method in interface org.apache.pekko.persistence.snapshot.SnapshotStore
- tryReturnRecoveryPermit(String) - Method in interface org.apache.pekko.persistence.typed.internal.JournalInteractions
-
Mutates setup, by setting the `holdingRecoveryPermit` to false
- tryReturnRecoveryPermit(String) - Method in interface org.apache.pekko.persistence.typed.state.internal.DurableStateStoreInteractions
-
Mutates setup, by setting the `holdingRecoveryPermit` to false
- tryUnstashOne(Behavior<InternalProtocol>) - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
-
tryUnstashOneis called at the end of processing each command, published event, or when persist is completed - tryUnstashOne(Behavior<InternalProtocol>) - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
-
tryUnstashOneis called at the end of processing each command, or when persist is completed - ttl() - Method in class org.apache.pekko.io.dns.AAAARecord
- ttl() - Method in class org.apache.pekko.io.dns.ARecord
- ttl() - Method in class org.apache.pekko.io.dns.CNameRecord
- ttl() - Method in class org.apache.pekko.io.dns.ResourceRecord
- ttl() - Method in class org.apache.pekko.io.dns.SRVRecord
- ttl() - Method in class org.apache.pekko.io.dns.UnknownRecord
- Ttl() - Constructor for class org.apache.pekko.io.dns.CachePolicy.Ttl
- Ttl$() - Constructor for class org.apache.pekko.io.dns.CachePolicy.Ttl$
- TtlIsOrdered$() - Constructor for class org.apache.pekko.io.dns.CachePolicy.Ttl$.TtlIsOrdered$
- tuningParameters() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- tuningParameters() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- TuningParameters(ClusterShardingSettings.TuningParameters) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- TuningParameters(FiniteDuration, FiniteDuration, int, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, int, int, int, int, FiniteDuration, FiniteDuration, String, FiniteDuration, int) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
-
Deprecated.Use the ClusterShardingSettings factory methods or the constructor including coordinatorStateWriteMajorityPlus and coordinatorStateReadMajorityPlus instead. Since Akka 2.6.5.
- TuningParameters(FiniteDuration, FiniteDuration, int, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, int, int, int, int, FiniteDuration, FiniteDuration, String, FiniteDuration, int, int, int) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
-
Deprecated.Use the ClusterShardingSettings factory methods or the constructor including leastShardAllocationAbsoluteLimit and leastShardAllocationRelativeLimit instead. Since Akka 2.6.10.
- TuningParameters(FiniteDuration, FiniteDuration, int, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, int, int, int, int, FiniteDuration, FiniteDuration, String, FiniteDuration, int, int, int, int, double) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- TuningParameters(FiniteDuration, FiniteDuration, int, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, int, int, int, FiniteDuration, FiniteDuration) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
-
Deprecated.Use the ClusterShardingSettings factory methods or the full constructor instead. Since Akka 2.6.5.
- TuningParameters(FiniteDuration, FiniteDuration, int, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, FiniteDuration, int, int, int, FiniteDuration, FiniteDuration, String, FiniteDuration, int) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
-
Deprecated.Use the ClusterShardingSettings factory methods or the full constructor instead. Since Akka 2.6.5.
- Tuple10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Class in org.apache.pekko.japi.tuple
- Tuple10(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Constructor for class org.apache.pekko.japi.tuple.Tuple10
- Tuple10$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 10 elements in Java.
- Tuple10$() - Constructor for class org.apache.pekko.japi.tuple.Tuple10$
- Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Class in org.apache.pekko.japi.tuple
- Tuple11(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Constructor for class org.apache.pekko.japi.tuple.Tuple11
- Tuple11$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 11 elements in Java.
- Tuple11$() - Constructor for class org.apache.pekko.japi.tuple.Tuple11$
- Tuple12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Class in org.apache.pekko.japi.tuple
- Tuple12(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Constructor for class org.apache.pekko.japi.tuple.Tuple12
- Tuple12$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 12 elements in Java.
- Tuple12$() - Constructor for class org.apache.pekko.japi.tuple.Tuple12$
- Tuple13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Class in org.apache.pekko.japi.tuple
- Tuple13(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Constructor for class org.apache.pekko.japi.tuple.Tuple13
- Tuple13$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 13 elements in Java.
- Tuple13$() - Constructor for class org.apache.pekko.japi.tuple.Tuple13$
- Tuple14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Class in org.apache.pekko.japi.tuple
- Tuple14(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Constructor for class org.apache.pekko.japi.tuple.Tuple14
- Tuple14$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 14 elements in Java.
- Tuple14$() - Constructor for class org.apache.pekko.japi.tuple.Tuple14$
- Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Class in org.apache.pekko.japi.tuple
- Tuple15(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Constructor for class org.apache.pekko.japi.tuple.Tuple15
- Tuple15$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 15 elements in Java.
- Tuple15$() - Constructor for class org.apache.pekko.japi.tuple.Tuple15$
- Tuple16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Class in org.apache.pekko.japi.tuple
- Tuple16(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Constructor for class org.apache.pekko.japi.tuple.Tuple16
- Tuple16$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 16 elements in Java.
- Tuple16$() - Constructor for class org.apache.pekko.japi.tuple.Tuple16$
- Tuple17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Class in org.apache.pekko.japi.tuple
- Tuple17(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Constructor for class org.apache.pekko.japi.tuple.Tuple17
- Tuple17$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 17 elements in Java.
- Tuple17$() - Constructor for class org.apache.pekko.japi.tuple.Tuple17$
- Tuple18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Class in org.apache.pekko.japi.tuple
- Tuple18(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Constructor for class org.apache.pekko.japi.tuple.Tuple18
- Tuple18$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 18 elements in Java.
- Tuple18$() - Constructor for class org.apache.pekko.japi.tuple.Tuple18$
- Tuple19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Class in org.apache.pekko.japi.tuple
- Tuple19(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Constructor for class org.apache.pekko.japi.tuple.Tuple19
- Tuple19$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 19 elements in Java.
- Tuple19$() - Constructor for class org.apache.pekko.japi.tuple.Tuple19$
- Tuple20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Class in org.apache.pekko.japi.tuple
- Tuple20(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Constructor for class org.apache.pekko.japi.tuple.Tuple20
- Tuple20$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 20 elements in Java.
- Tuple20$() - Constructor for class org.apache.pekko.japi.tuple.Tuple20$
- Tuple21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Class in org.apache.pekko.japi.tuple
- Tuple21(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Constructor for class org.apache.pekko.japi.tuple.Tuple21
- Tuple21$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 21 elements in Java.
- Tuple21$() - Constructor for class org.apache.pekko.japi.tuple.Tuple21$
- Tuple22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Class in org.apache.pekko.japi.tuple
- Tuple22(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Constructor for class org.apache.pekko.japi.tuple.Tuple22
- Tuple22$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 22 elements in Java.
- Tuple22$() - Constructor for class org.apache.pekko.japi.tuple.Tuple22$
- Tuple3<T1,T2,T3> - Class in org.apache.pekko.japi.tuple
- Tuple3(T1, T2, T3) - Constructor for class org.apache.pekko.japi.tuple.Tuple3
- Tuple3$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 3 elements in Java.
- Tuple3$() - Constructor for class org.apache.pekko.japi.tuple.Tuple3$
- Tuple4<T1,T2,T3,T4> - Class in org.apache.pekko.japi.tuple
- Tuple4(T1, T2, T3, T4) - Constructor for class org.apache.pekko.japi.tuple.Tuple4
- Tuple4$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 4 elements in Java.
- Tuple4$() - Constructor for class org.apache.pekko.japi.tuple.Tuple4$
- Tuple5<T1,T2,T3,T4,T5> - Class in org.apache.pekko.japi.tuple
- Tuple5(T1, T2, T3, T4, T5) - Constructor for class org.apache.pekko.japi.tuple.Tuple5
- Tuple5$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 5 elements in Java.
- Tuple5$() - Constructor for class org.apache.pekko.japi.tuple.Tuple5$
- Tuple6<T1,T2,T3,T4,T5,T6> - Class in org.apache.pekko.japi.tuple
- Tuple6(T1, T2, T3, T4, T5, T6) - Constructor for class org.apache.pekko.japi.tuple.Tuple6
- Tuple6$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 6 elements in Java.
- Tuple6$() - Constructor for class org.apache.pekko.japi.tuple.Tuple6$
- Tuple7<T1,T2,T3,T4,T5,T6,T7> - Class in org.apache.pekko.japi.tuple
- Tuple7(T1, T2, T3, T4, T5, T6, T7) - Constructor for class org.apache.pekko.japi.tuple.Tuple7
- Tuple7$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 7 elements in Java.
- Tuple7$() - Constructor for class org.apache.pekko.japi.tuple.Tuple7$
- Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in org.apache.pekko.japi.tuple
- Tuple8(T1, T2, T3, T4, T5, T6, T7, T8) - Constructor for class org.apache.pekko.japi.tuple.Tuple8
- Tuple8$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 8 elements in Java.
- Tuple8$() - Constructor for class org.apache.pekko.japi.tuple.Tuple8$
- Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in org.apache.pekko.japi.tuple
- Tuple9(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Constructor for class org.apache.pekko.japi.tuple.Tuple9
- Tuple9$ - Class in org.apache.pekko.japi.tuple
-
Used to create tuples with 9 elements in Java.
- Tuple9$() - Constructor for class org.apache.pekko.japi.tuple.Tuple9$
- TXT() - Static method in class org.apache.pekko.io.dns.RecordType
-
text strings
- TXT() - Method in class org.apache.pekko.io.dns.RecordType$
-
text strings
- TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Selection
- TYPE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- typeCheck() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- typeCheck() - Method in class org.apache.pekko.persistence.PluginSpec
- typedActor() - Method in class org.apache.pekko.actor.ContextualTypedActorFactory
- typedActor() - Method in class org.apache.pekko.actor.TypedActorExtension
- typedActor() - Method in interface org.apache.pekko.actor.TypedActorFactory
-
Deprecated.Underlying dependency to a TypedActorExtension, which can either be contextual or ActorSystem "global"
- TypedActor - Class in org.apache.pekko.actor
-
Deprecated.Use 'org.apache.pekko.actor.typed' API. Since Akka 2.6.0.
- TypedActor() - Constructor for class org.apache.pekko.actor.TypedActor
-
Deprecated.
- TypedActor.MethodCall - Class in org.apache.pekko.actor
-
Deprecated.This class represents a Method call, and has a reference to the Method to be called and the parameters to supply It's sent to the ActorRef backing the TypedActor and can be serialized and deserialized
- TypedActor.MethodCall$ - Class in org.apache.pekko.actor
-
Deprecated.
- TypedActor.PostRestart - Interface in org.apache.pekko.actor
-
Deprecated.
- TypedActor.PostStop - Interface in org.apache.pekko.actor
-
Deprecated.Mix this into your TypedActor to be able to hook into its lifecycle
- TypedActor.PreRestart - Interface in org.apache.pekko.actor
-
Deprecated.Mix this into your TypedActor to be able to hook into its lifecycle
- TypedActor.PreStart - Interface in org.apache.pekko.actor
-
Deprecated.Mix this into your TypedActor to be able to hook into its lifecycle
- TypedActor.Receiver - Interface in org.apache.pekko.actor
-
Deprecated.Mix this into your TypedActor to be able to intercept Terminated messages
- TypedActor.SerializedMethodCall$ - Class in org.apache.pekko.actor
-
Deprecated.
- TypedActor.SerializedTypedActorInvocationHandler$ - Class in org.apache.pekko.actor
-
Deprecated.
- TypedActor.Supervisor - Interface in org.apache.pekko.actor
-
Deprecated.Mix this into your TypedActor to be able to define supervisor strategy
- TypedActor$ - Class in org.apache.pekko.actor
-
Deprecated.Use 'org.apache.pekko.actor.typed' API. Since Akka 2.6.0.
- TypedActor$() - Constructor for class org.apache.pekko.actor.TypedActor$
-
Deprecated.
- TypedActorContext<T> - Interface in org.apache.pekko.actor.typed
-
This trait is not meant to be extended by user code.
- TypedActorExtension - Class in org.apache.pekko.actor
- TypedActorExtension(ExtendedActorSystem) - Constructor for class org.apache.pekko.actor.TypedActorExtension
- TypedActorFactory - Interface in org.apache.pekko.actor
-
Deprecated.Use 'org.apache.pekko.actor.typed' API. Since Akka 2.6.0.
- typedActorOf(TypedProps<T>) - Method in interface org.apache.pekko.actor.TypedActorFactory
-
Deprecated.Creates a new TypedActor with the specified properties
- typedActorOf(TypedProps<T>, String) - Method in interface org.apache.pekko.actor.TypedActorFactory
-
Deprecated.Creates a new TypedActor with the specified properties
- typedActorOf(TypedProps<T>, ActorRef) - Method in interface org.apache.pekko.actor.TypedActorFactory
-
Deprecated.Creates a TypedActor that intercepts the calls and forwards them as
pekko.actor.TypedActor.MethodCallto the provided ActorRef. - TypedActorRefDeserializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- TypedActorRefDeserializer$() - Constructor for class org.apache.pekko.serialization.jackson.TypedActorRefDeserializer$
- TypedActorRefModule - Interface in org.apache.pekko.serialization.jackson
-
INTERNAL API: Adds support for serializing and deserializing
pekko.actor.typed.ActorRef. - TypedActorRefSerializer$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- TypedActorRefSerializer$() - Constructor for class org.apache.pekko.serialization.jackson.TypedActorRefSerializer$
- TypedCreatorFunctionConsumerClass() - Method in class org.apache.pekko.actor.IndirectActorProducer$
- TypedMultiMap<T,K> - Class in org.apache.pekko.util
-
An immutable multi-map that expresses the value type as a type function of the key type.
- TypedMultiMap() - Constructor for class org.apache.pekko.util.TypedMultiMap
- TypedMultiMap$ - Class in org.apache.pekko.util
- TypedMultiMap$() - Constructor for class org.apache.pekko.util.TypedMultiMap$
- TypedProps<T> - Class in org.apache.pekko.actor
- TypedProps(Class<? super T>, Class<T>) - Constructor for class org.apache.pekko.actor.TypedProps
-
Java API: Uses the supplied class as the factory for the TypedActor implementation, and that has the specified interface, or if the interface class is not an interface, all the interfaces it implements, appended in the sequence of interfaces.
- TypedProps(Class<? super T>, Creator<T>) - Constructor for class org.apache.pekko.actor.TypedProps
-
Java API: Uses the supplied Creator as the factory for the TypedActor implementation, and that has the specified interface, or if the interface class is not an interface, all the interfaces it implements, appended in the sequence of interfaces.
- TypedProps(Class<T>) - Constructor for class org.apache.pekko.actor.TypedProps
-
Uses the supplied class as the factory for the TypedActor implementation, and that has the specified interface, or if the interface class is not an interface, all the interfaces it implements, appended in the sequence of interfaces.
- TypedProps(Seq<Class<?>>, Function0<T>, String, Deploy, Option<Timeout>, Option<ClassLoader>) - Constructor for class org.apache.pekko.actor.TypedProps
- TypedProps$ - Class in org.apache.pekko.actor
-
TypedProps is a TypedActor configuration object, that is thread safe and fully sharable.
- TypedProps$() - Constructor for class org.apache.pekko.actor.TypedProps$
- typeKey() - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
- typeKey() - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
- typeKey() - Method in interface org.apache.pekko.cluster.sharding.typed.scaladsl.EntityRef
-
The EntityTypeKey associated with this EntityRef.
- typeName() - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- typeName() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- typeName() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- typeName() - Method in class org.apache.pekko.persistence.typed.ReplicationId
U
- udp() - Method in interface org.apache.pekko.io.WithUdpSend
- Udp - Class in org.apache.pekko.io
-
UDP Extension for Akka’s IO layer.
- Udp() - Constructor for class org.apache.pekko.io.Udp
- Udp.Bind - Class in org.apache.pekko.io
-
Send this message to the
UdpExt.manager()in order to bind to the given local port (or an automatically assigned one if the port number is zero). - Udp.Bind$ - Class in org.apache.pekko.io
- Udp.Bound - Class in org.apache.pekko.io
-
This message is sent by the listener actor in response to a
Udp.Bindcommand. - Udp.Bound$ - Class in org.apache.pekko.io
- Udp.Command - Interface in org.apache.pekko.io
-
The common type of all commands supported by the UDP implementation.
- Udp.CommandFailed - Class in org.apache.pekko.io
-
When a command fails it will be replied to with this message type, wrapping the failing command object.
- Udp.CommandFailed$ - Class in org.apache.pekko.io
- Udp.Event - Interface in org.apache.pekko.io
-
The common type of all events emitted by the UDP implementation.
- Udp.Message - Interface in org.apache.pekko.io
-
The common interface for
Udp.CommandandUdp.Event. - Udp.NoAck - Class in org.apache.pekko.io
-
Each
Udp.Sendcan optionally request a positive acknowledgment to be sent to the commanding actor. - Udp.NoAck$ - Class in org.apache.pekko.io
-
Default
Udp.NoAckinstance which is used when no acknowledgment information is explicitly provided. - Udp.Received - Class in org.apache.pekko.io
-
When a listener actor receives a datagram from its socket it will send it to the handler designated in the
Udp.Bindmessage using this message type. - Udp.Received$ - Class in org.apache.pekko.io
- Udp.ResumeReading$ - Class in org.apache.pekko.io
-
This message must be sent to the listener actor to re-enable reading from the socket after a
SuspendReadingcommand. - Udp.Send - Class in org.apache.pekko.io
-
This message is understood by the “simple sender” which can be obtained by sending the
Udp.SimpleSenderquery to theUdpExt.manager()as well as by the listener actors which are created in response toUdp.Bind. - Udp.Send$ - Class in org.apache.pekko.io
- Udp.SimpleSender - Class in org.apache.pekko.io
-
Retrieve a reference to a “simple sender” actor of the UDP extension.
- Udp.SimpleSender$ - Class in org.apache.pekko.io
- Udp.SimpleSenderReady - Interface in org.apache.pekko.io
-
The “simple sender” sends this message type in response to a
Udp.SimpleSenderquery. - Udp.SimpleSenderReady$ - Class in org.apache.pekko.io
- Udp.SO$ - Class in org.apache.pekko.io
-
Scala API: This object provides access to all socket options applicable to UDP sockets.
- Udp.SO$.Broadcast - Class in org.apache.pekko.io
-
pekko.io.Inet.SocketOptionto set the SO_BROADCAST option - Udp.SO$.Broadcast$ - Class in org.apache.pekko.io
- Udp.SuspendReading$ - Class in org.apache.pekko.io
-
Send this message to a listener actor (which sent a
Udp.Boundmessage) to have it stop reading datagrams from the network. - Udp.Unbind$ - Class in org.apache.pekko.io
-
Send this message to the listener actor that previously sent a
Udp.Boundmessage in order to close the listening socket. - Udp.Unbound - Interface in org.apache.pekko.io
-
This message is sent by the listener actor in response to an
Unbindcommand after the socket has been closed. - Udp.Unbound$ - Class in org.apache.pekko.io
- Udp$ - Class in org.apache.pekko.io
-
UDP Extension for Akka’s IO layer.
- Udp$() - Constructor for class org.apache.pekko.io.Udp$
- Udp$() - Constructor for class org.apache.pekko.testkit.SocketUtil.Udp$
- UdpConnected - Class in org.apache.pekko.io
-
UDP Extension for Akka’s IO layer.
- UdpConnected() - Constructor for class org.apache.pekko.io.UdpConnected
- UdpConnected.Command - Interface in org.apache.pekko.io
-
The common type of all commands supported by the UDP implementation.
- UdpConnected.CommandFailed - Class in org.apache.pekko.io
-
When a command fails it will be replied to with this message type, wrapping the failing command object.
- UdpConnected.CommandFailed$ - Class in org.apache.pekko.io
- UdpConnected.Connect - Class in org.apache.pekko.io
-
Send this message to the
UdpExt.manager()in order to bind to a local port (optionally with the chosenlocalAddress) and create a UDP socket which is restricted to sending to and receiving from the givenremoteAddress. - UdpConnected.Connect$ - Class in org.apache.pekko.io
- UdpConnected.Connected - Interface in org.apache.pekko.io
-
This message is sent by the connection actor to the actor which sent the
UdpConnected.Connectmessage when the UDP socket has been bound to the local and remote addresses given. - UdpConnected.Connected$ - Class in org.apache.pekko.io
- UdpConnected.Disconnect$ - Class in org.apache.pekko.io
-
Send this message to a connection actor (which had previously sent the
UdpConnected.Connectedmessage) in order to close the socket. - UdpConnected.Disconnected - Interface in org.apache.pekko.io
-
This message is sent by the connection actor to the actor which sent the
Disconnectmessage when the UDP socket has been closed. - UdpConnected.Disconnected$ - Class in org.apache.pekko.io
- UdpConnected.Event - Interface in org.apache.pekko.io
-
The common type of all events emitted by the UDP implementation.
- UdpConnected.Message - Interface in org.apache.pekko.io
-
The common interface for
UdpConnected.CommandandUdpConnected.Event. - UdpConnected.NoAck - Class in org.apache.pekko.io
-
Each
UdpConnected.Sendcan optionally request a positive acknowledgment to be sent to the commanding actor. - UdpConnected.NoAck$ - Class in org.apache.pekko.io
-
Default
UdpConnected.NoAckinstance which is used when no acknowledgment information is explicitly provided. - UdpConnected.Received - Class in org.apache.pekko.io
-
When a connection actor receives a datagram from its socket it will send it to the handler designated in the
Udp.Bindmessage using this message type. - UdpConnected.Received$ - Class in org.apache.pekko.io
- UdpConnected.ResumeReading$ - Class in org.apache.pekko.io
-
This message must be sent to the listener actor to re-enable reading from the socket after a
SuspendReadingcommand. - UdpConnected.Send - Class in org.apache.pekko.io
-
This message is understood by the connection actors to send data to their designated destination.
- UdpConnected.Send$ - Class in org.apache.pekko.io
- UdpConnected.SuspendReading$ - Class in org.apache.pekko.io
-
Send this message to a listener actor (which sent a
Udp.Boundmessage) to have it stop reading datagrams from the network. - UdpConnected$ - Class in org.apache.pekko.io
-
UDP Extension for Akka’s IO layer.
- UdpConnected$() - Constructor for class org.apache.pekko.io.UdpConnected$
- UdpConnectedExt - Class in org.apache.pekko.io
- UdpConnectedExt(ExtendedActorSystem) - Constructor for class org.apache.pekko.io.UdpConnectedExt
- UdpConnectedMessage - Class in org.apache.pekko.io
-
Java API: factory methods for the message types used when communicating with the UdpConnected service.
- UdpConnectedMessage() - Constructor for class org.apache.pekko.io.UdpConnectedMessage
- UdpConnectedMessage$ - Class in org.apache.pekko.io
-
Java API: factory methods for the message types used when communicating with the UdpConnected service.
- UdpConnectedMessage$() - Constructor for class org.apache.pekko.io.UdpConnectedMessage$
- UdpExt - Class in org.apache.pekko.io
- UdpExt(ExtendedActorSystem) - Constructor for class org.apache.pekko.io.UdpExt
- UdpMessage - Class in org.apache.pekko.io
-
Java API: factory methods for the message types used when communicating with the Udp service.
- UdpMessage() - Constructor for class org.apache.pekko.io.UdpMessage
- UdpMessage$ - Class in org.apache.pekko.io
-
Java API: factory methods for the message types used when communicating with the Udp service.
- UdpMessage$() - Constructor for class org.apache.pekko.io.UdpMessage$
- udpPort() - Static method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
UDP Port number to be used when running tests on UDP.
- udpPort() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec$
-
UDP Port number to be used when running tests on UDP.
- UdpSO - Class in org.apache.pekko.io
- UdpSO() - Constructor for class org.apache.pekko.io.UdpSO
- UdpSO$ - Class in org.apache.pekko.io
- UdpSO$() - Constructor for class org.apache.pekko.io.UdpSO$
- uid() - Method in interface org.apache.pekko.actor.ActorPath
-
INTERNAL API Unique identifier of the actor.
- uid() - Method in class org.apache.pekko.actor.ChildRestartStats
- uid() - Method in class org.apache.pekko.cluster.UniqueAddress
-
Deprecated.Use longUid instead. Since Akka 2.4.11.
- uid() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- uid() - Method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.Use long uid. Since Akka 2.4.x.
- uid() - Method in class org.apache.pekko.remote.transport.HandshakeInfo
- uid() - Method in class org.apache.pekko.remote.UniqueAddress
- UID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- UID_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- UID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- UID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- UID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- UID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- UID_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- UID2_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- UID2_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- UidOffset() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- unAckedHostShards() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- unAckedHostShards_$eq(Map<String, Cancellable>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- unallocatedShards() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- UNALLOCATEDSHARDS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- unapply(Version) - Static method in class org.apache.pekko.serialization.jackson.VersionExtractor
- unapply(Version) - Method in class org.apache.pekko.serialization.jackson.VersionExtractor$
- unapply(Object) - Static method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Extract the
ORMultiMap.entries()of anORMultiMap. - unapply(Object) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap$
-
Extract the
ORMultiMap.entries()of anORMultiMap. - unapply(String) - Static method in class org.apache.pekko.actor.ActorPathExtractor
- unapply(String) - Method in class org.apache.pekko.actor.ActorPathExtractor$
- unapply(String) - Static method in class org.apache.pekko.actor.AddressFromURIString
- unapply(String) - Method in class org.apache.pekko.actor.AddressFromURIString$
- unapply(String) - Static method in class org.apache.pekko.actor.RelativeActorPath
- unapply(String) - Method in class org.apache.pekko.actor.RelativeActorPath$
- unapply(URI) - Static method in class org.apache.pekko.actor.AddressFromURIString
- unapply(URI) - Method in class org.apache.pekko.actor.AddressFromURIString$
- unapply(ActorIdentity) - Static method in class org.apache.pekko.actor.ActorIdentity
- unapply(ActorIdentity) - Method in class org.apache.pekko.actor.ActorIdentity$
- unapply(ActorInitializationException) - Static method in exception org.apache.pekko.actor.ActorInitializationException
- unapply(ActorInitializationException) - Method in class org.apache.pekko.actor.ActorInitializationException$
- unapply(ActorKilledException) - Static method in exception org.apache.pekko.actor.ActorKilledException
- unapply(ActorKilledException) - Method in class org.apache.pekko.actor.ActorKilledException$
- unapply(ActorNotFound) - Static method in exception org.apache.pekko.actor.ActorNotFound
- unapply(ActorNotFound) - Method in class org.apache.pekko.actor.ActorNotFound$
- unapply(ActorSelectionMessage) - Method in class org.apache.pekko.actor.ActorSelectionMessage$
- unapply(Address) - Static method in class org.apache.pekko.actor.Address
- unapply(Address) - Method in class org.apache.pekko.actor.Address$
- unapply(AddressTerminated) - Method in class org.apache.pekko.actor.AddressTerminated$
- unapply(AllForOneStrategy) - Static method in class org.apache.pekko.actor.AllForOneStrategy
- unapply(AllForOneStrategy) - Method in class org.apache.pekko.actor.AllForOneStrategy$
- unapply(ChildRestartStats) - Static method in class org.apache.pekko.actor.ChildRestartStats
- unapply(ChildRestartStats) - Method in class org.apache.pekko.actor.ChildRestartStats$
- unapply(ContextualTypedActorFactory) - Static method in class org.apache.pekko.actor.ContextualTypedActorFactory
- unapply(ContextualTypedActorFactory) - Method in class org.apache.pekko.actor.ContextualTypedActorFactory$
- unapply(CoordinatedShutdown.Phase) - Method in class org.apache.pekko.actor.CoordinatedShutdown.Phase$
- unapply(DeadLetter) - Static method in class org.apache.pekko.actor.DeadLetter
- unapply(DeadLetter) - Method in class org.apache.pekko.actor.DeadLetter$
- unapply(DeathPactException) - Static method in exception org.apache.pekko.actor.DeathPactException
- unapply(DeathPactException) - Method in class org.apache.pekko.actor.DeathPactException$
- unapply(Deploy) - Static method in class org.apache.pekko.actor.Deploy
- unapply(Deploy) - Method in class org.apache.pekko.actor.Deploy$
- unapply(Dropped) - Static method in class org.apache.pekko.actor.Dropped
- unapply(Dropped) - Method in class org.apache.pekko.actor.Dropped$
- unapply(ChildrenContainer.Creation) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Creation$
- unapply(ChildrenContainer.Recreation) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.Recreation$
- unapply(ChildrenContainer.TerminatingChildrenContainer) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer$
- unapply(SerializationCheckFailedException) - Static method in exception org.apache.pekko.actor.dungeon.SerializationCheckFailedException
- unapply(SerializationCheckFailedException) - Method in class org.apache.pekko.actor.dungeon.SerializationCheckFailedException$
- unapply(FSM.CurrentState<S>) - Method in class org.apache.pekko.actor.FSM.CurrentState$
- unapply(FSM.Event<D>) - Method in class org.apache.pekko.actor.FSM.Event$
- unapply(FSM.Failure) - Method in class org.apache.pekko.actor.FSM.Failure$
- unapply(FSM.LogEntry<S, D>) - Method in class org.apache.pekko.actor.FSM.LogEntry$
- unapply(FSM.State<S, D>) - Method in class org.apache.pekko.actor.FSM.State$
- unapply(FSM.StopEvent<S, D>) - Method in class org.apache.pekko.actor.FSM.StopEvent$
- unapply(FSM.SubscribeTransitionCallBack) - Method in class org.apache.pekko.actor.FSM.SubscribeTransitionCallBack$
- unapply(FSM.Timer) - Method in class org.apache.pekko.actor.FSM.Timer$
- unapply(FSM.Transition<S>) - Method in class org.apache.pekko.actor.FSM.Transition$
- unapply(FSM.UnsubscribeTransitionCallBack) - Method in class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack$
- unapply(Identify) - Static method in class org.apache.pekko.actor.Identify
- unapply(Identify) - Method in class org.apache.pekko.actor.Identify$
- unapply(IllegalActorStateException) - Static method in exception org.apache.pekko.actor.IllegalActorStateException
- unapply(IllegalActorStateException) - Method in class org.apache.pekko.actor.IllegalActorStateException$
- unapply(InvalidActorNameException) - Static method in exception org.apache.pekko.actor.InvalidActorNameException
- unapply(InvalidActorNameException) - Method in class org.apache.pekko.actor.InvalidActorNameException$
- unapply(InvalidMessageException) - Static method in exception org.apache.pekko.actor.InvalidMessageException
- unapply(InvalidMessageException) - Method in class org.apache.pekko.actor.InvalidMessageException$
- unapply(OneForOneStrategy) - Static method in class org.apache.pekko.actor.OneForOneStrategy
- unapply(OneForOneStrategy) - Method in class org.apache.pekko.actor.OneForOneStrategy$
- unapply(PostRestartException) - Static method in class org.apache.pekko.actor.OriginalRestartException
- unapply(PostRestartException) - Method in class org.apache.pekko.actor.OriginalRestartException$
- unapply(PostRestartException) - Static method in exception org.apache.pekko.actor.PostRestartException
- unapply(PostRestartException) - Method in class org.apache.pekko.actor.PostRestartException$
- unapply(PreRestartException) - Static method in exception org.apache.pekko.actor.PreRestartException
- unapply(PreRestartException) - Method in class org.apache.pekko.actor.PreRestartException$
- unapply(Props) - Static method in class org.apache.pekko.actor.Props
- unapply(Props) - Method in class org.apache.pekko.actor.Props$
- unapply(ProviderSelection.Custom) - Method in class org.apache.pekko.actor.ProviderSelection.Custom$
- unapply(RootActorPath) - Static method in class org.apache.pekko.actor.RootActorPath
- unapply(RootActorPath) - Method in class org.apache.pekko.actor.RootActorPath$
- unapply(SchedulerException) - Static method in exception org.apache.pekko.actor.SchedulerException
- unapply(SchedulerException) - Method in class org.apache.pekko.actor.SchedulerException$
- unapply(SelectChildName) - Method in class org.apache.pekko.actor.SelectChildName$
- unapply(SelectChildPattern) - Method in class org.apache.pekko.actor.SelectChildPattern$
- unapply(SerializedActorRef) - Method in class org.apache.pekko.actor.SerializedActorRef$
- unapply(Status.Failure) - Method in class org.apache.pekko.actor.Status.Failure$
- unapply(Status.Success) - Method in class org.apache.pekko.actor.Status.Success$
- unapply(StopChild) - Method in class org.apache.pekko.actor.StopChild$
- unapply(SuppressedDeadLetter) - Static method in class org.apache.pekko.actor.SuppressedDeadLetter
- unapply(SuppressedDeadLetter) - Method in class org.apache.pekko.actor.SuppressedDeadLetter$
- unapply(Terminated) - Static method in class org.apache.pekko.actor.Terminated
- unapply(Terminated) - Method in class org.apache.pekko.actor.Terminated$
- unapply(CapturedLogEvent) - Static method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent
- unapply(CapturedLogEvent) - Method in class org.apache.pekko.actor.testkit.typed.CapturedLogEvent$
- unapply(Effect.MessageAdapter<A, T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.MessageAdapter$
- unapply(Effect.ReceiveTimeoutSet<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.ReceiveTimeoutSet$
- unapply(Effect.Scheduled<U>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Scheduled$
- unapply(Effect.Spawned<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned$
- unapply(Effect.SpawnedAdapter<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAdapter$
- unapply(Effect.SpawnedAnonymous<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous$
- unapply(Effect.SpawnedAnonymousAdapter<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymousAdapter$
- unapply(Effect.Stopped) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Stopped$
- unapply(Effect.TimerCancelled) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerCancelled$
- unapply(org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedDelayModeWithInitialDelay) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedDelayModeWithInitialDelay$
- unapply(org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled.FixedRateModeWithInitialDelay) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$.FixedRateModeWithInitialDelay$
- unapply(Effect.TimerScheduled<U>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.TimerScheduled$
- unapply(Effect.Unwatched<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Unwatched$
- unapply(Effect.Watched<T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.Watched$
- unapply(Effect.WatchedWith<U, T>) - Method in class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith$
- unapply(FishingOutcome.Fail) - Method in class org.apache.pekko.actor.testkit.typed.FishingOutcome.Fail$
- unapply(ActorTestKitGuardian.ActorStopped<T>) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.ActorStopped$
- unapply(ActorTestKitGuardian.SpawnActor<T>) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActor$
- unapply(ActorTestKitGuardian.SpawnActorAnonymous<T>) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.SpawnActorAnonymous$
- unapply(ActorTestKitGuardian.StopActor<T>) - Method in class org.apache.pekko.actor.testkit.typed.internal.ActorTestKitGuardian.StopActor$
- unapply(LoggingTestKitImpl) - Method in class org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl$
- unapply(LoggingEvent) - Static method in class org.apache.pekko.actor.testkit.typed.LoggingEvent
- unapply(LoggingEvent) - Method in class org.apache.pekko.actor.testkit.typed.LoggingEvent$
- unapply(TestException) - Static method in exception org.apache.pekko.actor.testkit.typed.TestException
- unapply(TestException) - Method in class org.apache.pekko.actor.testkit.typed.TestException$
- unapply(ChildFailed) - Static method in class org.apache.pekko.actor.typed.ChildFailed
- unapply(ChildFailed) - Method in class org.apache.pekko.actor.typed.ChildFailed$
- unapply(DeathPactException) - Static method in exception org.apache.pekko.actor.typed.DeathPactException
- unapply(DeathPactException) - Method in class org.apache.pekko.actor.typed.DeathPactException$
- unapply(ConsumerController.DeliverThenStop<A>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.DeliverThenStop$
- unapply(ConsumerController.Delivery<A>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Delivery$
- unapply(ConsumerController.RegisterToProducerController<A>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.RegisterToProducerController$
- unapply(ConsumerController.SequencedMessage<A>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.SequencedMessage$
- unapply(ConsumerController.Start<A>) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Start$
- unapply(DurableProducerQueue.Cleanup) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Cleanup$
- unapply(DurableProducerQueue.Confirmed) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.Confirmed$
- unapply(DurableProducerQueue.LoadState<A>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.LoadState$
- unapply(DurableProducerQueue.MessageSent<?>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent$
- unapply(DurableProducerQueue.State<A>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State$
- unapply(DurableProducerQueue.StoreMessageConfirmed<A>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageConfirmed$
- unapply(DurableProducerQueue.StoreMessageSent<A>) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent$
- unapply(DurableProducerQueue.StoreMessageSentAck) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSentAck$
- unapply(ChunkedMessage) - Method in class org.apache.pekko.actor.typed.delivery.internal.ChunkedMessage$
- unapply(ProducerControllerImpl.Ack) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Ack$
- unapply(ProducerControllerImpl.Request) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request$
- unapply(ProducerControllerImpl.Resend) - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Resend$
- unapply(ProducerController.MessageWithConfirmation<A>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.MessageWithConfirmation$
- unapply(ProducerController.RegisterConsumer<A>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RegisterConsumer$
- unapply(ProducerController.RequestNext<A>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.RequestNext$
- unapply(ProducerController.Start<A>) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Start$
- unapply(WorkPullingProducerController.GetWorkerStats<A>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.GetWorkerStats$
- unapply(WorkPullingProducerController.MessageWithConfirmation<A>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.MessageWithConfirmation$
- unapply(WorkPullingProducerController.RequestNext<A>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.RequestNext$
- unapply(WorkPullingProducerController.Start<A>) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Start$
- unapply(WorkPullingProducerController.WorkerStats) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats$
- unapply(EventStream.Publish<E>) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Publish$
- unapply(EventStream.Subscribe<E>) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Subscribe$
- unapply(EventStream.Unsubscribe<E>) - Method in class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe$
- unapply(ActorContextImpl.LoggingContext) - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext$
- unapply(AdaptMessage<U, T>) - Method in class org.apache.pekko.actor.typed.internal.AdaptMessage$
- unapply(AdaptWithRegisteredMessageAdapter<U>) - Method in class org.apache.pekko.actor.typed.internal.AdaptWithRegisteredMessageAdapter$
- unapply(Create) - Method in class org.apache.pekko.actor.typed.internal.Create$
- unapply(DeathWatchNotification) - Method in class org.apache.pekko.actor.typed.internal.DeathWatchNotification$
- unapply(MonitorInterceptor<T>) - Method in class org.apache.pekko.actor.typed.internal.MonitorInterceptor$
- unapply(PropsImpl.ActorTagsImpl) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl$
- unapply(PropsImpl.BoundedMailboxSelector) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector$
- unapply(PropsImpl.DefaultMailboxSelector) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector$
- unapply(PropsImpl.DispatcherDefault) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault$
- unapply(PropsImpl.DispatcherFromConfig) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig$
- unapply(PropsImpl.DispatcherSameAsParent) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent$
- unapply(PropsImpl.MailboxFromConfigSelector) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector$
- unapply(DefaultServiceKey<T>) - Static method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey
- unapply(DefaultServiceKey<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.DefaultServiceKey$
- unapply(ReceptionistMessages.Deregister<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregister$
- unapply(ReceptionistMessages.Deregistered<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered$
- unapply(ReceptionistMessages.Find<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Find$
- unapply(ReceptionistMessages.Listing<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing$
- unapply(ReceptionistMessages.Register<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Register$
- unapply(ReceptionistMessages.Registered<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered$
- unapply(ReceptionistMessages.Subscribe<T>) - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Subscribe$
- unapply(RestartSupervisor.ResetRestartCount) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ResetRestartCount$
- unapply(RestartSupervisor.ScheduledRestart) - Method in class org.apache.pekko.actor.typed.internal.RestartSupervisor.ScheduledRestart$
- unapply(GroupRouterBuilder<T>) - Method in class org.apache.pekko.actor.typed.internal.routing.GroupRouterBuilder$
- unapply(PoolRouterBuilder<T>) - Method in class org.apache.pekko.actor.typed.internal.routing.PoolRouterBuilder$
- unapply(Terminate) - Method in class org.apache.pekko.actor.typed.internal.Terminate$
- unapply(TransformMessagesInterceptor<O, I>) - Method in class org.apache.pekko.actor.typed.internal.TransformMessagesInterceptor$
- unapply(UnstashException<T>) - Method in class org.apache.pekko.actor.typed.internal.UnstashException$
- unapply(Unwatch) - Method in class org.apache.pekko.actor.typed.internal.Unwatch$
- unapply(Watch) - Method in class org.apache.pekko.actor.typed.internal.Watch$
- unapply(BehaviorBuilder.Case<BT, MT>) - Method in class org.apache.pekko.actor.typed.javadsl.BehaviorBuilder.Case$
- unapply(ReceiveBuilder.Case<BT, MT>) - Method in class org.apache.pekko.actor.typed.javadsl.ReceiveBuilder.Case$
- unapply(LogOptions.LogOptionsImpl) - Method in class org.apache.pekko.actor.typed.LogOptions.LogOptionsImpl$
- unapply(MessageAdaptionFailure) - Static method in class org.apache.pekko.actor.typed.MessageAdaptionFailure
- unapply(MessageAdaptionFailure) - Method in class org.apache.pekko.actor.typed.MessageAdaptionFailure$
- unapply(Receptionist.Listing) - Method in class org.apache.pekko.actor.typed.receptionist.ServiceKey.Listing$
- unapply(Receptionist.Registered) - Method in class org.apache.pekko.actor.typed.receptionist.ServiceKey.Registered$
- unapply(SerializedActorRef<T>) - Method in class org.apache.pekko.actor.typed.SerializedActorRef$
- unapply(SpawnProtocol.Spawn<T>) - Method in class org.apache.pekko.actor.typed.SpawnProtocol.Spawn$
- unapply(SupervisorStrategy.Backoff) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Backoff$
- unapply(SupervisorStrategy.Restart) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Restart$
- unapply(SupervisorStrategy.Resume) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Resume$
- unapply(SupervisorStrategy.Stop) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy.Stop$
- unapply(Terminated) - Static method in class org.apache.pekko.actor.typed.Terminated
- unapply(Terminated) - Method in class org.apache.pekko.actor.typed.Terminated$
- unapply(TypedActor.MethodCall) - Method in class org.apache.pekko.actor.TypedActor.MethodCall$
-
Deprecated.
- unapply(TypedActor.SerializedMethodCall) - Method in class org.apache.pekko.actor.TypedActor.SerializedMethodCall$
-
Deprecated.
- unapply(TypedActor.SerializedTypedActorInvocationHandler) - Method in class org.apache.pekko.actor.TypedActor.SerializedTypedActorInvocationHandler$
-
Deprecated.
- unapply(TypedProps<T>) - Static method in class org.apache.pekko.actor.TypedProps
- unapply(TypedProps<T>) - Method in class org.apache.pekko.actor.TypedProps$
- unapply(UnhandledMessage) - Static method in class org.apache.pekko.actor.UnhandledMessage
- unapply(UnhandledMessage) - Method in class org.apache.pekko.actor.UnhandledMessage$
- unapply(ClusterClient.Publish) - Method in class org.apache.pekko.cluster.client.ClusterClient.Publish$
-
Deprecated.
- unapply(ClusterClient.Send) - Method in class org.apache.pekko.cluster.client.ClusterClient.Send$
-
Deprecated.
- unapply(ClusterClient.SendToAll) - Method in class org.apache.pekko.cluster.client.ClusterClient.SendToAll$
-
Deprecated.
- unapply(ClusterClients) - Static method in class org.apache.pekko.cluster.client.ClusterClients
- unapply(ClusterClients) - Method in class org.apache.pekko.cluster.client.ClusterClients$
- unapply(ClusterClientUnreachable) - Static method in class org.apache.pekko.cluster.client.ClusterClientUnreachable
- unapply(ClusterClientUnreachable) - Method in class org.apache.pekko.cluster.client.ClusterClientUnreachable$
- unapply(ClusterClientUp) - Static method in class org.apache.pekko.cluster.client.ClusterClientUp
- unapply(ClusterClientUp) - Method in class org.apache.pekko.cluster.client.ClusterClientUp$
- unapply(org.apache.pekko.cluster.client.ClusterReceptionist.Internal.Contacts) - Static method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
-
Deprecated.
- unapply(org.apache.pekko.cluster.client.ClusterReceptionist.Internal.Contacts) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts$
-
Deprecated.
- unapply(ContactPointAdded) - Static method in class org.apache.pekko.cluster.client.ContactPointAdded
- unapply(ContactPointAdded) - Method in class org.apache.pekko.cluster.client.ContactPointAdded$
- unapply(ContactPointRemoved) - Static method in class org.apache.pekko.cluster.client.ContactPointRemoved
- unapply(ContactPointRemoved) - Method in class org.apache.pekko.cluster.client.ContactPointRemoved$
- unapply(ContactPoints) - Static method in class org.apache.pekko.cluster.client.ContactPoints
- unapply(ContactPoints) - Method in class org.apache.pekko.cluster.client.ContactPoints$
- unapply(ClusterEvent.CurrentClusterState) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- unapply(ClusterEvent.CurrentInternalStats) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentInternalStats$
- unapply(ClusterEvent.LeaderChanged) - Method in class org.apache.pekko.cluster.ClusterEvent.LeaderChanged$
- unapply(ClusterEvent.MemberDowned) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberDowned$
- unapply(ClusterEvent.MemberExited) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberExited$
- unapply(ClusterEvent.MemberJoined) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberJoined$
- unapply(ClusterEvent.MemberLeft) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberLeft$
- unapply(ClusterEvent.MemberPreparingForShutdown) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberPreparingForShutdown$
- unapply(ClusterEvent.MemberReadyForShutdown) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberReadyForShutdown$
- unapply(ClusterEvent.MemberRemoved) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberRemoved$
- unapply(ClusterEvent.MemberTombstonesChanged) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberTombstonesChanged$
- unapply(ClusterEvent.MemberUp) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberUp$
- unapply(ClusterEvent.MemberWeaklyUp) - Method in class org.apache.pekko.cluster.ClusterEvent.MemberWeaklyUp$
- unapply(ClusterEvent.ReachabilityChanged) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachabilityChanged$
- unapply(ClusterEvent.ReachableDataCenter) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableDataCenter$
- unapply(ClusterEvent.ReachableMember) - Method in class org.apache.pekko.cluster.ClusterEvent.ReachableMember$
- unapply(ClusterEvent.RoleLeaderChanged) - Method in class org.apache.pekko.cluster.ClusterEvent.RoleLeaderChanged$
- unapply(ClusterEvent.SeenChanged) - Method in class org.apache.pekko.cluster.ClusterEvent.SeenChanged$
- unapply(ClusterEvent.UnreachableDataCenter) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter$
- unapply(ClusterEvent.UnreachableMember) - Method in class org.apache.pekko.cluster.ClusterEvent.UnreachableMember$
- unapply(ClusterHeartbeatSenderState) - Method in class org.apache.pekko.cluster.ClusterHeartbeatSenderState$
- unapply(ClusterUserAction.Down) - Method in class org.apache.pekko.cluster.ClusterUserAction.Down$
- unapply(ClusterUserAction.JoinTo) - Method in class org.apache.pekko.cluster.ClusterUserAction.JoinTo$
- unapply(ClusterUserAction.Leave) - Method in class org.apache.pekko.cluster.ClusterUserAction.Leave$
- unapply(CrossDcHeartbeatingState) - Method in class org.apache.pekko.cluster.CrossDcHeartbeatingState$
- unapply(DurableStore.LoadData) - Method in class org.apache.pekko.cluster.ddata.DurableStore.LoadData$
- unapply(DurableStore.Store) - Method in class org.apache.pekko.cluster.ddata.DurableStore.Store$
- unapply(DurableStore.StoreReply) - Method in class org.apache.pekko.cluster.ddata.DurableStore.StoreReply$
- unapply(Flag) - Static method in class org.apache.pekko.cluster.ddata.Flag
- unapply(Flag) - Method in class org.apache.pekko.cluster.ddata.Flag$
- unapply(FlagKey) - Static method in class org.apache.pekko.cluster.ddata.FlagKey
- unapply(FlagKey) - Method in class org.apache.pekko.cluster.ddata.FlagKey$
- unapply(GCounter) - Static method in class org.apache.pekko.cluster.ddata.GCounter
-
Extract the
GCounter.value(). - unapply(GCounter) - Method in class org.apache.pekko.cluster.ddata.GCounter$
-
Extract the
GCounter.value(). - unapply(GCounterKey) - Static method in class org.apache.pekko.cluster.ddata.GCounterKey
- unapply(GCounterKey) - Method in class org.apache.pekko.cluster.ddata.GCounterKey$
- unapply(GSet<A>) - Static method in class org.apache.pekko.cluster.ddata.GSet
- unapply(GSet<A>) - Method in class org.apache.pekko.cluster.ddata.GSet$
- unapply(GSetKey<A>) - Static method in class org.apache.pekko.cluster.ddata.GSetKey
- unapply(GSetKey<A>) - Method in class org.apache.pekko.cluster.ddata.GSetKey$
- unapply(Key<?>) - Static method in class org.apache.pekko.cluster.ddata.Key
-
Extract the
Key.id(). - unapply(Key<?>) - Method in class org.apache.pekko.cluster.ddata.Key$
-
Extract the
Key.id(). - unapply(LWWMap<A, B>) - Static method in class org.apache.pekko.cluster.ddata.LWWMap
-
Extract the
LWWMap.entries(). - unapply(LWWMap<A, B>) - Method in class org.apache.pekko.cluster.ddata.LWWMap$
-
Extract the
LWWMap.entries(). - unapply(LWWMapKey<A, B>) - Static method in class org.apache.pekko.cluster.ddata.LWWMapKey
- unapply(LWWMapKey<A, B>) - Method in class org.apache.pekko.cluster.ddata.LWWMapKey$
- unapply(LWWRegister<A>) - Static method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Extract the
LWWRegister.value(). - unapply(LWWRegister<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister$
-
Extract the
LWWRegister.value(). - unapply(LWWRegisterKey<A>) - Static method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- unapply(LWWRegisterKey<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey$
- unapply(ManyVersionVector) - Static method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- unapply(ManyVersionVector) - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector$
- unapply(OneVersionVector) - Static method in class org.apache.pekko.cluster.ddata.OneVersionVector
- unapply(OneVersionVector) - Method in class org.apache.pekko.cluster.ddata.OneVersionVector$
- unapply(ORMap.DeltaGroup<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap.DeltaGroup$
- unapply(ORMap.PutDeltaOp<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap.PutDeltaOp$
- unapply(ORMap.RemoveDeltaOp<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap.RemoveDeltaOp$
- unapply(ORMap.RemoveKeyDeltaOp<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap.RemoveKeyDeltaOp$
- unapply(ORMap.UpdateDeltaOp<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap.UpdateDeltaOp$
- unapply(ORMap<A, B>) - Static method in class org.apache.pekko.cluster.ddata.ORMap
-
Extract the
ORMap.entries(). - unapply(ORMap<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap$
-
Extract the
ORMap.entries(). - unapply(ORMapKey<A, B>) - Static method in class org.apache.pekko.cluster.ddata.ORMapKey
- unapply(ORMapKey<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMapKey$
- unapply(ORMultiMap<A, B>) - Static method in class org.apache.pekko.cluster.ddata.ORMultiMap
-
Extract the
ORMultiMap.entries(). - unapply(ORMultiMap<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMultiMap$
-
Extract the
ORMultiMap.entries(). - unapply(ORMultiMapKey<A, B>) - Static method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- unapply(ORMultiMapKey<A, B>) - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey$
- unapply(ORSet.AddDeltaOp<A>) - Method in class org.apache.pekko.cluster.ddata.ORSet.AddDeltaOp$
- unapply(ORSet.DeltaGroup<A>) - Method in class org.apache.pekko.cluster.ddata.ORSet.DeltaGroup$
- unapply(ORSet.FullStateDeltaOp<A>) - Method in class org.apache.pekko.cluster.ddata.ORSet.FullStateDeltaOp$
- unapply(ORSet.RemoveDeltaOp<A>) - Method in class org.apache.pekko.cluster.ddata.ORSet.RemoveDeltaOp$
- unapply(ORSet<A>) - Static method in class org.apache.pekko.cluster.ddata.ORSet
-
Extract the
ORSet.elements(). - unapply(ORSet<A>) - Method in class org.apache.pekko.cluster.ddata.ORSet$
-
Extract the
ORSet.elements(). - unapply(ORSetKey<A>) - Static method in class org.apache.pekko.cluster.ddata.ORSetKey
- unapply(ORSetKey<A>) - Method in class org.apache.pekko.cluster.ddata.ORSetKey$
- unapply(PNCounter) - Static method in class org.apache.pekko.cluster.ddata.PNCounter
-
Extract the
GCounter.value(). - unapply(PNCounter) - Method in class org.apache.pekko.cluster.ddata.PNCounter$
-
Extract the
GCounter.value(). - unapply(PNCounterKey) - Static method in class org.apache.pekko.cluster.ddata.PNCounterKey
- unapply(PNCounterKey) - Method in class org.apache.pekko.cluster.ddata.PNCounterKey$
- unapply(PNCounterMap<A>) - Static method in class org.apache.pekko.cluster.ddata.PNCounterMap
-
Extract the
PNCounterMap.entries(). - unapply(PNCounterMap<A>) - Method in class org.apache.pekko.cluster.ddata.PNCounterMap$
-
Extract the
PNCounterMap.entries(). - unapply(PNCounterMapKey<A>) - Static method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- unapply(PNCounterMapKey<A>) - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey$
- unapply(PruningState.PruningInitialized) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningInitialized$
- unapply(PruningState.PruningPerformed) - Method in class org.apache.pekko.cluster.ddata.PruningState.PruningPerformed$
- unapply(ReplicatedData) - Static method in class org.apache.pekko.cluster.ddata.ORSet
-
Extract the
ORSet.elements()of anORSet. - unapply(ReplicatedData) - Method in class org.apache.pekko.cluster.ddata.ORSet$
-
Extract the
ORSet.elements()of anORSet. - unapply(Replicator.Changed<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Changed$
- unapply(Replicator.Changed<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Changed$
- unapply(Replicator.DataDeleted<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.DataDeleted$
- unapply(Replicator.DataDeleted<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.DataDeleted$
- unapply(Replicator.Delete<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Delete$
- unapply(Replicator.Deleted<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Deleted$
- unapply(Replicator.Deleted<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Deleted$
- unapply(Replicator.DeleteSuccess<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.DeleteSuccess$
- unapply(Replicator.DeleteSuccess<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.DeleteSuccess$
- unapply(Replicator.Get<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Get$
- unapply(Replicator.GetDataDeleted<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetDataDeleted$
- unapply(Replicator.GetDataDeleted<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetDataDeleted$
- unapply(Replicator.GetFailure<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetFailure$
- unapply(Replicator.GetFailure<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetFailure$
- unapply(Replicator.GetKeyIdsResult) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetKeyIdsResult$
- unapply(Replicator.GetSuccess<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.GetSuccess$
- unapply(Replicator.GetSuccess<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetSuccess$
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Delta) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Delta) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Delta$
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.DeltaPropagation) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.DeltaPropagation) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation$
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Gossip) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Gossip) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip$
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Read) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Read) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Read$
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.ReadRepair) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.ReadRepair) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadRepair$
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.ReadResult) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.ReadResult) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.ReadResult$
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Status) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Status) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Status$
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.TestFullStateGossip) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.TestFullStateGossip) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.TestFullStateGossip$
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Write) - Static method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Write) - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write$
- unapply(Replicator.ModifyFailure<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.ModifyFailure$
- unapply(Replicator.ModifyFailure<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ModifyFailure$
- unapply(Replicator.NotFound<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.NotFound$
- unapply(Replicator.NotFound<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.NotFound$
- unapply(Replicator.ReadAll) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadAll$
- unapply(Replicator.ReadFrom) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadFrom$
- unapply(Replicator.ReadMajority) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajority$
- unapply(Replicator.ReadMajorityPlus) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReadMajorityPlus$
- unapply(Replicator.ReplicaCount) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicaCount$
- unapply(Replicator.ReplicaCount) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.ReplicaCount$
- unapply(Replicator.ReplicationDeleteFailure<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.ReplicationDeleteFailure$
- unapply(Replicator.ReplicationDeleteFailure<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.DeleteFailure$
- unapply(Replicator.StoreFailure<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.StoreFailure$
- unapply(Replicator.StoreFailure<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.StoreFailure$
- unapply(Replicator.Subscribe<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Subscribe$
- unapply(Replicator.Unsubscribe<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe$
- unapply(Replicator.Update<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.Update$
- unapply(Replicator.UpdateDataDeleted<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted$
- unapply(Replicator.UpdateDataDeleted<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateDataDeleted$
- unapply(Replicator.UpdateFailure<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateFailure$
- unapply(Replicator.UpdateSuccess<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess$
- unapply(Replicator.UpdateSuccess<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateSuccess$
- unapply(Replicator.UpdateTimeout<A>) - Method in class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout$
- unapply(Replicator.UpdateTimeout<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateTimeout$
- unapply(Replicator.WriteAll) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteAll$
- unapply(Replicator.WriteMajority) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajority$
- unapply(Replicator.WriteMajorityPlus) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus$
- unapply(Replicator.WriteTo) - Method in class org.apache.pekko.cluster.ddata.Replicator.WriteTo$
- unapply(SelfUniqueAddress) - Static method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- unapply(SelfUniqueAddress) - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress$
- unapply(Replicator.Changed<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Changed$
- unapply(Replicator.DataDeleted<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DataDeleted$
- unapply(Replicator.Delete<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Delete$
- unapply(Replicator.Deleted<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Deleted$
- unapply(Replicator.DeleteFailure<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteFailure$
- unapply(Replicator.DeleteSuccess<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.DeleteSuccess$
- unapply(Replicator.Get<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Get$
- unapply(Replicator.GetDataDeleted<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetDataDeleted$
- unapply(Replicator.GetFailure<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetFailure$
- unapply(Replicator.GetReplicaCount) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetReplicaCount$
- unapply(Replicator.GetSuccess<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.GetSuccess$
- unapply(Replicator.ModifyFailure<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ModifyFailure$
- unapply(Replicator.NotFound<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.NotFound$
- unapply(Replicator.ReadAll) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadAll$
- unapply(Replicator.ReadFrom) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadFrom$
- unapply(Replicator.ReadMajority) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReadMajority$
- unapply(Replicator.ReplicaCount) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.ReplicaCount$
- unapply(Replicator.StoreFailure<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.StoreFailure$
- unapply(Replicator.Subscribe<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Subscribe$
- unapply(Replicator.Unsubscribe<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe$
- unapply(Replicator.Update<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update$
- unapply(Replicator.UpdateDataDeleted<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted$
- unapply(Replicator.UpdateSuccess<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess$
- unapply(Replicator.UpdateTimeout<A>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout$
- unapply(Replicator.WriteAll) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll$
- unapply(Replicator.WriteMajority) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority$
- unapply(Replicator.WriteTo) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo$
- unapply(Replicator.Delete<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Delete$
- unapply(Replicator.Get<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Get$
- unapply(Replicator.GetReplicaCount) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount$
- unapply(Replicator.Subscribe<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Subscribe$
- unapply(Replicator.Unsubscribe<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe$
- unapply(Replicator.Update<A>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update$
- unapply(Gossip) - Method in class org.apache.pekko.cluster.Gossip$
- unapply(GossipOverview) - Method in class org.apache.pekko.cluster.GossipOverview$
- unapply(GossipStats) - Method in class org.apache.pekko.cluster.GossipStats$
- unapply(GossipStatus) - Method in class org.apache.pekko.cluster.GossipStatus$
- unapply(HeartbeatNodeRing) - Method in class org.apache.pekko.cluster.HeartbeatNodeRing$
- unapply(InternalClusterAction.AddOnMemberRemovedListener) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberRemovedListener$
- unapply(InternalClusterAction.AddOnMemberUpListener) - Method in class org.apache.pekko.cluster.InternalClusterAction.AddOnMemberUpListener$
- unapply(InternalClusterAction.CompatibleConfig) - Method in class org.apache.pekko.cluster.InternalClusterAction.CompatibleConfig$
- unapply(InternalClusterAction.ExitingConfirmed) - Method in class org.apache.pekko.cluster.InternalClusterAction.ExitingConfirmed$
- unapply(InternalClusterAction.InitJoin) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoin$
- unapply(InternalClusterAction.InitJoinAck) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinAck$
- unapply(InternalClusterAction.InitJoinNack) - Method in class org.apache.pekko.cluster.InternalClusterAction.InitJoinNack$
- unapply(InternalClusterAction.Join) - Method in class org.apache.pekko.cluster.InternalClusterAction.Join$
- unapply(InternalClusterAction.JoinSeedNodes) - Method in class org.apache.pekko.cluster.InternalClusterAction.JoinSeedNodes$
- unapply(InternalClusterAction.PublishChanges) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishChanges$
- unapply(InternalClusterAction.PublishEvent) - Method in class org.apache.pekko.cluster.InternalClusterAction.PublishEvent$
- unapply(InternalClusterAction.SendCurrentClusterState) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendCurrentClusterState$
- unapply(InternalClusterAction.SendGossipTo) - Method in class org.apache.pekko.cluster.InternalClusterAction.SendGossipTo$
- unapply(InternalClusterAction.Subscribe) - Method in class org.apache.pekko.cluster.InternalClusterAction.Subscribe$
- unapply(InternalClusterAction.Unsubscribe) - Method in class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe$
- unapply(InternalClusterAction.Welcome) - Method in class org.apache.pekko.cluster.InternalClusterAction.Welcome$
- unapply(Invalid) - Static method in class org.apache.pekko.cluster.Invalid
- unapply(Invalid) - Method in class org.apache.pekko.cluster.Invalid$
- unapply(MembershipState) - Method in class org.apache.pekko.cluster.MembershipState$
- unapply(AdaptiveLoadBalancingGroup) - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
- unapply(AdaptiveLoadBalancingGroup) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup$
- unapply(AdaptiveLoadBalancingPool) - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- unapply(AdaptiveLoadBalancingPool) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool$
- unapply(AdaptiveLoadBalancingRoutingLogic) - Static method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic
- unapply(AdaptiveLoadBalancingRoutingLogic) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingRoutingLogic$
- unapply(ClusterMetricsChanged) - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged
- unapply(ClusterMetricsChanged) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsChanged$
- unapply(ClusterMetricsSettings) - Static method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings
- unapply(ClusterMetricsSettings) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsSettings$
- unapply(DefaultSigarProvider) - Static method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider
- unapply(DefaultSigarProvider) - Method in class org.apache.pekko.cluster.metrics.DefaultSigarProvider$
- unapply(EWMA) - Static method in class org.apache.pekko.cluster.metrics.EWMA
- unapply(EWMA) - Method in class org.apache.pekko.cluster.metrics.EWMA$
- unapply(Metric) - Static method in class org.apache.pekko.cluster.metrics.Metric
- unapply(Metric) - Method in class org.apache.pekko.cluster.metrics.Metric$
- unapply(MetricsGossip) - Method in class org.apache.pekko.cluster.metrics.MetricsGossip$
- unapply(MetricsGossipEnvelope) - Method in class org.apache.pekko.cluster.metrics.MetricsGossipEnvelope$
- unapply(MixMetricsSelector) - Static method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- unapply(MixMetricsSelector) - Method in class org.apache.pekko.cluster.metrics.MixMetricsSelector$
- unapply(NodeMetrics) - Static method in class org.apache.pekko.cluster.metrics.NodeMetrics
- unapply(NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics$
- unapply(NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu$
-
Given a NodeMetrics it returns the Cpu data if the nodeMetrics contains necessary cpu metrics.
- unapply(NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory$
-
Given a NodeMetrics it returns the HeapMemory data if the nodeMetrics contains necessary heap metrics.
- unapply(StandardMetrics.Cpu) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.Cpu$
- unapply(StandardMetrics.HeapMemory) - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory$
- unapply(DistributedPubSubMediator.CountSubscribers) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CountSubscribers$
- unapply(DistributedPubSubMediator.CurrentTopics) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.CurrentTopics$
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Bucket) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket$
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Delta) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Delta) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Delta$
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.MediatorRouterEnvelope) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.MediatorRouterEnvelope) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.MediatorRouterEnvelope$
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.RegisterTopic) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.RegisterTopic) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.RegisterTopic$
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.SendToOneSubscriber) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.SendToOneSubscriber) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.SendToOneSubscriber$
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Status) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Status) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status$
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Subscribed) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Subscribed) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Subscribed$
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Unsubscribed) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.Unsubscribed) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed$
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder) - Static method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- unapply(org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal.ValueHolder) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder$
- unapply(DistributedPubSubMediator.Publish) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Publish$
- unapply(DistributedPubSubMediator.Put) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Put$
- unapply(DistributedPubSubMediator.Remove) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Remove$
- unapply(DistributedPubSubMediator.Send) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Send$
- unapply(DistributedPubSubMediator.SendToAll) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SendToAll$
- unapply(DistributedPubSubMediator.Subscribe) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe$
- unapply(DistributedPubSubMediator.SubscribeAck) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.SubscribeAck$
- unapply(DistributedPubSubMediator.Unsubscribe) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe$
- unapply(DistributedPubSubMediator.UnsubscribeAck) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck$
- unapply(ClusterRouterGroup) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- unapply(ClusterRouterGroup) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup$
- unapply(ClusterRouterGroupSettings) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- unapply(ClusterRouterGroupSettings) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings$
- unapply(ClusterRouterPool) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- unapply(ClusterRouterPool) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool$
- unapply(ClusterRouterPoolSettings) - Static method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- unapply(ClusterRouterPoolSettings) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings$
- unapply(KeepOldestSettings) - Method in class org.apache.pekko.cluster.sbr.KeepOldestSettings$
- unapply(LeaseMajoritySettings) - Method in class org.apache.pekko.cluster.sbr.LeaseMajoritySettings$
- unapply(StaticQuorumSettings) - Method in class org.apache.pekko.cluster.sbr.StaticQuorumSettings$
- unapply(ClusterShardingSettings.CompositePassivationStrategy) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$
- unapply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy.FrequencySketchAdmissionFilter) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter$
- unapply(org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy.HillClimbingAdmissionOptimizer) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.HillClimbingAdmissionOptimizer$
- unapply(ClusterShardingSettings.IdlePassivationStrategy) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.IdlePassivationStrategy$
- unapply(ClusterShardingSettings.LeastFrequentlyUsedPassivationStrategy) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastFrequentlyUsedPassivationStrategy$
- unapply(ClusterShardingSettings.LeastRecentlyUsedPassivationStrategy) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.LeastRecentlyUsedPassivationStrategy$
- unapply(ClusterShardingSettings.MostRecentlyUsedPassivationStrategy) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.MostRecentlyUsedPassivationStrategy$
- unapply(ExternalShardAllocationStrategy.GetShardLocation) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocation$
- unapply(ExternalShardAllocationStrategy.GetShardLocationResponse) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationResponse$
- unapply(ExternalShardAllocationStrategy.GetShardLocationsResponse) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.GetShardLocationsResponse$
- unapply(ExternalShardAllocationStrategy.ShardLocation) - Method in class org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy.ShardLocation$
- unapply(RememberEntitiesCoordinatorStore.AddShard) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.AddShard$
- unapply(RememberEntitiesCoordinatorStore.RememberedShards) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.RememberedShards$
- unapply(RememberEntitiesCoordinatorStore.UpdateDone) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone$
- unapply(RememberEntitiesCoordinatorStore.UpdateFailed) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed$
- unapply(RememberEntitiesShardStore.RememberedEntities) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.RememberedEntities$
- unapply(RememberEntitiesShardStore.Update) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update$
- unapply(RememberEntitiesShardStore.UpdateDone) - Method in class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone$
- unapply(org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId.Removals) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals$
- unapply(org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId.Result) - Method in class org.apache.pekko.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.BeginHandOff) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.BeginHandOff) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.BeginHandOffAck) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.BeginHandOffAck) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOffAck$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.GetShardHome) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.GetShardHome) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GetShardHome$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.GracefulShutdownReq) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.GracefulShutdownReq) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.GracefulShutdownReq$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HandOff) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HandOff) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HostShard) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HostShard) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HostShard$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.RegionStopped) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.RegionStopped) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegionStopped$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.Register) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.Register) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.Register$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.RegisterAck) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.RegisterAck) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterAck$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.RegisterProxy) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.RegisterProxy) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.RegisterProxy$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHome) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHome) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHome$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomeAllocated) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomeAllocated) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeAllocated$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomeDeallocated) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomeDeallocated) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomeDeallocated$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomes) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomes) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionProxyRegistered) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionProxyRegistered) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyRegistered$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionProxyTerminated) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionProxyTerminated) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionProxyTerminated$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionRegistered) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionRegistered) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionTerminated) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionTerminated) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionTerminated$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardStarted) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardStarted) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStarted$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardStopped) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardStopped) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardStopped$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.State) - Static method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.State) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State$
- unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker.ShardRegionTerminated) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.RebalanceWorker$.ShardRegionTerminated$
- unapply(ShardingQueries.ShardsQueryResult<B>) - Method in class org.apache.pekko.cluster.sharding.ShardingQueries.ShardsQueryResult$
- unapply(ShardingProducerController.MessageWithConfirmation<A>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.MessageWithConfirmation$
- unapply(ShardingProducerController.RequestNext<A>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.RequestNext$
- unapply(ShardingProducerController.Start<A>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Start$
- unapply(GetClusterShardingStats) - Static method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats
- unapply(GetClusterShardingStats) - Method in class org.apache.pekko.cluster.sharding.typed.GetClusterShardingStats$
- unapply(GetShardRegionState) - Static method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState
- unapply(GetShardRegionState) - Method in class org.apache.pekko.cluster.sharding.typed.GetShardRegionState$
- unapply(EntityTypeKeyImpl<T>) - Method in class org.apache.pekko.cluster.sharding.typed.internal.EntityTypeKeyImpl$
- unapply(ClusterSharding.Passivate<M>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.ClusterSharding.Passivate$
- unapply(ClusterSharding.Passivate<M>) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.ClusterSharding.Passivate$
- unapply(ShardingDirectReplication.VerifyStarted) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication.VerifyStarted$
- unapply(ShardingEnvelope<M>) - Static method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope
- unapply(ShardingEnvelope<M>) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingEnvelope$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseFailure) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseFailure) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseFailure$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseResult) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseResult) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquiringLeaseData) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquiringLeaseData) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquiringLeaseData$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.BecomingOldestData) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.BecomingOldestData) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.DelayedMemberRemoved) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.DelayedMemberRemoved) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.DelayedMemberRemoved$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.HandingOverData) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.HandingOverData) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandingOverData$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.HandOverRetry) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.HandOverRetry) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.HandOverRetry$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.LeaseLost) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.LeaseLost) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.LeaseLost$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestChangedBuffer.InitialOldestState) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestChangedBuffer.OldestChanged) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.OldestChanged$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestData) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestData) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestData$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.ReleaseLeaseFailure) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.ReleaseLeaseFailure) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseFailure$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.ReleaseLeaseResult) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.ReleaseLeaseResult) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.ReleaseLeaseResult$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.StoppingData) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.StoppingData) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.StoppingData$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.TakeOverRetry) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.TakeOverRetry) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.TakeOverRetry$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.WasOldestData) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.WasOldestData) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData$
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.YoungerData) - Static method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.YoungerData) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData$
- unapply(Down) - Static method in class org.apache.pekko.cluster.typed.Down
- unapply(Down) - Method in class org.apache.pekko.cluster.typed.Down$
- unapply(GetCurrentState) - Static method in class org.apache.pekko.cluster.typed.GetCurrentState
- unapply(GetCurrentState) - Method in class org.apache.pekko.cluster.typed.GetCurrentState$
- unapply(ClusterReceptionistSettings) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionistSettings$
- unapply(ServiceRegistry) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- unapply(ShardedServiceRegistry) - Method in class org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry$
- unapply(Join) - Static method in class org.apache.pekko.cluster.typed.Join
- unapply(Join) - Method in class org.apache.pekko.cluster.typed.Join$
- unapply(JoinSeedNodes) - Static method in class org.apache.pekko.cluster.typed.JoinSeedNodes
- unapply(JoinSeedNodes) - Method in class org.apache.pekko.cluster.typed.JoinSeedNodes$
- unapply(Leave) - Static method in class org.apache.pekko.cluster.typed.Leave
- unapply(Leave) - Method in class org.apache.pekko.cluster.typed.Leave$
- unapply(SelfRemoved) - Static method in class org.apache.pekko.cluster.typed.SelfRemoved
- unapply(SelfRemoved) - Method in class org.apache.pekko.cluster.typed.SelfRemoved$
- unapply(SelfUp) - Static method in class org.apache.pekko.cluster.typed.SelfUp
- unapply(SelfUp) - Method in class org.apache.pekko.cluster.typed.SelfUp$
- unapply(Subscribe<A>) - Static method in class org.apache.pekko.cluster.typed.Subscribe
- unapply(Subscribe<A>) - Method in class org.apache.pekko.cluster.typed.Subscribe$
- unapply(Unsubscribe<T>) - Static method in class org.apache.pekko.cluster.typed.Unsubscribe
- unapply(Unsubscribe<T>) - Method in class org.apache.pekko.cluster.typed.Unsubscribe$
- unapply(UniqueAddress) - Static method in class org.apache.pekko.cluster.UniqueAddress
- unapply(UniqueAddress) - Method in class org.apache.pekko.cluster.UniqueAddress$
- unapply(VectorClock) - Static method in class org.apache.pekko.cluster.VectorClock
- unapply(VectorClock) - Method in class org.apache.pekko.cluster.VectorClock$
- unapply(VectorClockStats) - Method in class org.apache.pekko.cluster.VectorClockStats$
- unapply(ServiceDiscovery.Resolved) - Method in class org.apache.pekko.discovery.ServiceDiscovery.Resolved$
- unapply(BoundedControlAwareMailbox) - Static method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox
- unapply(BoundedControlAwareMailbox) - Method in class org.apache.pekko.dispatch.BoundedControlAwareMailbox$
- unapply(BoundedDequeBasedMailbox) - Static method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox
- unapply(BoundedDequeBasedMailbox) - Method in class org.apache.pekko.dispatch.BoundedDequeBasedMailbox$
- unapply(BoundedMailbox) - Static method in class org.apache.pekko.dispatch.BoundedMailbox
- unapply(BoundedMailbox) - Method in class org.apache.pekko.dispatch.BoundedMailbox$
- unapply(DefaultDispatcherPrerequisites) - Method in class org.apache.pekko.dispatch.DefaultDispatcherPrerequisites$
- unapply(Envelope) - Static method in class org.apache.pekko.dispatch.Envelope
- unapply(Envelope) - Method in class org.apache.pekko.dispatch.Envelope$
- unapply(MonitorableThreadFactory) - Static method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- unapply(MonitorableThreadFactory) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory$
- unapply(NonBlockingBoundedMailbox) - Static method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox
- unapply(NonBlockingBoundedMailbox) - Method in class org.apache.pekko.dispatch.NonBlockingBoundedMailbox$
- unapply(SingleConsumerOnlyUnboundedMailbox) - Static method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox
- unapply(SingleConsumerOnlyUnboundedMailbox) - Method in class org.apache.pekko.dispatch.SingleConsumerOnlyUnboundedMailbox$
- unapply(Create) - Method in class org.apache.pekko.dispatch.sysmsg.Create$
- unapply(DeathWatchNotification) - Method in class org.apache.pekko.dispatch.sysmsg.DeathWatchNotification$
- unapply(Failed) - Method in class org.apache.pekko.dispatch.sysmsg.Failed$
- unapply(Recreate) - Method in class org.apache.pekko.dispatch.sysmsg.Recreate$
- unapply(Resume) - Method in class org.apache.pekko.dispatch.sysmsg.Resume$
- unapply(Supervise) - Method in class org.apache.pekko.dispatch.sysmsg.Supervise$
- unapply(Suspend) - Method in class org.apache.pekko.dispatch.sysmsg.Suspend$
- unapply(Terminate) - Method in class org.apache.pekko.dispatch.sysmsg.Terminate$
- unapply(Unwatch) - Method in class org.apache.pekko.dispatch.sysmsg.Unwatch$
- unapply(Watch) - Method in class org.apache.pekko.dispatch.sysmsg.Watch$
- unapply(TaskInvocation) - Static method in class org.apache.pekko.dispatch.TaskInvocation
- unapply(TaskInvocation) - Method in class org.apache.pekko.dispatch.TaskInvocation$
- unapply(ThreadPoolConfig) - Static method in class org.apache.pekko.dispatch.ThreadPoolConfig
- unapply(ThreadPoolConfig) - Method in class org.apache.pekko.dispatch.ThreadPoolConfig$
- unapply(ThreadPoolConfigBuilder) - Static method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- unapply(ThreadPoolConfigBuilder) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder$
- unapply(UnboundedControlAwareMailbox) - Static method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- unapply(UnboundedControlAwareMailbox) - Method in class org.apache.pekko.dispatch.UnboundedControlAwareMailbox$
- unapply(UnboundedDequeBasedMailbox) - Static method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- unapply(UnboundedDequeBasedMailbox) - Method in class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox$
- unapply(UnboundedMailbox) - Static method in class org.apache.pekko.dispatch.UnboundedMailbox
- unapply(UnboundedMailbox) - Method in class org.apache.pekko.dispatch.UnboundedMailbox$
- unapply(ActorWithLogClass) - Method in class org.apache.pekko.event.ActorWithLogClass$
- unapply(Logging.Debug) - Method in class org.apache.pekko.event.Logging.Debug$
- unapply(Logging.Error) - Method in class org.apache.pekko.event.Logging.Error$
- unapply(Logging.Info) - Method in class org.apache.pekko.event.Logging.Info$
- unapply(Logging.InitializeLogger) - Method in class org.apache.pekko.event.Logging.InitializeLogger$
- unapply(Logging.LogLevel) - Method in class org.apache.pekko.event.Logging.LogLevel$
- unapply(Logging.Warning) - Method in class org.apache.pekko.event.Logging.Warning$
- unapply(AAAARecord) - Static method in class org.apache.pekko.io.dns.AAAARecord
- unapply(AAAARecord) - Method in class org.apache.pekko.io.dns.AAAARecord$
- unapply(ARecord) - Static method in class org.apache.pekko.io.dns.ARecord
- unapply(ARecord) - Method in class org.apache.pekko.io.dns.ARecord$
- unapply(CachePolicy.Ttl) - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl$
- unapply(CNameRecord) - Static method in class org.apache.pekko.io.dns.CNameRecord
- unapply(CNameRecord) - Method in class org.apache.pekko.io.dns.CNameRecord$
- unapply(DnsProtocol.Ip) - Method in class org.apache.pekko.io.dns.DnsProtocol.Ip$
- unapply(DnsProtocol.Resolve) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolve$
- unapply(DnsProtocol.Resolved) - Method in class org.apache.pekko.io.dns.DnsProtocol.Resolved$
- unapply(Message) - Method in class org.apache.pekko.io.dns.internal.Message$
- unapply(MessageFlags) - Method in class org.apache.pekko.io.dns.internal.MessageFlags$
- unapply(Question) - Method in class org.apache.pekko.io.dns.internal.Question$
- unapply(ResolvConf) - Method in class org.apache.pekko.io.dns.internal.ResolvConf$
- unapply(RecordClass) - Static method in class org.apache.pekko.io.dns.RecordClass
- unapply(RecordClass) - Method in class org.apache.pekko.io.dns.RecordClass$
- unapply(RecordType) - Static method in class org.apache.pekko.io.dns.RecordType
- unapply(RecordType) - Method in class org.apache.pekko.io.dns.RecordType$
- unapply(Dns.Resolve) - Method in class org.apache.pekko.io.Dns.Resolve$
- unapply(Dns.Resolved) - Method in class org.apache.pekko.io.Dns.Resolved$
-
Deprecated.
- unapply(SRVRecord) - Static method in class org.apache.pekko.io.dns.SRVRecord
- unapply(SRVRecord) - Method in class org.apache.pekko.io.dns.SRVRecord$
- unapply(UnknownRecord) - Static method in class org.apache.pekko.io.dns.UnknownRecord
- unapply(UnknownRecord) - Method in class org.apache.pekko.io.dns.UnknownRecord$
- unapply(org.apache.pekko.io.Inet.SO.ReceiveBufferSize) - Static method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- unapply(org.apache.pekko.io.Inet.SO.ReceiveBufferSize) - Method in class org.apache.pekko.io.Inet.SO$.ReceiveBufferSize$
- unapply(org.apache.pekko.io.Inet.SO.ReuseAddress) - Static method in class org.apache.pekko.io.Inet.SO$.ReuseAddress
- unapply(org.apache.pekko.io.Inet.SO.ReuseAddress) - Method in class org.apache.pekko.io.Inet.SO$.ReuseAddress$
- unapply(org.apache.pekko.io.Inet.SO.SendBufferSize) - Static method in class org.apache.pekko.io.Inet.SO$.SendBufferSize
- unapply(org.apache.pekko.io.Inet.SO.SendBufferSize) - Method in class org.apache.pekko.io.Inet.SO$.SendBufferSize$
- unapply(org.apache.pekko.io.Inet.SO.TrafficClass) - Static method in class org.apache.pekko.io.Inet.SO$.TrafficClass
- unapply(org.apache.pekko.io.Inet.SO.TrafficClass) - Method in class org.apache.pekko.io.Inet.SO$.TrafficClass$
- unapply(SimpleDnsCache.CacheEntry<T>) - Method in class org.apache.pekko.io.SimpleDnsCache.CacheEntry$
- unapply(Tcp.Bind) - Method in class org.apache.pekko.io.Tcp.Bind$
- unapply(Tcp.Bound) - Method in class org.apache.pekko.io.Tcp.Bound$
- unapply(Tcp.CommandFailed) - Method in class org.apache.pekko.io.Tcp.CommandFailed$
- unapply(Tcp.CompoundWrite) - Method in class org.apache.pekko.io.Tcp.CompoundWrite$
- unapply(Tcp.Connect) - Method in class org.apache.pekko.io.Tcp.Connect$
- unapply(Tcp.Connected) - Method in class org.apache.pekko.io.Tcp.Connected$
- unapply(Tcp.ErrorClosed) - Method in class org.apache.pekko.io.Tcp.ErrorClosed$
- unapply(Tcp.NoAck) - Method in class org.apache.pekko.io.Tcp.NoAck$
- unapply(Tcp.Received) - Method in class org.apache.pekko.io.Tcp.Received$
- unapply(Tcp.Register) - Method in class org.apache.pekko.io.Tcp.Register$
- unapply(Tcp.ResumeAccepting) - Method in class org.apache.pekko.io.Tcp.ResumeAccepting$
- unapply(org.apache.pekko.io.Tcp.SO.KeepAlive) - Static method in class org.apache.pekko.io.Tcp.SO$.KeepAlive
- unapply(org.apache.pekko.io.Tcp.SO.KeepAlive) - Method in class org.apache.pekko.io.Tcp.SO$.KeepAlive$
- unapply(org.apache.pekko.io.Tcp.SO.OOBInline) - Static method in class org.apache.pekko.io.Tcp.SO$.OOBInline
- unapply(org.apache.pekko.io.Tcp.SO.OOBInline) - Method in class org.apache.pekko.io.Tcp.SO$.OOBInline$
- unapply(org.apache.pekko.io.Tcp.SO.TcpNoDelay) - Static method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay
- unapply(org.apache.pekko.io.Tcp.SO.TcpNoDelay) - Method in class org.apache.pekko.io.Tcp.SO$.TcpNoDelay$
- unapply(Tcp.Write) - Method in class org.apache.pekko.io.Tcp.Write$
- unapply(Tcp.WriteFile) - Method in class org.apache.pekko.io.Tcp.WriteFile$
- unapply(Tcp.WritePath) - Method in class org.apache.pekko.io.Tcp.WritePath$
- unapply(Udp.Bind) - Method in class org.apache.pekko.io.Udp.Bind$
- unapply(Udp.Bound) - Method in class org.apache.pekko.io.Udp.Bound$
- unapply(Udp.CommandFailed) - Method in class org.apache.pekko.io.Udp.CommandFailed$
- unapply(Udp.NoAck) - Method in class org.apache.pekko.io.Udp.NoAck$
- unapply(Udp.Received) - Method in class org.apache.pekko.io.Udp.Received$
- unapply(Udp.Send) - Method in class org.apache.pekko.io.Udp.Send$
- unapply(Udp.SimpleSender) - Method in class org.apache.pekko.io.Udp.SimpleSender$
- unapply(org.apache.pekko.io.Udp.SO.Broadcast) - Static method in class org.apache.pekko.io.Udp.SO$.Broadcast
- unapply(org.apache.pekko.io.Udp.SO.Broadcast) - Method in class org.apache.pekko.io.Udp.SO$.Broadcast$
- unapply(UdpConnected.CommandFailed) - Method in class org.apache.pekko.io.UdpConnected.CommandFailed$
- unapply(UdpConnected.Connect) - Method in class org.apache.pekko.io.UdpConnected.Connect$
- unapply(UdpConnected.NoAck) - Method in class org.apache.pekko.io.UdpConnected.NoAck$
- unapply(UdpConnected.Received) - Method in class org.apache.pekko.io.UdpConnected.Received$
- unapply(UdpConnected.Send) - Method in class org.apache.pekko.io.UdpConnected.Send$
- unapply(Option.Some<A>) - Method in class org.apache.pekko.japi.Option.Some$
- unapply(Pair<A, B>) - Static method in class org.apache.pekko.japi.Pair
- unapply(Pair<A, B>) - Method in class org.apache.pekko.japi.Pair$
- unapply(Tuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Static method in class org.apache.pekko.japi.tuple.Tuple10
- unapply(Tuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in class org.apache.pekko.japi.tuple.Tuple10$
- unapply(Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Static method in class org.apache.pekko.japi.tuple.Tuple11
- unapply(Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in class org.apache.pekko.japi.tuple.Tuple11$
- unapply(Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Static method in class org.apache.pekko.japi.tuple.Tuple12
- unapply(Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in class org.apache.pekko.japi.tuple.Tuple12$
- unapply(Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Static method in class org.apache.pekko.japi.tuple.Tuple13
- unapply(Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in class org.apache.pekko.japi.tuple.Tuple13$
- unapply(Tuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Static method in class org.apache.pekko.japi.tuple.Tuple14
- unapply(Tuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in class org.apache.pekko.japi.tuple.Tuple14$
- unapply(Tuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Static method in class org.apache.pekko.japi.tuple.Tuple15
- unapply(Tuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in class org.apache.pekko.japi.tuple.Tuple15$
- unapply(Tuple16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Static method in class org.apache.pekko.japi.tuple.Tuple16
- unapply(Tuple16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in class org.apache.pekko.japi.tuple.Tuple16$
- unapply(Tuple17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Static method in class org.apache.pekko.japi.tuple.Tuple17
- unapply(Tuple17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in class org.apache.pekko.japi.tuple.Tuple17$
- unapply(Tuple18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Static method in class org.apache.pekko.japi.tuple.Tuple18
- unapply(Tuple18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in class org.apache.pekko.japi.tuple.Tuple18$
- unapply(Tuple19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Static method in class org.apache.pekko.japi.tuple.Tuple19
- unapply(Tuple19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in class org.apache.pekko.japi.tuple.Tuple19$
- unapply(Tuple20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Static method in class org.apache.pekko.japi.tuple.Tuple20
- unapply(Tuple20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in class org.apache.pekko.japi.tuple.Tuple20$
- unapply(Tuple21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Static method in class org.apache.pekko.japi.tuple.Tuple21
- unapply(Tuple21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in class org.apache.pekko.japi.tuple.Tuple21$
- unapply(Tuple22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Static method in class org.apache.pekko.japi.tuple.Tuple22
- unapply(Tuple22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in class org.apache.pekko.japi.tuple.Tuple22$
- unapply(Tuple3<T1, T2, T3>) - Static method in class org.apache.pekko.japi.tuple.Tuple3
- unapply(Tuple3<T1, T2, T3>) - Method in class org.apache.pekko.japi.tuple.Tuple3$
- unapply(Tuple4<T1, T2, T3, T4>) - Static method in class org.apache.pekko.japi.tuple.Tuple4
- unapply(Tuple4<T1, T2, T3, T4>) - Method in class org.apache.pekko.japi.tuple.Tuple4$
- unapply(Tuple5<T1, T2, T3, T4, T5>) - Static method in class org.apache.pekko.japi.tuple.Tuple5
- unapply(Tuple5<T1, T2, T3, T4, T5>) - Method in class org.apache.pekko.japi.tuple.Tuple5$
- unapply(Tuple6<T1, T2, T3, T4, T5, T6>) - Static method in class org.apache.pekko.japi.tuple.Tuple6
- unapply(Tuple6<T1, T2, T3, T4, T5, T6>) - Method in class org.apache.pekko.japi.tuple.Tuple6$
- unapply(Tuple7<T1, T2, T3, T4, T5, T6, T7>) - Static method in class org.apache.pekko.japi.tuple.Tuple7
- unapply(Tuple7<T1, T2, T3, T4, T5, T6, T7>) - Method in class org.apache.pekko.japi.tuple.Tuple7$
- unapply(Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>) - Static method in class org.apache.pekko.japi.tuple.Tuple8
- unapply(Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in class org.apache.pekko.japi.tuple.Tuple8$
- unapply(Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Static method in class org.apache.pekko.japi.tuple.Tuple9
- unapply(Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in class org.apache.pekko.japi.tuple.Tuple9$
- unapply(AutoReset) - Method in class org.apache.pekko.pattern.AutoReset$
- unapply(BackoffOnFailureOptionsImpl<T>) - Static method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- unapply(BackoffOnFailureOptionsImpl<T>) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl$
- unapply(BackoffOnStopOptionsImpl<T>) - Static method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- unapply(BackoffOnStopOptionsImpl<T>) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- unapply(BackoffOptionsImpl) - Static method in class org.apache.pekko.pattern.BackoffOptionsImpl
- unapply(BackoffOptionsImpl) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl$
- unapply(BackoffSupervisor.CurrentChild) - Method in class org.apache.pekko.pattern.BackoffSupervisor.CurrentChild$
- unapply(BackoffSupervisor.ResetRestartCount) - Method in class org.apache.pekko.pattern.BackoffSupervisor.ResetRestartCount$
- unapply(BackoffSupervisor.RestartCount) - Method in class org.apache.pekko.pattern.BackoffSupervisor.RestartCount$
- unapply(ForwardTo) - Method in class org.apache.pekko.pattern.ForwardTo$
- unapply(ReplyWith) - Method in class org.apache.pekko.pattern.ReplyWith$
- unapply(StatusReply.ErrorMessage) - Method in class org.apache.pekko.pattern.StatusReply.ErrorMessage$
- unapply(StatusReply<?>) - Method in class org.apache.pekko.pattern.StatusReply.Error$
- unapply(StatusReply<Object>) - Method in class org.apache.pekko.pattern.StatusReply.Success$
- unapply(AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot$
- unapply(org.apache.pekko.persistence.AtLeastOnceDelivery.Internal.Delivery) - Static method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery
- unapply(org.apache.pekko.persistence.AtLeastOnceDelivery.Internal.Delivery) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.Internal$.Delivery$
- unapply(AtLeastOnceDelivery.UnconfirmedDelivery) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery$
- unapply(AtLeastOnceDelivery.UnconfirmedWarning) - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning$
- unapply(AtomicWrite) - Static method in class org.apache.pekko.persistence.AtomicWrite
- unapply(AtomicWrite) - Method in class org.apache.pekko.persistence.AtomicWrite$
- unapply(DeleteMessagesFailure) - Static method in class org.apache.pekko.persistence.DeleteMessagesFailure
- unapply(DeleteMessagesFailure) - Method in class org.apache.pekko.persistence.DeleteMessagesFailure$
- unapply(DeleteMessagesSuccess) - Static method in class org.apache.pekko.persistence.DeleteMessagesSuccess
- unapply(DeleteMessagesSuccess) - Method in class org.apache.pekko.persistence.DeleteMessagesSuccess$
- unapply(DeleteSnapshotFailure) - Static method in class org.apache.pekko.persistence.DeleteSnapshotFailure
- unapply(DeleteSnapshotFailure) - Method in class org.apache.pekko.persistence.DeleteSnapshotFailure$
- unapply(DeleteSnapshotsFailure) - Static method in class org.apache.pekko.persistence.DeleteSnapshotsFailure
- unapply(DeleteSnapshotsFailure) - Method in class org.apache.pekko.persistence.DeleteSnapshotsFailure$
- unapply(DeleteSnapshotsSuccess) - Static method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess
- unapply(DeleteSnapshotsSuccess) - Method in class org.apache.pekko.persistence.DeleteSnapshotsSuccess$
- unapply(DeleteSnapshotSuccess) - Static method in class org.apache.pekko.persistence.DeleteSnapshotSuccess
- unapply(DeleteSnapshotSuccess) - Method in class org.apache.pekko.persistence.DeleteSnapshotSuccess$
- unapply(Eventsourced.AsyncHandlerInvocation) - Method in class org.apache.pekko.persistence.Eventsourced.AsyncHandlerInvocation$
- unapply(Eventsourced.RecoveryTick) - Method in class org.apache.pekko.persistence.Eventsourced.RecoveryTick$
- unapply(Eventsourced.StashingHandlerInvocation) - Method in class org.apache.pekko.persistence.Eventsourced.StashingHandlerInvocation$
- unapply(PersistentFSM.CurrentState<S>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState$
-
Deprecated.
- unapply(PersistentFSM.Event<D>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Event$
-
Deprecated.
- unapply(PersistentFSM.Failure) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Failure$
-
Deprecated.
- unapply(PersistentFSM.LogEntry<S, D>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.LogEntry$
-
Deprecated.
- unapply(PersistentFSM.PersistentFSMSnapshot<D>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.PersistentFSMSnapshot$
-
Deprecated.
- unapply(PersistentFSM.State<S, D, E>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.State$
-
Deprecated.
- unapply(PersistentFSM.StateChangeEvent) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent$
-
Deprecated.
- unapply(PersistentFSM.StopEvent<S, D>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent$
-
Deprecated.
- unapply(PersistentFSM.SubscribeTransitionCallBack) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.SubscribeTransitionCallBack$
-
Deprecated.
- unapply(PersistentFSM.TimeoutMarker) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.TimeoutMarker$
-
Deprecated.
- unapply(PersistentFSM.Timer) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Timer$
-
Deprecated.
- unapply(PersistentFSM.Transition<S>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.Transition$
-
Deprecated.
- unapply(PersistentFSM.UnsubscribeTransitionCallBack) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack$
-
Deprecated.
- unapply(AsyncWriteJournal.Desequenced) - Method in class org.apache.pekko.persistence.journal.AsyncWriteJournal.Desequenced$
- unapply(AsyncWriteProxy.SetStore) - Method in class org.apache.pekko.persistence.journal.AsyncWriteProxy.SetStore$
- unapply(AsyncWriteTarget.DeleteMessagesTo) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.DeleteMessagesTo$
- unapply(AsyncWriteTarget.ReplayFailure) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayFailure$
- unapply(AsyncWriteTarget.ReplayMessages) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplayMessages$
- unapply(AsyncWriteTarget.ReplaySuccess) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.ReplaySuccess$
- unapply(AsyncWriteTarget.WriteMessages) - Method in class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages$
- unapply(EventAdapters.CombinedReadEventAdapter) - Method in class org.apache.pekko.persistence.journal.EventAdapters.CombinedReadEventAdapter$
- unapply(EventsSeq<E>) - Static method in class org.apache.pekko.persistence.journal.EventsSeq
- unapply(EventsSeq<E>) - Method in class org.apache.pekko.persistence.journal.EventsSeq$
- unapply(JournalPerfSpec.Cmd) - Method in class org.apache.pekko.persistence.journal.JournalPerfSpec.Cmd$
- unapply(Key) - Method in class org.apache.pekko.persistence.journal.leveldb.Key$
- unapply(LeveldbCompaction.TryCompactLeveldb) - Method in class org.apache.pekko.persistence.journal.leveldb.LeveldbCompaction.TryCompactLeveldb$
- unapply(NoopReadEventAdapter) - Method in class org.apache.pekko.persistence.journal.NoopReadEventAdapter$
- unapply(NoopWriteEventAdapter) - Method in class org.apache.pekko.persistence.journal.NoopWriteEventAdapter$
- unapply(PersistencePluginProxy.TargetLocation) - Method in class org.apache.pekko.persistence.journal.PersistencePluginProxy.TargetLocation$
- unapply(SingleEventSeq) - Static method in class org.apache.pekko.persistence.journal.SingleEventSeq
- unapply(SingleEventSeq) - Method in class org.apache.pekko.persistence.journal.SingleEventSeq$
- unapply(Tagged) - Static method in class org.apache.pekko.persistence.journal.Tagged
- unapply(Tagged) - Method in class org.apache.pekko.persistence.journal.Tagged$
- unapply(JournalProtocol.DeleteMessagesTo) - Method in class org.apache.pekko.persistence.JournalProtocol.DeleteMessagesTo$
- unapply(JournalProtocol.LoopMessageSuccess) - Method in class org.apache.pekko.persistence.JournalProtocol.LoopMessageSuccess$
- unapply(JournalProtocol.RecoverySuccess) - Method in class org.apache.pekko.persistence.JournalProtocol.RecoverySuccess$
- unapply(JournalProtocol.ReplayedMessage) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayedMessage$
- unapply(JournalProtocol.ReplayMessages) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessages$
- unapply(JournalProtocol.ReplayMessagesFailure) - Method in class org.apache.pekko.persistence.JournalProtocol.ReplayMessagesFailure$
- unapply(JournalProtocol.WriteMessageFailure) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure$
- unapply(JournalProtocol.WriteMessageRejected) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected$
- unapply(JournalProtocol.WriteMessages) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessages$
- unapply(JournalProtocol.WriteMessagesFailed) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed$
- unapply(JournalProtocol.WriteMessageSuccess) - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess$
- unapply(NonPersistentRepr) - Method in class org.apache.pekko.persistence.NonPersistentRepr$
- unapply(Persistence.PluginHolder) - Method in class org.apache.pekko.persistence.Persistence.PluginHolder$
- unapply(PersistentImpl) - Method in class org.apache.pekko.persistence.PersistentImpl$
- unapply(PersistentRepr) - Method in class org.apache.pekko.persistence.PersistentRepr$
-
extractor of payload and sequenceNr.
- unapply(DeletedDurableState<A>) - Static method in class org.apache.pekko.persistence.query.DeletedDurableState
- unapply(DeletedDurableState<A>) - Method in class org.apache.pekko.persistence.query.DeletedDurableState$
- unapply(EventEnvelope) - Static method in class org.apache.pekko.persistence.query.EventEnvelope
- unapply(EventEnvelope) - Method in class org.apache.pekko.persistence.query.EventEnvelope$
- unapply(Sequence) - Static method in class org.apache.pekko.persistence.query.Sequence
- unapply(Sequence) - Method in class org.apache.pekko.persistence.query.Sequence$
- unapply(TimeBasedUUID) - Static method in class org.apache.pekko.persistence.query.TimeBasedUUID
- unapply(TimeBasedUUID) - Method in class org.apache.pekko.persistence.query.TimeBasedUUID$
- unapply(TimestampOffset) - Static method in class org.apache.pekko.persistence.query.TimestampOffset
- unapply(TimestampOffset) - Method in class org.apache.pekko.persistence.query.TimestampOffset$
- unapply(EventEnvelope<Event>) - Static method in class org.apache.pekko.persistence.query.typed.EventEnvelope
- unapply(EventEnvelope<Event>) - Method in class org.apache.pekko.persistence.query.typed.EventEnvelope$
- unapply(UpdatedDurableState<A>) - Static method in class org.apache.pekko.persistence.query.UpdatedDurableState
- unapply(UpdatedDurableState<A>) - Method in class org.apache.pekko.persistence.query.UpdatedDurableState$
- unapply(Recovery) - Static method in class org.apache.pekko.persistence.Recovery
- unapply(Recovery) - Method in class org.apache.pekko.persistence.Recovery$
- unapply(ReplyToStrategy) - Static method in class org.apache.pekko.persistence.ReplyToStrategy
- unapply(ReplyToStrategy) - Method in class org.apache.pekko.persistence.ReplyToStrategy$
- unapply(SaveSnapshotFailure) - Static method in class org.apache.pekko.persistence.SaveSnapshotFailure
- unapply(SaveSnapshotFailure) - Method in class org.apache.pekko.persistence.SaveSnapshotFailure$
- unapply(SaveSnapshotSuccess) - Static method in class org.apache.pekko.persistence.SaveSnapshotSuccess
- unapply(SaveSnapshotSuccess) - Method in class org.apache.pekko.persistence.SaveSnapshotSuccess$
- unapply(MayVerb.TestCanceledByFailure) - Method in class org.apache.pekko.persistence.scalatest.MayVerb.TestCanceledByFailure$
- unapply(SelectedSnapshot) - Static method in class org.apache.pekko.persistence.SelectedSnapshot
- unapply(SelectedSnapshot) - Method in class org.apache.pekko.persistence.SelectedSnapshot$
- unapply(Snapshot) - Static method in class org.apache.pekko.persistence.serialization.Snapshot
- unapply(Snapshot) - Method in class org.apache.pekko.persistence.serialization.Snapshot$
- unapply(SnapshotMetadata) - Static method in class org.apache.pekko.persistence.SnapshotMetadata
- unapply(SnapshotMetadata) - Method in class org.apache.pekko.persistence.SnapshotMetadata$
- unapply(SnapshotOffer) - Static method in class org.apache.pekko.persistence.SnapshotOffer
- unapply(SnapshotOffer) - Method in class org.apache.pekko.persistence.SnapshotOffer$
- unapply(SnapshotProtocol.DeleteSnapshot) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshot$
- unapply(SnapshotProtocol.DeleteSnapshots) - Method in class org.apache.pekko.persistence.SnapshotProtocol.DeleteSnapshots$
- unapply(SnapshotProtocol.LoadSnapshot) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshot$
- unapply(SnapshotProtocol.LoadSnapshotFailed) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotFailed$
- unapply(SnapshotProtocol.LoadSnapshotResult) - Method in class org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult$
- unapply(SnapshotProtocol.SaveSnapshot) - Method in class org.apache.pekko.persistence.SnapshotProtocol.SaveSnapshot$
- unapply(SnapshotSelectionCriteria) - Static method in class org.apache.pekko.persistence.SnapshotSelectionCriteria
- unapply(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.SnapshotSelectionCriteria$
- unapply(GetObjectResult<A>) - Static method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- unapply(GetObjectResult<A>) - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult$
- unapply(GetObjectResult<A>) - Static method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- unapply(GetObjectResult<A>) - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult$
- unapply(DeleteEvents) - Static method in class org.apache.pekko.persistence.testkit.DeleteEvents
- unapply(DeleteEvents) - Method in class org.apache.pekko.persistence.testkit.DeleteEvents$
- unapply(DeleteSnapshotByMeta) - Static method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta
- unapply(DeleteSnapshotByMeta) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotByMeta$
- unapply(DeleteSnapshotsByCriteria) - Static method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria
- unapply(DeleteSnapshotsByCriteria) - Method in class org.apache.pekko.persistence.testkit.DeleteSnapshotsByCriteria$
- unapply(PersistenceTestKitPlugin.SliceWrite) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.SliceWrite$
- unapply(PersistenceTestKitPlugin.TagWrite) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.TagWrite$
- unapply(PersistenceTestKitPlugin.Write) - Method in class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.Write$
- unapply(ReadEvents) - Static method in class org.apache.pekko.persistence.testkit.ReadEvents
- unapply(ReadEvents) - Method in class org.apache.pekko.persistence.testkit.ReadEvents$
- unapply(ReadSnapshot) - Static method in class org.apache.pekko.persistence.testkit.ReadSnapshot
- unapply(ReadSnapshot) - Method in class org.apache.pekko.persistence.testkit.ReadSnapshot$
- unapply(Reject) - Static method in class org.apache.pekko.persistence.testkit.Reject
- unapply(Reject) - Method in class org.apache.pekko.persistence.testkit.Reject$
- unapply(SnapshotMeta) - Static method in class org.apache.pekko.persistence.testkit.SnapshotMeta
- unapply(SnapshotMeta) - Method in class org.apache.pekko.persistence.testkit.SnapshotMeta$
- unapply(Record<A>) - Static method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- unapply(Record<A>) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record$
- unapply(StorageFailure) - Static method in class org.apache.pekko.persistence.testkit.StorageFailure
- unapply(StorageFailure) - Method in class org.apache.pekko.persistence.testkit.StorageFailure$
- unapply(WriteEvents) - Static method in class org.apache.pekko.persistence.testkit.WriteEvents
- unapply(WriteEvents) - Method in class org.apache.pekko.persistence.testkit.WriteEvents$
- unapply(WriteSnapshot) - Static method in class org.apache.pekko.persistence.testkit.WriteSnapshot
- unapply(WriteSnapshot) - Method in class org.apache.pekko.persistence.testkit.WriteSnapshot$
- unapply(TestPayload) - Static method in class org.apache.pekko.persistence.TestPayload
- unapply(TestPayload) - Method in class org.apache.pekko.persistence.TestPayload$
- unapply(Counter) - Static method in class org.apache.pekko.persistence.typed.crdt.Counter
- unapply(Counter) - Method in class org.apache.pekko.persistence.typed.crdt.Counter$
- unapply(Counter.Updated) - Method in class org.apache.pekko.persistence.typed.crdt.Counter.Updated$
- unapply(LwwTime) - Static method in class org.apache.pekko.persistence.typed.crdt.LwwTime
- unapply(LwwTime) - Method in class org.apache.pekko.persistence.typed.crdt.LwwTime$
- unapply(ORSet.AddDeltaOp<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.AddDeltaOp$
- unapply(ORSet.DeltaGroup<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup$
- unapply(ORSet.FullStateDeltaOp<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.FullStateDeltaOp$
- unapply(ORSet.RemoveDeltaOp<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet.RemoveDeltaOp$
- unapply(ORSet<A>) - Static method in class org.apache.pekko.persistence.typed.crdt.ORSet
-
Extract the
ORSet.elements(). - unapply(ORSet<A>) - Method in class org.apache.pekko.persistence.typed.crdt.ORSet$
-
Extract the
ORSet.elements(). - unapply(DeleteEventsCompleted) - Static method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted
- unapply(DeleteEventsCompleted) - Method in class org.apache.pekko.persistence.typed.DeleteEventsCompleted$
- unapply(DeleteEventsFailed) - Static method in class org.apache.pekko.persistence.typed.DeleteEventsFailed
- unapply(DeleteEventsFailed) - Method in class org.apache.pekko.persistence.typed.DeleteEventsFailed$
- unapply(DeleteSnapshotsCompleted) - Static method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted
- unapply(DeleteSnapshotsCompleted) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsCompleted$
- unapply(DeleteSnapshotsFailed) - Static method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed
- unapply(DeleteSnapshotsFailed) - Method in class org.apache.pekko.persistence.typed.DeleteSnapshotsFailed$
- unapply(DeletionTarget.Criteria) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Criteria$
- unapply(DeletionTarget.Individual) - Method in class org.apache.pekko.persistence.typed.DeletionTarget.Individual$
- unapply(EventsSeq<A>) - Method in class org.apache.pekko.persistence.typed.EventsSeq$
- unapply(CompositeEffect<Event, State>) - Method in class org.apache.pekko.persistence.typed.internal.CompositeEffect$
- unapply(EventSourcedBehaviorImpl<Command, Event, State>) - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedBehaviorImpl$
- unapply(EventSourcedSettings) - Method in class org.apache.pekko.persistence.typed.internal.EventSourcedSettings$
- unapply(InternalProtocol.IncomingCommand<C>) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.IncomingCommand$
- unapply(InternalProtocol.JournalResponse) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.JournalResponse$
- unapply(InternalProtocol.RecoveryTickEvent) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent$
- unapply(InternalProtocol.ReplicatedEventEnvelope<E>) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.ReplicatedEventEnvelope$
- unapply(InternalProtocol.SnapshotterResponse) - Method in class org.apache.pekko.persistence.typed.internal.InternalProtocol.SnapshotterResponse$
- unapply(JournalInteractions.EventToPersist) - Method in class org.apache.pekko.persistence.typed.internal.JournalInteractions.EventToPersist$
- unapply(ManyVersionVector) - Method in class org.apache.pekko.persistence.typed.internal.ManyVersionVector$
- unapply(OneVersionVector) - Method in class org.apache.pekko.persistence.typed.internal.OneVersionVector$
- unapply(Persist<Event, State>) - Method in class org.apache.pekko.persistence.typed.internal.Persist$
- unapply(PersistAll<Event, State>) - Method in class org.apache.pekko.persistence.typed.internal.PersistAll$
- unapply(PublishedEventImpl) - Method in class org.apache.pekko.persistence.typed.internal.PublishedEventImpl$
- unapply(RecoveryWithSnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.typed.internal.RecoveryWithSnapshotSelectionCriteria$
- unapply(ReplicatedEvent<E>) - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEvent$
- unapply(ReplicatedEventMetadata) - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedEventMetadata$
- unapply(ReplicatedSnapshotMetadata) - Method in class org.apache.pekko.persistence.typed.internal.ReplicatedSnapshotMetadata$
- unapply(ReplicationSetup) - Method in class org.apache.pekko.persistence.typed.internal.ReplicationSetup$
- unapply(SnapshotCountRetentionCriteriaImpl) - Method in class org.apache.pekko.persistence.typed.internal.SnapshotCountRetentionCriteriaImpl$
- unapply(PersistenceId) - Static method in class org.apache.pekko.persistence.typed.PersistenceId
- unapply(PersistenceId) - Method in class org.apache.pekko.persistence.typed.PersistenceId$
- unapply(RecoveryFailed) - Static method in class org.apache.pekko.persistence.typed.RecoveryFailed
- unapply(RecoveryFailed) - Method in class org.apache.pekko.persistence.typed.RecoveryFailed$
- unapply(ReplicaId) - Static method in class org.apache.pekko.persistence.typed.ReplicaId
- unapply(ReplicaId) - Method in class org.apache.pekko.persistence.typed.ReplicaId$
- unapply(SingleEventSeq<A>) - Method in class org.apache.pekko.persistence.typed.SingleEventSeq$
- unapply(SnapshotCompleted) - Static method in class org.apache.pekko.persistence.typed.SnapshotCompleted
- unapply(SnapshotCompleted) - Method in class org.apache.pekko.persistence.typed.SnapshotCompleted$
- unapply(SnapshotFailed) - Static method in class org.apache.pekko.persistence.typed.SnapshotFailed
- unapply(SnapshotFailed) - Method in class org.apache.pekko.persistence.typed.SnapshotFailed$
- unapply(CompositeEffect<State>) - Method in class org.apache.pekko.persistence.typed.state.internal.CompositeEffect$
- unapply(Delete<State>) - Method in class org.apache.pekko.persistence.typed.state.internal.Delete$
- unapply(DurableStateBehaviorImpl<Command, State>) - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateBehaviorImpl$
- unapply(DurableStateSettings) - Method in class org.apache.pekko.persistence.typed.state.internal.DurableStateSettings$
- unapply(InternalProtocol.DeleteFailure) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.DeleteFailure$
- unapply(InternalProtocol.GetFailure) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetFailure$
- unapply(InternalProtocol.GetSuccess<S>) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess$
- unapply(InternalProtocol.IncomingCommand<C>) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.IncomingCommand$
- unapply(InternalProtocol.UpsertFailure) - Method in class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure$
- unapply(Persist<State>) - Method in class org.apache.pekko.persistence.typed.state.internal.Persist$
- unapply(RecoveryFailed) - Static method in class org.apache.pekko.persistence.typed.state.RecoveryFailed
- unapply(RecoveryFailed) - Method in class org.apache.pekko.persistence.typed.state.RecoveryFailed$
- unapply(Ack) - Static method in class org.apache.pekko.remote.Ack
-
Deprecated.
- unapply(Ack) - Method in class org.apache.pekko.remote.Ack$
- unapply(AckedReceiveBuffer<T>) - Static method in class org.apache.pekko.remote.AckedReceiveBuffer
-
Deprecated.
- unapply(AckedReceiveBuffer<T>) - Method in class org.apache.pekko.remote.AckedReceiveBuffer$
- unapply(AckedSendBuffer<T>) - Static method in class org.apache.pekko.remote.AckedSendBuffer
-
Deprecated.
- unapply(AckedSendBuffer<T>) - Method in class org.apache.pekko.remote.AckedSendBuffer$
- unapply(ActorSystemTerminating) - Method in class org.apache.pekko.remote.artery.ActorSystemTerminating$
- unapply(ActorSystemTerminatingAck) - Method in class org.apache.pekko.remote.artery.ActorSystemTerminatingAck$
- unapply(CacheStatistics) - Method in class org.apache.pekko.remote.artery.CacheStatistics$
- unapply(CompressionProtocol.ActorRefCompressionAdvertisement) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisement$
- unapply(CompressionProtocol.ActorRefCompressionAdvertisementAck) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ActorRefCompressionAdvertisementAck$
- unapply(CompressionProtocol.ClassManifestCompressionAdvertisement) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisement$
- unapply(CompressionProtocol.ClassManifestCompressionAdvertisementAck) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.ClassManifestCompressionAdvertisementAck$
- unapply(org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected) - Static method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected
- unapply(org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.HeavyHitterDetected) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.HeavyHitterDetected$
- unapply(org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedActorRefCompressionTable) - Static method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable
- unapply(org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedActorRefCompressionTable) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedActorRefCompressionTable$
- unapply(org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedClassManifestCompressionTable) - Static method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable
- unapply(org.apache.pekko.remote.artery.compress.CompressionProtocol.Events.ReceivedClassManifestCompressionTable) - Method in class org.apache.pekko.remote.artery.compress.CompressionProtocol.Events$.ReceivedClassManifestCompressionTable$
- unapply(DecompressionTable<T>) - Method in class org.apache.pekko.remote.artery.compress.DecompressionTable$
- unapply(FlushAck) - Method in class org.apache.pekko.remote.artery.FlushAck$
- unapply(GracefulShutdownQuarantinedEvent) - Static method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- unapply(GracefulShutdownQuarantinedEvent) - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent$
- unapply(Quarantined) - Method in class org.apache.pekko.remote.artery.Quarantined$
- unapply(QuarantinedEvent) - Static method in class org.apache.pekko.remote.artery.QuarantinedEvent
- unapply(QuarantinedEvent) - Method in class org.apache.pekko.remote.artery.QuarantinedEvent$
- unapply(TestManagementCommands.FailInboundStreamOnce) - Method in class org.apache.pekko.remote.artery.TestManagementCommands.FailInboundStreamOnce$
- unapply(TestState) - Method in class org.apache.pekko.remote.artery.TestState$
- unapply(ThisActorSystemQuarantinedEvent) - Static method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent
- unapply(ThisActorSystemQuarantinedEvent) - Method in class org.apache.pekko.remote.artery.ThisActorSystemQuarantinedEvent$
- unapply(AssociatedEvent) - Static method in class org.apache.pekko.remote.AssociatedEvent
-
Deprecated.
- unapply(AssociatedEvent) - Method in class org.apache.pekko.remote.AssociatedEvent$
- unapply(AssociationErrorEvent) - Static method in class org.apache.pekko.remote.AssociationErrorEvent
-
Deprecated.
- unapply(AssociationErrorEvent) - Method in class org.apache.pekko.remote.AssociationErrorEvent$
- unapply(DaemonMsgCreate) - Method in class org.apache.pekko.remote.DaemonMsgCreate$
- unapply(DisassociatedEvent) - Static method in class org.apache.pekko.remote.DisassociatedEvent
-
Deprecated.
- unapply(DisassociatedEvent) - Method in class org.apache.pekko.remote.DisassociatedEvent$
- unapply(GracefulShutdownQuarantinedEvent) - Static method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- unapply(GracefulShutdownQuarantinedEvent) - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent$
- unapply(HeartbeatHistory) - Method in class org.apache.pekko.remote.HeartbeatHistory$
- unapply(HopelessAssociation) - Method in class org.apache.pekko.remote.HopelessAssociation$
- unapply(InvalidAssociation) - Method in class org.apache.pekko.remote.InvalidAssociation$
- unapply(QuarantinedEvent) - Static method in class org.apache.pekko.remote.QuarantinedEvent
-
Deprecated.
- unapply(QuarantinedEvent) - Method in class org.apache.pekko.remote.QuarantinedEvent$
-
Deprecated.
- unapply(RARP) - Method in class org.apache.pekko.remote.RARP$
- unapply(RemoteScope) - Static method in class org.apache.pekko.remote.RemoteScope
- unapply(RemoteScope) - Method in class org.apache.pekko.remote.RemoteScope$
- unapply(RemotingErrorEvent) - Static method in class org.apache.pekko.remote.RemotingErrorEvent
-
Deprecated.
- unapply(RemotingErrorEvent) - Method in class org.apache.pekko.remote.RemotingErrorEvent$
- unapply(RemotingListenEvent) - Static method in class org.apache.pekko.remote.RemotingListenEvent
- unapply(RemotingListenEvent) - Method in class org.apache.pekko.remote.RemotingListenEvent$
- unapply(RemoteRouterConfig) - Static method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- unapply(RemoteRouterConfig) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig$
- unapply(SeqNo) - Static method in class org.apache.pekko.remote.SeqNo
-
Deprecated.
- unapply(SeqNo) - Method in class org.apache.pekko.remote.SeqNo$
-
Deprecated.
- unapply(ShutDownAssociation) - Method in class org.apache.pekko.remote.ShutDownAssociation$
- unapply(AddressReply) - Method in class org.apache.pekko.remote.testconductor.AddressReply$
- unapply(BarrierResult) - Method in class org.apache.pekko.remote.testconductor.BarrierResult$
- unapply(Disconnect) - Method in class org.apache.pekko.remote.testconductor.Disconnect$
- unapply(DisconnectMsg) - Method in class org.apache.pekko.remote.testconductor.DisconnectMsg$
- unapply(EnterBarrier) - Method in class org.apache.pekko.remote.testconductor.EnterBarrier$
- unapply(FailBarrier) - Method in class org.apache.pekko.remote.testconductor.FailBarrier$
- unapply(GetAddress) - Method in class org.apache.pekko.remote.testconductor.GetAddress$
- unapply(Hello) - Method in class org.apache.pekko.remote.testconductor.Hello$
- unapply(Remove) - Method in class org.apache.pekko.remote.testconductor.Remove$
- unapply(RoleName) - Static method in class org.apache.pekko.remote.testconductor.RoleName
- unapply(RoleName) - Method in class org.apache.pekko.remote.testconductor.RoleName$
- unapply(Terminate) - Method in class org.apache.pekko.remote.testconductor.Terminate$
- unapply(TerminateMsg) - Method in class org.apache.pekko.remote.testconductor.TerminateMsg$
- unapply(Throttle) - Method in class org.apache.pekko.remote.testconductor.Throttle$
- unapply(ThrottleMsg) - Method in class org.apache.pekko.remote.testconductor.ThrottleMsg$
- unapply(ToClient) - Method in class org.apache.pekko.remote.testconductor.ToClient$
- unapply(ToServer) - Method in class org.apache.pekko.remote.testconductor.ToServer$
- unapply(ThisActorSystemQuarantinedEvent) - Static method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
Deprecated.
- unapply(ThisActorSystemQuarantinedEvent) - Method in class org.apache.pekko.remote.ThisActorSystemQuarantinedEvent$
- unapply(ActorTransportAdapter.AssociateUnderlying) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.AssociateUnderlying$
-
Deprecated.
- unapply(ActorTransportAdapter.DisassociateUnderlying) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.DisassociateUnderlying$
-
Deprecated.
- unapply(ActorTransportAdapter.ListenerRegistered) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenerRegistered$
-
Deprecated.
- unapply(ActorTransportAdapter.ListenUnderlying) - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying$
-
Deprecated.
- unapply(AssociationHandle.ActorHandleEventListener) - Method in class org.apache.pekko.remote.transport.AssociationHandle.ActorHandleEventListener$
-
Deprecated.
- unapply(AssociationHandle.Disassociated) - Method in class org.apache.pekko.remote.transport.AssociationHandle.Disassociated$
-
Deprecated.
- unapply(AssociationHandle.InboundPayload) - Method in class org.apache.pekko.remote.transport.AssociationHandle.InboundPayload$
-
Deprecated.
- unapply(FailureInjectorException) - Static method in exception org.apache.pekko.remote.transport.FailureInjectorException
-
Deprecated.
- unapply(FailureInjectorException) - Method in class org.apache.pekko.remote.transport.FailureInjectorException$
- unapply(FailureInjectorHandle) - Method in class org.apache.pekko.remote.transport.FailureInjectorHandle$
- unapply(HandshakeInfo) - Static method in class org.apache.pekko.remote.transport.HandshakeInfo
- unapply(HandshakeInfo) - Method in class org.apache.pekko.remote.transport.HandshakeInfo$
- unapply(PekkoPduCodec.Associate) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Associate$
- unapply(PekkoPduCodec.Disassociate) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Disassociate$
- unapply(PekkoPduCodec.Message) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Message$
- unapply(PekkoPduCodec.Payload) - Method in class org.apache.pekko.remote.transport.PekkoPduCodec.Payload$
- unapply(TestAssociationHandle) - Static method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- unapply(TestAssociationHandle) - Method in class org.apache.pekko.remote.transport.TestAssociationHandle$
- unapply(TestTransport.AssociateAttempt) - Method in class org.apache.pekko.remote.transport.TestTransport.AssociateAttempt$
-
Deprecated.
- unapply(TestTransport.DisassociateAttempt) - Method in class org.apache.pekko.remote.transport.TestTransport.DisassociateAttempt$
-
Deprecated.
- unapply(TestTransport.ListenAttempt) - Method in class org.apache.pekko.remote.transport.TestTransport.ListenAttempt$
-
Deprecated.
- unapply(TestTransport.ShutdownAttempt) - Method in class org.apache.pekko.remote.transport.TestTransport.ShutdownAttempt$
-
Deprecated.
- unapply(TestTransport.WriteAttempt) - Method in class org.apache.pekko.remote.transport.TestTransport.WriteAttempt$
-
Deprecated.
- unapply(ThrottlerHandle) - Method in class org.apache.pekko.remote.transport.ThrottlerHandle$
- unapply(ThrottlerTransportAdapter.ForceDisassociate) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociate$
-
Deprecated.
- unapply(ThrottlerTransportAdapter.ForceDisassociateExplicitly) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.ForceDisassociateExplicitly$
-
Deprecated.
- unapply(ThrottlerTransportAdapter.SetThrottle) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle$
-
Deprecated.
- unapply(ThrottlerTransportAdapter.TokenBucket) - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.TokenBucket$
-
Deprecated.
- unapply(Transport.ActorAssociationEventListener) - Method in class org.apache.pekko.remote.transport.Transport.ActorAssociationEventListener$
-
Deprecated.
- unapply(Transport.InboundAssociation) - Method in class org.apache.pekko.remote.transport.Transport.InboundAssociation$
-
Deprecated.
- unapply(Transport.InvalidAssociationException) - Method in class org.apache.pekko.remote.transport.Transport.InvalidAssociationException$
-
Deprecated.
- unapply(UniqueAddress) - Static method in class org.apache.pekko.remote.UniqueAddress
- unapply(UniqueAddress) - Method in class org.apache.pekko.remote.UniqueAddress$
- unapply(ActorRefRoutee) - Static method in class org.apache.pekko.routing.ActorRefRoutee
- unapply(ActorRefRoutee) - Method in class org.apache.pekko.routing.ActorRefRoutee$
- unapply(ActorSelectionRoutee) - Static method in class org.apache.pekko.routing.ActorSelectionRoutee
- unapply(ActorSelectionRoutee) - Method in class org.apache.pekko.routing.ActorSelectionRoutee$
- unapply(AddRoutee) - Static method in class org.apache.pekko.routing.AddRoutee
- unapply(AddRoutee) - Method in class org.apache.pekko.routing.AddRoutee$
- unapply(AdjustPoolSize) - Static method in class org.apache.pekko.routing.AdjustPoolSize
- unapply(AdjustPoolSize) - Method in class org.apache.pekko.routing.AdjustPoolSize$
- unapply(BalancingPool) - Static method in class org.apache.pekko.routing.BalancingPool
- unapply(BalancingPool) - Method in class org.apache.pekko.routing.BalancingPool$
- unapply(Broadcast) - Static method in class org.apache.pekko.routing.Broadcast
- unapply(Broadcast) - Method in class org.apache.pekko.routing.Broadcast$
- unapply(BroadcastGroup) - Static method in class org.apache.pekko.routing.BroadcastGroup
- unapply(BroadcastGroup) - Method in class org.apache.pekko.routing.BroadcastGroup$
- unapply(BroadcastPool) - Static method in class org.apache.pekko.routing.BroadcastPool
- unapply(BroadcastPool) - Method in class org.apache.pekko.routing.BroadcastPool$
- unapply(ConsistentHashingGroup) - Static method in class org.apache.pekko.routing.ConsistentHashingGroup
- unapply(ConsistentHashingGroup) - Method in class org.apache.pekko.routing.ConsistentHashingGroup$
- unapply(ConsistentHashingPool) - Static method in class org.apache.pekko.routing.ConsistentHashingPool
- unapply(ConsistentHashingPool) - Method in class org.apache.pekko.routing.ConsistentHashingPool$
- unapply(ConsistentHashingRouter.ConsistentHashableEnvelope) - Method in class org.apache.pekko.routing.ConsistentHashingRouter.ConsistentHashableEnvelope$
- unapply(ConsistentHashingRoutingLogic) - Static method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- unapply(ConsistentHashingRoutingLogic) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic$
- unapply(ConsistentRoutee) - Method in class org.apache.pekko.routing.ConsistentRoutee$
- unapply(Deafen) - Static method in class org.apache.pekko.routing.Deafen
- unapply(Deafen) - Method in class org.apache.pekko.routing.Deafen$
- unapply(DefaultOptimalSizeExploringResizer) - Static method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- unapply(DefaultOptimalSizeExploringResizer) - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer$
- unapply(DefaultResizer) - Static method in class org.apache.pekko.routing.DefaultResizer
- unapply(DefaultResizer) - Method in class org.apache.pekko.routing.DefaultResizer$
- unapply(FromConfig) - Static method in class org.apache.pekko.routing.FromConfig
- unapply(FromConfig) - Method in class org.apache.pekko.routing.FromConfig$
- unapply(Listen) - Static method in class org.apache.pekko.routing.Listen
- unapply(Listen) - Method in class org.apache.pekko.routing.Listen$
- unapply(OptimalSizeExploringResizer.ResizeRecord) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord$
- unapply(OptimalSizeExploringResizer.UnderUtilizationStreak) - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak$
- unapply(RandomGroup) - Static method in class org.apache.pekko.routing.RandomGroup
- unapply(RandomGroup) - Method in class org.apache.pekko.routing.RandomGroup$
- unapply(RandomPool) - Static method in class org.apache.pekko.routing.RandomPool
- unapply(RandomPool) - Method in class org.apache.pekko.routing.RandomPool$
- unapply(RemoveRoutee) - Static method in class org.apache.pekko.routing.RemoveRoutee
- unapply(RemoveRoutee) - Method in class org.apache.pekko.routing.RemoveRoutee$
- unapply(RoundRobinGroup) - Static method in class org.apache.pekko.routing.RoundRobinGroup
- unapply(RoundRobinGroup) - Method in class org.apache.pekko.routing.RoundRobinGroup$
- unapply(RoundRobinPool) - Static method in class org.apache.pekko.routing.RoundRobinPool
- unapply(RoundRobinPool) - Method in class org.apache.pekko.routing.RoundRobinPool$
- unapply(Routees) - Static method in class org.apache.pekko.routing.Routees
- unapply(Routees) - Method in class org.apache.pekko.routing.Routees$
- unapply(Router) - Static method in class org.apache.pekko.routing.Router
- unapply(Router) - Method in class org.apache.pekko.routing.Router$
- unapply(ScatterGatherFirstCompletedGroup) - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- unapply(ScatterGatherFirstCompletedGroup) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup$
- unapply(ScatterGatherFirstCompletedPool) - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- unapply(ScatterGatherFirstCompletedPool) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool$
- unapply(ScatterGatherFirstCompletedRoutees) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutees$
- unapply(ScatterGatherFirstCompletedRoutingLogic) - Static method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- unapply(ScatterGatherFirstCompletedRoutingLogic) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic$
- unapply(SeveralRoutees) - Static method in class org.apache.pekko.routing.SeveralRoutees
- unapply(SeveralRoutees) - Method in class org.apache.pekko.routing.SeveralRoutees$
- unapply(SmallestMailboxPool) - Static method in class org.apache.pekko.routing.SmallestMailboxPool
- unapply(SmallestMailboxPool) - Method in class org.apache.pekko.routing.SmallestMailboxPool$
- unapply(TailChoppingGroup) - Static method in class org.apache.pekko.routing.TailChoppingGroup
- unapply(TailChoppingGroup) - Method in class org.apache.pekko.routing.TailChoppingGroup$
- unapply(TailChoppingPool) - Static method in class org.apache.pekko.routing.TailChoppingPool
- unapply(TailChoppingPool) - Method in class org.apache.pekko.routing.TailChoppingPool$
- unapply(TailChoppingRoutees) - Method in class org.apache.pekko.routing.TailChoppingRoutees$
- unapply(TailChoppingRoutingLogic) - Static method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- unapply(TailChoppingRoutingLogic) - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic$
- unapply(WithListeners) - Static method in class org.apache.pekko.routing.WithListeners
- unapply(WithListeners) - Method in class org.apache.pekko.routing.WithListeners$
- unapply(DisabledJavaSerializer) - Static method in class org.apache.pekko.serialization.DisabledJavaSerializer
- unapply(DisabledJavaSerializer) - Method in class org.apache.pekko.serialization.DisabledJavaSerializer$
- unapply(Compression.GZip) - Method in class org.apache.pekko.serialization.jackson.Compression.GZip$
- unapply(Compression.LZ4) - Method in class org.apache.pekko.serialization.jackson.Compression.LZ4$
- unapply(Serialization.Information) - Method in class org.apache.pekko.serialization.Serialization.Information$
- unapply(AbruptIOTerminationException) - Static method in exception org.apache.pekko.stream.AbruptIOTerminationException
-
Deprecated.
- unapply(AbruptIOTerminationException) - Method in class org.apache.pekko.stream.AbruptIOTerminationException$
- unapply(AbruptTerminationException) - Static method in exception org.apache.pekko.stream.AbruptTerminationException
- unapply(AbruptTerminationException) - Method in class org.apache.pekko.stream.AbruptTerminationException$
- unapply(ActorAttributes.DebugLogging) - Method in class org.apache.pekko.stream.ActorAttributes.DebugLogging$
- unapply(ActorAttributes.Dispatcher) - Method in class org.apache.pekko.stream.ActorAttributes.Dispatcher$
- unapply(ActorAttributes.FuzzingMode) - Method in class org.apache.pekko.stream.ActorAttributes.FuzzingMode$
- unapply(ActorAttributes.MaxFixedBufferSize) - Method in class org.apache.pekko.stream.ActorAttributes.MaxFixedBufferSize$
- unapply(ActorAttributes.OutputBurstLimit) - Method in class org.apache.pekko.stream.ActorAttributes.OutputBurstLimit$
- unapply(ActorAttributes.StreamSubscriptionTimeout) - Method in class org.apache.pekko.stream.ActorAttributes.StreamSubscriptionTimeout$
- unapply(ActorAttributes.SupervisionStrategy) - Method in class org.apache.pekko.stream.ActorAttributes.SupervisionStrategy$
- unapply(ActorAttributes.SyncProcessingLimit) - Method in class org.apache.pekko.stream.ActorAttributes.SyncProcessingLimit$
- unapply(AmorphousShape) - Static method in class org.apache.pekko.stream.AmorphousShape
- unapply(AmorphousShape) - Method in class org.apache.pekko.stream.AmorphousShape$
- unapply(Attributes) - Static method in class org.apache.pekko.stream.Attributes
- unapply(Attributes) - Method in class org.apache.pekko.stream.Attributes$
- unapply(Attributes.CancellationStrategy) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$
- unapply(org.apache.pekko.stream.Attributes.CancellationStrategy.AfterDelay) - Method in class org.apache.pekko.stream.Attributes.CancellationStrategy$.AfterDelay$
- unapply(Attributes.InputBuffer) - Method in class org.apache.pekko.stream.Attributes.InputBuffer$
- unapply(Attributes.LogLevels) - Method in class org.apache.pekko.stream.Attributes.LogLevels$
- unapply(Attributes.Name) - Method in class org.apache.pekko.stream.Attributes.Name$
- unapply(BidiShape<In1, Out1, In2, Out2>) - Static method in class org.apache.pekko.stream.BidiShape
- unapply(BidiShape<In1, Out1, In2, Out2>) - Method in class org.apache.pekko.stream.BidiShape$
- unapply(BufferOverflowException) - Static method in exception org.apache.pekko.stream.BufferOverflowException
- unapply(BufferOverflowException) - Method in class org.apache.pekko.stream.BufferOverflowException$
- unapply(FanInShape.Name<O>) - Method in class org.apache.pekko.stream.FanInShape.Name$
- unapply(FanInShape.Ports<O>) - Method in class org.apache.pekko.stream.FanInShape.Ports$
- unapply(FanOutShape.Name<I>) - Method in class org.apache.pekko.stream.FanOutShape.Name$
- unapply(FanOutShape.Ports<I>) - Method in class org.apache.pekko.stream.FanOutShape.Ports$
- unapply(FlowMonitorState.Failed) - Method in class org.apache.pekko.stream.FlowMonitorState.Failed$
- unapply(FlowMonitorState.Received<U>) - Method in class org.apache.pekko.stream.FlowMonitorState.Received$
- unapply(FlowShape<I, O>) - Static method in class org.apache.pekko.stream.FlowShape
- unapply(FlowShape<I, O>) - Method in class org.apache.pekko.stream.FlowShape$
- unapply(InvalidPartnerActorException) - Static method in exception org.apache.pekko.stream.InvalidPartnerActorException
- unapply(InvalidPartnerActorException) - Method in class org.apache.pekko.stream.InvalidPartnerActorException$
- unapply(InvalidSequenceNumberException) - Static method in exception org.apache.pekko.stream.InvalidSequenceNumberException
- unapply(InvalidSequenceNumberException) - Method in class org.apache.pekko.stream.InvalidSequenceNumberException$
- unapply(IOResult) - Static method in class org.apache.pekko.stream.IOResult
- unapply(IOResult) - Method in class org.apache.pekko.stream.IOResult$
- unapply(MaterializationContext) - Method in class org.apache.pekko.stream.MaterializationContext$
- unapply(OverflowStrategies.Backpressure) - Method in class org.apache.pekko.stream.OverflowStrategies.Backpressure$
- unapply(OverflowStrategies.DropBuffer) - Method in class org.apache.pekko.stream.OverflowStrategies.DropBuffer$
- unapply(OverflowStrategies.DropHead) - Method in class org.apache.pekko.stream.OverflowStrategies.DropHead$
- unapply(OverflowStrategies.DropNew) - Method in class org.apache.pekko.stream.OverflowStrategies.DropNew$
- unapply(OverflowStrategies.DropTail) - Method in class org.apache.pekko.stream.OverflowStrategies.DropTail$
- unapply(OverflowStrategies.Fail) - Method in class org.apache.pekko.stream.OverflowStrategies.Fail$
- unapply(QueueOfferResult.Failure) - Method in class org.apache.pekko.stream.QueueOfferResult.Failure$
- unapply(RemoteStreamRefActorTerminatedException) - Static method in exception org.apache.pekko.stream.RemoteStreamRefActorTerminatedException
- unapply(RemoteStreamRefActorTerminatedException) - Method in class org.apache.pekko.stream.RemoteStreamRefActorTerminatedException$
- unapply(Partition.PartitionOutOfBoundsException) - Method in class org.apache.pekko.stream.scaladsl.Partition.PartitionOutOfBoundsException$
- unapply(RestartWithBackoffFlow.Delay) - Method in class org.apache.pekko.stream.scaladsl.RestartWithBackoffFlow.Delay$
- unapply(RunnableGraph<Mat>) - Static method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- unapply(RunnableGraph<Mat>) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph$
- unapply(Tcp.IncomingConnection) - Method in class org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection$
- unapply(Tcp.OutgoingConnection) - Method in class org.apache.pekko.stream.scaladsl.Tcp.OutgoingConnection$
- unapply(Tcp.ServerBinding) - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding$
- unapply(TcpAttributes.TcpWriteBufferSize) - Method in class org.apache.pekko.stream.scaladsl.TcpAttributes.TcpWriteBufferSize$
- unapply(SinkShape<T>) - Static method in class org.apache.pekko.stream.SinkShape
- unapply(SinkShape<T>) - Method in class org.apache.pekko.stream.SinkShape$
- unapply(ConnectionSnapshotImpl) - Method in class org.apache.pekko.stream.snapshot.ConnectionSnapshotImpl$
- unapply(LogicSnapshotImpl) - Method in class org.apache.pekko.stream.snapshot.LogicSnapshotImpl$
- unapply(RunningInterpreterImpl) - Method in class org.apache.pekko.stream.snapshot.RunningInterpreterImpl$
- unapply(StreamSnapshotImpl) - Method in class org.apache.pekko.stream.snapshot.StreamSnapshotImpl$
- unapply(UninitializedInterpreterImpl) - Method in class org.apache.pekko.stream.snapshot.UninitializedInterpreterImpl$
- unapply(SourceShape<T>) - Static method in class org.apache.pekko.stream.SourceShape
- unapply(SourceShape<T>) - Method in class org.apache.pekko.stream.SourceShape$
- unapply(ConcurrentAsyncCallbackState.Event<E>) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event$
- unapply(ConcurrentAsyncCallbackState.Pending<E>) - Method in class org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending$
- unapply(GraphStageLogic.StageActorRefNotInitializedException) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.StageActorRefNotInitializedException$
- unapply(TimerMessages.Scheduled) - Method in class org.apache.pekko.stream.stage.TimerMessages.Scheduled$
- unapply(TimerMessages.Timer) - Method in class org.apache.pekko.stream.stage.TimerMessages.Timer$
- unapply(StreamRefAttributes.BufferCapacity) - Method in class org.apache.pekko.stream.StreamRefAttributes.BufferCapacity$
- unapply(StreamRefAttributes.DemandRedeliveryInterval) - Method in class org.apache.pekko.stream.StreamRefAttributes.DemandRedeliveryInterval$
- unapply(StreamRefAttributes.FinalTerminationSignalDeadline) - Method in class org.apache.pekko.stream.StreamRefAttributes.FinalTerminationSignalDeadline$
- unapply(StreamRefAttributes.SubscriptionTimeout) - Method in class org.apache.pekko.stream.StreamRefAttributes.SubscriptionTimeout$
- unapply(StreamRefSubscriptionTimeoutException) - Static method in exception org.apache.pekko.stream.StreamRefSubscriptionTimeoutException
- unapply(StreamRefSubscriptionTimeoutException) - Method in class org.apache.pekko.stream.StreamRefSubscriptionTimeoutException$
- unapply(TargetRefNotInitializedYetException) - Static method in exception org.apache.pekko.stream.TargetRefNotInitializedYetException
- unapply(TargetRefNotInitializedYetException) - Method in class org.apache.pekko.stream.TargetRefNotInitializedYetException$
- unapply(GraphStageMessages.Failure) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.Failure$
- unapply(GraphStageMessages.StageFailure) - Method in class org.apache.pekko.stream.testkit.GraphStageMessages.StageFailure$
- unapply(StreamTestKit.CompletedSubscription<T>) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription$
- unapply(StreamTestKit.FailedSubscription<T>) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.FailedSubscription$
- unapply(StreamTestKit.PublisherProbeSubscription<I>) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.PublisherProbeSubscription$
- unapply(TestPublisher.CancelSubscription) - Method in class org.apache.pekko.stream.testkit.TestPublisher.CancelSubscription$
- unapply(TestPublisher.RequestMore) - Method in class org.apache.pekko.stream.testkit.TestPublisher.RequestMore$
- unapply(TestPublisher.Subscribe) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Subscribe$
- unapply(TestSubscriber.OnError) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnError$
- unapply(TestSubscriber.OnNext<I>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnNext$
- unapply(TestSubscriber.OnSubscribe) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.OnSubscribe$
- unapply(TLSProtocol.NegotiateNewSession) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession$
- unapply(TLSProtocol.SendBytes) - Method in class org.apache.pekko.stream.TLSProtocol.SendBytes$
- unapply(TLSProtocol.SessionBytes) - Method in class org.apache.pekko.stream.TLSProtocol.SessionBytes$
- unapply(CustomEventFilter) - Static method in class org.apache.pekko.testkit.CustomEventFilter
- unapply(CustomEventFilter) - Method in class org.apache.pekko.testkit.CustomEventFilter$
- unapply(DeadLettersFilter) - Static method in class org.apache.pekko.testkit.DeadLettersFilter
- unapply(DeadLettersFilter) - Method in class org.apache.pekko.testkit.DeadLettersFilter$
- unapply(DebugFilter) - Static method in class org.apache.pekko.testkit.DebugFilter
- unapply(DebugFilter) - Method in class org.apache.pekko.testkit.DebugFilter$
- unapply(ErrorFilter) - Static method in class org.apache.pekko.testkit.ErrorFilter
- unapply(ErrorFilter) - Method in class org.apache.pekko.testkit.ErrorFilter$
- unapply(InfoFilter) - Static method in class org.apache.pekko.testkit.InfoFilter
- unapply(InfoFilter) - Method in class org.apache.pekko.testkit.InfoFilter$
- unapply(TestActor.RealMessage) - Method in class org.apache.pekko.testkit.TestActor.RealMessage$
- unapply(TestActor.SetAutoPilot) - Method in class org.apache.pekko.testkit.TestActor.SetAutoPilot$
- unapply(TestActor.SetIgnore) - Method in class org.apache.pekko.testkit.TestActor.SetIgnore$
- unapply(TestActor.Spawn) - Method in class org.apache.pekko.testkit.TestActor.Spawn$
- unapply(TestActor.UnWatch) - Method in class org.apache.pekko.testkit.TestActor.UnWatch$
- unapply(TestActor.Watch) - Method in class org.apache.pekko.testkit.TestActor.Watch$
- unapply(TestEvent.Mute) - Method in class org.apache.pekko.testkit.TestEvent.Mute$
- unapply(TestEvent.UnMute) - Method in class org.apache.pekko.testkit.TestEvent.UnMute$
- unapply(TestException) - Static method in exception org.apache.pekko.testkit.TestException
- unapply(TestException) - Method in class org.apache.pekko.testkit.TestException$
- unapply(WarningFilter) - Static method in class org.apache.pekko.testkit.WarningFilter
- unapply(WarningFilter) - Method in class org.apache.pekko.testkit.WarningFilter$
- unapply(LineNumbers.SourceFile) - Method in class org.apache.pekko.util.LineNumbers.SourceFile$
- unapply(LineNumbers.SourceFileLines) - Method in class org.apache.pekko.util.LineNumbers.SourceFileLines$
- unapply(LineNumbers.UnknownSourceFormat) - Method in class org.apache.pekko.util.LineNumbers.UnknownSourceFormat$
- unapply(Timeout) - Static method in class org.apache.pekko.util.Timeout
- unapply(Timeout) - Method in class org.apache.pekko.util.Timeout$
- unapply(WildcardIndex<T>) - Method in class org.apache.pekko.util.WildcardIndex$
- unapply(WildcardTree<T>) - Method in class org.apache.pekko.util.WildcardTree$
- unapply(Tuple2<S, S>) - Method in class org.apache.pekko.actor.FSM.$minus$greater$
- unapply(Tuple2<S, S>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSM.$minus$greater$
-
Deprecated.
- unbatchedExecute(Runnable) - Method in interface org.apache.pekko.dispatch.BatchingExecutor
- unbatchedExecute(Runnable) - Method in class org.apache.pekko.dispatch.ExecutionContexts.sameThreadExecutionContext$
-
Deprecated.
- unbatchedExecute(Runnable) - Method in class org.apache.pekko.dispatch.MessageDispatcher
- unbecome() - Method in interface org.apache.pekko.actor.ActorContext
-
Reverts the Actor behavior to the previous one on the behavior stack.
- unbind() - Static method in class org.apache.pekko.io.TcpMessage
-
In order to close down a listening socket, send this message to that socket’s actor (that is the actor which previously had sent the
Tcp.Boundmessage). - unbind() - Method in class org.apache.pekko.io.TcpMessage$
-
In order to close down a listening socket, send this message to that socket’s actor (that is the actor which previously had sent the
Tcp.Boundmessage). - unbind() - Static method in class org.apache.pekko.io.UdpMessage
-
Send this message to the listener actor that previously sent a
Udp.Boundmessage in order to close the listening socket. - unbind() - Method in class org.apache.pekko.io.UdpMessage$
-
Send this message to the listener actor that previously sent a
Udp.Boundmessage in order to close the listening socket. - unbind() - Method in class org.apache.pekko.stream.javadsl.Tcp.ServerBinding
-
Asynchronously triggers the unbinding of the port that was bound by the materialization of the
connectionsSource. - unbind() - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- Unbind$() - Constructor for class org.apache.pekko.io.Tcp.Unbind$
- Unbind$() - Constructor for class org.apache.pekko.io.Udp.Unbind$
- Unbound$() - Constructor for class org.apache.pekko.io.Tcp.Unbound$
- Unbound$() - Constructor for class org.apache.pekko.io.Udp.Unbound$
- UnboundedControlAwareMailbox - Class in org.apache.pekko.dispatch
-
UnboundedControlAwareMailbox is an unbounded MailboxType, that maintains two queues to allow messages that extend
pekko.dispatch.ControlMessageto be delivered with priority. - UnboundedControlAwareMailbox() - Constructor for class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- UnboundedControlAwareMailbox(ActorSystem.Settings, Config) - Constructor for class org.apache.pekko.dispatch.UnboundedControlAwareMailbox
- UnboundedControlAwareMailbox.MessageQueue - Class in org.apache.pekko.dispatch
- UnboundedControlAwareMailbox$ - Class in org.apache.pekko.dispatch
- UnboundedControlAwareMailbox$() - Constructor for class org.apache.pekko.dispatch.UnboundedControlAwareMailbox$
- UnboundedControlAwareMessageQueueSemantics - Interface in org.apache.pekko.dispatch
- UnboundedDequeBasedMailbox - Class in org.apache.pekko.dispatch
-
UnboundedDequeBasedMailbox is an unbounded MailboxType, backed by a Deque.
- UnboundedDequeBasedMailbox() - Constructor for class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- UnboundedDequeBasedMailbox(ActorSystem.Settings, Config) - Constructor for class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox
- UnboundedDequeBasedMailbox.MessageQueue - Class in org.apache.pekko.dispatch
- UnboundedDequeBasedMailbox$ - Class in org.apache.pekko.dispatch
- UnboundedDequeBasedMailbox$() - Constructor for class org.apache.pekko.dispatch.UnboundedDequeBasedMailbox$
- UnboundedDequeBasedMessageQueue - Interface in org.apache.pekko.dispatch
-
UnboundedDequeBasedMessageQueueSemantics adds unbounded semantics to a DequeBasedMessageQueue, i.e.
- UnboundedDequeBasedMessageQueueSemantics - Interface in org.apache.pekko.dispatch
- UnboundedMailbox - Class in org.apache.pekko.dispatch
-
UnboundedMailbox is the default unbounded MailboxType used by Pekko Actors.
- UnboundedMailbox() - Constructor for class org.apache.pekko.dispatch.UnboundedMailbox
- UnboundedMailbox(ActorSystem.Settings, Config) - Constructor for class org.apache.pekko.dispatch.UnboundedMailbox
- UnboundedMailbox.MessageQueue - Class in org.apache.pekko.dispatch
- UnboundedMailbox$ - Class in org.apache.pekko.dispatch
- UnboundedMailbox$() - Constructor for class org.apache.pekko.dispatch.UnboundedMailbox$
- UnboundedMessageQueueSemantics - Interface in org.apache.pekko.dispatch
-
UnboundedMessageQueueSemantics adds unbounded semantics to a QueueBasedMessageQueue, i.e.
- UnboundedPriorityMailbox - Class in org.apache.pekko.dispatch
-
UnboundedPriorityMailbox is an unbounded mailbox that allows for prioritization of its contents.
- UnboundedPriorityMailbox(Comparator<Envelope>) - Constructor for class org.apache.pekko.dispatch.UnboundedPriorityMailbox
- UnboundedPriorityMailbox(Comparator<Envelope>, int) - Constructor for class org.apache.pekko.dispatch.UnboundedPriorityMailbox
- UnboundedPriorityMailbox.MessageQueue - Class in org.apache.pekko.dispatch
- UnboundedPriorityMailbox$ - Class in org.apache.pekko.dispatch
- UnboundedPriorityMailbox$() - Constructor for class org.apache.pekko.dispatch.UnboundedPriorityMailbox$
- UnboundedQueueBasedMessageQueue - Interface in org.apache.pekko.dispatch
- UnboundedStablePriorityMailbox - Class in org.apache.pekko.dispatch
-
UnboundedStablePriorityMailbox is an unbounded mailbox that allows for prioritization of its contents.
- UnboundedStablePriorityMailbox(Comparator<Envelope>) - Constructor for class org.apache.pekko.dispatch.UnboundedStablePriorityMailbox
- UnboundedStablePriorityMailbox(Comparator<Envelope>, int) - Constructor for class org.apache.pekko.dispatch.UnboundedStablePriorityMailbox
- UnboundedStablePriorityMailbox.MessageQueue - Class in org.apache.pekko.dispatch
- UnboundedStablePriorityMailbox$ - Class in org.apache.pekko.dispatch
- UnboundedStablePriorityMailbox$() - Constructor for class org.apache.pekko.dispatch.UnboundedStablePriorityMailbox$
- UnboundedStash - Interface in org.apache.pekko.actor
-
The
UnboundedStashtrait is a version ofpekko.actor.Stashthat enforces an unbounded stash for you actor. - UncheckedConfig - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
-
UncheckedConfig = 1; - UncheckedConfig_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
-
UncheckedConfig = 1; - UncheckedConfig$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.UncheckedConfig$
- unconfirmed() - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.State
- unconfirmed_$eq(SortedMap<Object, org.apache.pekko.persistence.AtLeastOnceDelivery.Internal.Delivery>) - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
- UNCONFIRMED_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- UnconfirmedClientOp - Interface in org.apache.pekko.remote.testconductor
- unconfirmedDeliveries() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.AtLeastOnceDeliverySnapshot
- unconfirmedDeliveries() - Method in class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- UNCONFIRMEDDELIVERIES_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- UnconfirmedDelivery(long, ActorPath, Object) - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery
- UnconfirmedDelivery$() - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedDelivery$
- UnconfirmedWarning(Seq<AtLeastOnceDelivery.UnconfirmedDelivery>) - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning
- UnconfirmedWarning$() - Constructor for class org.apache.pekko.persistence.AtLeastOnceDelivery.UnconfirmedWarning$
- Undefined() - Method in class org.apache.pekko.persistence.PersistentRepr$
-
Plugin API: value of an undefined persistenceId or manifest.
- Undefined() - Method in class org.apache.pekko.remote.artery.tcp.TcpFraming$
- UndefinedId() - Method in class org.apache.pekko.persistence.PersistentRepr$
-
Plugin API: value of an undefined / identity event adapter.
- undefinedUid() - Method in class org.apache.pekko.actor.ActorCell$
- underlying() - Method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.Returns the underlying receptionist actor, particularly so that its events can be observed via subscribe/unsubscribe.
- UNDERLYING_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- UNDERLYING_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- UNDERLYING_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- underlyingActor() - Method in class org.apache.pekko.testkit.TestActorRef
-
Retrieve reference to the underlying actor, where the static type matches the factory used inside the constructor.
- underutilizationStreak() - Method in class org.apache.pekko.routing.OptimalSizeExploringResizer.ResizeRecord
- UnderUtilizationStreak(LocalDateTime, int) - Constructor for class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- UnderUtilizationStreak$() - Constructor for class org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak$
- unfold(S, Function<S, Optional<Pair<S, E>>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Create a
Sourcethat will unfold a value of typeSinto a pair of the next stateSand output elements of typeE. - unfold(S, Function<S, Optional<Pair<S, E>>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Create a
Sourcethat will unfold a value of typeSinto a pair of the next stateSand output elements of typeE. - unfold(S, Function1<S, Option<Tuple2<S, E>>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Create a
Sourcethat will unfold a value of typeSinto a pair of the next stateSand output elements of typeE. - unfold(S, Function1<S, Option<Tuple2<S, E>>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Create a
Sourcethat will unfold a value of typeSinto a pair of the next stateSand output elements of typeE. - unfoldAsync(S, Function<S, CompletionStage<Optional<Pair<S, E>>>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Same as
Source.<S,E>unfold(S,org.apache.pekko.japi.function.Function<S,java.util.Optional<org.apache.pekko.japi.Pair<S,E>>>), but uses an async function to generate the next state-element tuple. - unfoldAsync(S, Function<S, CompletionStage<Optional<Pair<S, E>>>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Same as
Source$.<S,E>unfold(S,org.apache.pekko.japi.function.Function<S,java.util.Optional<org.apache.pekko.japi.Pair<S,E>>>), but uses an async function to generate the next state-element tuple. - unfoldAsync(S, Function1<S, Future<Option<Tuple2<S, E>>>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Same as
Source.<S,E>unfold(S,scala.Function1<S,scala.Option<scala.Tuple2<S,E>>>), but uses an async function to generate the next state-element tuple. - unfoldAsync(S, Function1<S, Future<Option<Tuple2<S, E>>>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Same as
Source$.<S,E>unfold(S,scala.Function1<S,scala.Option<scala.Tuple2<S,E>>>), but uses an async function to generate the next state-element tuple. - unfoldResource(Creator<S>, Function<S, Optional<T>>, Procedure<S>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Start a new
Sourcefrom some resource which can be opened, read and closed. - unfoldResource(Creator<S>, Function<S, Optional<T>>, Procedure<S>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Start a new
Sourcefrom some resource which can be opened, read and closed. - unfoldResource(Function0<S>, Function1<S, Option<T>>, Function1<S, BoxedUnit>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Start a new
Sourcefrom some resource which can be opened, read and closed. - unfoldResource(Function0<S>, Function1<S, Option<T>>, Function1<S, BoxedUnit>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Start a new
Sourcefrom some resource which can be opened, read and closed. - unfoldResourceAsync(Creator<CompletionStage<S>>, Function<S, CompletionStage<Optional<T>>>, Function<S, CompletionStage<Done>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Start a new
Sourcefrom some resource which can be opened, read and closed. - unfoldResourceAsync(Creator<CompletionStage<S>>, Function<S, CompletionStage<Optional<T>>>, Function<S, CompletionStage<Done>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Start a new
Sourcefrom some resource which can be opened, read and closed. - unfoldResourceAsync(Function0<Future<S>>, Function1<S, Future<Option<T>>>, Function1<S, Future<Done>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Start a new
Sourcefrom some resource which can be opened, read and closed. - unfoldResourceAsync(Function0<Future<S>>, Function1<S, Future<Option<T>>>, Function1<S, Future<Done>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Start a new
Sourcefrom some resource which can be opened, read and closed. - unhandled() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- unhandled() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- unhandled() - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Return this behavior from message processing in order to advise the system to reuse the previous behavior, including the hint that the message has not been handled.
- unhandled() - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Return this behavior from message processing in order to advise the system to reuse the previous behavior, including the hint that the message has not been handled.
- unhandled() - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Return this behavior from message processing in order to advise the system to reuse the previous behavior, including the hint that the message has not been handled.
- unhandled() - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Return this behavior from message processing in order to advise the system to reuse the previous behavior, including the hint that the message has not been handled.
- unhandled() - Method in class org.apache.pekko.persistence.typed.javadsl.EffectFactories
-
This command is not handled, but it is not an error that it isn't.
- unhandled() - Method in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
This command is not handled, but it is not an error that it isn't.
- unhandled() - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories
-
This command is not handled, but it is not an error that it isn't.
- unhandled() - Method in class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
-
This command is not handled, but it is not an error that it isn't.
- unhandled(Object) - Method in interface org.apache.pekko.actor.Actor
-
User overridable callback.
- unhandled(Object) - Method in class org.apache.pekko.actor.UntypedAbstractActor
-
Recommended convention is to call this method if the message isn't handled in
UntypedAbstractActor.onReceive(java.lang.Object)(e.g. - unhandled(Object) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer
- unhandled(Object) - Method in interface org.apache.pekko.persistence.Eventsourced
- Unhandled - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- Unhandled - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- Unhandled() - Constructor for class org.apache.pekko.persistence.typed.internal.Unhandled
- Unhandled() - Constructor for class org.apache.pekko.persistence.typed.state.internal.Unhandled
- Unhandled$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- Unhandled$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- Unhandled$() - Constructor for class org.apache.pekko.persistence.typed.internal.Unhandled$
- Unhandled$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.Unhandled$
- UnhandledBehavior() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorTags
- UnhandledBehavior() - Method in class org.apache.pekko.actor.typed.internal.BehaviorTags$
- UnhandledBehavior$() - Constructor for class org.apache.pekko.actor.typed.internal.BehaviorImpl.UnhandledBehavior$
- UnhandledMessage - Class in org.apache.pekko.actor
-
This message is published to the EventStream whenever an Actor receives a message it doesn't understand
- UnhandledMessage(Object, ActorRef, ActorRef) - Constructor for class org.apache.pekko.actor.UnhandledMessage
- UnhandledMessage$ - Class in org.apache.pekko.actor
- UnhandledMessage$() - Constructor for class org.apache.pekko.actor.UnhandledMessage$
- unhandledSignal() - Static method in class org.apache.pekko.actor.typed.internal.BehaviorImpl
- unhandledSignal() - Method in class org.apache.pekko.actor.typed.internal.BehaviorImpl$
- UniformFanInShape<T,O> - Class in org.apache.pekko.stream
- UniformFanInShape(int) - Constructor for class org.apache.pekko.stream.UniformFanInShape
- UniformFanInShape(int, String) - Constructor for class org.apache.pekko.stream.UniformFanInShape
- UniformFanInShape(int, FanInShape.Init<O>) - Constructor for class org.apache.pekko.stream.UniformFanInShape
- UniformFanInShape(Outlet<O>, Inlet<T>[]) - Constructor for class org.apache.pekko.stream.UniformFanInShape
- UniformFanInShape$ - Class in org.apache.pekko.stream
- UniformFanInShape$() - Constructor for class org.apache.pekko.stream.UniformFanInShape$
- UniformFanOutShape<I,O> - Class in org.apache.pekko.stream
- UniformFanOutShape(int) - Constructor for class org.apache.pekko.stream.UniformFanOutShape
- UniformFanOutShape(int, String) - Constructor for class org.apache.pekko.stream.UniformFanOutShape
- UniformFanOutShape(int, FanOutShape.Init<I>) - Constructor for class org.apache.pekko.stream.UniformFanOutShape
- UniformFanOutShape(Inlet<I>, Outlet<O>[]) - Constructor for class org.apache.pekko.stream.UniformFanOutShape
- UniformFanOutShape$ - Class in org.apache.pekko.stream
- UniformFanOutShape$() - Constructor for class org.apache.pekko.stream.UniformFanOutShape$
- uninitialisedReceive() - Method in class org.apache.pekko.osgi.DefaultOSGiLogger
-
Behavior of the logger that waits for its LogService
- Uninitialized() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized
- Uninitialized() - Method in class org.apache.pekko.dispatch.affinity.AffinityPool$
- Uninitialized$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Uninitialized$
- UninitializedInterpreter - Interface in org.apache.pekko.stream.snapshot
-
A stream interpreter that was not yet initialized when the snapshot was taken
- UninitializedInterpreterImpl$ - Class in org.apache.pekko.stream.snapshot
- UninitializedInterpreterImpl$() - Constructor for class org.apache.pekko.stream.snapshot.UninitializedInterpreterImpl$
- uniqueAddress() - Method in class org.apache.pekko.cluster.ddata.SelfUniqueAddress
- uniqueAddress() - Method in class org.apache.pekko.cluster.Member
- uniqueAddress() - Method in class org.apache.pekko.remote.artery.GracefulShutdownQuarantinedEvent
- uniqueAddress() - Method in class org.apache.pekko.remote.artery.QuarantinedEvent
- uniqueAddress() - Method in class org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
-
Deprecated.
- UniqueAddress - Class in org.apache.pekko.cluster
-
Member identifier consisting of address and random
uid. - UniqueAddress - Class in org.apache.pekko.remote
- UniqueAddress(Address, int) - Constructor for class org.apache.pekko.cluster.UniqueAddress
-
Deprecated.Use Long UID constructor instead. Since Akka 2.4.11.
- UniqueAddress(Address, long) - Constructor for class org.apache.pekko.cluster.UniqueAddress
- UniqueAddress(Address, long) - Constructor for class org.apache.pekko.remote.UniqueAddress
- UniqueAddress() - Static method in class org.apache.pekko.cluster.ddata.EstimatedSize
- UniqueAddress() - Method in class org.apache.pekko.cluster.ddata.EstimatedSize$
- UniqueAddress$ - Class in org.apache.pekko.cluster
- UniqueAddress$ - Class in org.apache.pekko.remote
- UniqueAddress$() - Constructor for class org.apache.pekko.cluster.UniqueAddress$
- UniqueAddress$() - Constructor for class org.apache.pekko.remote.UniqueAddress$
- uniqueAddressFromProto(ReplicatorMessages.UniqueAddress) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- uniqueAddressToProto(UniqueAddress) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- UniqueBidiKillSwitchStage$() - Constructor for class org.apache.pekko.stream.KillSwitches.UniqueBidiKillSwitchStage$
- UniqueId() - Method in class org.apache.pekko.remote.transport.PekkoProtocolTransport$
- UniqueId() - Static method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.
- UniqueId() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
- uniqueIdCounter() - Static method in class org.apache.pekko.remote.transport.netty.NettyTransport
-
Deprecated.
- uniqueIdCounter() - Method in class org.apache.pekko.remote.transport.netty.NettyTransport$
- UniqueKillSwitch - Class in org.apache.pekko.stream
-
A
UniqueKillSwitchis always a result of a materialization (unlikeSharedKillSwitchwhich is constructed before any materialization) and it always controls that graph and operator which yielded the materialized value. - UniqueKillSwitchStage$() - Constructor for class org.apache.pekko.stream.KillSwitches.UniqueKillSwitchStage$
- UNIT_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.FiniteDuration
- UnitFunctionBridge() - Constructor for class org.apache.pekko.dispatch.japi.UnitFunctionBridge
-
Deprecated.
- UnitMatch<I> - Class in org.apache.pekko.japi.pf
-
Version of
PartialFunctionthat can be built during runtime from Java. - UnitPFBuilder<I> - Class in org.apache.pekko.japi.pf
-
A builder for
PartialFunction. - UnitPFBuilder() - Constructor for class org.apache.pekko.japi.pf.UnitPFBuilder
-
Create a UnitPFBuilder.
- unitToUnit() - Static method in class org.apache.pekko.util.ConstantFun
- unitToUnit() - Method in class org.apache.pekko.util.ConstantFun$
- Unknown$() - Constructor for class org.apache.pekko.remote.transport.AssociationHandle.Unknown$
-
Deprecated.
- unknownReason() - Static method in class org.apache.pekko.actor.CoordinatedShutdown
- unknownReason() - Method in class org.apache.pekko.actor.CoordinatedShutdown$
- UnknownReason$() - Constructor for class org.apache.pekko.actor.CoordinatedShutdown.UnknownReason$
- UnknownRecord - Class in org.apache.pekko.io.dns
- UnknownRecord(String, CachePolicy.Ttl, short, short, ByteString) - Constructor for class org.apache.pekko.io.dns.UnknownRecord
- UnknownRecord$ - Class in org.apache.pekko.io.dns
-
INTERNAL API
- UnknownRecord$() - Constructor for class org.apache.pekko.io.dns.UnknownRecord$
- UnknownSourceFormat(String) - Constructor for class org.apache.pekko.util.LineNumbers.UnknownSourceFormat
- UnknownSourceFormat$() - Constructor for class org.apache.pekko.util.LineNumbers.UnknownSourceFormat$
- unlimitedRestarts() - Method in interface org.apache.pekko.actor.typed.SupervisorStrategy.RestartOrBackoff
- unlink() - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- unlink() - Method in interface org.apache.pekko.actor.typed.internal.SystemMessage
- unlink() - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- unlink() - Method in interface org.apache.pekko.dispatch.sysmsg.SystemMessage
- unlinked() - Static method in class org.apache.pekko.actor.typed.internal.NoMessage
- unlinked() - Method in interface org.apache.pekko.actor.typed.internal.SystemMessage
- unlinked() - Static method in class org.apache.pekko.dispatch.sysmsg.NoMessage
- unlinked() - Method in interface org.apache.pekko.dispatch.sysmsg.SystemMessage
- UnMute(Iterable<EventFilter>) - Constructor for class org.apache.pekko.testkit.TestEvent.UnMute
-
Java API: create an UnMute command from a list of filters
- UnMute(Seq<EventFilter>) - Constructor for class org.apache.pekko.testkit.TestEvent.UnMute
- UnMute$() - Constructor for class org.apache.pekko.testkit.TestEvent.UnMute$
- unreachable() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- unreachable() - Method in class org.apache.pekko.cluster.ddata.Replicator
- unreachable(Address) - Static method in class org.apache.pekko.cluster.ClusterLogMarker
-
Marker "pekkoUnreachable" of log event when a node is marked as unreachable based no failure detector observation.
- unreachable(Address) - Method in class org.apache.pekko.cluster.ClusterLogMarker$
-
Marker "pekkoUnreachable" of log event when a node is marked as unreachable based no failure detector observation.
- Unreachable - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
-
Unreachable = 1; - unreachable_$eq(Set<UniqueAddress>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- Unreachable_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
-
Unreachable = 1; - UnreachableDataCenter(String) - Constructor for class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter
- UnreachableDataCenter$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.UnreachableDataCenter$
- unreachableDataCenters() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- UnreachableMember(Member) - Constructor for class org.apache.pekko.cluster.ClusterEvent.UnreachableMember
- UnreachableMember$() - Constructor for class org.apache.pekko.cluster.ClusterEvent.UnreachableMember$
- UnreachableNodesReaperInterval() - Method in class org.apache.pekko.cluster.ClusterSettings
- unregister(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.dispatch.MessageDispatcher
-
If you override it, you must call it.
- unregister(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.dispatch.PinnedDispatcher
- unregister(org.apache.pekko.actor.ActorCell) - Method in class org.apache.pekko.testkit.CallingThreadDispatcher
- unregisterFromUnsubscriber(ActorRef, int) - Method in interface org.apache.pekko.event.ManagedActorClassification
-
INTERNAL API
- UnregisteringLogService - Class in org.apache.pekko.osgi
-
Message sent when LogService is unregistered.
- UnregisteringLogService() - Constructor for class org.apache.pekko.osgi.UnregisteringLogService
- UnregisteringLogService$ - Class in org.apache.pekko.osgi
-
Message sent when LogService is unregistered.
- UnregisteringLogService$() - Constructor for class org.apache.pekko.osgi.UnregisteringLogService$
- unregisterService(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.A registered actor will be automatically unregistered when terminated, but it can also be explicitly unregistered before termination.
- unregisterSubscriber(String, ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterClientReceptionist
-
Deprecated.A registered subscriber will be automatically unregistered when terminated, but it can also be explicitly unregistered before termination.
- unregisterTempActor(ActorPath) - Method in interface org.apache.pekko.actor.ActorRefProvider
-
Unregister a temporary actor from the “/temp” path (i.e.
- unreserve(String) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer.EmptyChildrenContainer
- unreserve(String) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
- unreserve(String) - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.TerminatingChildrenContainer
- unreserve(String) - Method in interface org.apache.pekko.actor.dungeon.ChildrenContainer
- unreserveChild(String) - Method in interface org.apache.pekko.actor.dungeon.Children
- UnrestrictedStash - Interface in org.apache.pekko.actor
-
A version of
pekko.actor.Stashthat does not enforce any mailbox type. - Unsafe - Class in org.apache.pekko.util
-
INTERNAL API
- Unsafe() - Constructor for class org.apache.pekko.util.Unsafe
- unsafeDataVia(Graph<FlowShape<Out, Out2>, Mat2>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Transform this flow by the regular flow.
- unsafeDataVia(Graph<FlowShape<Out, Out2>, Mat2>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Transform this flow by the regular flow.
- unsafeDataVia(Graph<FlowShape<Out, Out2>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
- unsafeDataVia(Graph<FlowShape<Out, Out2>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Transform this flow by the regular flow.
- unsafeDataVia(Graph<FlowShape<Out, Out2>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
- unsafeOptionalDataVia(FlowWithContext<FIn, Ctx, Optional<FOut>, Ctx, FMat>, Flow<FOut, FViaOut, FViaMat>, Function2<FMat, FViaMat, Mat>) - Static method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Creates a FlowWithContext from an existing base FlowWithContext outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- unsafeOptionalDataVia(FlowWithContext<FIn, Ctx, Optional<FOut>, Ctx, FMat>, Flow<FOut, FViaOut, FViaMat>, Function2<FMat, FViaMat, Mat>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext$
-
Creates a FlowWithContext from an existing base FlowWithContext outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- unsafeOptionalDataVia(SourceWithContext<Optional<SOut>, Ctx, SMat>, Flow<SOut, FOut, FMat>, Function2<SMat, FMat, Mat>) - Static method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Creates a SourceWithContext from an existing base SourceWithContext outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- unsafeOptionalDataVia(SourceWithContext<Optional<SOut>, Ctx, SMat>, Flow<SOut, FOut, FMat>, Function2<SMat, FMat, Mat>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext$
-
Creates a SourceWithContext from an existing base SourceWithContext outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- unsafeOptionalDataVia(FlowWithContext<FIn, Ctx, Option<FOut>, Ctx, FMat>, Flow<FOut, FViaOut, FViaMat>, Function2<FMat, FViaMat, Mat>) - Static method in class org.apache.pekko.stream.scaladsl.FlowWithContext
-
Creates a FlowWithContext from an existing base FlowWithContext outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- unsafeOptionalDataVia(FlowWithContext<FIn, Ctx, Option<FOut>, Ctx, FMat>, Flow<FOut, FViaOut, FViaMat>, Function2<FMat, FViaMat, Mat>) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext$
-
Creates a FlowWithContext from an existing base FlowWithContext outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- unsafeOptionalDataVia(SourceWithContext<Option<SOut>, Ctx, SMat>, Flow<SOut, FOut, FMat>, Function2<SMat, FMat, Mat>) - Static method in class org.apache.pekko.stream.scaladsl.SourceWithContext
-
Creates a SourceWithContext from an existing base SourceWithContext outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- unsafeOptionalDataVia(SourceWithContext<Option<SOut>, Ctx, SMat>, Flow<SOut, FOut, FMat>, Function2<SMat, FMat, Mat>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext$
-
Creates a SourceWithContext from an existing base SourceWithContext outputting an optional element and applying an additional viaFlow only if the element in the stream is defined.
- unsafeSendNext(T) - Method in class org.apache.pekko.stream.testkit.TestPublisher.Probe
- unsafeUpcast() - Method in interface org.apache.pekko.actor.typed.ActorRef
-
Unsafe utility method for widening the type accepted by this ActorRef; provided to avoid having to use
asInstanceOfon the full reference type, which would unfortunately also work on non-ActorRefs. - unsafeUpcast() - Method in interface org.apache.pekko.actor.typed.internal.ActorRefImpl
- UNSCHEDULED() - Static method in class org.apache.pekko.dispatch.MessageDispatcher
- UNSCHEDULED() - Method in class org.apache.pekko.dispatch.MessageDispatcher$
- UnstartedPushTimeout() - Method in class org.apache.pekko.actor.ActorSystem.Settings
- unstash() - Method in interface org.apache.pekko.actor.StashSupport
-
Prepends the oldest message in the stash to the mailbox, and then removes that message from the stash.
- unstash(Behavior<T>, int, Function<T, T>) - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
Transition to the given
behaviorand processnumberOfMessagesof the stashed messages. - unstash(Behavior<T>, int, Function1<T, T>) - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
Transition to the given
behaviorand processnumberOfMessagesof the stashed messages. - unstashAll() - Method in interface org.apache.pekko.actor.StashSupport
-
Prepends all messages in the stash to the mailbox, and then clears the stash.
- unstashAll() - Method in interface org.apache.pekko.persistence.Eventsourced
- unstashAll() - Method in class org.apache.pekko.persistence.typed.internal.SideEffect$
- unstashAll() - Method in interface org.apache.pekko.persistence.typed.internal.StashManagement
-
Subsequent
tryUnstashOnewill drain the user stash buffer before using the internal stash buffer. - unstashAll() - Method in class org.apache.pekko.persistence.typed.javadsl.EffectFactories
-
Unstash the commands that were stashed with
EffectFactories.stash. - unstashAll() - Method in class org.apache.pekko.persistence.typed.scaladsl.Effect$
-
Unstash the commands that were stashed with
Effect.stash. - unstashAll() - Method in class org.apache.pekko.persistence.typed.state.internal.SideEffect$
- unstashAll() - Method in interface org.apache.pekko.persistence.typed.state.internal.StashManagement
-
Subsequent
tryUnstashOnewill drain the user stash buffer before using the internal stash buffer. - unstashAll() - Method in class org.apache.pekko.persistence.typed.state.javadsl.EffectFactories
-
Unstash the commands that were stashed with
EffectFactories.stash. - unstashAll() - Method in class org.apache.pekko.persistence.typed.state.scaladsl.Effect$
-
Unstash the commands that were stashed with
Effect.stash. - unstashAll(Behavior<T>) - Method in interface org.apache.pekko.actor.typed.javadsl.StashBuffer
-
Transition to the given
behaviorand process all stashed messages. - unstashAll(Behavior<T>) - Method in interface org.apache.pekko.actor.typed.scaladsl.StashBuffer
-
Transition to the given
behaviorand process all stashed messages. - unstashAll(Function1<Object, Object>) - Method in interface org.apache.pekko.actor.StashSupport
-
INTERNAL API.
- UnstashAll - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- UnstashAll - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- UnstashAll() - Constructor for class org.apache.pekko.persistence.typed.internal.UnstashAll
- UnstashAll() - Constructor for class org.apache.pekko.persistence.typed.state.internal.UnstashAll
- UnstashAll$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- UnstashAll$ - Class in org.apache.pekko.persistence.typed.state.internal
-
INTERNAL API
- UnstashAll$() - Constructor for class org.apache.pekko.persistence.typed.internal.UnstashAll$
- UnstashAll$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.UnstashAll$
- UnstashException$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- UnstashException$() - Constructor for class org.apache.pekko.actor.typed.internal.UnstashException$
- unstashInternally(boolean) - Method in interface org.apache.pekko.persistence.Eventsourced
- unstashOneGetShardHomeRequest() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- unstashOneGetShardHomeRequest() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- unsubscribe() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- unsubscribe(ActorRef) - Method in class org.apache.pekko.cluster.Cluster
-
Unsubscribe to all cluster domain events.
- unsubscribe(ActorRef) - Method in class org.apache.pekko.cluster.metrics.ClusterMetricsExtension
-
Unsubscribe user metrics listener actor from
ClusterMetricsEventevents published by extension on the system event bus. - unsubscribe(ActorRef) - Method in class org.apache.pekko.event.EventStream
- unsubscribe(ActorRef) - Method in class org.apache.pekko.event.japi.ManagedActorEventBus
- unsubscribe(ActorRef) - Method in interface org.apache.pekko.event.ManagedActorClassification
- unsubscribe(ActorRef, Class<?>) - Method in class org.apache.pekko.cluster.Cluster
-
Unsubscribe to a specific type of cluster domain events, matching previous
subscriberegistration. - unsubscribe(ActorRef, Class<?>) - Method in class org.apache.pekko.event.EventStream
- unsubscribe(ActorRef, ActorRef) - Method in class org.apache.pekko.event.japi.ManagedActorEventBus
- unsubscribe(ActorRef, ActorRef) - Method in interface org.apache.pekko.event.ManagedActorClassification
- unsubscribe(ActorRef<T>) - Static method in class org.apache.pekko.actor.typed.pubsub.Topic
-
Java API: Unsubscribe a previously subscribed actor from this topic.
- unsubscribe(ActorRef<T>) - Method in class org.apache.pekko.actor.typed.pubsub.Topic$
-
Java API: Unsubscribe a previously subscribed actor from this topic.
- unsubscribe(Key<B>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.ReplicatorMessageAdapter
-
Unsubscribe from a previous subscription of a given
key. - unsubscribe(Key<B>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.ReplicatorMessageAdapter
-
Unsubscribe from a previous subscription of a given
key. - unsubscribe(EventBus) - Method in interface org.apache.pekko.event.EventBus
-
Attempts to deregister the subscriber from all Classifiers it may be subscribed to
- unsubscribe(EventBus, EventBus) - Method in interface org.apache.pekko.event.EventBus
-
Attempts to deregister the subscriber from the specified Classifier
- unsubscribe(LookupClassification) - Method in interface org.apache.pekko.event.LookupClassification
- unsubscribe(LookupClassification, LookupClassification) - Method in interface org.apache.pekko.event.LookupClassification
- unsubscribe(ScanningClassification) - Method in interface org.apache.pekko.event.ScanningClassification
- unsubscribe(ScanningClassification, ScanningClassification) - Method in interface org.apache.pekko.event.ScanningClassification
- unsubscribe(SubchannelClassification) - Method in interface org.apache.pekko.event.SubchannelClassification
- unsubscribe(SubchannelClassification, SubchannelClassification) - Method in interface org.apache.pekko.event.SubchannelClassification
- unsubscribe(S) - Method in interface org.apache.pekko.event.japi.EventBus
-
Attempts to deregister the subscriber from all Classifiers it may be subscribed to
- unsubscribe(S) - Method in class org.apache.pekko.event.japi.LookupEventBus
- unsubscribe(S) - Method in class org.apache.pekko.event.japi.ScanningEventBus
- unsubscribe(S) - Method in class org.apache.pekko.event.japi.SubchannelEventBus
- unsubscribe(S, C) - Method in interface org.apache.pekko.event.japi.EventBus
-
Attempts to deregister the subscriber from the specified Classifier
- unsubscribe(S, C) - Method in class org.apache.pekko.event.japi.LookupEventBus
- unsubscribe(S, C) - Method in class org.apache.pekko.event.japi.ScanningEventBus
- unsubscribe(S, C) - Method in class org.apache.pekko.event.japi.SubchannelEventBus
- Unsubscribe<T> - Class in org.apache.pekko.cluster.typed
- Unsubscribe(String, String, ActorRef) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- Unsubscribe(String, ActorRef) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- Unsubscribe(String, Option<String>, ActorRef) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
- Unsubscribe(ActorRef, Option<Class<?>>) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe
- Unsubscribe(ActorRef<E>) - Constructor for class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe
- Unsubscribe(ActorRef<T>) - Constructor for class org.apache.pekko.cluster.typed.Unsubscribe
- Unsubscribe(Key<A>, ActorRef) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe
- Unsubscribe(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe
- Unsubscribe(Key<A>, ActorRef<Replicator.SubscribeResponse<A>>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe
- Unsubscribe$ - Class in org.apache.pekko.cluster.typed
- Unsubscribe$() - Constructor for class org.apache.pekko.actor.typed.eventstream.EventStream.Unsubscribe$
- Unsubscribe$() - Constructor for class org.apache.pekko.actor.typed.pubsub.Topic.Unsubscribe$
- Unsubscribe$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Unsubscribe$
- Unsubscribe$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe$
- Unsubscribe$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Unsubscribe$
- Unsubscribe$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.Unsubscribe$
- Unsubscribe$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe$
- Unsubscribe$() - Constructor for class org.apache.pekko.cluster.typed.Unsubscribe$
- UnsubscribeAck(DistributedPubSubMediator.Unsubscribe) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck
- UnsubscribeAck$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.UnsubscribeAck$
- unsubscribeAddressTerminated() - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- UnsubscribeClusterClients - Class in org.apache.pekko.cluster.client
- UnsubscribeClusterClients() - Constructor for class org.apache.pekko.cluster.client.UnsubscribeClusterClients
- UnsubscribeClusterClients$ - Class in org.apache.pekko.cluster.client
-
Explicitly unsubscribe from client interaction events.
- UnsubscribeClusterClients$() - Constructor for class org.apache.pekko.cluster.client.UnsubscribeClusterClients$
- UnsubscribeContactPoints - Class in org.apache.pekko.cluster.client
- UnsubscribeContactPoints() - Constructor for class org.apache.pekko.cluster.client.UnsubscribeContactPoints
- UnsubscribeContactPoints$ - Class in org.apache.pekko.cluster.client
-
Explicitly unsubscribe from contact point change events.
- UnsubscribeContactPoints$() - Constructor for class org.apache.pekko.cluster.client.UnsubscribeContactPoints$
- Unsubscribed(DistributedPubSubMediator.UnsubscribeAck, ActorRef) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed
- Unsubscribed$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Unsubscribed$
- UnsubscribeManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- unsubscriber() - Method in interface org.apache.pekko.event.ManagedActorClassification
-
The unsubscriber takes care of unsubscribing actors, which have terminated.
- UnsubscribeTransitionCallBack(ActorRef) - Constructor for class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack
- UnsubscribeTransitionCallBack(ActorRef) - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack
-
Deprecated.
- UnsubscribeTransitionCallBack$() - Constructor for class org.apache.pekko.actor.FSM.UnsubscribeTransitionCallBack$
- UnsubscribeTransitionCallBack$() - Constructor for class org.apache.pekko.persistence.fsm.PersistentFSM.UnsubscribeTransitionCallBack$
-
Deprecated.
- UnsupportedPekkoVersion - Exception in org.apache.pekko
- Unthrottled$() - Constructor for class org.apache.pekko.remote.transport.ThrottlerTransportAdapter.Unthrottled$
-
Deprecated.
- unthrottledThrottleMode() - Static method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter
-
Deprecated.Java API: get the ThrottleMode.Unthrottled instance
- unthrottledThrottleMode() - Method in class org.apache.pekko.remote.transport.ThrottlerTransportAdapter$
-
Java API: get the ThrottleMode.Unthrottled instance
- UntrustedMode() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- UntypedAbstractActor - Class in org.apache.pekko.actor
-
If the validation of the
ReceiveBuildermatch logic turns out to be a bottleneck for some of your actors you can consider to implement it at lower level by extendingUntypedAbstractActorinstead ofAbstractActor. - UntypedAbstractActor() - Constructor for class org.apache.pekko.actor.UntypedAbstractActor
- UntypedAbstractActorWithTimers - Class in org.apache.pekko.actor
-
Java API: Support for scheduled
selfmessages viaTimerScheduler. - UntypedAbstractActorWithTimers() - Constructor for class org.apache.pekko.actor.UntypedAbstractActorWithTimers
- unwatch(ActorContext, ActorRef<U>) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- unwatch(ActorContext, ActorRef<U>) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- unwatch(ActorRef) - Method in interface org.apache.pekko.actor.ActorContext
-
Unregisters this actor as Monitor for the provided ActorRef.
- unwatch(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- unwatch(ActorRef) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.StageActor
- unwatch(ActorRef) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Have the testActor stop watching someone (i.e.
- unwatch(ActorRef) - Method in class org.apache.pekko.testkit.TestActorRef
-
Unregisters this actor from being a death monitor of the provided ActorRef This means that this actor will not get a Terminated()-message when the provided actor is permanently terminated.
- unwatch(ActorRef) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Have the testActor stop watching someone (i.e.
- unwatch(ActorRef<U>) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Revoke the registration established by
watch. - unwatch(ActorRef<U>) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Revoke the registration established by
watch. - unwatch(ActorContext<?>, ActorRef) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- unwatch(ActorContext<?>, ActorRef) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- UnWatch(ActorRef) - Constructor for class org.apache.pekko.testkit.TestActor.UnWatch
- UNWATCH - org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
UNWATCH = 7; - UNWATCH_VALUE - Static variable in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
UNWATCH = 7; - Unwatch$ - Class in org.apache.pekko.actor.typed.internal
- Unwatch$ - Class in org.apache.pekko.dispatch.sysmsg
- Unwatch$() - Constructor for class org.apache.pekko.actor.typed.internal.Unwatch$
- Unwatch$() - Constructor for class org.apache.pekko.dispatch.sysmsg.Unwatch$
- UnWatch$() - Constructor for class org.apache.pekko.testkit.TestActor.UnWatch$
- unwatched(ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior stopped watching
other, throughcontext.unwatch(other) - unwatched(ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior stopped watching
other, throughcontext.unwatch(other) - unwatched(ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior stopped watching
other, throughcontext.unwatch(other) - unwatched(ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior stopped watching
other, throughcontext.unwatch(other) - Unwatched(ActorRef<T>) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.Unwatched
- Unwatched$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.Unwatched$
- unwatchWatchedActors(Actor) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- unwrap(Object) - Method in class org.apache.pekko.actor.WrappedMessage$
-
Unwrap
WrappedMessagerecursively. - unwrap(Throwable) - Method in class org.apache.pekko.actor.typed.internal.UnstashException$
- unwrapMessage(E) - Method in class org.apache.pekko.cluster.sharding.typed.ShardingMessageExtractor
-
Extract the message to send to the entity from an incoming
message. - unwrapMessage(M) - Method in class org.apache.pekko.cluster.sharding.typed.HashCodeNoEnvelopeMessageExtractor
- unwrapMessage(M) - Method in class org.apache.pekko.cluster.sharding.typed.Murmur2NoEnvelopeMessageExtractor
- unwrapMessage(ShardingEnvelope<M>) - Method in class org.apache.pekko.cluster.sharding.typed.HashCodeMessageExtractor
- unwrapMessage(ShardingEnvelope<M>) - Method in class org.apache.pekko.cluster.sharding.typed.Murmur2MessageExtractor
- Unzip - Class in org.apache.pekko.stream.javadsl
-
Takes a stream of pair elements and splits each pair to two output streams.
- Unzip<A,B> - Class in org.apache.pekko.stream.scaladsl
-
Takes a stream of pair elements and splits each pair to two output streams.
- Unzip() - Constructor for class org.apache.pekko.stream.javadsl.Unzip
- Unzip() - Constructor for class org.apache.pekko.stream.scaladsl.Unzip
- Unzip$ - Class in org.apache.pekko.stream.javadsl
-
Takes a stream of pair elements and splits each pair to two output streams.
- Unzip$ - Class in org.apache.pekko.stream.scaladsl
-
Takes a stream of pair elements and splits each pair to two output streams.
- Unzip$() - Constructor for class org.apache.pekko.stream.javadsl.Unzip$
- Unzip$() - Constructor for class org.apache.pekko.stream.scaladsl.Unzip$
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith10
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith11
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith12
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith13
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith14
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith15
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith16
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith17
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith18
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith19
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith2
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith20
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith21
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith22
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith3
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith4
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith5
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith6
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith7
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith8
- unzipper() - Method in class org.apache.pekko.stream.scaladsl.UnzipWith9
- UnzipWith - Class in org.apache.pekko.stream.javadsl
-
Split one stream into several streams using a splitting function.
- UnzipWith - Class in org.apache.pekko.stream.scaladsl
-
Transforms each element of input stream into multiple streams using a splitter function.
- UnzipWith() - Constructor for class org.apache.pekko.stream.javadsl.UnzipWith
- UnzipWith() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith
- UnzipWith$ - Class in org.apache.pekko.stream.javadsl
-
Split one stream into several streams using a splitting function.
- UnzipWith$ - Class in org.apache.pekko.stream.scaladsl
-
Transforms each element of input stream into multiple streams using a splitter function.
- UnzipWith$() - Constructor for class org.apache.pekko.stream.javadsl.UnzipWith$
- UnzipWith$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith$
- UnzipWith10<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 10 outputs
- UnzipWith10(Function1<In, Tuple10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith10
- UnzipWith11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 11 outputs
- UnzipWith11(Function1<In, Tuple11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith11
- UnzipWith12<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 12 outputs
- UnzipWith12(Function1<In, Tuple12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith12
- UnzipWith13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 13 outputs
- UnzipWith13(Function1<In, Tuple13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith13
- UnzipWith14<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 14 outputs
- UnzipWith14(Function1<In, Tuple14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith14
- UnzipWith15<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 15 outputs
- UnzipWith15(Function1<In, Tuple15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith15
- UnzipWith16<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 16 outputs
- UnzipWith16(Function1<In, Tuple16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith16
- UnzipWith17<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 17 outputs
- UnzipWith17(Function1<In, Tuple17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith17
- UnzipWith18<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 18 outputs
- UnzipWith18(Function1<In, Tuple18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith18
- UnzipWith19<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 19 outputs
- UnzipWith19(Function1<In, Tuple19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith19
- UnzipWith2<In,A1,A2> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 2 outputs
- UnzipWith2(Function1<In, Tuple2<A1, A2>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith2
- UnzipWith20<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 20 outputs
- UnzipWith20(Function1<In, Tuple20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith20
- UnzipWith21<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 21 outputs
- UnzipWith21(Function1<In, Tuple21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith21
- UnzipWith22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 22 outputs
- UnzipWith22(Function1<In, Tuple22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith22
- UnzipWith3<In,A1,A2,A3> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 3 outputs
- UnzipWith3(Function1<In, Tuple3<A1, A2, A3>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith3
- UnzipWith4<In,A1,A2,A3,A4> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 4 outputs
- UnzipWith4(Function1<In, Tuple4<A1, A2, A3, A4>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith4
- UnzipWith5<In,A1,A2,A3,A4,A5> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 5 outputs
- UnzipWith5(Function1<In, Tuple5<A1, A2, A3, A4, A5>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith5
- UnzipWith6<In,A1,A2,A3,A4,A5,A6> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 6 outputs
- UnzipWith6(Function1<In, Tuple6<A1, A2, A3, A4, A5, A6>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith6
- UnzipWith7<In,A1,A2,A3,A4,A5,A6,A7> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 7 outputs
- UnzipWith7(Function1<In, Tuple7<A1, A2, A3, A4, A5, A6, A7>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith7
- UnzipWith8<In,A1,A2,A3,A4,A5,A6,A7,A8> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 8 outputs
- UnzipWith8(Function1<In, Tuple8<A1, A2, A3, A4, A5, A6, A7, A8>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith8
- UnzipWith9<In,A1,A2,A3,A4,A5,A6,A7,A8,A9> - Class in org.apache.pekko.stream.scaladsl
-
`UnzipWith` specialized for 9 outputs
- UnzipWith9(Function1<In, Tuple9<A1, A2, A3, A4, A5, A6, A7, A8, A9>>) - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWith9
- UnzipWithApply - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator<In,Out,T> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator10<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator12<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator14<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator15<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator16<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator17<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator18<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator19<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator2<In,A1,A2> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator20<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator21<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator3<In,A1,A2,A3> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator4<In,A1,A2,A3,A4> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator5<In,A1,A2,A3,A4,A5> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator6<In,A1,A2,A3,A4,A5,A6> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator7<In,A1,A2,A3,A4,A5,A6,A7> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator8<In,A1,A2,A3,A4,A5,A6,A7,A8> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreator9<In,A1,A2,A3,A4,A5,A6,A7,A8,A9> - Interface in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject10$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject11$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject12$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject13$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject14$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject15$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject16$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject17$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject18$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject19$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject2$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject20$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject21$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject22$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject3$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject4$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject5$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject6$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject7$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject8$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply.UnzipWithCreatorObject9$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply$ - Class in org.apache.pekko.stream.scaladsl
- UnzipWithApply$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply$
- UnzipWithCreatorObject10$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject10$
- UnzipWithCreatorObject11$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject11$
- UnzipWithCreatorObject12$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject12$
- UnzipWithCreatorObject13$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject13$
- UnzipWithCreatorObject14$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject14$
- UnzipWithCreatorObject15$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject15$
- UnzipWithCreatorObject16$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject16$
- UnzipWithCreatorObject17$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject17$
- UnzipWithCreatorObject18$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject18$
- UnzipWithCreatorObject19$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject19$
- UnzipWithCreatorObject2$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject2$
- UnzipWithCreatorObject20$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject20$
- UnzipWithCreatorObject21$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject21$
- UnzipWithCreatorObject22$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject22$
- UnzipWithCreatorObject3$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject3$
- UnzipWithCreatorObject4$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject4$
- UnzipWithCreatorObject5$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject5$
- UnzipWithCreatorObject6$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject6$
- UnzipWithCreatorObject7$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject7$
- UnzipWithCreatorObject8$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject8$
- UnzipWithCreatorObject9$() - Constructor for class org.apache.pekko.stream.scaladsl.UnzipWithApply.UnzipWithCreatorObject9$
- up() - Static method in class org.apache.pekko.cluster.MemberStatus
-
Java API: retrieve the
Upstatus singleton - up() - Method in class org.apache.pekko.cluster.MemberStatus$
-
Java API: retrieve the
Upstatus singleton - Up - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Up = 1; - Up_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Up = 1; - Up$() - Constructor for class org.apache.pekko.cluster.MemberStatus.Up$
- upcast(Flow<In, Out, M>) - Static method in class org.apache.pekko.stream.javadsl.Flow
-
Upcast a stream of elements to a stream of supertypes of that element.
- upcast(Flow<In, Out, M>) - Method in class org.apache.pekko.stream.javadsl.Flow$
-
Upcast a stream of elements to a stream of supertypes of that element.
- upcast(Source<Out, Mat>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Upcast a stream of elements to a stream of supertypes of that element.
- upcast(Source<Out, Mat>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Upcast a stream of elements to a stream of supertypes of that element.
- upcast(SubFlow<In, Out, M>) - Static method in class org.apache.pekko.stream.javadsl.SubFlow
-
Upcast a stream of elements to a stream of supertypes of that element.
- upcast(SubFlow<In, Out, M>) - Method in class org.apache.pekko.stream.javadsl.SubFlow$
-
Upcast a stream of elements to a stream of supertypes of that element.
- upcast(SubSource<T, Mat>) - Static method in class org.apache.pekko.stream.javadsl.SubSource
- upcast(SubSource<T, Mat>) - Method in class org.apache.pekko.stream.javadsl.SubSource$
- update(long, String, boolean, ActorRef, String) - Method in interface org.apache.pekko.persistence.PersistentRepr
-
Creates a new copy of this
PersistentRepr. - update(E, Function1<E, BoxedUnit>) - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- update(E, Function1<E, BoxedUnit>) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- update(String) - Static method in class org.apache.pekko.cluster.sharding.internal.AlwaysAdmissionFilter
- update(String) - Method in class org.apache.pekko.cluster.sharding.internal.AlwaysAdmissionFilter$
- update(String) - Static method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities
- update(String) - Method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities$
- update(String, ReplicatedData) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- update(Cluster, A, B, Function<B, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Deprecated.Use `update` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- update(SelfUniqueAddress, A, B, Function<B, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Java API: Replace a value by applying the
modifyfunction on the existing value. - update(NodeMetrics) - Method in class org.apache.pekko.cluster.metrics.NodeMetrics
-
Returns the most recent data with
EWMAaveraging. - Update(Key<A>, A, Replicator.WriteConsistency, Function<A, A>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Update
-
Java API: Modify value of local
Replicatorand replicate with givenwriteConsistency. - Update(Key<A>, A, Replicator.WriteConsistency, Optional<Object>, Function<A, A>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Update
-
Java API: Modify value of local
Replicatorand replicate with givenwriteConsistency. - Update(Key<A>, A, Replicator.WriteConsistency, ActorRef<Replicator.UpdateResponse<A>>, Function<A, A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
-
Modify value of local
Replicatorand replicate with givenwriteConsistency. - Update(Key<A>, Replicator.WriteConsistency, ActorRef<Replicator.UpdateResponse<A>>, Function1<Option<A>, A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- Update(Key<A>, Replicator.WriteConsistency, Option<Object>, Function1<Option<A>, A>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Update
- Update(Set<String>, Set<String>) - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- Update$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Update$
- Update$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update$
- Update$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update$
- Update$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update$
- update$default$1() - Method in interface org.apache.pekko.persistence.PersistentRepr
- update$default$2() - Method in interface org.apache.pekko.persistence.PersistentRepr
- update$default$3() - Method in interface org.apache.pekko.persistence.PersistentRepr
- update$default$4() - Method in interface org.apache.pekko.persistence.PersistentRepr
- update$default$5() - Method in interface org.apache.pekko.persistence.PersistentRepr
- updateCapacity(int) - Static method in class org.apache.pekko.cluster.sharding.internal.AlwaysAdmissionFilter
- updateCapacity(int) - Method in class org.apache.pekko.cluster.sharding.internal.AlwaysAdmissionFilter$
- updateClientInteractions(ActorRef) - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- updateCompactionSegment(String, long) - Method in interface org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement
- updated(Cluster, A, B, Function<B, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Deprecated.use update for the Java API as updated is ambiguous with the Scala API. Since Akka 2.5.20.
- updated(Cluster, A, B, Function1<B, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Deprecated.Use `updated` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- updated(SelfUniqueAddress, A, B, Function1<B, B>) - Method in class org.apache.pekko.cluster.ddata.ORMap
-
Scala API: Replace a value by applying the
modifyfunction on the existing value. - updated(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.DomainEvent) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- Updated(int) - Constructor for class org.apache.pekko.persistence.typed.crdt.Counter.Updated
-
JAVA API
- Updated(BigInteger) - Constructor for class org.apache.pekko.persistence.typed.crdt.Counter.Updated
-
JAVA API
- Updated(BigInt) - Constructor for class org.apache.pekko.persistence.typed.crdt.Counter.Updated
- Updated$() - Constructor for class org.apache.pekko.persistence.typed.crdt.Counter.Updated$
- UpdateDataDeleted(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted
- UpdateDataDeleted(Key<A>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted
- UpdateDataDeleted$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.UpdateDataDeleted$
- UpdateDataDeleted$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateDataDeleted$
- UpdateDataDeleted$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateDataDeleted$
- updatedBy() - Method in class org.apache.pekko.cluster.ddata.LWWRegister
-
The current
valuewas set by this node. - updatedData() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- UpdatedDurableState<A> - Class in org.apache.pekko.persistence.query
-
param: persistenceId The persistence id of the origin entity.
- UpdatedDurableState(String, long, A, Offset, long) - Constructor for class org.apache.pekko.persistence.query.UpdatedDurableState
- UpdatedDurableState$ - Class in org.apache.pekko.persistence.query
- UpdatedDurableState$() - Constructor for class org.apache.pekko.persistence.query.UpdatedDurableState$
- UpdateDeltaOp$() - Constructor for class org.apache.pekko.cluster.ddata.ORMap.UpdateDeltaOp$
- UpdateDone(String) - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone
- UpdateDone(Set<String>, Set<String>) - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone
- UpdateDone$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateDone$
- UpdateDone$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.UpdateDone$
- UpdateFailed(String) - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed
- UpdateFailed$() - Constructor for class org.apache.pekko.cluster.sharding.internal.RememberEntitiesCoordinatorStore.UpdateFailed$
- UpdateFailure() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.UpdateFailure
- UpdateFailure() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateFailure
- UpdateFailure$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateFailure$
- updateLastSequenceNr(PersistentRepr) - Method in interface org.apache.pekko.persistence.Eventsourced
- updateLimit(int) - Static method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities
- updateLimit(int) - Method in class org.apache.pekko.cluster.sharding.internal.NoActiveEntities$
- updateLimit(int) - Static method in class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer
- updateLimit(int) - Method in class org.apache.pekko.cluster.sharding.internal.NoAdmissionOptimizer$
- updateOrSetNew(K, Function1<Vector<R>, Vector<R>>) - Method in interface org.apache.pekko.persistence.testkit.internal.InMemStorage
-
Sets new elements returned by updater ordered by seqnum.
- UpdateResponse() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.UpdateResponse
- UpdateResponse() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateResponse
- updateShardLocation(String, Address) - Method in interface org.apache.pekko.cluster.sharding.external.scaladsl.ExternalShardAllocationClient
-
Update the given shard's location.
- updateShardLocations(Map<String, Address>) - Method in interface org.apache.pekko.cluster.sharding.external.scaladsl.ExternalShardAllocationClient
-
Update all of the provided ShardLocations.
- UpdateSuccess(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess
- UpdateSuccess(Key<A>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess
- UpdateSuccess$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess$
- UpdateSuccess$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateSuccess$
- UpdateSuccess$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateSuccess$
- UpdateTimeout(Key<A>) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout
- UpdateTimeout(Key<A>, Option<Object>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout
- UpdateTimeout$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout$
- UpdateTimeout$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.UpdateTimeout$
- UpdateTimeout$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.UpdateTimeout$
- updateWatching(org.apache.pekko.actor.InternalActorRef, Option<Object>) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- updatingStateTimeout() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- updatingStateTimeout() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- UPNUMBER_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- upperBound() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- upperBound() - Method in class org.apache.pekko.routing.DefaultResizer
- UPPERBOUND_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.DefaultResizer
- UpsertFailure(Throwable) - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure
- UpsertFailure$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertFailure$
- upsertObject(String, long, A, String) - Method in interface org.apache.pekko.persistence.state.javadsl.DurableStateUpdateStore
-
Upsert the object with the given
persistenceIdandrevision. - upsertObject(String, long, A, String) - Method in interface org.apache.pekko.persistence.state.scaladsl.DurableStateUpdateStore
-
Upsert the object with the given
persistenceIdandrevision. - upsertObject(String, long, A, String) - Method in class org.apache.pekko.persistence.testkit.state.javadsl.PersistenceTestKitDurableStateStore
- upsertObject(String, long, A, String) - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.PersistenceTestKitDurableStateStore
- UpsertSuccess$() - Constructor for class org.apache.pekko.persistence.typed.state.internal.InternalProtocol.UpsertSuccess$
- UpstreamFinish$() - Constructor for class org.apache.pekko.stream.testkit.GraphStageMessages.UpstreamFinish$
- upstreamListener() - Method in class org.apache.pekko.remote.transport.ActorTransportAdapter.ListenUnderlying
-
Deprecated.
- uptime() - Method in class org.apache.pekko.actor.ActorSystem
-
Up-time of this actor system in seconds.
- uptime() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Up-time of this actor system in seconds.
- used() - Method in class org.apache.pekko.cluster.metrics.StandardMetrics.HeapMemory
- UseDispatcher() - Method in class org.apache.pekko.cluster.ClusterSettings
- UseDispatcherForIo() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- useFor() - Method in class org.apache.pekko.serialization.SerializerDetails
- useJvmHostnameVerification() - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.INTERNAL API
- useOutboundCompression(boolean) - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- UsePassiveConnections() - Method in class org.apache.pekko.remote.RemoteSettings
-
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- usePoolDispatcher() - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
- usePoolDispatcher() - Method in class org.apache.pekko.routing.BroadcastPool
- usePoolDispatcher() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- usePoolDispatcher() - Static method in class org.apache.pekko.routing.FromConfig
- usePoolDispatcher() - Method in interface org.apache.pekko.routing.Pool
-
Use a dedicated dispatcher for the routees of the pool.
- usePoolDispatcher() - Method in class org.apache.pekko.routing.RandomPool
- usePoolDispatcher() - Method in class org.apache.pekko.routing.RoundRobinPool
- usePoolDispatcher() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- usePoolDispatcher() - Method in class org.apache.pekko.routing.SmallestMailboxPool
- usePoolDispatcher() - Method in class org.apache.pekko.routing.TailChoppingPool
- USEPOOLDISPATCHER_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- USEPOOLDISPATCHER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- useResumeWriting() - Method in class org.apache.pekko.io.Tcp.Register
- useRole() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
-
Deprecated.useRole has been replaced with useRoles. Since Akka 2.5.4.
- useRole() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
-
Deprecated.useRole has been replaced with useRoles. Since Akka 2.5.4.
- USEROLE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- useRoleOption(String) - Method in class org.apache.pekko.cluster.routing.ClusterRouterSettingsBase$
- useRoles() - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- useRoles() - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- useRoles() - Method in interface org.apache.pekko.cluster.routing.ClusterRouterSettingsBase
- USEROLES_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- UserRequest$() - Constructor for class org.apache.pekko.actor.dungeon.ChildrenContainer.UserRequest$
- UseUnsafeRemoteFeaturesWithoutCluster() - Method in class org.apache.pekko.remote.RemoteSettings
- using(D) - Method in class org.apache.pekko.actor.FSM.State
-
Modify state transition descriptor with new state data.
- using(PartialFunction<FSM.State<S, D>, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.FSM.TransformHelper
- using(PartialFunction<PersistentFSM.State<S, D, E>, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.PersistentFSMBase.TransformHelper
-
Deprecated.
- UTF_8() - Static method in class org.apache.pekko.util.ByteString
-
Standard "UTF-8" charset
- UTF_8() - Method in class org.apache.pekko.util.ByteString$
-
Standard "UTF-8" charset
- utf8String() - Method in class org.apache.pekko.util.ByteString
-
Decodes this ByteString as a UTF-8 encoded String.
- Util - Class in org.apache.pekko.japi
-
This class hold common utilities for Java
- Util() - Constructor for class org.apache.pekko.japi.Util
- Util$ - Class in org.apache.pekko.japi
-
This class hold common utilities for Java
- Util$() - Constructor for class org.apache.pekko.japi.Util$
- UUIDComparator - Class in org.apache.pekko.util
-
Scala implementation of UUIDComparator in https://github.com/cowtowncoder/java-uuid-generator Apache License 2.0.
- UUIDComparator() - Constructor for class org.apache.pekko.util.UUIDComparator
- UUIDComparator$ - Class in org.apache.pekko.util
- UUIDComparator$() - Constructor for class org.apache.pekko.util.UUIDComparator$
V
- v() - Method in class org.apache.pekko.japi.Option.Some
- Valid - Class in org.apache.pekko.cluster
- Valid() - Constructor for class org.apache.pekko.cluster.Valid
- Valid$ - Class in org.apache.pekko.cluster
- Valid$() - Constructor for class org.apache.pekko.cluster.Valid$
- validate(Class<?>) - Method in interface org.apache.pekko.actor.AbstractProps
-
INTERNAL API
- validate(ThreadFactory) - Method in class org.apache.pekko.dispatch.ForkJoinExecutorConfigurator
- validateAsInitial(Behavior<T>) - Static method in class org.apache.pekko.actor.typed.Behavior
-
Validate the given behavior as a suitable initial actor behavior; most notably the behavior can neither be
samenorunhandled. - validateAsInitial(Behavior<T>) - Method in class org.apache.pekko.actor.typed.Behavior$
-
Validate the given behavior as a suitable initial actor behavior; most notably the behavior can neither be
samenorunhandled. - validateDefaultTrustManager(SSLConfigSettings) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.validateDefaultTrustManager is not doing anything since akka 2.6.19 and should not be used. Since Akka 2.6.19.
- validatePathElement(String) - Method in class org.apache.pekko.actor.ActorPath$
-
Validates the given actor path element and throws an
InvalidActorNameExceptionif invalid. - validatePathElement(String) - Static method in class org.apache.pekko.actor.ActorPaths
-
Validates the given actor path element and throws an
InvalidActorNameExceptionif invalid. - validatePathElement(String) - Method in class org.apache.pekko.actor.ActorPaths$
-
Validates the given actor path element and throws an
InvalidActorNameExceptionif invalid. - validatePathElement(String, String) - Method in class org.apache.pekko.actor.ActorPath$
-
Validates the given actor path element and throws an
InvalidActorNameExceptionif invalid. - validatePathElement(String, String) - Static method in class org.apache.pekko.actor.ActorPaths
-
Validates the given actor path element and throws an
InvalidActorNameExceptionif invalid. - validatePathElement(String, String) - Method in class org.apache.pekko.actor.ActorPaths$
-
Validates the given actor path element and throws an
InvalidActorNameExceptionif invalid. - value - Variable in class org.apache.pekko.dispatch.AbstractBoundedNodeQueue.Node
- value - Variable in class org.apache.pekko.dispatch.AbstractNodeQueue.Node
- value() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- value() - Method in class org.apache.pekko.cluster.ddata.GCounter
-
Scala API: Current total value of the counter.
- value() - Method in class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
- value() - Method in class org.apache.pekko.cluster.ddata.LWWRegister
- value() - Method in class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
- value() - Method in interface org.apache.pekko.cluster.ddata.ORMap.ZeroTag
- value() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
- value() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
- value() - Method in class org.apache.pekko.cluster.ddata.PNCounter
-
Scala API: Current total value of the counter.
- value() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
- value() - Method in class org.apache.pekko.cluster.metrics.EWMA
- value() - Method in class org.apache.pekko.cluster.metrics.Metric
- value() - Method in class org.apache.pekko.io.dns.CachePolicy.Ttl
- value() - Method in class org.apache.pekko.persistence.CapabilityFlag
- value() - Method in class org.apache.pekko.persistence.PluginSpec
- value() - Method in class org.apache.pekko.persistence.query.Sequence
- value() - Method in class org.apache.pekko.persistence.query.TimeBasedUUID
- value() - Method in class org.apache.pekko.persistence.query.UpdatedDurableState
- value() - Method in class org.apache.pekko.persistence.state.javadsl.GetObjectResult
- value() - Method in class org.apache.pekko.persistence.state.scaladsl.GetObjectResult
- value() - Method in class org.apache.pekko.persistence.testkit.state.scaladsl.Record
- value() - Method in class org.apache.pekko.persistence.typed.crdt.Counter
- value() - Method in class org.apache.pekko.util.Helpers.Requiring
- Value() - Static method in class org.apache.pekko.io.dns.internal.OpCode
- Value() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- Value(int) - Static method in class org.apache.pekko.io.dns.internal.OpCode
- Value(int) - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- Value(int, String) - Static method in class org.apache.pekko.io.dns.internal.OpCode
- Value(int, String) - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- Value(String) - Static method in class org.apache.pekko.io.dns.internal.OpCode
- Value(String) - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.Option
- VALUE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.FiniteDuration
- VALUE32_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- VALUE64_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- valueComparator() - Method in class org.apache.pekko.util.Index
- ValueHolder(long, Option<ActorRef>) - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- ValueHolder$() - Constructor for class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder$
- valueIterator(K) - Method in class org.apache.pekko.util.Index
-
Returns an Iterator of V containing the values for the supplied key, or an empty iterator if the key doesn't exist
- valueOf(int) - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.remote.ContainerFormats.PatternType
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.remote.WireFormats.CommandType
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
Deprecated.
- valueOf(String) - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.remote.ContainerFormats.PatternType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.remote.WireFormats.CommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.stream.javadsl.AsPublisher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.stream.javadsl.FramingTruncation
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.remote.ContainerFormats.PatternType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.remote.WireFormats.CommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
Returns the enum constant of this type with the specified name.
- valueRemoved(Object) - Method in class org.apache.pekko.util.TypedMultiMap
-
Return a map that has the given value removed from all keys.
- values() - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class org.apache.pekko.io.dns.internal.OpCode
- values() - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- values() - Static method in enum org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.remote.ContainerFormats.PatternType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.remote.WireFormats.CommandType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.remote.WireFormats.TimeUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.stream.javadsl.AsPublisher
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.pekko.stream.javadsl.FramingTruncation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.pekko.util.Index
-
Returns the union of all value sets.
- VALUES_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- valuesIterator() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.ChildrenIterable
- valuesIterator() - Method in class org.apache.pekko.actor.dungeon.ChildrenContainer.ChildRestartsIterable
- valuesIterator() - Method in class org.apache.pekko.util.Collections.PartialImmutableValuesIterable
- VanillaORMapTag$() - Constructor for class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
- vclockName(UniqueAddress) - Method in class org.apache.pekko.cluster.Gossip$
- VectorClock - Class in org.apache.pekko.cluster
- VectorClock(TreeMap<String, Object>) - Constructor for class org.apache.pekko.cluster.VectorClock
- VectorClock.After$ - Class in org.apache.pekko.cluster
- VectorClock.Before$ - Class in org.apache.pekko.cluster
- VectorClock.Concurrent$ - Class in org.apache.pekko.cluster
- VectorClock.Node$ - Class in org.apache.pekko.cluster
- VectorClock.Ordering - Interface in org.apache.pekko.cluster
- VectorClock.Same$ - Class in org.apache.pekko.cluster
- VectorClock.Timestamp$ - Class in org.apache.pekko.cluster
- VectorClock$ - Class in org.apache.pekko.cluster
-
VectorClock module with helper classes and methods.
- VectorClock$() - Constructor for class org.apache.pekko.cluster.VectorClock$
- VectorClockStats$ - Class in org.apache.pekko.cluster
- VectorClockStats$() - Constructor for class org.apache.pekko.cluster.VectorClockStats$
- VerboseGossipLogging() - Method in class org.apache.pekko.cluster.ClusterSettings.Debug$
- verboseHeartbeat() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- VerboseHeartbeatLogging() - Method in class org.apache.pekko.cluster.ClusterSettings.Debug$
- verifiedSigarInstance() - Method in interface org.apache.pekko.cluster.metrics.SigarProvider
-
Create sigar and verify it works.
- verifyClientSession(String, SSLSession) - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- verifyClientSession(String, SSLSession) - Static method in class org.apache.pekko.remote.artery.tcp.ssl.NoopSessionVerifier
- verifyClientSession(String, SSLSession) - Method in class org.apache.pekko.remote.artery.tcp.ssl.NoopSessionVerifier$
- verifyClientSession(String, SSLSession) - Method in class org.apache.pekko.remote.artery.tcp.ssl.RotatingKeysSSLEngineProvider
- verifyClientSession(String, SSLSession) - Method in interface org.apache.pekko.remote.artery.tcp.ssl.SessionVerifier
- verifyClientSession(String, SSLSession) - Method in interface org.apache.pekko.remote.artery.tcp.SSLEngineProvider
-
Verification that will be called after every successful handshake to verify additional session information.
- verifyCommands() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- verifyCommands() - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings
- verifyConfig(ActorPath) - Method in class org.apache.pekko.routing.FromConfig
- verifyConfig(ActorPath) - Static method in class org.apache.pekko.routing.NoRouter
- verifyConfig(ActorPath) - Method in interface org.apache.pekko.routing.RouterConfig
-
Check that everything is there which is needed.
- verifyEquality() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- verifyEquality() - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings
- verifyEvents() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- verifyEvents() - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings
- verifySerialization(M) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.SerializationTestKit
-
Verify serialization roundtrip.
- verifySerialization(M, boolean) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.SerializationTestKit
-
Verify serialization roundtrip.
- verifySerialization(M, boolean) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.SerializationTestKit
-
Verify serialization roundtrip.
- verifyServerSession(String, SSLSession) - Method in class org.apache.pekko.remote.artery.tcp.ConfigSSLEngineProvider
- verifyServerSession(String, SSLSession) - Static method in class org.apache.pekko.remote.artery.tcp.ssl.NoopSessionVerifier
- verifyServerSession(String, SSLSession) - Method in class org.apache.pekko.remote.artery.tcp.ssl.NoopSessionVerifier$
- verifyServerSession(String, SSLSession) - Method in class org.apache.pekko.remote.artery.tcp.ssl.RotatingKeysSSLEngineProvider
- verifyServerSession(String, SSLSession) - Method in interface org.apache.pekko.remote.artery.tcp.ssl.SessionVerifier
- verifyServerSession(String, SSLSession) - Method in interface org.apache.pekko.remote.artery.tcp.SSLEngineProvider
-
Verification that will be called after every successful handshake to verify additional session information.
- VerifyStarted$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ShardingDirectReplication.VerifyStarted$
- verifyState() - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- verifyState() - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings
- verifySystemShutdown() - Method in class org.apache.pekko.remote.testkit.MultiNodeSpec
-
Override this and return
trueto assert that the shutdown of theActorSystemwas done properly. - version() - Method in class org.apache.pekko.cluster.ddata.OneVersionVector
- version() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Bucket
- version() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.ValueHolder
- version() - Method in interface org.apache.pekko.remote.artery.HeaderBuilder
- version() - Method in interface org.apache.pekko.serialization.jackson.JacksonModule
- version() - Method in class org.apache.pekko.serialization.jackson.JacksonModule$
- version() - Static method in class org.apache.pekko.serialization.jackson.PekkoJacksonModule
- version() - Static method in class org.apache.pekko.serialization.jackson.PekkoStreamJacksonModule
- version() - Static method in class org.apache.pekko.serialization.jackson.PekkoTypedJacksonModule
- version() - Method in class org.apache.pekko.util.ManifestInfo.Version
- version() - Method in class org.apache.pekko.util.Version
- Version - Class in org.apache.pekko.util
-
Comparable version information.
- Version - Class in org.apache.pekko
- Version() - Constructor for class org.apache.pekko.Version
- Version(String) - Constructor for class org.apache.pekko.util.ManifestInfo.Version
- Version(String) - Constructor for class org.apache.pekko.util.Version
- Version() - Static method in class org.apache.pekko.actor.ActorSystem
- Version() - Method in class org.apache.pekko.actor.ActorSystem$
- VERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- VERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- VERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- VERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- VERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- VERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- VERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- VERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- VERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- VERSION_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- Version$ - Class in org.apache.pekko.util
- Version$ - Class in org.apache.pekko
- Version$() - Constructor for class org.apache.pekko.util.Version$
- Version$() - Constructor for class org.apache.pekko.Version$
- VersionExtractor - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- VersionExtractor() - Constructor for class org.apache.pekko.serialization.jackson.VersionExtractor
- VersionExtractor$ - Class in org.apache.pekko.serialization.jackson
-
INTERNAL API
- VersionExtractor$() - Constructor for class org.apache.pekko.serialization.jackson.VersionExtractor$
- VersionOffset() - Method in class org.apache.pekko.remote.artery.EnvelopeBuffer$
- versions() - Method in class org.apache.pekko.cluster.ddata.ManyVersionVector
- versions() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$.Status
- versions() - Method in class org.apache.pekko.cluster.VectorClock
- versions() - Method in class org.apache.pekko.util.ManifestInfo
-
Versions of artifacts from known vendors.
- VERSIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- VERSIONS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- VersionVector - Class in org.apache.pekko.cluster.ddata
-
Representation of a Vector-based clock (counting clock), inspired by Lamport logical clocks.
- VersionVector() - Constructor for class org.apache.pekko.cluster.ddata.VersionVector
- VERSIONVECTOR_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- VERSIONVECTOR_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- VersionVector.After$ - Class in org.apache.pekko.cluster.ddata
- VersionVector.Before$ - Class in org.apache.pekko.cluster.ddata
- VersionVector.Concurrent$ - Class in org.apache.pekko.cluster.ddata
- VersionVector.Ordering - Interface in org.apache.pekko.cluster.ddata
- VersionVector.Same$ - Class in org.apache.pekko.cluster.ddata
- VersionVector.Timestamp$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- VersionVector$ - Class in org.apache.pekko.cluster.ddata
-
VersionVector module with helper classes and methods.
- VersionVector$ - Class in org.apache.pekko.persistence.typed.internal
-
INTERNAL API
- VersionVector$() - Constructor for class org.apache.pekko.cluster.ddata.VersionVector$
- VersionVector$() - Constructor for class org.apache.pekko.persistence.typed.internal.VersionVector$
- versionVectorFromBinary(byte[]) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- versionVectorFromProto(ReplicatorMessages.VersionVector) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- versionVectorToProto(VersionVector) - Method in interface org.apache.pekko.cluster.ddata.protobuf.SerializationSupport
- via(FlowShape<? super T, U>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ForwardOps
- via(FlowShape<U, ? extends T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ReverseOps
- via(Graph<FlowShape<Pair<Out, Ctx>, Pair<Out2, Ctx2>>, Mat2>) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Transform this flow by the regular flow.
- via(Graph<FlowShape<Pair<Out, CtxOut>, Pair<Out2, CtxOut2>>, Mat2>) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Transform this flow by the regular flow.
- via(Graph<FlowShape<Out, T>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this
Flowby appending the given processing steps. - via(Graph<FlowShape<Out, T>, M>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform this
Sourceby appending the given processing operators. - via(Graph<FlowShape<Out, T>, M>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Transform this
Flowby appending the given processing steps. - via(Graph<FlowShape<Out, T>, M>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Transform this
SubSourceby appending the given processing steps. - via(Graph<FlowShape<Out, T>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.Flow
- via(Graph<FlowShape<Out, T>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- via(Graph<FlowShape<Out, T>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.Source
- via(Graph<FlowShape<Tuple2<Out, Ctx>, Tuple2<Out2, Ctx2>>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Transform this flow by the regular flow.
- via(Graph<FlowShape<Tuple2<Out, Ctx>, Tuple2<Out2, Ctx2>>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
- via(Graph<FlowShape<Tuple2<Out, CtxOut>, Tuple2<Out2, Ctx2>>, Mat2>) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
- viaFanIn(UniformFanInShape<? super T, U>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ForwardOps
- viaFanIn(UniformFanInShape<U, ? extends T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ReverseOps
- viaFanOut(UniformFanOutShape<? super T, U>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ForwardOps
- viaFanOut(UniformFanOutShape<U, ? extends T>) - Method in class org.apache.pekko.stream.javadsl.GraphDSL.Builder.ReverseOps
- viaMat(Graph<FlowShape<Out, T>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Transform this
Flowby appending the given processing steps. - viaMat(Graph<FlowShape<Out, T>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Transform this
Sourceby appending the given processing operators. - viaMat(Graph<FlowShape<Out, T>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.scaladsl.Flow
- viaMat(Graph<FlowShape<Out, T>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Transform this
Flowby appending the given processing steps. - viaMat(Graph<FlowShape<Out, T>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.scaladsl.Source
- viaMat(Graph<FlowShape<Tuple2<Out, Ctx>, Tuple2<Out2, Ctx2>>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Transform this flow by the regular flow.
- viaMat(Graph<FlowShape<Tuple2<Out, Ctx>, Tuple2<Out2, Ctx2>>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
- viaMat(Graph<FlowShape<Tuple2<Out, CtxOut>, Tuple2<Out2, Ctx2>>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
- viaTimeout() - Method in class org.apache.pekko.actor.typed.delivery.internal.ProducerControllerImpl.Request
- VIATIMEOUT_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- virtualNodesFactor() - Method in class org.apache.pekko.cluster.client.ClusterReceptionist
-
Deprecated.
- virtualNodesFactor() - Method in class org.apache.pekko.routing.ConsistentHash
- virtualNodesFactor() - Method in class org.apache.pekko.routing.ConsistentHashingGroup
- virtualNodesFactor() - Method in class org.apache.pekko.routing.ConsistentHashingPool
- virtualNodesFactor() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- VirtualThreadExecutorConfigurator - Class in org.apache.pekko.dispatch
- VirtualThreadExecutorConfigurator(Config, DispatcherPrerequisites) - Constructor for class org.apache.pekko.dispatch.VirtualThreadExecutorConfigurator
- VirtualThreadSupport - Class in org.apache.pekko.dispatch
- VirtualThreadSupport() - Constructor for class org.apache.pekko.dispatch.VirtualThreadSupport
- VirtualThreadSupport$ - Class in org.apache.pekko.dispatch
- VirtualThreadSupport$() - Constructor for class org.apache.pekko.dispatch.VirtualThreadSupport$
- vnodes() - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
- VVECTOR_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- VVECTOR_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
W
- Waiter() - Constructor for class org.apache.pekko.remote.testconductor.Player.Waiter
- waiterProps() - Method in class org.apache.pekko.remote.testconductor.Player$
- waitForAllDownstreams() - Method in class org.apache.pekko.stream.scaladsl.Balance
- waiting() - Method in class org.apache.pekko.remote.testconductor.Player.Waiter
- waiting_$eq(ActorRef) - Method in class org.apache.pekko.remote.testconductor.Player.Waiter
- waitingForChildrenOrNull() - Method in interface org.apache.pekko.actor.dungeon.Children
- waitingForLocalRegionToTerminate() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- waitingForLocalRegionToTerminate_$eq(boolean) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- waitingForStateInitialized() - Method in class org.apache.pekko.cluster.sharding.PersistentShardCoordinator
-
Deprecated.
- waitingForStateTimeout() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.TuningParameters
- waitingForStateTimeout() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- waitingRecoveryPermit(Recovery) - Method in interface org.apache.pekko.persistence.Eventsourced
- waitNanos(long) - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
-
Overridable for tests
- WallClock - Interface in org.apache.pekko.util
-
A time source.
- WallClock$ - Class in org.apache.pekko.util
- WallClock$() - Constructor for class org.apache.pekko.util.WallClock$
- want() - Static method in class org.apache.pekko.stream.TLSClientAuth
- want() - Method in class org.apache.pekko.stream.TLSClientAuth$
- Want$() - Constructor for class org.apache.pekko.stream.TLSClientAuth.Want$
- wantsAck() - Method in class org.apache.pekko.io.Tcp.SimpleWriteCommand
-
An acknowledgment is only sent if this write command “wants an ack”, which is equivalent to the
Tcp.SimpleWriteCommand.ack()token not being a of typeTcp.NoAck. - wantsAck() - Method in class org.apache.pekko.io.Udp.Send
- wantsAck() - Method in class org.apache.pekko.io.UdpConnected.Send
- warn() - Static method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode
-
Log a warning when the timeout expires.
- warn() - Method in class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode$
-
Log a warning when the timeout expires.
- warn(Class<Throwable>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Create a filter for WARN level events with an included
throwablethat is a class or subclass of the given *Throwableclass. - warn(Class<Throwable>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Create a filter for WARN level events with an included
throwablethat is a class or subclass of the given *Throwableclass. - warn(String) - Method in class com.typesafe.sslconfig.pekko.util.PekkoLoggerBridge
- warn(String) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Create a filter for WARN level events with a log message that contains the given
messageIncludes. - warn(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit$
-
Create a filter for WARN level events with a log message that contains the given
messageIncludes. - warn(String) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Create a filter for WARN level events with a log message that contains the given
messageIncludes. - warn(ClassTag<A>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit$
-
Create a filter for WARN level events with an included
throwablethat is a class or subclass of the givenThrowableClassTag. - WarnAboutDirectUse() - Method in class org.apache.pekko.remote.RemoteSettings
- warnAfterNumberOfUnconfirmedAttempts() - Method in interface org.apache.pekko.persistence.AtLeastOnceDeliveryLike
-
After this number of delivery attempts an
AtLeastOnceDelivery.UnconfirmedWarningmessage will be sent toself. - warnAfterNumberOfUnconfirmedAttempts() - Static method in class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery
- warnAfterNumberOfUnconfirmedAttempts() - Method in class org.apache.pekko.persistence.PersistenceSettings.atLeastOnceDelivery$
- warning(String) - Method in interface org.apache.pekko.event.LoggingAdapter
- warning(String) - Static method in class org.apache.pekko.event.NoLogging
- warning(String, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- warning(String, Object) - Static method in class org.apache.pekko.event.NoLogging
- warning(String, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- warning(String, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- warning(String, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- warning(String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- warning(String, Object, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- warning(String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- warning(String, String, String, String, int) - Static method in class org.apache.pekko.testkit.EventFilter
-
Create a filter for Warning events.
- warning(String, String, String, String, int) - Method in class org.apache.pekko.testkit.EventFilter$
-
Create a filter for Warning events.
- warning(Throwable, String) - Method in interface org.apache.pekko.event.LoggingAdapter
- warning(Throwable, String) - Static method in class org.apache.pekko.event.NoLogging
- warning(Throwable, String, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- warning(Throwable, String, Object) - Static method in class org.apache.pekko.event.NoLogging
- warning(Throwable, String, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- warning(Throwable, String, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- warning(Throwable, String, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- warning(Throwable, String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- warning(Throwable, String, Object, Object, Object, Object) - Method in interface org.apache.pekko.event.LoggingAdapter
- warning(Throwable, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoLogging
- warning(Logging.Warning) - Method in interface org.apache.pekko.event.Logging.StdOutLogger
- warning(LogMarker, String) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Log message at warning level.
- warning(LogMarker, String) - Static method in class org.apache.pekko.event.NoMarkerLogging
- warning(LogMarker, String) - Method in class org.apache.pekko.event.NoMarkerLogging$
- warning(LogMarker, String, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 1 replacement argument.
- warning(LogMarker, String, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- warning(LogMarker, String, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- warning(LogMarker, String, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 2 replacement arguments.
- warning(LogMarker, String, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- warning(LogMarker, String, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- warning(LogMarker, String, Object, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 3 replacement arguments.
- warning(LogMarker, String, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- warning(LogMarker, String, Object, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- warning(LogMarker, String, Object, Object, Object, Object) - Method in class org.apache.pekko.event.MarkerLoggingAdapter
-
Message template with 4 replacement arguments.
- warning(LogMarker, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.event.NoMarkerLogging
- warning(LogMarker, String, Object, Object, Object, Object) - Method in class org.apache.pekko.event.NoMarkerLogging$
- Warning(String, Class<?>, Object) - Constructor for class org.apache.pekko.event.Logging.Warning
- Warning() - Method in class org.apache.pekko.stream.Attributes.LogLevels$
-
Use to enable logging at WARNING level for certain operations when configuring
Attributes.logLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel) - Warning$() - Constructor for class org.apache.pekko.event.Logging.Warning$
- warning$default$1() - Static method in class org.apache.pekko.testkit.EventFilter
- warning$default$1() - Method in class org.apache.pekko.testkit.EventFilter$
- warning$default$2() - Static method in class org.apache.pekko.testkit.EventFilter
- warning$default$2() - Method in class org.apache.pekko.testkit.EventFilter$
- warning$default$3() - Static method in class org.apache.pekko.testkit.EventFilter
- warning$default$3() - Method in class org.apache.pekko.testkit.EventFilter$
- warning$default$4() - Static method in class org.apache.pekko.testkit.EventFilter
- warning$default$4() - Method in class org.apache.pekko.testkit.EventFilter$
- warning$default$5() - Static method in class org.apache.pekko.testkit.EventFilter
- warning$default$5() - Method in class org.apache.pekko.testkit.EventFilter$
- Warning2(String, Class<?>, Object, Map<String, Object>) - Constructor for class org.apache.pekko.event.Logging.Warning2
- Warning3(String, Class<?>, Object, Map<String, Object>, LogMarker) - Constructor for class org.apache.pekko.event.Logging.Warning3
- Warning4(String, Class<?>, Object, Map<String, Object>, LogMarker, Throwable) - Constructor for class org.apache.pekko.event.Logging.Warning4
- WarningFilter - Class in org.apache.pekko.testkit
-
Filter which matches Warning events, if they satisfy the given criteria:
source, if given, applies a filter on the event’s originmessageapplies a filter on the event’s message (either with String.startsWith or Regex.findFirstIn().isDefined) If you want to match all Warning events, the most efficient is to useLeft(""). - WarningFilter(String, String, boolean, boolean, int) - Constructor for class org.apache.pekko.testkit.WarningFilter
-
Java API: create a WarningFilter
- WarningFilter(Option<String>, Either<String, Regex>, boolean, int) - Constructor for class org.apache.pekko.testkit.WarningFilter
- WarningFilter$ - Class in org.apache.pekko.testkit
- WarningFilter$() - Constructor for class org.apache.pekko.testkit.WarningFilter$
- WarningLevel() - Static method in class org.apache.pekko.event.Logging
- WarningLevel() - Method in class org.apache.pekko.event.Logging$
- WarnTermination$() - Constructor for class org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode.WarnTermination$
- WarnUnsafeWatchWithoutCluster() - Method in class org.apache.pekko.remote.RemoteSettings
- WasOldest() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest
- WasOldest$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldest$
- WasOldestData(Option<ActorRef>, Option<UniqueAddress>) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- WasOldestData$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData$
- wasSuccessful() - Method in class org.apache.pekko.stream.IOResult
-
Deprecated.status is always set to Success(Done). Since Akka 2.6.0.
- watch(ActorContext, ActorRef<U>) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- watch(ActorContext, ActorRef<U>) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- watch(ActorRef) - Method in interface org.apache.pekko.actor.ActorContext
-
Registers this actor as a Monitor for the provided ActorRef.
- watch(ActorRef) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- watch(ActorRef) - Method in class org.apache.pekko.stream.javadsl.Flow
-
The operator fails with an
pekko.stream.WatchedActorTerminatedExceptionif the target actor is terminated. - watch(ActorRef) - Method in class org.apache.pekko.stream.javadsl.Source
-
The operator fails with an
pekko.stream.WatchedActorTerminatedExceptionif the target actor is terminated. - watch(ActorRef) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
The operator fails with an
pekko.stream.WatchedActorTerminatedExceptionif the target actor is terminated. - watch(ActorRef) - Method in class org.apache.pekko.stream.stage.GraphStageLogic.StageActor
- watch(ActorRef) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Have the testActor watch someone (i.e.
- watch(ActorRef) - Method in class org.apache.pekko.testkit.TestActorRef
-
Registers this actor to be a death monitor of the provided ActorRef This means that this actor will get a Terminated()-message when the provided actor is permanently terminated.
- watch(ActorRef) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Have the testActor watch someone (i.e.
- watch(ActorRef<U>) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Register for
Terminatednotification once the Actor identified by the givenActorRefterminates. - watch(ActorRef<U>) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Register for
pekko.actor.typed.Terminatednotification once the Actor identified by the givenActorRefterminates. - watch(ActorContext<?>, ActorRef) - Static method in class org.apache.pekko.actor.typed.javadsl.Adapter
- watch(ActorContext<?>, ActorRef) - Method in class org.apache.pekko.actor.typed.javadsl.Adapter$
- Watch(ActorRef) - Constructor for class org.apache.pekko.testkit.TestActor.Watch
- WATCH - org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
WATCH = 6; - WATCH_VALUE - Static variable in enum org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type
-
WATCH = 6; - Watch$ - Class in org.apache.pekko.actor.typed.internal
- Watch$ - Class in org.apache.pekko.dispatch.sysmsg
- Watch$() - Constructor for class org.apache.pekko.actor.typed.internal.Watch$
- Watch$() - Constructor for class org.apache.pekko.dispatch.sysmsg.Watch$
- Watch$() - Constructor for class org.apache.pekko.testkit.TestActor.Watch$
- watchCompletion() - Method in interface org.apache.pekko.stream.javadsl.SourceQueue
-
Returns a
CompletionStagethat will be completed if this operator completes, or will be failed when the stream is failed. - watchCompletion() - Method in interface org.apache.pekko.stream.javadsl.SourceQueueWithComplete
-
Method returns a
CompletionStagethat will be completed if this operator completes, or will be failed when the stream fails, for example whenSourceQueueWithComplete.failis invoked. - watchCompletion() - Method in interface org.apache.pekko.stream.scaladsl.SourceQueue
-
Returns a
Futurethat will be completed if this operator completes, or will be failed when the operator faces an internal failure. - watchCompletion() - Method in interface org.apache.pekko.stream.scaladsl.SourceQueueWithComplete
-
Method returns a
Futurethat will be completed if this operator completes, or will be failed when the stream fails, for example whenSourceQueueWithComplete.failis invoked. - WATCHDATA_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- watched(ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior started watching
other, throughcontext.watch(other) - watched(ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior started watching
other, throughcontext.watch(other) - watched(ActorRef<T>) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior started watching
other, throughcontext.watch(other) - watched(ActorRef<T>) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior started watching
other, throughcontext.watch(other) - Watched(ActorRef<T>) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.Watched
- Watched$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.Watched$
- watchedActorTerminated(ActorRef, boolean, boolean) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
-
When this actor is watching the subject of
pekko.actor.Terminatedmessage it will be propagated to user's receive. - WatchedActorTerminatedException - Exception in org.apache.pekko.stream
-
Used as failure exception by an
askoperator if the target actor terminates. - WatchedActorTerminatedException(String, ActorRef) - Constructor for exception org.apache.pekko.stream.WatchedActorTerminatedException
- watchedBy_$eq(Set<ActorRef>) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- watchedWith(ActorRef<U>, T) - Static method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects
-
The behavior started watching
other, throughcontext.watchWith(other, message) - watchedWith(ActorRef<U>, T) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.Effects$
-
The behavior started watching
other, throughcontext.watchWith(other, message) - watchedWith(ActorRef<U>, T) - Static method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects
-
The behavior started watching
other, throughcontext.watchWith(other, message) - watchedWith(ActorRef<U>, T) - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.Effects$
-
The behavior started watching
other, throughcontext.watchWith(other, message) - WatchedWith(ActorRef<U>, T) - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith
- WatchedWith$() - Constructor for class org.apache.pekko.actor.testkit.typed.Effect.WatchedWith$
- WATCHEE_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- WATCHER_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- WatchFailureDetectorConfig() - Method in class org.apache.pekko.remote.RemoteSettings
- WatchFailureDetectorImplementationClass() - Method in class org.apache.pekko.remote.RemoteSettings
- WatchHeartbeatExpectedResponseAfter() - Method in class org.apache.pekko.remote.RemoteSettings
- WatchHeartBeatInterval() - Method in class org.apache.pekko.remote.RemoteSettings
- watching_$eq(Map<ActorRef, Option<Object>>) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- watchingStageName() - Method in exception org.apache.pekko.stream.WatchedActorTerminatedException
- watchStateActors() - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator
- watchTermination(Function2<Mat, CompletionStage<Done>, M>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Materializes to
CompletionStagethat completes on getting termination message. - watchTermination(Function2<Mat, CompletionStage<Done>, M>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Materializes to
Future[Done]that completes on getting termination message. - watchTermination(Function2<Mat, Future<Done>, Mat2>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Materializes to
Future[Done]that completes on getting termination message. - WatchUnreachableReaperInterval() - Method in class org.apache.pekko.remote.RemoteSettings
- watchWith(ActorRef, Object) - Method in interface org.apache.pekko.actor.ActorContext
-
Registers this actor as a Monitor for the provided ActorRef.
- watchWith(ActorRef, Object) - Method in interface org.apache.pekko.actor.dungeon.DeathWatch
- watchWith(ActorRef<U>, T) - Method in interface org.apache.pekko.actor.typed.javadsl.ActorContext
-
Register for termination notification with a custom message once the Actor identified by the given
ActorRefterminates. - watchWith(ActorRef<U>, T) - Method in interface org.apache.pekko.actor.typed.scaladsl.ActorContext
-
Register for termination notification with a custom message once the Actor identified by the given
ActorRefterminates. - weaklyUp() - Static method in class org.apache.pekko.cluster.MemberStatus
-
Java API: retrieve the
WeaklyUpstatus singleton. - weaklyUp() - Method in class org.apache.pekko.cluster.MemberStatus$
-
Java API: retrieve the
WeaklyUpstatus singleton. - WeaklyUp - org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
WeaklyUp = 6; - WeaklyUp_VALUE - Static variable in enum org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus
-
WeaklyUp = 6; - WeaklyUp$() - Constructor for class org.apache.pekko.cluster.MemberStatus.WeaklyUp$
- WeaklyUpAfter() - Method in class org.apache.pekko.cluster.ClusterSettings
- weaklyUpNodes() - Method in class org.apache.pekko.cluster.ddata.Replicator
- weaklyUpNodes_$eq(SortedSet<UniqueAddress>) - Method in class org.apache.pekko.cluster.ddata.Replicator
- weight() - Method in class org.apache.pekko.io.dns.SRVRecord
- weightOfLatestMetric() - Method in class org.apache.pekko.routing.DefaultOptimalSizeExploringResizer
- weights(Map<Address, Object>) - Method in class org.apache.pekko.cluster.metrics.CapacityMetricsSelector
-
Converts the capacity values to weights.
- weights(Map<Address, Object>) - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- weights(Map<Address, Object>) - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- weights(Map<Address, Object>) - Static method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- weights(Map<Address, Object>) - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- weights(Set<NodeMetrics>) - Method in class org.apache.pekko.cluster.metrics.CapacityMetricsSelector
-
The weights per address, based on the capacity produced by the nodeMetrics.
- weights(Set<NodeMetrics>) - Static method in class org.apache.pekko.cluster.metrics.CpuMetricsSelector
- weights(Set<NodeMetrics>) - Static method in class org.apache.pekko.cluster.metrics.HeapMetricsSelector
- weights(Set<NodeMetrics>) - Method in interface org.apache.pekko.cluster.metrics.MetricsSelector
-
The weights per address, based on the nodeMetrics.
- weights(Set<NodeMetrics>) - Static method in class org.apache.pekko.cluster.metrics.MixMetricsSelector
- weights(Set<NodeMetrics>) - Static method in class org.apache.pekko.cluster.metrics.SystemLoadAverageMetricsSelector
- Welcome(UniqueAddress, Gossip) - Constructor for class org.apache.pekko.cluster.InternalClusterAction.Welcome
- Welcome$() - Constructor for class org.apache.pekko.cluster.InternalClusterAction.Welcome$
- WelcomeManifest() - Static method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer
- WelcomeManifest() - Method in class org.apache.pekko.cluster.protobuf.ClusterMessageSerializer$
- WheelSize() - Method in class org.apache.pekko.actor.LightArrayRevolverScheduler
- when(S, Duration, FSMStateFunctionBuilder<S, D>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Insert a new StateFunction at the end of the processing chain for the given state.
- when(S, FSMStateFunctionBuilder<S, D>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Insert a new StateFunction at the end of the processing chain for the given state.
- when(S, FSMStateFunctionBuilder<S, D, E>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Insert a new StateFunction at the end of the processing chain for the given state.
- when(S, FiniteDuration, FSMStateFunctionBuilder<S, D>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Insert a new StateFunction at the end of the processing chain for the given state.
- when(S, FiniteDuration, FSMStateFunctionBuilder<S, D, E>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Insert a new StateFunction at the end of the processing chain for the given state.
- when(S, FiniteDuration, PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Method in interface org.apache.pekko.actor.FSM
-
Insert a new StateFunction at the end of the processing chain for the given state.
- when(S, FiniteDuration, PartialFunction<PersistentFSM.Event<D>, PersistentFSM.State<S, D, E>>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.Insert a new StateFunction at the end of the processing chain for the given state.
- when(S, PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Insert a new StateFunction at the end of the processing chain for the given state.
- when(S, PartialFunction<PersistentFSM.Event<D>, PersistentFSM.State<S, D, E>>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Insert a new StateFunction at the end of the processing chain for the given state.
- when$default$2() - Method in interface org.apache.pekko.actor.FSM
- when$default$2() - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- whenTerminated() - Method in class org.apache.pekko.actor.ActorSystem
-
Returns a Future which will be completed after the ActorSystem has been terminated and termination hooks have been executed.
- whenTerminated() - Method in class org.apache.pekko.actor.typed.ActorSystem
-
Scala API: Returns a Future which will be completed after the ActorSystem has been terminated.
- whenUnbound() - Method in class org.apache.pekko.stream.javadsl.Tcp.ServerBinding
- whenUnbound() - Method in class org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
- whenUnhandled(FSMStateFunctionBuilder<S, D>) - Method in class org.apache.pekko.actor.AbstractFSM
-
Set handler which is called upon reception of unhandled messages.
- whenUnhandled(FSMStateFunctionBuilder<S, D, E>) - Method in class org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
-
Deprecated.Set handler which is called upon reception of unhandled messages.
- whenUnhandled(PartialFunction<FSM.Event<D>, FSM.State<S, D>>) - Method in interface org.apache.pekko.actor.FSM
- whenUnhandled(PartialFunction<PersistentFSM.Event<D>, PersistentFSM.State<S, D, E>>) - Method in interface org.apache.pekko.persistence.fsm.PersistentFSMBase
-
Deprecated.
- whileOff(Function0<BoxedUnit>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided action and returns if the action was executed or not, if the switch is off, waiting for any pending changes to happen before (locking) Be careful of longrunning or blocking within the provided action as it can lead to deadlocks or bad performance
- whileOffYield(Function0<T>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided action and returns its value if the switch is off, waiting for any pending changes to happen before (locking) Be careful of longrunning or blocking within the provided action as it can lead to deadlocks or bad performance
- whileOn(Function0<BoxedUnit>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided action and returns if the action was executed or not, if the switch is on, waiting for any pending changes to happen before (locking) Be careful of longrunning or blocking within the provided action as it can lead to deadlocks or bad performance
- whileOnYield(Function0<T>) - Method in class org.apache.pekko.util.Switch
-
Executes the provided action and returns its value if the switch is on, waiting for any pending changes to happen before (locking) Be careful of longrunning or blocking within the provided action as it can lead to deadlocks or bad performance
- widthMultiplier() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.CompositePassivationStrategy$.FrequencySketchAdmissionFilter
- widthMultiplier() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- widthMultiplier() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- Wildcard() - Method in class org.apache.pekko.persistence.journal.leveldb.CompactionSegmentManagement$
- WILDCARD() - Static method in class org.apache.pekko.io.dns.RecordClass
- WILDCARD() - Method in class org.apache.pekko.io.dns.RecordClass$
- WILDCARD() - Static method in class org.apache.pekko.io.dns.RecordType
- WILDCARD() - Method in class org.apache.pekko.io.dns.RecordType$
- WILDCARDFANOUT_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- WildcardIndex$ - Class in org.apache.pekko.util
- WildcardIndex$() - Constructor for class org.apache.pekko.util.WildcardIndex$
- WildcardTree$ - Class in org.apache.pekko.util
- WildcardTree$() - Constructor for class org.apache.pekko.util.WildcardTree$
- window() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings
- window() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings
- WindowsConnectionAbortWorkaroundEnabled() - Method in class org.apache.pekko.io.TcpExt.Settings
- WindowSettings(double, double, double, Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.OptimizerSettings>, Option<org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.PolicySettings>) - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- WindowSettings(double, double, double, Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.OptimizerSettings>, Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.PolicySettings>) - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- WindowSettings$() - Constructor for class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$
- WindowSettings$() - Constructor for class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings$
- wire(T) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- WireFormats - Class in org.apache.pekko.remote
- WireFormats.AckAndEnvelopeContainer - Class in org.apache.pekko.remote
-
Protobuf type
AckAndEnvelopeContainer - WireFormats.AckAndEnvelopeContainer.Builder - Class in org.apache.pekko.remote
-
Protobuf type
AckAndEnvelopeContainer - WireFormats.AckAndEnvelopeContainerOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.AcknowledgementInfo - Class in org.apache.pekko.remote
-
Protobuf type
AcknowledgementInfo - WireFormats.AcknowledgementInfo.Builder - Class in org.apache.pekko.remote
-
Protobuf type
AcknowledgementInfo - WireFormats.AcknowledgementInfoOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.ActorRefData - Class in org.apache.pekko.remote
-
Defines a remote ActorRef that "remembers" and uses its original Actor instance on the original node.
- WireFormats.ActorRefData.Builder - Class in org.apache.pekko.remote
-
Defines a remote ActorRef that "remembers" and uses its original Actor instance on the original node.
- WireFormats.ActorRefDataOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.AddressData - Class in org.apache.pekko.remote
-
Defines a remote address.
- WireFormats.AddressData.Builder - Class in org.apache.pekko.remote
-
Defines a remote address.
- WireFormats.AddressDataOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.CommandType - Enum in org.apache.pekko.remote
-
Defines the type of the PekkoControlMessage command type
- WireFormats.DaemonMsgCreateData - Class in org.apache.pekko.remote
-
Defines org.apache.pekko.remote.DaemonMsgCreate
- WireFormats.DaemonMsgCreateData.Builder - Class in org.apache.pekko.remote
-
Defines org.apache.pekko.remote.DaemonMsgCreate
- WireFormats.DaemonMsgCreateDataOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.DefaultResizer - Class in org.apache.pekko.remote
-
Protobuf type
DefaultResizer - WireFormats.DefaultResizer.Builder - Class in org.apache.pekko.remote
-
Protobuf type
DefaultResizer - WireFormats.DefaultResizerOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.DeployData - Class in org.apache.pekko.remote
-
Serialization of org.apache.pekko.actor.Deploy
- WireFormats.DeployData.Builder - Class in org.apache.pekko.remote
-
Serialization of org.apache.pekko.actor.Deploy
- WireFormats.DeployDataOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.FiniteDuration - Class in org.apache.pekko.remote
-
Protobuf type
FiniteDuration - WireFormats.FiniteDuration.Builder - Class in org.apache.pekko.remote
-
Protobuf type
FiniteDuration - WireFormats.FiniteDurationOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.FromConfig - Class in org.apache.pekko.remote
-
Protobuf type
FromConfig - WireFormats.FromConfig.Builder - Class in org.apache.pekko.remote
-
Protobuf type
FromConfig - WireFormats.FromConfigOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.GenericRoutingPool - Class in org.apache.pekko.remote
-
Protobuf type
GenericRoutingPool - WireFormats.GenericRoutingPool.Builder - Class in org.apache.pekko.remote
-
Protobuf type
GenericRoutingPool - WireFormats.GenericRoutingPoolOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.PekkoControlMessage - Class in org.apache.pekko.remote
-
Defines some control messages for the remoting
- WireFormats.PekkoControlMessage.Builder - Class in org.apache.pekko.remote
-
Defines some control messages for the remoting
- WireFormats.PekkoControlMessageOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.PekkoHandshakeInfo - Class in org.apache.pekko.remote
-
Protobuf type
PekkoHandshakeInfo - WireFormats.PekkoHandshakeInfo.Builder - Class in org.apache.pekko.remote
-
Protobuf type
PekkoHandshakeInfo - WireFormats.PekkoHandshakeInfoOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.PekkoProtocolMessage - Class in org.apache.pekko.remote
-
Message format of Pekko Protocol.
- WireFormats.PekkoProtocolMessage.Builder - Class in org.apache.pekko.remote
-
Message format of Pekko Protocol.
- WireFormats.PekkoProtocolMessageOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.PropsData - Class in org.apache.pekko.remote
-
Serialization of org.apache.pekko.actor.Props
- WireFormats.PropsData.Builder - Class in org.apache.pekko.remote
-
Serialization of org.apache.pekko.actor.Props
- WireFormats.PropsDataOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.RemoteEnvelope - Class in org.apache.pekko.remote
-
Defines a remote message.
- WireFormats.RemoteEnvelope.Builder - Class in org.apache.pekko.remote
-
Defines a remote message.
- WireFormats.RemoteEnvelopeOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.RemoteRouterConfig - Class in org.apache.pekko.remote
-
Protobuf type
RemoteRouterConfig - WireFormats.RemoteRouterConfig.Builder - Class in org.apache.pekko.remote
-
Protobuf type
RemoteRouterConfig - WireFormats.RemoteRouterConfigOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.RemoteScope - Class in org.apache.pekko.remote
-
Protobuf type
RemoteScope - WireFormats.RemoteScope.Builder - Class in org.apache.pekko.remote
-
Protobuf type
RemoteScope - WireFormats.RemoteScopeOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.ScatterGatherPool - Class in org.apache.pekko.remote
-
Protobuf type
ScatterGatherPool - WireFormats.ScatterGatherPool.Builder - Class in org.apache.pekko.remote
-
Protobuf type
ScatterGatherPool - WireFormats.ScatterGatherPoolOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.SerializedMessage - Class in org.apache.pekko.remote
-
Defines a message.
- WireFormats.SerializedMessage.Builder - Class in org.apache.pekko.remote
-
Defines a message.
- WireFormats.SerializedMessageOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.TailChoppingPool - Class in org.apache.pekko.remote
-
Protobuf type
TailChoppingPool - WireFormats.TailChoppingPool.Builder - Class in org.apache.pekko.remote
-
Protobuf type
TailChoppingPool - WireFormats.TailChoppingPoolOrBuilder - Interface in org.apache.pekko.remote
- WireFormats.TimeUnit - Enum in org.apache.pekko.remote
-
java.util.concurrent.TimeUnit enum
- wireTap(Procedure<Out>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
This is a simplified version of
wireTap(Sink)that takes only a simple procedure. - wireTap(Procedure<Out>) - Method in class org.apache.pekko.stream.javadsl.Source
-
This is a simplified version of
wireTap(Sink)that takes only a simple procedure. - wireTap(Procedure<Out>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
This is a simplified version of
wireTap(Sink)that takes only a simple procedure. - wireTap(Procedure<Out>) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
This is a simplified version of
wireTap(Sink)that takes only a simple procedure. - wireTap(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.Flow
- wireTap(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.Source
- wireTap(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- wireTap(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- wireTap(Graph<SinkShape<Out>, ?>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- wireTap(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
- wireTap(Graph<SinkShape<Out>, ?>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Data variant of
pekko.stream.scaladsl.FlowOps.wireTap - wireTap(Graph<SinkShape<Out>, ?>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
- wireTap(Function1<Out, BoxedUnit>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
This is a simplified version of
wireTap(Sink)that takes only a simple function. - WireTap - Class in org.apache.pekko.stream.javadsl
-
Fan-out the stream to two output streams - a 'main' and a 'tap' one.
- WireTap() - Constructor for class org.apache.pekko.stream.javadsl.WireTap
- WireTap$ - Class in org.apache.pekko.stream.javadsl
-
Fan-out the stream to two output streams - a 'main' and a 'tap' one.
- WireTap$ - Class in org.apache.pekko.stream.scaladsl
- WireTap$() - Constructor for class org.apache.pekko.stream.javadsl.WireTap$
- WireTap$() - Constructor for class org.apache.pekko.stream.scaladsl.WireTap$
- wireTapContext(Graph<SinkShape<Ctx>, ?>) - Method in interface org.apache.pekko.stream.scaladsl.FlowWithContextOps
-
Context variant of
pekko.stream.scaladsl.FlowOps.wireTap - wireTapContext(Graph<SinkShape<Ctx>, ?>) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
- wireTapContext(Graph<SinkShape<CtxOut>, ?>) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
- wireTapGraph(Graph<SinkShape<Out>, M>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- wireTapMat(Graph<SinkShape<Out>, M2>, Function2<Mat, M2, M3>) - Method in class org.apache.pekko.stream.javadsl.Flow
- wireTapMat(Graph<SinkShape<Out>, M2>, Function2<Mat, M2, M3>) - Method in class org.apache.pekko.stream.javadsl.Source
- wireTapMat(Graph<SinkShape<Out>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
- WITH_FANOUT - org.apache.pekko.stream.javadsl.AsPublisher
- withActiveEntityLimit(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- withActiveEntityLimit(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- withActorRefProvider(ProviderSelection) - Method in class org.apache.pekko.actor.BootstrapSetup
- withActorTags(String...) - Method in class org.apache.pekko.actor.Props
-
Returns a new Props with the specified set of tags.
- withActorTags(Seq<String>) - Method in class org.apache.pekko.actor.Props
-
Returns a new Props with the specified set of tags.
- withActorTags(Set<String>) - Method in class org.apache.pekko.actor.Props
-
Scala API: Returns a new Props with the specified set of tags.
- withAdjustMultiplier(double) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- withAdjustMultiplier(double) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- withAdmission(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- withAdmission(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- withAllocationStrategy(ShardCoordinator.ShardAllocationStrategy) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
-
Allocation strategy which decides on which nodes to allocate new shards,
ClusterSharding.defaultShardAllocationStrategy(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings)is used if this is not specified. - withAllocationStrategy(ShardCoordinator.ShardAllocationStrategy) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
-
Allocation strategy which decides on which nodes to allocate new shards,
ClusterSharding.defaultShardAllocationStrategy(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings)is used if this is not specified. - withAttributes(Attributes) - Method in interface org.apache.pekko.stream.Graph
-
Replace the attributes of this
Flowwith the given ones. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.BidiFlow
-
Change the attributes of this
Sourceto the given ones and seal the list of attributes. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Replace the attributes of this
Flowwith the given ones. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Flow.withAttributes. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.RunnableGraph
- withAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.Sink
-
Replace the attributes of this
Sinkwith the given ones. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.Source
-
Replace the attributes of this
Sourcewith the given ones. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.javadsl.Source.withAttributes. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Change the attributes of this
Sourceto the given ones and seal the list of attributes. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Change the attributes of this
Sourceto the given ones and seal the list of attributes. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.BidiFlow
-
Change the attributes of this
Sourceto the given ones and seal the list of attributes. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Flow
-
Replace the attributes of this
Flowwith the given ones. - withAttributes(Attributes) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- withAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.FlowWithContext
-
Context-preserving variant of
pekko.stream.scaladsl.Flow.withAttributes. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.RunnableGraph
- withAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Sink
-
Replace the attributes of this
Sinkwith the given ones. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.Source
-
Replace the attributes of this
Sourcewith the given ones. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.scaladsl.SourceWithContext
-
Context-preserving variant of
pekko.stream.scaladsl.Source.withAttributes. - withAttributes(Attributes) - Method in class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue
- withAttributes(Attributes) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.ProbeSink
- withAttributes(Attributes) - Method in class org.apache.pekko.stream.testkit.StreamTestKit.ProbeSource
- withAutoReset(FiniteDuration) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- withAutoReset(FiniteDuration) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- withAutoReset(FiniteDuration) - Method in interface org.apache.pekko.pattern.BackoffOptions
-
Deprecated.
- withAutoReset(FiniteDuration) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- withAutoReset(FiniteDuration) - Method in interface org.apache.pekko.pattern.ExtendedBackoffOptions
-
Returns a new BackoffOptions with automatic back-off reset.
- withBackoff(Duration, Duration, double, int, Creator<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartFlow
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, int, Creator<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartFlow$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, int, Creator<Sink<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSink
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, int, Creator<Sink<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSink$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, int, Creator<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSource
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, int, Creator<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSource$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, int, Flow<In, Out, Mat>, Function2<In, Out, Optional<In>>) - Static method in class org.apache.pekko.stream.javadsl.RetryFlow
-
API may change!
- withBackoff(Duration, Duration, double, int, Flow<In, Out, Mat>, Function2<In, Out, Optional<In>>) - Method in class org.apache.pekko.stream.javadsl.RetryFlow$
-
API may change!
- withBackoff(Duration, Duration, double, Creator<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartFlow
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, Creator<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartFlow$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, Creator<Sink<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSink
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, Creator<Sink<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSink$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, Creator<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSource
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(Duration, Duration, double, Creator<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSource$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(RestartSettings, Creator<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartFlow
- withBackoff(RestartSettings, Creator<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartFlow$
- withBackoff(RestartSettings, Creator<Sink<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSink
- withBackoff(RestartSettings, Creator<Sink<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSink$
- withBackoff(RestartSettings, Creator<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSource
- withBackoff(RestartSettings, Creator<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSource$
- withBackoff(RestartSettings, Function0<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartFlow
- withBackoff(RestartSettings, Function0<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartFlow$
- withBackoff(RestartSettings, Function0<Sink<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartSink
- withBackoff(RestartSettings, Function0<Sink<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartSink$
- withBackoff(RestartSettings, Function0<Source<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartSource
- withBackoff(RestartSettings, Function0<Source<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartSource$
- withBackoff(FiniteDuration, FiniteDuration, double, int, Creator<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Creator<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartFlow$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Creator<Sink<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSink
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Creator<Sink<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSink$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Creator<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Creator<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSource$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Flow<In, Out, Mat>, Function2<In, Out, Option<In>>) - Static method in class org.apache.pekko.stream.scaladsl.RetryFlow
-
API may change!
- withBackoff(FiniteDuration, FiniteDuration, double, int, Flow<In, Out, Mat>, Function2<In, Out, Option<In>>) - Method in class org.apache.pekko.stream.scaladsl.RetryFlow$
-
API may change!
- withBackoff(FiniteDuration, FiniteDuration, double, int, Function0<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartFlow
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Function0<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartFlow$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Function0<Sink<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartSink
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Function0<Sink<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartSink$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Function0<Source<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartSource
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, int, Function0<Source<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartSource$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, Creator<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartFlow
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, Creator<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartFlow$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, Creator<Sink<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSink
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, Creator<Sink<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSink$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, Creator<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.RestartSource
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, Creator<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.RestartSource$
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- withBackoff(FiniteDuration, FiniteDuration, double, Function0<Flow<In, Out, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartFlow
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, Function0<Flow<In, Out, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartFlow$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, Function0<Sink<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartSink
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, Function0<Sink<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartSink$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, Function0<Source<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.RestartSource
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoff(FiniteDuration, FiniteDuration, double, Function0<Source<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.RestartSource$
-
Deprecated.Use the overloaded method which accepts org.apache.pekko.stream.RestartSettings instead. Since Akka 2.6.10.
- withBackoffAndContext(Duration, Duration, double, int, FlowWithContext<In, InCtx, Out, OutCtx, Mat>, Function2<Pair<In, InCtx>, Pair<Out, OutCtx>, Optional<Pair<In, InCtx>>>) - Static method in class org.apache.pekko.stream.javadsl.RetryFlow
-
API may change!
- withBackoffAndContext(Duration, Duration, double, int, FlowWithContext<In, InCtx, Out, OutCtx, Mat>, Function2<Pair<In, InCtx>, Pair<Out, OutCtx>, Optional<Pair<In, InCtx>>>) - Method in class org.apache.pekko.stream.javadsl.RetryFlow$
-
API may change!
- withBackoffAndContext(FiniteDuration, FiniteDuration, double, int, FlowWithContext<In, CtxIn, Out, CtxOut, Mat>, Function2<Tuple2<In, CtxIn>, Tuple2<Out, CtxOut>, Option<Tuple2<In, CtxIn>>>) - Static method in class org.apache.pekko.stream.scaladsl.RetryFlow
-
API may change!
- withBackoffAndContext(FiniteDuration, FiniteDuration, double, int, FlowWithContext<In, CtxIn, Out, CtxOut, Mat>, Function2<Tuple2<In, CtxIn>, Tuple2<Out, CtxOut>, Option<Tuple2<In, CtxIn>>>) - Method in class org.apache.pekko.stream.scaladsl.RetryFlow$
-
API may change!
- withBatch(Function1<WriteBatch, R>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- withBlockingIoDispatcher(String) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.BlockingIoDispatcher' to change setting value. Since Akka 2.6.0.
- withBroadcastPredicate(Predicate<T>) - Method in class org.apache.pekko.actor.typed.javadsl.PoolRouter
-
Any message that the predicate returns true for will be broadcast to all routees.
- withBroadcastPredicate(Function1<T, Object>) - Method in interface org.apache.pekko.actor.typed.scaladsl.PoolRouter
-
Any message that the predicate returns true for will be broadcast to all routees.
- withBufferCapacity(int) - Method in interface org.apache.pekko.stream.StreamRefSettings
- withBufferSize(int) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings
- withBufferSize(int) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- withBufferSize(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withBufferSize(int) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings
- withBufferSize(int) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- withBufferSize(int) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- withBufferSize(int) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- withCause(Class<? extends Throwable>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Matching events with an included
throwablethat is a class or subclass of the givenThrowableclass. - withCause(ClassTag<A>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Matching events with an included
throwablethat is a class or subclass of the givenThrowableClassTag. - withCheckExcess(boolean) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
After matching the expected number of hits, check for excess messages
- withCheckExcess(boolean) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
After matching the expected number of hits, check for excess messages
- withChunkLargeMessagesBytes(int) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
- withCipherSuites(String...) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
-
Java API: Make a copy of this message with the given
enabledCipherSuites. - withCipherSuites(Seq<String>) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
-
Java API: Make a copy of this message with the given
enabledCipherSuites. - withCircuitBreaker(Function0<Future<T>>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Wraps invocations of asynchronous calls that need to be protected.
- withCircuitBreaker(Function0<Future<T>>, Function1<Try<T>, Object>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Wraps invocations of asynchronous calls that need to be protected.
- withClassloader(ClassLoader) - Method in class org.apache.pekko.actor.BootstrapSetup
- withCleanupUnusedAfter(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- withCleanupUnusedAfter(Duration) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
-
Java API
- withCleanupUnusedAfter(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- withCleanupUnusedAfter(FiniteDuration) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
-
Scala API
- withClientAuth(TLSClientAuth) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
-
Java API: Make a copy of this message with the given
TLSClientAuthsetting. - withCoalesceWrites(int) - Method in class org.apache.pekko.stream.IOSettings
- withConfig(Config) - Method in class org.apache.pekko.actor.BootstrapSetup
- withConfirmationQualifier(String) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- withConsistentHashingRouting(int, Function<T, String>) - Method in class org.apache.pekko.actor.typed.javadsl.GroupRouter
-
Route messages by using consistent hashing.
- withConsistentHashingRouting(int, Function<T, String>) - Method in class org.apache.pekko.actor.typed.javadsl.PoolRouter
-
Route messages by using consistent hashing.
- withConsistentHashingRouting(int, Function1<T, String>) - Method in interface org.apache.pekko.actor.typed.scaladsl.GroupRouter
-
Route messages by using consistent hashing.
- withConsistentHashingRouting(int, Function1<T, String>) - Method in interface org.apache.pekko.actor.typed.scaladsl.PoolRouter
-
Route messages by using consistent hashing.
- withConsumerControllerSettings(ConsumerController.Settings) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings
- withCoordinatorFailureBackoff(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withCoordinatorFailureBackoff(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withCoordinatorSingletonSettings(ClusterSingletonManagerSettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
The
roleof theClusterSingletonManagerSettingsis not used. - withCoordinatorSingletonSettings(ClusterSingletonManagerSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
The
roleof theClusterSingletonManagerSettingsis not used. - withCoordinatorStateReadMajorityPlus(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withCoordinatorStateWriteMajorityPlus(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withCount(long) - Method in class org.apache.pekko.stream.IOResult
- withCounterBits(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- withCounterBits(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- withCriticalLogLevel(Logging.LogLevel, int) - Method in class org.apache.pekko.stream.RestartSettings.LogSettings
-
Possibility to use another log level after a given number of errors.
- withCriticalLogLevel(Level, int) - Method in class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
-
Possibility to use another log level after a given number of errors.
- withCustom(Function1<LoggingEvent, Object>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Matching events for which the supplied function returns
true. - withCustom(Function1<LoggingEvent, Object>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Matching events for which the supplied function returns
true. - withCustomConfig(Config) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- withDataCenter(String) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withDataCenter(String) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
-
The data center of the cluster nodes where the cluster sharding is running.
- withDataCenter(String) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
-
The data center of the cluster nodes where the cluster sharding is running.
- withDataCenter(String) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- withDataCenter(String) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- withDataCenter(Option<String>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- withDebugLogging(boolean) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.DebugLogging' to change setting value. Since Akka 2.6.0.
- withDefaultExecutionContext(ExecutionContext) - Method in class org.apache.pekko.actor.BootstrapSetup
- withDefaults() - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession$
-
Java API: obtain the default value (which will leave the SSLEngine’s settings unchanged).
- withDefaultStoppingStrategy() - Method in interface org.apache.pekko.pattern.BackoffOnStopOptions
-
Returns a new BackoffOptions with a default
SupervisorStrategy.stoppingStrategy. - withDefaultStoppingStrategy() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- withDefaultStoppingStrategy() - Method in interface org.apache.pekko.pattern.BackoffOptions
-
Deprecated.
- withDefaultStoppingStrategy() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- withDeleteEvents(boolean) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- withDeleteEventsOnSnapshot() - Method in class org.apache.pekko.persistence.typed.javadsl.SnapshotCountRetentionCriteria
-
Delete events after saving snapshot via
RetentionCriteria.snapshotEvery. - withDeleteEventsOnSnapshot() - Method in interface org.apache.pekko.persistence.typed.scaladsl.SnapshotCountRetentionCriteria
-
Delete events after saving snapshot via
RetentionCriteria.snapshotEvery. - withDeltaCrdtEnabled(boolean) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withDemandRedeliveryInterval(FiniteDuration) - Method in interface org.apache.pekko.stream.StreamRefSettings
- withDeploy(Deploy) - Method in class org.apache.pekko.actor.Props
-
Returns a new Props with the specified deployment configuration.
- withDeploy(Deploy) - Method in class org.apache.pekko.actor.TypedProps
-
Returns a new TypedProps with the specified deployment configuration.
- withDepth(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- withDepth(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- withDirectReplication(boolean) - Method in class org.apache.pekko.cluster.sharding.typed.ReplicatedEntityProvider
-
Start direct replication over sharding when replicated sharding starts up, requires the entities to also have it enabled through
pekko.persistence.typed.scaladsl.EventSourcedBehavior.withEventPublishingorpekko.persistence.typed.javadsl.ReplicatedEventSourcedBehavior.withEventPublishingto work. - withDispatcher(String) - Method in class org.apache.pekko.actor.Props
-
Returns a new Props with the specified dispatcher set.
- withDispatcher(String) - Method in class org.apache.pekko.actor.TypedProps
-
Returns a new TypedProps with the specified dispatcher set.
- withDispatcher(String) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withDispatcher(String) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingGroup
-
Setting the dispatcher to be used for the router head actor, which handles router management messages
- withDispatcher(String) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
-
Setting the dispatcher to be used for the router head actor, which handles supervision, death watch and router management messages.
- withDispatcher(String) - Method in class org.apache.pekko.routing.BalancingPool
-
Setting the dispatcher to be used for the router head actor, which handles supervision, death watch and router management messages.
- withDispatcher(String) - Method in class org.apache.pekko.routing.BroadcastGroup
-
Setting the dispatcher to be used for the router head actor, which handles router management messages
- withDispatcher(String) - Method in class org.apache.pekko.routing.BroadcastPool
-
Setting the dispatcher to be used for the router head actor, which handles supervision, death watch and router management messages.
- withDispatcher(String) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
-
Setting the dispatcher to be used for the router head actor, which handles router management messages
- withDispatcher(String) - Method in class org.apache.pekko.routing.ConsistentHashingPool
-
Setting the dispatcher to be used for the router head actor, which handles supervision, death watch and router management messages.
- withDispatcher(String) - Method in class org.apache.pekko.routing.FromConfig
-
Setting the dispatcher to be used for the router head actor, which handles supervision, death watch and router management messages.
- withDispatcher(String) - Method in class org.apache.pekko.routing.RandomGroup
-
Setting the dispatcher to be used for the router head actor, which handles router management messages
- withDispatcher(String) - Method in class org.apache.pekko.routing.RandomPool
-
Setting the dispatcher to be used for the router head actor, which handles supervision, death watch and router management messages.
- withDispatcher(String) - Method in class org.apache.pekko.routing.RoundRobinGroup
-
Setting the dispatcher to be used for the router head actor, which handles router management messages
- withDispatcher(String) - Method in class org.apache.pekko.routing.RoundRobinPool
-
Setting the dispatcher to be used for the router head actor, which handles supervision, death watch and router management messages.
- withDispatcher(String) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
-
Setting the dispatcher to be used for the router head actor, which handles router management messages
- withDispatcher(String) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
-
Setting the dispatcher to be used for the router head actor, which handles supervision, death watch and router management messages.
- withDispatcher(String) - Method in class org.apache.pekko.routing.SmallestMailboxPool
-
Setting the dispatcher to be used for the router head actor, which handles supervision, death watch and router management messages.
- withDispatcher(String) - Method in class org.apache.pekko.routing.TailChoppingGroup
-
Setting the dispatcher to be used for the router head actor, which handles router management messages
- withDispatcher(String) - Method in class org.apache.pekko.routing.TailChoppingPool
-
Setting the dispatcher to be used for the router head actor, which handles supervision, death watch and router management messages.
- withDispatcher(String) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.Dispatcher' to change setting value. Since Akka 2.6.0.
- withDispatcherDefault() - Method in class org.apache.pekko.actor.typed.Props
-
Prepend a selection of the
ActorSystemdefault executor to this Props. - withDispatcherFromConfig(String) - Method in class org.apache.pekko.actor.typed.Props
-
Prepend a selection of the executor found at the given Config path to this Props.
- withDispatcherSameAsParent() - Method in class org.apache.pekko.actor.typed.Props
-
Prepend a selection of the same executor as the parent actor to this Props.
- withDraining(Class<T>) - Static method in class org.apache.pekko.stream.javadsl.MergeHub
-
Creates a
Sourcethat emits elements merged from a dynamic set of producers. - withDraining(Class<T>) - Method in class org.apache.pekko.stream.javadsl.MergeHub$
-
Creates a
Sourcethat emits elements merged from a dynamic set of producers. - withDraining(Class<T>, int) - Static method in class org.apache.pekko.stream.javadsl.MergeHub
-
Creates a
Sourcethat emits elements merged from a dynamic set of producers. - withDraining(Class<T>, int) - Method in class org.apache.pekko.stream.javadsl.MergeHub$
-
Creates a
Sourcethat emits elements merged from a dynamic set of producers. - withDurableKeys(Set<String>) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
-
Java API
- withDurableKeys(Set<String>) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
-
Scala API
- withDurableQueueRequestTimeout(Duration) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
-
Java API
- withDurableQueueRequestTimeout(FiniteDuration) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
-
Scala API
- withDurableQueueResendFirstInterval(Duration) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
-
Java API
- withDurableQueueResendFirstInterval(FiniteDuration) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
-
Scala API
- withDurableQueueRetryAttempts(int) - Method in class org.apache.pekko.actor.typed.delivery.ProducerController.Settings
- withDurableStateStorePluginId(String) - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior
-
Change the
DurableStateStoreplugin id that this actor should use. - withDurableStoreProps(Props) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withDynamicAging() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings
- withDynamicAging() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings
- withDynamicAging(boolean) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings
- withDynamicAging(boolean) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastFrequentlyUsedSettings
- withEnabled(boolean) - Method in class org.apache.pekko.actor.typed.LogOptions
-
User control whether messages are logged or not.
- withEnabled(boolean) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- withEnabled(boolean) - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings
- withEnforcedReplies(PersistenceId, State, Function2<State, Command, ReplyEffect<Event, State>>, Function2<State, Event, State>) - Method in class org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior$
-
Create a
Behaviorfor a persistent actor that is enforcing that replies to commands are not forgotten. - withEnforcedReplies(PersistenceId, State, Function2<State, Command, ReplyEffect<State>>) - Method in class org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior$
-
Create a
Behaviorfor a persistent actor that is enforcing that replies to commands are not forgotten. - withEntityProps(Props) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
-
pekko.actor.typed.Propsof the entity actors, such as dispatcher settings. - withEntityProps(Props) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
-
pekko.actor.typed.Propsof the entity actors, such as dispatcher settings. - withEntityRecoveryConstantRateStrategyFrequency(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withEntityRecoveryConstantRateStrategyFrequency(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withEntityRecoveryConstantRateStrategyNumberOfEntities(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withEntityRecoveryStrategy(String) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withEntityRestartBackoff(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withEntityRestartBackoff(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withEstablishingGetContactsInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- withEventPublishing() - Method in class org.apache.pekko.persistence.typed.javadsl.ReplicatedEventSourcedBehavior
-
Override and return false to disable events being published to the system event stream as
pekko.persistence.typed.PublishedEventafter they have been persisted. - withEventPublishing(boolean) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Publish events to the system event stream as
pekko.persistence.typed.PublishedEventafter they have been persisted - withExponentialBackoff(Duration) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
The
resetTimeoutwill be increased exponentially for each failed attempt to close the circuit. - withExponentialBackoff(FiniteDuration) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
The
resetTimeoutwill be increased exponentially for each failed attempt to close the circuit. - withFallback(Deploy) - Method in class org.apache.pekko.actor.Deploy
-
Do a merge between this and the other Deploy, where values from “this” take precedence.
- withFallback(Scope) - Static method in class org.apache.pekko.actor.LocalScope
- withFallback(Scope) - Method in class org.apache.pekko.actor.LocalScope$
- withFallback(Scope) - Static method in class org.apache.pekko.actor.NoScopeGiven
- withFallback(Scope) - Method in class org.apache.pekko.actor.NoScopeGiven$
- withFallback(Scope) - Method in interface org.apache.pekko.actor.Scope
-
When merging
pekko.actor.Deployinstances usingwithFallback()on the left one, this is propagated to “merging” scopes in the same way. - withFallback(Scope) - Static method in class org.apache.pekko.cluster.ClusterScope
- withFallback(Scope) - Method in class org.apache.pekko.cluster.ClusterScope$
- withFallback(Scope) - Method in class org.apache.pekko.remote.RemoteScope
- withFallback(RouterConfig) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
-
Uses the supervisor strategy of the given RouterConfig if this RouterConfig doesn't have one
- withFallback(RouterConfig) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroup
- withFallback(RouterConfig) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPool
- withFallback(RouterConfig) - Method in class org.apache.pekko.remote.routing.RemoteRouterConfig
- withFallback(RouterConfig) - Method in class org.apache.pekko.routing.BalancingPool
-
Uses the supervisor strategy of the given RouterConfig if this RouterConfig doesn't have one.
- withFallback(RouterConfig) - Method in class org.apache.pekko.routing.BroadcastPool
-
Uses the resizer and/or the supervisor strategy of the given RouterConfig if this RouterConfig doesn't have one, i.e.
- withFallback(RouterConfig) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
-
Uses the
hashMappingdefined in code, since that can't be defined in configuration. - withFallback(RouterConfig) - Method in class org.apache.pekko.routing.ConsistentHashingPool
-
Uses the resizer and/or the supervisor strategy of the given RouterConfig if this RouterConfig doesn't have one, i.e.
- withFallback(RouterConfig) - Static method in class org.apache.pekko.routing.FromConfig
- withFallback(RouterConfig) - Static method in class org.apache.pekko.routing.NoRouter
- withFallback(RouterConfig) - Method in class org.apache.pekko.routing.NoRouter$
- withFallback(RouterConfig) - Method in class org.apache.pekko.routing.RandomPool
-
Uses the resizer and/or the supervisor strategy of the given RouterConfig if this RouterConfig doesn't have one, i.e.
- withFallback(RouterConfig) - Method in class org.apache.pekko.routing.RoundRobinPool
-
Uses the resizer and/or the supervisor strategy of the given RouterConfig if this RouterConfig doesn't have one, i.e.
- withFallback(RouterConfig) - Method in interface org.apache.pekko.routing.RouterConfig
-
Overridable merge strategy, by default completely prefers
this(i.e. - withFallback(RouterConfig) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
-
Uses the resizer and/or the supervisor strategy of the given RouterConfig if this RouterConfig doesn't have one, i.e.
- withFallback(RouterConfig) - Method in class org.apache.pekko.routing.SmallestMailboxPool
-
Uses the resizer and/or the supervisor strategy of the given RouterConfig if this RouterConfig doesn't have one, i.e.
- withFallback(RouterConfig) - Method in class org.apache.pekko.routing.TailChoppingPool
-
Uses the resizer and/or the supervisor strategy of the given RouterConfig if this RouterConfig doesn't have one, i.e.
- withFilter(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.FilterSettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings
- withFilter(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.FilterSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings
- withFilter(Function1<Out, Object>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Alias for
FlowOps.filter(scala.Function1<Out,java.lang.Object>), added to enable filtering in for comprehensions. - withFinalStopMessage(Function1<Object, Object>) - Method in interface org.apache.pekko.pattern.BackoffOnStopOptions
-
Predicate evaluated for each message, if it returns true and the supervised actor is stopped then the supervisor will stop its self.
- withFinalStopMessage(Function1<Object, Object>) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- withFinalStopMessage(Function1<Object, Object>) - Method in interface org.apache.pekko.pattern.BackoffOptions
-
Deprecated.
- withFinalStopMessage(Function1<Object, Object>) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- withFixture(TestSuite.NoArgTest) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LogCapturing
- withFlowControlWindow(int) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
- withFuzzing(boolean) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.FuzzingMode' to change setting value. Since Akka 2.6.0.
- withGossipInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withGossipInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- withGuard(Function0<T>) - Method in class org.apache.pekko.util.ReentrantGuard
- withHandlerWhileStopped(ActorRef) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- withHandlerWhileStopped(ActorRef) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- withHandlerWhileStopped(ActorRef) - Method in interface org.apache.pekko.pattern.ExtendedBackoffOptions
-
Returns a new BackoffOptions with a custom handler for messages that the supervisor receives while its child is stopped.
- withHandOffTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withHandOffTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withHandoverRetryInterval(Duration) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- withHandoverRetryInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- withHandOverRetryInterval(Duration) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- withHandOverRetryInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- withHandOverRetryInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- withHashMapper(ConsistentHashingRouter.ConsistentHashMapper) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
-
Java API: Setting the mapping from message to the data to use for the consistent hash key.
- withHashMapper(ConsistentHashingRouter.ConsistentHashMapper) - Method in class org.apache.pekko.routing.ConsistentHashingPool
-
Java API: Setting the mapping from message to the data to use for the consistent hash key.
- withHashMapper(ConsistentHashingRouter.ConsistentHashMapper) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
-
Java API: Setting the mapping from message to the data to use for the consistent hash key.
- withHeartbeat(FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- withHeartbeat(FiniteDuration, FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- withHeartbeatInterval(Duration) - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
-
Java API
- withHeartbeatInterval(FiniteDuration) - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
- withHeartbeatTimeout(Duration) - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
-
Java API
- withHeartbeatTimeout(FiniteDuration) - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
- withIdleEntityPassivation(Duration, Duration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- withIdleEntityPassivation(Duration, Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- withIdleEntityPassivation(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.IdleSettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- withIdleEntityPassivation(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.IdleSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- withIdleEntityPassivation(FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- withIdleEntityPassivation(FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- within() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedGroup
- within() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
- within() - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedRoutingLogic
- within() - Method in class org.apache.pekko.routing.TailChoppingGroup
- within() - Method in class org.apache.pekko.routing.TailChoppingPool
- within() - Method in class org.apache.pekko.routing.TailChoppingRoutingLogic
- within(Duration, Duration, Supplier<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Execute code block while bounding its execution time between
minandmax. - within(Duration, Duration, Supplier<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Execute code block while bounding its execution time between
minandmax. - within(Duration, Duration, Creator<T>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
JAVA API
- within(Duration, Duration, Creator<T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- within(Duration, Supplier<T>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.TestProbe
-
Same as calling
within(0 seconds, max)(f). - within(Duration, Supplier<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Execute code block while bounding its execution time between
minandmax. - within(Duration, Creator<T>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
JAVA API
- within(Duration, Creator<T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
JAVA API
- within(FiniteDuration, Supplier<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- within(FiniteDuration, FiniteDuration, Supplier<T>) - Method in class org.apache.pekko.testkit.javadsl.TestKit
-
Deprecated.Use the overloaded one which accepts java.time.Duration instead. Since Akka 2.5.12.
- within(FiniteDuration, FiniteDuration, Function0<T>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Execute code block while bounding its execution time between
minandmax. - within(FiniteDuration, FiniteDuration, Function0<T>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
Execute code block while bounding its execution time between
minandmax. - within(FiniteDuration, FiniteDuration, Function0<T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Execute code block while bounding its execution time between
minandmax. - within(FiniteDuration, FiniteDuration, Function0<T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Execute code block while bounding its execution time between
minandmax. - within(FiniteDuration, Function0<T>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.TestProbe
-
Same as calling
within(0 seconds, max)(f). - within(FiniteDuration, Function0<T>) - Method in class org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
-
Same as calling
within(0 seconds, max)(f). - within(FiniteDuration, Function0<T>) - Method in class org.apache.pekko.stream.testkit.TestSubscriber.ManualProbe
-
Same as calling
within(0 seconds, max)(f). - within(FiniteDuration, Function0<T>) - Method in interface org.apache.pekko.testkit.TestKitBase
-
Same as calling
within(0 seconds, max)(f). - WITHIN_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- WITHIN_FIELD_NUMBER - Static variable in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- withInitialContacts(Set<ActorPath>) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.Java API
- withInitialContacts(Set<ActorPath>) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.Scala API
- withInitialProportion(double) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- withInitialProportion(double) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- withInitialStep(double) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- withInitialStep(double) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- withInputBuffer(int, int) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'Attributes.InputBuffer' to change setting value. Since Akka 2.6.0.
- withInterface(Class<? super T>) - Method in class org.apache.pekko.actor.TypedProps
-
Returns a new TypedProps that has the specified interface, or if the interface class is not an interface, all the interfaces it implements, appended in the sequence of interfaces.
- withInternalAskTimeout(Duration) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings
- withInternalAskTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- withInternalAskTimeout(FiniteDuration) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings
- withInternalAskTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- withInterval(Duration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- withInterval(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- withInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- withInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- withinTimeRange() - Method in class org.apache.pekko.actor.AllForOneStrategy
- withinTimeRange() - Method in class org.apache.pekko.actor.OneForOneStrategy
- withIOSettings(IOSettings) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
- withIterator(Function1<DBIterator, R>) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbStore
- withJournalPluginConfig(Option<Config>) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Change the journal plugin config that this actor should use.
- withJournalPluginId(String) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withJournalPluginId(String) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withJournalPluginId(String) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- withJournalPluginId(String) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Change the journal plugin id that this actor should use.
- withKeepAliveInterval(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings
-
Java API: The interval each parent of the sharded set is pinged from each node in the cluster.
- withKeepAliveInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings
-
Scala API: The interval each parent of the sharded set is pinged from each node in the cluster.
- withKeepNrOfBatches(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withKeepNSnapshots(int) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- withLabel(String, Logging.LogLevel, PartialFunction<Object, BoxedUnit>, ActorContext) - Static method in class org.apache.pekko.event.LoggingReceive
-
Create a decorated logger which will append
" in state " + labelto each message it logs. - withLabel(String, Logging.LogLevel, PartialFunction<Object, BoxedUnit>, ActorContext) - Method in class org.apache.pekko.event.LoggingReceive$
-
Create a decorated logger which will append
" in state " + labelto each message it logs. - withLabel(String, PartialFunction<Object, BoxedUnit>, ActorContext) - Static method in class org.apache.pekko.event.LoggingReceive
-
Create a decorated logger which will append
" in state " + labelto each message it logs. - withLabel(String, PartialFunction<Object, BoxedUnit>, ActorContext) - Method in class org.apache.pekko.event.LoggingReceive$
-
Create a decorated logger which will append
" in state " + labelto each message it logs. - withLeaseSettings(LeaseUsageSettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withLeaseSettings(LeaseUsageSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withLeaseSettings(LeaseUsageSettings) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- withLeaseSettings(LeaseUsageSettings) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- withLeaseSettings(LeaseUsageSettings) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- withLeastFrequentlyUsedReplacement() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- withLeastFrequentlyUsedReplacement() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- withLeastRecentlyUsedReplacement() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- withLeastRecentlyUsedReplacement() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- withLeastShardAllocationAbsoluteLimit(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withLeastShardAllocationMaxSimultaneousRebalance(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withLeastShardAllocationRebalanceThreshold(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withLeastShardAllocationRelativeLimit(double) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withLevel(Level) - Method in class org.apache.pekko.actor.typed.LogOptions
-
The
Levelto use when logging messages. - withLevels(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- withLevels(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- withLimit(int, Duration) - Method in class org.apache.pekko.actor.typed.RestartSupervisorStrategy
-
Java API: Restart with a limit of number of restart retries.
- withLimit(int, FiniteDuration) - Method in class org.apache.pekko.actor.typed.RestartSupervisorStrategy
-
Scala API: Restart with a limit of number of restart retries.
- WithListeners - Class in org.apache.pekko.routing
- WithListeners(Function1<ActorRef, BoxedUnit>) - Constructor for class org.apache.pekko.routing.WithListeners
- WithListeners$ - Class in org.apache.pekko.routing
- WithListeners$() - Constructor for class org.apache.pekko.routing.WithListeners$
- withLoader(ClassLoader) - Method in class org.apache.pekko.actor.TypedProps
-
Java API: return a new TypedProps that will use the specified ClassLoader to create its proxy class in If loader is null, it will use the bootstrap classloader.
- withLoader(Option<ClassLoader>) - Method in class org.apache.pekko.actor.TypedProps
-
Scala API: return a new TypedProps that will use the specified ClassLoader to create its proxy class in If loader is null, it will use the bootstrap classloader.
- withLogDataSizeExceeding(int) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withLogger(Logger) - Method in class org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- withLogger(Logger) - Method in class org.apache.pekko.actor.typed.LogOptions
-
A
Loggerto use when logging messages. - withLoggerName(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Matching events with the given logger name or sub-names in the same way as configuration loggers are configured in logback.xml.
- withLoggerName(String) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Matching events with the given logger name or sub-names in the same way as configuration loggers are configured in logback.xml.
- withLoggingEnabled(boolean) - Method in class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
- withLoggingEnabled(boolean) - Method in class org.apache.pekko.actor.typed.RestartSupervisorStrategy
- withLoggingEnabled(boolean) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy
- withLogLevel(Logging.LogLevel) - Method in class org.apache.pekko.stream.OverflowStrategy
- withLogLevel(Logging.LogLevel) - Method in class org.apache.pekko.stream.RestartSettings.LogSettings
- withLogLevel(Level) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Matching events with the given log level.
- withLogLevel(Level) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Matching events with the given log level.
- withLogLevel(Level) - Method in class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
- withLogLevel(Level) - Method in class org.apache.pekko.actor.typed.RestartSupervisorStrategy
- withLogLevel(Level) - Method in class org.apache.pekko.actor.typed.SupervisorStrategy
- withLogSettings(RestartSettings.LogSettings) - Method in class org.apache.pekko.stream.RestartSettings
- withMailbox(String) - Method in class org.apache.pekko.actor.Props
-
Returns a new Props with the specified mailbox set.
- withMailboxFromConfig(String) - Method in class org.apache.pekko.actor.typed.Props
-
Prepend a selection of the mailbox found at the given Config path to this Props.
- withManifest(String) - Method in interface org.apache.pekko.persistence.PersistentRepr
-
Creates a new persistent message with the specified event adapter
manifest. - withManualReset() - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- withManualReset() - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- withManualReset() - Method in interface org.apache.pekko.pattern.BackoffOptions
-
Deprecated.
- withManualReset() - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- withManualReset() - Method in interface org.apache.pekko.pattern.ExtendedBackoffOptions
-
Returns a new BackoffOptions with manual back-off reset.
- withMarker(Actor) - Static method in class org.apache.pekko.event.Logging
- withMarker(Actor) - Method in class org.apache.pekko.event.Logging$
- withMarker(ActorSystem, T, LogSource<T>) - Static method in class org.apache.pekko.event.Logging
-
Obtain LoggingAdapter with additional "marker" support (which some logging frameworks are able to utilise) for the given actor system and source object.
- withMarker(ActorSystem, T, LogSource<T>) - Method in class org.apache.pekko.event.Logging$
-
Obtain LoggingAdapter with additional "marker" support (which some logging frameworks are able to utilise) for the given actor system and source object.
- withMarker(LoggingBus, T, LogSource<T>) - Static method in class org.apache.pekko.event.Logging
-
Obtain LoggingAdapter for the given logging bus and source object.
- withMarker(LoggingBus, T, LogSource<T>) - Method in class org.apache.pekko.event.Logging$
-
Obtain LoggingAdapter for the given logging bus and source object.
- withMaxBackoff(Duration) - Method in class org.apache.pekko.stream.RestartSettings
-
Java API: the exponential back-off is capped to this duration
- withMaxBackoff(FiniteDuration) - Method in class org.apache.pekko.stream.RestartSettings
-
Scala API: the exponential back-off is capped to this duration
- withMaxDeltaElements(int) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withMaxDeltaElements(int) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- withMaxDeltaSize(int) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withMaxFixedBufferSize(int) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.MaxFixedBufferSize' to change setting value. Since Akka 2.6.0.
- withMaximumProportion(double) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- withMaximumProportion(double) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- withMaxNrOfRetries(int) - Method in class org.apache.pekko.actor.OneForOneStrategy
- withMaxNrOfRetries(int) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- withMaxNrOfRetries(int) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- withMaxNrOfRetries(int) - Method in interface org.apache.pekko.pattern.BackoffOptions
-
Deprecated.
- withMaxNrOfRetries(int) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- withMaxNrOfRetries(int) - Method in interface org.apache.pekko.pattern.ExtendedBackoffOptions
-
Returns a new BackoffOptions with a maximum number of retries to restart the child actor.
- withMaxRestarts(int) - Method in class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
-
Allow at most this number of failed restarts in a row.
- withMaxRestarts(int, Duration) - Method in class org.apache.pekko.stream.RestartSettings
-
Java API: The amount of restarts is capped to `count` within a timeframe of `within`
- withMaxRestarts(int, FiniteDuration) - Method in class org.apache.pekko.stream.RestartSettings
-
Scala API: The amount of restarts is capped to `count` within a timeframe of `within`
- withMaxSequenceNr(long) - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
-
upper bound for a selected snapshot's sequence number
- withMaxTimestamp(long) - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
-
upper bound for a selected snapshot's timestamp, in milliseconds from the epoch of 1970-01-01T00:00:00Z.
- withMdc(Class<T>, Map<String, String>, Behavior<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Static MDC (Mapped Diagnostic Context)
- withMdc(Class<T>, Map<String, String>, Behavior<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Static MDC (Mapped Diagnostic Context)
- withMdc(Class<T>, Map<String, String>, Function<T, Map<String, String>>, Behavior<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Combination of static and per message MDC (Mapped Diagnostic Context).
- withMdc(Class<T>, Map<String, String>, Function<T, Map<String, String>>, Behavior<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Combination of static and per message MDC (Mapped Diagnostic Context).
- withMdc(Class<T>, Function<T, Map<String, String>>, Behavior<T>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Per message MDC (Mapped Diagnostic Context) logging.
- withMdc(Class<T>, Function<T, Map<String, String>>, Behavior<T>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Per message MDC (Mapped Diagnostic Context) logging.
- withMdc(String, Logging.LogEvent, Function0<BoxedUnit>) - Method in class org.apache.pekko.event.slf4j.Slf4jLogger
- withMdc(Map<String, String>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Matching events with MDC containing all entries of the given
Map. - withMdc(Map<String, String>) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Matching events with MDC containing all entries of the given
Map. - withMdc(Map<String, String>, Behavior<T>, ClassTag<T>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Static MDC (Mapped Diagnostic Context)
- withMdc(Map<String, String>, Behavior<T>, ClassTag<T>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Static MDC (Mapped Diagnostic Context)
- withMdc(Map<String, String>, Function1<T, Map<String, String>>, Behavior<T>, ClassTag<T>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Combination of static and per message MDC (Mapped Diagnostic Context).
- withMdc(Map<String, String>, Function1<T, Map<String, String>>, Behavior<T>, ClassTag<T>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Combination of static and per message MDC (Mapped Diagnostic Context).
- withMdc(Function1<T, Map<String, String>>, Behavior<T>, ClassTag<T>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Per message MDC (Mapped Diagnostic Context) logging.
- withMdc(Function1<T, Map<String, String>>, Behavior<T>, ClassTag<T>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Per message MDC (Mapped Diagnostic Context) logging.
- WithMdcBehaviorInterceptor$ - Class in org.apache.pekko.actor.typed.internal
-
INTERNAL API
- WithMdcBehaviorInterceptor$() - Constructor for class org.apache.pekko.actor.typed.internal.WithMdcBehaviorInterceptor$
- withMemberTombstones(Set<UniqueAddress>) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- withMessage(Object) - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- withMessage(Object) - Method in interface org.apache.pekko.remote.artery.OutboundEnvelope
- withMessageContains(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Matching events with a message that contains the given value.
- withMessageContains(String) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Matching events with a message that contains the given value.
- withMessageExtractor(ShardingMessageExtractor<Envelope, M>) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
-
If a
messageExtractoris not specified the messages are sent to the entities by wrapping them inShardingEnvelopewith the entityId of the recipient actor. - withMessageExtractor(ShardingMessageExtractor<Envelope, M>) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
-
If a
messageExtractoris not specified the messages are sent to the entities by wrapping them inShardingEnvelopewith the entityId of the recipient actor. - withMessageRegex(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Matching events with a message that matches the given regular expression.
- withMessageRegex(String) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Matching events with a message that matches the given regular expression.
- withMetadata(Object) - Method in interface org.apache.pekko.persistence.PersistentRepr
- withMetadata(Object) - Method in class org.apache.pekko.persistence.SnapshotMetadata
- withMinBackoff(Duration) - Method in class org.apache.pekko.stream.RestartSettings
-
Java API: minimum (initial) duration until the child actor will started again, if it is terminated
- withMinBackoff(FiniteDuration) - Method in class org.apache.pekko.stream.RestartSettings
-
Scala API: minimum (initial) duration until the child actor will started again, if it is terminated
- withMinimumProportion(double) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- withMinimumProportion(double) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- withMinSequenceNr(long) - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
-
lower bound for a selected snapshot's sequence number
- withMinTimestamp(long) - Method in class org.apache.pekko.persistence.typed.SnapshotSelectionCriteria
-
lower bound for a selected snapshot's timestamp, in milliseconds from the epoch of 1970-01-01T00:00:00Z.
- withMostRecentlyUsedReplacement() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- withMostRecentlyUsedReplacement() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- withName(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- withName(String) - Method in class org.apache.pekko.dispatch.MonitorableThreadFactory
- withName(String) - Static method in class org.apache.pekko.io.dns.internal.OpCode
- withName(String) - Static method in class org.apache.pekko.io.dns.internal.ResponseCode
- withNamePrefix(String) - Method in class org.apache.pekko.stream.Materializer
-
The
namePrefixshall be used for deriving the names of processing entities that are created during materialization. - withNewThreadPoolWithArrayBlockingQueueWithCapacityAndFairness(int, boolean) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- withNewThreadPoolWithCustomBlockingQueue(BlockingQueue<Runnable>) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- withNewThreadPoolWithCustomBlockingQueue(Function0<BlockingQueue<Runnable>>) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- withNewThreadPoolWithLinkedBlockingQueueWithCapacity(int) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- withNewThreadPoolWithLinkedBlockingQueueWithUnboundedCapacity() - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- withNewThreadPoolWithSynchronousQueueWithFairness(boolean) - Method in class org.apache.pekko.dispatch.ThreadPoolConfigBuilder
- withNext(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.ActorTagsImpl
- withNext(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.BoundedMailboxSelector
- withNext(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DefaultMailboxSelector
- withNext(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherDefault
- withNext(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherFromConfig
- withNext(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.DispatcherSameAsParent
- withNext(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.EmptyProps$
- withNext(Props) - Method in class org.apache.pekko.actor.typed.internal.PropsImpl.MailboxFromConfigSelector
- withNoDataCenter() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- withNoPassivationStrategy() - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withNoPassivationStrategy() - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withNoRole() - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- withNotifySubscribersInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withNumberOfContacts(int) - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- withOccurrences(int) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Number of events the testkit is supposed to match.
- withOccurrences(int) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Number of events the testkit is supposed to match.
- withOnlyFlowControl(boolean) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
- withOperationTimeout(Duration) - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
-
Java API
- withOperationTimeout(FiniteDuration) - Method in class org.apache.pekko.coordination.lease.TimeoutSettings
- withOptimizer(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.OptimizerSettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- withOptimizer(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.OptimizerSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- WITHOUT_FANOUT - org.apache.pekko.stream.javadsl.AsPublisher
- withoutDeltaVersions() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope
- withoutInterface(Class<? super T>) - Method in class org.apache.pekko.actor.TypedProps
-
Returns a new TypedProps without the specified interface, or if the interface class is not an interface, all the interfaces it implements.
- withOutputBurstLimit(int) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.OutputBurstLimit' to change setting value. Since Akka 2.6.0.
- withoutTags() - Method in interface org.apache.pekko.persistence.typed.PublishedEvent
-
If the published event is tagged, return a new published event with the payload unwrapped and the tags dropped, if it is not tagged return the published event as is.
- withParameters(SSLParameters) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
-
Java API: Make a copy of this message with the given
SSLParameters. - withPassivateIdleAfter(Duration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Deprecated.Use withPassivationStrategy instead. Since Akka 2.6.18.
- withPassivateIdleAfter(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
Deprecated.Use withPassivationStrategy instead. Since Akka 2.6.18.
- withPassivateIdleEntityAfter(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Deprecated.Use withPassivationStrategy instead. Since Akka 2.6.18.
- withPassivateIdleEntityAfter(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
Deprecated.Use withPassivationStrategy instead. Since Akka 2.6.18.
- withPassivationStrategy(ClusterShardingSettings.PassivationStrategySettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
-
API MAY CHANGE: Settings for passivation strategies may change after additional testing and feedback.
- withPassivationStrategy(ClusterShardingSettings.PassivationStrategySettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
-
API MAY CHANGE: Settings for passivation strategies may change after additional testing and feedback.
- withPayload(Object) - Method in interface org.apache.pekko.persistence.PersistentRepr
-
Creates a new persistent message with the specified
payload(event). - withPolicy(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.PolicySettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- withPolicy(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.PolicySettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.WindowSettings
- withPolicy(ProcessingPolicy<JournalOperation>) - Method in class org.apache.pekko.persistence.testkit.javadsl.PersistenceTestKit
-
Set new processing policy for journal operations.
- withPolicy(ProcessingPolicy<SnapshotOperation>) - Method in class org.apache.pekko.persistence.testkit.javadsl.SnapshotTestKit
-
Set new processing policy for journal operations.
- withPolicy(ProcessingPolicy<P>) - Method in interface org.apache.pekko.persistence.testkit.scaladsl.PolicyOpsTestKit
-
Set new processing policy for journal operations.
- withPoolSize(int) - Method in class org.apache.pekko.actor.typed.javadsl.PoolRouter
-
Set a new pool size from the one set at construction
- withPoolSize(int) - Method in interface org.apache.pekko.actor.typed.scaladsl.PoolRouter
-
Set a new pool size from the one set at construction
- withPortName(String) - Method in class org.apache.pekko.discovery.Lookup
-
Which port for a service e.g.
- withPreferOldest(boolean) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withProducerControllerSettings(ProducerController.Settings) - Method in class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.Settings
- withProducerControllerSettings(ProducerController.Settings) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- withProportions(List<Double>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- withProportions(List<Double>) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- withProportions(Seq<Object>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- withProportions(Seq<Object>) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings
- withProps(Props) - Method in class org.apache.pekko.cluster.typed.SingletonActor
-
pekko.actor.typed.Propsof the singleton actor, such as dispatcher settings. - withProtocol(String) - Method in class org.apache.pekko.discovery.Lookup
-
Which protocol e.g.
- withProtocols(String...) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
-
Java API: Make a copy of this message with the given
enabledProtocols. - withProtocols(Seq<String>) - Method in class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
-
Java API: Make a copy of this message with the given
enabledProtocols. - withPruning(FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withPruningMarkerTimeToLive(FiniteDuration, FiniteDuration) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withRandomFactor(double) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Adds jitter to the delay.
- withRandomFactor(double) - Method in class org.apache.pekko.stream.RestartSettings
-
After calculation of the exponential back-off an additional random delay based on this factor is added e.g.
- withRandomRouting() - Method in class org.apache.pekko.actor.typed.javadsl.GroupRouter
-
Route messages by randomly selecting the routee from the available routees.
- withRandomRouting() - Method in class org.apache.pekko.actor.typed.javadsl.PoolRouter
-
Route messages by randomly selecting the routee from the available routees.
- withRandomRouting() - Method in interface org.apache.pekko.actor.typed.scaladsl.GroupRouter
-
Route messages by randomly selecting the routee from the available routees.
- withRandomRouting() - Method in interface org.apache.pekko.actor.typed.scaladsl.PoolRouter
-
Route messages by randomly selecting the routee from the available routees.
- withRandomRouting(boolean) - Method in class org.apache.pekko.actor.typed.javadsl.GroupRouter
-
Route messages by randomly selecting the routee from the available routees.
- withRandomRouting(boolean) - Method in interface org.apache.pekko.actor.typed.scaladsl.GroupRouter
-
Route messages by randomly selecting the routee from the available routees.
- withRebalanceInterval(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withRebalanceInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withRecipient(org.apache.pekko.actor.InternalActorRef) - Method in interface org.apache.pekko.remote.artery.InboundEnvelope
- withReconnectTimeout(Option<FiniteDuration>) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- withRecovery(Recovery) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Change the recovery strategy.
- withRefreshContactsInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.client.ClusterClientSettings
-
Deprecated.
- withRememberEntities(boolean) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withRememberEntities(boolean) - Method in class org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.State
- withRememberEntities(boolean) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withRememberEntitiesStoreMode(ClusterShardingSettings.RememberEntitiesStoreMode) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withRemovalMargin(Duration) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- withRemovalMargin(Duration) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- withRemovalMargin(FiniteDuration) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- withRemovalMargin(FiniteDuration) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- withRemovalMargin(FiniteDuration) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- withRemovedTimeToLive(FiniteDuration) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- withReplacementPolicy(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.PolicySettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
- withReplacementPolicy(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.PolicySettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings
- withReplica(ReplicaId) - Method in class org.apache.pekko.persistence.typed.ReplicationId
- withReplication(org.apache.pekko.persistence.typed.internal.ReplicationContextImpl) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
INTERNAL API
- withReplicatorMessageAdapter(Function<ReplicatorMessageAdapter<A, B>, Behavior<A>>) - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData
-
When interacting with the
DistributedData.replicatorfrom an actor theReplicatorMessageAdapterprovides convenient methods that adapts the response messages to the requesting actor's message protocol. - withReplicatorMessageAdapter(Function<ReplicatorMessageAdapter<A, B>, Behavior<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.DistributedData$
-
When interacting with the
DistributedData.replicatorfrom an actor theReplicatorMessageAdapterprovides convenient methods that adapts the response messages to the requesting actor's message protocol. - withReplicatorMessageAdapter(Function1<ReplicatorMessageAdapter<A, B>, Behavior<A>>) - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData
-
When interacting with the
DistributedData.replicatorfrom an actor theReplicatorMessageAdapterprovides convenient methods that adapts the response messages to the requesting actor's message protocol. - withReplicatorMessageAdapter(Function1<ReplicatorMessageAdapter<A, B>, Behavior<A>>) - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.DistributedData$
-
When interacting with the
DistributedData.replicatorfrom an actor theReplicatorMessageAdapterprovides convenient methods that adapts the response messages to the requesting actor's message protocol. - withReplyWhileStopped(Object) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- withReplyWhileStopped(Object) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- withReplyWhileStopped(Object) - Method in interface org.apache.pekko.pattern.BackoffOptions
-
Deprecated.
- withReplyWhileStopped(Object) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- withReplyWhileStopped(Object) - Method in interface org.apache.pekko.pattern.ExtendedBackoffOptions
-
Returns a new BackoffOptions with a constant reply to messages that the supervisor receives while its child is stopped.
- withResendFirstUnconfirmedIdleTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- withResendFirstUnconfirmedIdleTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
- withResendFirsUnconfirmedIdleTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
-
Deprecated.use resendFirstUnconfirmedIdleTimeout. Since Akka 2.6.19.
- withResendFirsUnconfirmedIdleTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingProducerController.Settings
-
Deprecated.use resendFirstUnconfirmedIdleTimeout. Since Akka 2.6.19.
- withResendIntervalMax(Duration) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
-
Java API
- withResendIntervalMax(FiniteDuration) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
-
Scala API
- withResendIntervalMin(Duration) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
-
Java API
- withResendIntervalMin(FiniteDuration) - Method in class org.apache.pekko.actor.typed.delivery.ConsumerController.Settings
-
Scala API
- withResetBackoffAfter(Duration) - Method in class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
-
Java API: The back-off algorithm is reset if the actor does not crash within the specified
resetBackoffAfter. - withResetBackoffAfter(FiniteDuration) - Method in class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
-
Scala API: The back-off algorithm is reset if the actor does not crash within the specified
resetBackoffAfter. - withResetMultiplier(double) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- withResetMultiplier(double) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- withResizer(Resizer) - Method in class org.apache.pekko.routing.BroadcastPool
-
Setting the resizer to be used.
- withResizer(Resizer) - Method in class org.apache.pekko.routing.ConsistentHashingPool
-
Setting the resizer to be used.
- withResizer(Resizer) - Method in class org.apache.pekko.routing.FromConfig
-
Setting the resizer to be used.
- withResizer(Resizer) - Method in interface org.apache.pekko.routing.PoolOverrideUnsetConfig
- withResizer(Resizer) - Method in class org.apache.pekko.routing.RandomPool
-
Setting the resizer to be used.
- withResizer(Resizer) - Method in class org.apache.pekko.routing.RoundRobinPool
-
Setting the resizer to be used.
- withResizer(Resizer) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
-
Setting the resizer to be used.
- withResizer(Resizer) - Method in class org.apache.pekko.routing.SmallestMailboxPool
-
Setting the resizer to be used.
- withResizer(Resizer) - Method in class org.apache.pekko.routing.TailChoppingPool
-
Setting the resizer to be used.
- withResponseTunnelReceiveTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- withRestartMaxBackoff(Duration) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
-
Java API
- withRestartMaxBackoff(FiniteDuration) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
-
Scala API
- withRestartOn(Predicate<Throwable>) - Method in class org.apache.pekko.stream.RestartSettings
-
Decides whether the failure should restart the stream or make the surrounding stream fail
- withRestartThreshold(double) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- withRestartThreshold(double) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- withRetention(RetentionCriteria) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Criteria for retention/deletion of snapshots and events.
- withRetryInterval(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withRetryInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withRole(String) - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- withRole(String) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withRole(String) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- withRole(String) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withRole(String) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withRole(String) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
-
Run the Entity actors on nodes with the given role.
- withRole(String) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
-
Run the Entity actors on nodes with the given role.
- withRole(String) - Method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings
-
Specifies that the ShardedDaemonProcess should run on nodes with a specific role.
- withRole(String) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- withRole(String) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- withRole(String) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- withRole(String) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonSettings
- withRole(Option<String>) - Method in class org.apache.pekko.cluster.client.ClusterReceptionistSettings
-
Deprecated.
- withRole(Option<String>) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withRole(Option<String>) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- withRole(Option<String>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withRole(Option<String>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- withRole(Option<String>) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- withRole(Option<String>) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- withRoles(String...) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withRoles(Seq<String>) - Method in class org.apache.pekko.cluster.ddata.ReplicatorSettings
- withRoundRobinRouting() - Method in class org.apache.pekko.actor.typed.javadsl.GroupRouter
-
Route messages by using round robin.
- withRoundRobinRouting() - Method in class org.apache.pekko.actor.typed.javadsl.PoolRouter
-
Route messages through round robin, providing a fair distribution of messages across the routees.
- withRoundRobinRouting() - Method in interface org.apache.pekko.actor.typed.scaladsl.GroupRouter
-
Route messages by using round robin.
- withRoundRobinRouting() - Method in interface org.apache.pekko.actor.typed.scaladsl.PoolRouter
-
Route messages through round robin, providing a fair distribution of messages across the routees.
- withRoundRobinRouting(boolean) - Method in class org.apache.pekko.actor.typed.javadsl.GroupRouter
-
Route messages by using round robin.
- withRoundRobinRouting(boolean) - Method in interface org.apache.pekko.actor.typed.scaladsl.GroupRouter
-
Route messages by using round robin.
- withRouteeProps(Props) - Method in class org.apache.pekko.actor.typed.javadsl.PoolRouter
-
Set the props used to spawn the pool's routees
- withRouteeProps(Props) - Method in interface org.apache.pekko.actor.typed.scaladsl.PoolRouter
-
Set the props used to spawn the pool's routees
- withRoutees(IndexedSeq<Routee>) - Method in class org.apache.pekko.routing.Router
-
Create a new instance with the specified routees and the same
RoutingLogic. - withRouter(RouterConfig) - Method in class org.apache.pekko.actor.Props
-
Returns a new Props with the specified router config set.
- withRoutingLogic(RoutingLogic) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- withSegmented(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- withSegmented(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- withSegmented(Seq<Object>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- withSegmented(Seq<Object>) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- withSegmentedProportions(List<Double>) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- withSegmentedProportions(List<Double>) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- withSendToDeadLettersWhenNoSubscribers(boolean) - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubSettings
- withSettings(SSLConfigSettings) - Method in class com.typesafe.sslconfig.pekko.PekkoSSLConfig
-
Deprecated.Can be used to modify the underlying config, most typically used to change a few values in the default config
- withSettings(ClusterShardingSettings) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
-
Additional settings, typically loaded from configuration.
- withSettings(ClusterShardingSettings) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
-
Additional settings, typically loaded from configuration.
- withSettings(ShardingConsumerController.Settings, Function1<ActorRef<ConsumerController.Start<A>>, Behavior<B>>) - Static method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController
-
The
Behaviorof the entity that is to be initialized inClusterSharding. - withSettings(ShardingConsumerController.Settings, Function1<ActorRef<ConsumerController.Start<A>>, Behavior<B>>) - Method in class org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController$
-
The
Behaviorof the entity that is to be initialized inClusterSharding. - withSettings(ClusterSingletonSettings) - Method in class org.apache.pekko.cluster.typed.SingletonActor
-
Additional settings, typically loaded from configuration.
- withSetup(T) - Method in class org.apache.pekko.actor.setup.ActorSystemSetup
-
Add a concrete
pekko.actor.setup.Setup. - withShardFailureBackoff(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withShardFailureBackoff(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withShardingSettings(ClusterShardingSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ShardedDaemonProcessSettings
-
Specify sharding settings that should be used for the sharded daemon process instead of loading from config.
- withShardRegionQueryTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withShardRegionQueryTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withShardRegionQueryTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withShardRegionQueryTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withShardStartTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withShardStartTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withSingletonIdentificationInterval(FiniteDuration) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- withSingletonName(String) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonManagerSettings
- withSingletonName(String) - Method in class org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings
- withSingletonName(String) - Method in class org.apache.pekko.cluster.typed.ClusterSingletonManagerSettings
- withSnapshotAfter(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withSnapshotEvery(int) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- withSnapshotPluginConfig(Option<Config>) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Change the snapshot store plugin config that this actor should use.
- withSnapshotPluginId(String) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withSnapshotPluginId(String) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withSnapshotPluginId(String) - Method in class org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings
- withSnapshotPluginId(String) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Change the snapshot store plugin id that this actor should use.
- withSnapshotSelectionCriteria(SnapshotSelectionCriteria) - Static method in class org.apache.pekko.persistence.typed.javadsl.Recovery
-
Changes the snapshot selection criteria used for the recovery.
- withSnapshotSelectionCriteria(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.typed.javadsl.Recovery$
-
Changes the snapshot selection criteria used for the recovery.
- withSnapshotSelectionCriteria(SnapshotSelectionCriteria) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
Deprecated.use withRecovery(Recovery.withSnapshotSelectionCriteria(...)). Since Akka 2.6.5.
- withSnapshotSelectionCriteria(SnapshotSelectionCriteria) - Method in class org.apache.pekko.persistence.typed.scaladsl.Recovery$
-
Changes the snapshot selection criteria used for the recovery.
- withSource(String) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.LoggingTestKit
-
Matching events that have "pekkoSource" MDC value equal to the given value.
- withSource(String) - Method in interface org.apache.pekko.actor.testkit.typed.scaladsl.LoggingTestKit
-
Matching events that have "pekkoSource" MDC value equal to the given value.
- withStash(int, Function<StashBuffer<T>, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Support for stashing messages to unstash at a later time.
- withStash(int, Function<StashBuffer<T>, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Support for stashing messages to unstash at a later time.
- withStash(int, Function1<StashBuffer<T>, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Support for stashing messages to unstash at a later time.
- withStash(int, Function1<StashBuffer<T>, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Support for stashing messages to unstash at a later time.
- withStashCapacity(int) - Method in class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
-
While restarting (waiting for backoff to expire and children to stop) incoming messages and signals are stashed, and delivered later to the newly restarted behavior.
- withStashCapacity(int) - Method in class org.apache.pekko.actor.typed.RestartSupervisorStrategy
-
While restarting (waiting for children to stop) incoming messages and signals are stashed, and delivered later to the newly restarted behavior.
- withStateStoreMode(String) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withStateStoreMode(ClusterShardingSettings.StateStoreMode) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- withStatus(Try<Done>) - Method in class org.apache.pekko.stream.IOResult
-
Deprecated.status is always set to Success(Done). Since Akka 2.6.0.
- withStepDecay(double) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- withStepDecay(double) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.HillClimbingSettings
- withStopChildren(boolean) - Method in class org.apache.pekko.actor.typed.BackoffSupervisorStrategy
-
Stop or keep child actors when the parent actor is restarted.
- withStopChildren(boolean) - Method in class org.apache.pekko.actor.typed.RestartSupervisorStrategy
-
Stop or keep child actors when the parent actor is restarted.
- withStopMessage(M) - Method in class org.apache.pekko.cluster.sharding.typed.javadsl.Entity
-
Message sent to an entity to tell it to stop, e.g.
- withStopMessage(M) - Method in class org.apache.pekko.cluster.sharding.typed.scaladsl.Entity
-
Message sent to an entity to tell it to stop, e.g.
- withStopMessage(M) - Method in class org.apache.pekko.cluster.typed.SingletonActor
-
Message sent to the singleton to tell it to stop, e.g.
- withStreamRefSettings(StreamRefSettings) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
- withSubscriptionTimeout(FiniteDuration) - Method in interface org.apache.pekko.stream.StreamRefSettings
- withSubscriptionTimeoutSettings(StreamSubscriptionTimeoutSettings) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Leaked publishers and subscribers are cleaned up when they are not used within a given deadline, configured by
StreamSubscriptionTimeoutSettings. - withSupervisionStrategy(Function<Throwable, Supervision.Directive>) - Static method in class org.apache.pekko.stream.ActorAttributes
-
Java API: Decides how exceptions from application code are to be handled.
- withSupervisionStrategy(Function<Throwable, Supervision.Directive>) - Method in class org.apache.pekko.stream.ActorAttributes$
-
Java API: Decides how exceptions from application code are to be handled.
- withSupervisionStrategy(Function<Throwable, Supervision.Directive>) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.SupervisionStrategy' to change setting value. Since Akka 2.6.0.
- withSupervisionStrategy(Function1<Throwable, Supervision.Directive>) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.supervisionStrategy' to change setting value. Since Akka 2.6.0.
- withSupervisorStrategy(OneForOneStrategy) - Method in class org.apache.pekko.pattern.BackoffOnFailureOptionsImpl
- withSupervisorStrategy(OneForOneStrategy) - Method in class org.apache.pekko.pattern.BackoffOnStopOptionsImpl
- withSupervisorStrategy(OneForOneStrategy) - Method in interface org.apache.pekko.pattern.BackoffOptions
-
Deprecated.
- withSupervisorStrategy(OneForOneStrategy) - Method in class org.apache.pekko.pattern.BackoffOptionsImpl
- withSupervisorStrategy(OneForOneStrategy) - Method in interface org.apache.pekko.pattern.ExtendedBackoffOptions
-
Returns a new BackoffOptions with the supervisorStrategy.
- withSupervisorStrategy(SupervisorStrategy) - Method in class org.apache.pekko.cluster.metrics.AdaptiveLoadBalancingPool
-
Setting the supervisor strategy to be used for the “head” Router actor.
- withSupervisorStrategy(SupervisorStrategy) - Method in class org.apache.pekko.routing.BalancingPool
-
Setting the supervisor strategy to be used for the “head” Router actor.
- withSupervisorStrategy(SupervisorStrategy) - Method in class org.apache.pekko.routing.BroadcastPool
-
Setting the supervisor strategy to be used for the “head” Router actor.
- withSupervisorStrategy(SupervisorStrategy) - Method in class org.apache.pekko.routing.ConsistentHashingPool
-
Setting the supervisor strategy to be used for the “head” Router actor.
- withSupervisorStrategy(SupervisorStrategy) - Method in class org.apache.pekko.routing.FromConfig
-
Setting the supervisor strategy to be used for the “head” Router actor.
- withSupervisorStrategy(SupervisorStrategy) - Method in interface org.apache.pekko.routing.PoolOverrideUnsetConfig
- withSupervisorStrategy(SupervisorStrategy) - Method in class org.apache.pekko.routing.RandomPool
-
Setting the supervisor strategy to be used for the “head” Router actor.
- withSupervisorStrategy(SupervisorStrategy) - Method in class org.apache.pekko.routing.RoundRobinPool
-
Setting the supervisor strategy to be used for the “head” Router actor.
- withSupervisorStrategy(SupervisorStrategy) - Method in class org.apache.pekko.routing.ScatterGatherFirstCompletedPool
-
Setting the supervisor strategy to be used for the “head” Router actor.
- withSupervisorStrategy(SupervisorStrategy) - Method in class org.apache.pekko.routing.SmallestMailboxPool
-
Setting the supervisor strategy to be used for the “head” Router actor.
- withSupervisorStrategy(SupervisorStrategy) - Method in class org.apache.pekko.routing.TailChoppingPool
-
Setting the supervisor strategy to be used for the “head” Router actor.
- withSyncCircuitBreaker(Function0<T>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Wraps invocations of synchronous calls that need to be protected.
- withSyncCircuitBreaker(Function0<T>, Function1<Try<T>, Object>) - Method in class org.apache.pekko.pattern.CircuitBreaker
-
Wraps invocations of synchronous calls that need to be protected.
- withSyncProcessingLimit(int) - Method in class org.apache.pekko.stream.ActorMaterializerSettings
-
Deprecated.Use attribute 'ActorAttributes.SyncProcessingLimit' to change setting value. Since Akka 2.6.0.
- withSystem(ActorSystem<?>) - Method in class org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
- withTag(String) - Method in interface org.apache.pekko.persistence.typed.state.scaladsl.DurableStateBehavior
-
The tag that can used in persistence query
- withTagger(Function1<Event, Set<String>>) - Method in interface org.apache.pekko.persistence.typed.scaladsl.EventSourcedBehavior
-
The
taggerfunction should give event tags, which will be used in persistence query - withTags(Set<String>) - Method in class org.apache.pekko.actor.Deploy
- withTcpWriteBufferSize(int) - Method in class org.apache.pekko.stream.IOSettings
- withTerminationReceivedBeforeCompletionLeeway(FiniteDuration) - Method in interface org.apache.pekko.stream.StreamRefSettings
- withTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- withTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- withTimeout(Timeout) - Method in class org.apache.pekko.actor.TypedProps
-
Java API: return a new TypedProps that will use the specified Timeout for its non-void-returning methods, if null is specified, it will use the default timeout as specified in the configuration.
- withTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- withTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.IdleSettings
- withTimeout(Option<Timeout>) - Method in class org.apache.pekko.actor.TypedProps
-
Scala API: return a new TypedProps that will use the specified Timeout for its non-void-returning methods, if None is specified, it will use the default timeout as specified in the configuration.
- withTimeoutSettings(TimeoutSettings) - Method in class org.apache.pekko.coordination.lease.LeaseSettings
- withTimers(Function<TimerScheduler<T>, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.javadsl.Behaviors
-
Support for scheduled
selfmessages in an actor. - withTimers(Function<TimerScheduler<T>, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.javadsl.Behaviors$
-
Support for scheduled
selfmessages in an actor. - withTimers(Function1<TimerSchedulerCrossDslSupport<T>, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.internal.TimerSchedulerImpl$
- withTimers(Function1<TimerScheduler<T>, Behavior<T>>) - Static method in class org.apache.pekko.actor.typed.scaladsl.Behaviors
-
Support for scheduled
selfmessages in an actor. - withTimers(Function1<TimerScheduler<T>, Behavior<T>>) - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors$
-
Support for scheduled
selfmessages in an actor. - withTimestamp(long) - Method in interface org.apache.pekko.persistence.PersistentRepr
- withTimestampMillis(long) - Method in class org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent
- withTransportInformation(ExtendedActorSystem, Function0<T>) - Static method in class org.apache.pekko.serialization.Serialization
-
Sets serialization information in a
ThreadLocaland runsf. - withTransportInformation(ExtendedActorSystem, Function0<T>) - Method in class org.apache.pekko.serialization.Serialization$
-
Sets serialization information in a
ThreadLocaland runsf. - withTuningParameters(ClusterShardingSettings.TuningParameters) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings
- withTuningParameters(ClusterShardingSettings.TuningParameters) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings
- WithUdpSend - Interface in org.apache.pekko.io
-
INTERNAL API
- withUid(int) - Method in interface org.apache.pekko.actor.ActorPath
-
INTERNAL API Creates a new ActorPath with same elements but with the specified
uid. - withUnreachableDataCenters(Set<String>) - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
-
Replace the set of unreachable datacenters with the given set
- withUpdatingStateTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withUpdatingStateTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withUseRoles(String...) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
-
Java API
- withUseRoles(String...) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
-
Java API
- withUseRoles(Set<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
-
Java API
- withUseRoles(Set<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
-
Java API
- withUseRoles(Seq<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- withUseRoles(Seq<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- withUseRoles(Set<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
- withUseRoles(Set<String>) - Method in class org.apache.pekko.cluster.routing.ClusterRouterPoolSettings
- withValue(A, Cluster, LWWRegister.Clock<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Deprecated.Use `withValueOf` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- withValue(ExtendedActorSystem, Callable<S>) - Method in class org.apache.pekko.serialization.JavaSerializer.CurrentSystem
-
Java API: invoke the callable with the current system being set to the given value for this thread.
- withValue(Cluster, A) - Method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Deprecated.Use `withValue` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- withValue(Cluster, A, LWWRegister.Clock<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Deprecated.Use `withValue` that takes a `SelfUniqueAddress` parameter instead. Since Akka 2.5.20.
- withValue(SelfUniqueAddress, A) - Method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Change the value of the register.
- withValue(SelfUniqueAddress, A, LWWRegister.Clock<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Change the value of the register.
- withValue$default$3(A) - Method in class org.apache.pekko.cluster.ddata.LWWRegister
- WITHVALUEDELTAS_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- withValueOf(A, SelfUniqueAddress, LWWRegister.Clock<A>) - Method in class org.apache.pekko.cluster.ddata.LWWRegister
-
Change the value of the register.
- withValueOf$default$3(A) - Method in class org.apache.pekko.cluster.ddata.LWWRegister
- withVerifyCommands(boolean) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- withVerifyCommands(boolean) - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings
- withVerifyEquality(boolean) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- withVerifyEquality(boolean) - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings
- withVerifyEvents(boolean) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- withVerifyEvents(boolean) - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings
- withVerifyState(boolean) - Method in class org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.SerializationSettings
- withVerifyState(boolean) - Method in class org.apache.pekko.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit.SerializationSettings
- withVirtualNodesFactor(int) - Method in class org.apache.pekko.routing.ConsistentHashingGroup
-
Setting the number of virtual nodes per node, used in
pekko.routing.ConsistentHash - withVirtualNodesFactor(int) - Method in class org.apache.pekko.routing.ConsistentHashingPool
-
Setting the number of virtual nodes per node, used in
pekko.routing.ConsistentHash - withVirtualNodesFactor(int) - Method in class org.apache.pekko.routing.ConsistentHashingRoutingLogic
-
Setting the number of virtual nodes per node, used in
pekko.routing.ConsistentHash - withWaitingForStateTimeout(Duration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withWaitingForStateTimeout(FiniteDuration) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.TuningParameters
- withWidthMultiplier(int) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- withWidthMultiplier(int) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings$.FrequencySketchSettings
- withWindow(org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.WindowSettings) - Method in class org.apache.pekko.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings
- withWindow(org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings.WindowSettings) - Method in class org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.AdmissionSettings
- WKS() - Static method in class org.apache.pekko.io.dns.RecordType
-
A well known service description
- WKS() - Method in class org.apache.pekko.io.dns.RecordType$
-
A well known service description
- WorkerDispatcher() - Method in class org.apache.pekko.io.SelectionHandlerSettings
- WorkerStats(int) - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats
- WorkerStats$() - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController.WorkerStats$
- WorkPullingProducerController - Class in org.apache.pekko.actor.typed.delivery
-
Work pulling is a pattern where several worker actors pull tasks in their own pace from a shared work manager instead of that the manager pushes work to the workers blindly without knowing their individual capacity and current availability.
- WorkPullingProducerController() - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController
- WorkPullingProducerController.Command<A> - Interface in org.apache.pekko.actor.typed.delivery
- WorkPullingProducerController.GetWorkerStats<A> - Class in org.apache.pekko.actor.typed.delivery
-
Retrieve information about registered workers.
- WorkPullingProducerController.GetWorkerStats$ - Class in org.apache.pekko.actor.typed.delivery
- WorkPullingProducerController.MessageWithConfirmation<A> - Class in org.apache.pekko.actor.typed.delivery
-
For sending confirmation message back to the producer when the message has been fully delivered, processed, and confirmed by the consumer.
- WorkPullingProducerController.MessageWithConfirmation$ - Class in org.apache.pekko.actor.typed.delivery
- WorkPullingProducerController.RequestNext<A> - Class in org.apache.pekko.actor.typed.delivery
-
The
WorkPullingProducerControllersendsRequestNextto the producer when it is allowed to send one message via thesendNextTooraskNextTo. - WorkPullingProducerController.RequestNext$ - Class in org.apache.pekko.actor.typed.delivery
- WorkPullingProducerController.Settings - Class in org.apache.pekko.actor.typed.delivery
- WorkPullingProducerController.Settings$ - Class in org.apache.pekko.actor.typed.delivery
- WorkPullingProducerController.Start<A> - Class in org.apache.pekko.actor.typed.delivery
-
Initial message from the producer actor.
- WorkPullingProducerController.Start$ - Class in org.apache.pekko.actor.typed.delivery
- WorkPullingProducerController.WorkerStats - Class in org.apache.pekko.actor.typed.delivery
- WorkPullingProducerController.WorkerStats$ - Class in org.apache.pekko.actor.typed.delivery
- WorkPullingProducerController$ - Class in org.apache.pekko.actor.typed.delivery
-
Work pulling is a pattern where several worker actors pull tasks in their own pace from a shared work manager instead of that the manager pushes work to the workers blindly without knowing their individual capacity and current availability.
- WorkPullingProducerController$() - Constructor for class org.apache.pekko.actor.typed.delivery.WorkPullingProducerController$
- WorkPullingProducerControllerImpl<A> - Class in org.apache.pekko.actor.typed.delivery.internal
- WorkPullingProducerControllerImpl(ActorContext<WorkPullingProducerControllerImpl.InternalCommand>, StashBuffer<WorkPullingProducerControllerImpl.InternalCommand>, String, WorkPullingProducerController.RequestNext<A>, Option<ActorRef<DurableProducerQueue.Command<A>>>, WorkPullingProducerController.Settings, ClassTag<A>) - Constructor for class org.apache.pekko.actor.typed.delivery.internal.WorkPullingProducerControllerImpl
- WorkPullingProducerControllerImpl.InternalCommand - Interface in org.apache.pekko.actor.typed.delivery.internal
- WorkPullingProducerControllerImpl.UnsealedInternalCommand - Interface in org.apache.pekko.actor.typed.delivery.internal
-
For commands defined in public WorkPullingProducerController
- WorkPullingProducerControllerImpl$ - Class in org.apache.pekko.actor.typed.delivery.internal
-
INTERNAL API
- WorkPullingProducerControllerImpl$() - Constructor for class org.apache.pekko.actor.typed.delivery.internal.WorkPullingProducerControllerImpl$
- wrap(ActorSystem) - Static method in class org.apache.pekko.actor.typed.ActorSystem
-
Wrap a classic
pekko.actor.ActorSystemsuch that it can be used from Pekko TypedBehavior. - wrap(ActorSystem) - Method in class org.apache.pekko.actor.typed.ActorSystem$
-
Wrap a classic
pekko.actor.ActorSystemsuch that it can be used from Pekko TypedBehavior. - wrap(LoggingFilter) - Method in class org.apache.pekko.event.LoggingFilterWithMarker$
- wrapIfNeeded() - Method in class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Internal$
-
Mediator uses
pekko.routing.Routerto send messages to multiple destinations, Router in general unwraps messages frompekko.routing.RouterEnvelopeand sends the contents topekko.routing.Routees. - wrapped() - Method in class org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise
- wrapped() - Method in class org.apache.pekko.actor.typed.SuperviseBehavior
- WrappedElement(E, long) - Constructor for class org.apache.pekko.util.PriorityQueueStabilizer.WrappedElement
- WrappedElementComparator(Comparator<E>) - Constructor for class org.apache.pekko.util.PriorityQueueStabilizer.WrappedElementComparator
- wrappedHandle() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapterHandle
-
Deprecated.
- WrappedMessage - Interface in org.apache.pekko.actor
-
Message envelopes may implement this trait for better logging, such as logging of message class name of the wrapped message instead of the envelope class name.
- WrappedMessage$ - Class in org.apache.pekko.actor
- WrappedMessage$() - Constructor for class org.apache.pekko.actor.WrappedMessage$
- WrappedPayloadSupport$ - Class in org.apache.pekko.remote.serialization
- WrappedPayloadSupport$() - Constructor for class org.apache.pekko.remote.serialization.WrappedPayloadSupport$
- wrappedTransport() - Method in class org.apache.pekko.remote.transport.AbstractTransportAdapter
-
Deprecated.
- wrapWithTimers(Function1<TimerSchedulerCrossDslSupport<T>, Behavior<T>>, ActorContext<T>) - Method in class org.apache.pekko.actor.typed.internal.TimerSchedulerImpl$
- writable() - Method in class org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit
- writable() - Method in class org.apache.pekko.persistence.PluginSpec
- writable() - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- writable_$eq(boolean) - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- write(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope) - Method in class org.apache.pekko.cluster.ddata.Replicator
- write(ByteString) - Static method in class org.apache.pekko.io.TcpMessage
-
The same as
write(data, noAck()). - write(ByteString) - Method in class org.apache.pekko.io.TcpMessage$
-
The same as
write(data, noAck()). - write(ByteString) - Method in interface org.apache.pekko.remote.transport.AssociationHandle
-
Deprecated.Asynchronously sends the specified payload to the remote endpoint.
- write(ByteString) - Method in class org.apache.pekko.remote.transport.TestAssociationHandle
-
Deprecated.
- write(ByteStringBuilder, String) - Static method in class org.apache.pekko.io.dns.internal.DomainName
- write(ByteStringBuilder, String) - Method in class org.apache.pekko.io.dns.internal.DomainName$
- write(ByteStringBuilder, RecordClass) - Static method in class org.apache.pekko.io.dns.internal.RecordClassSerializer
- write(ByteStringBuilder, RecordClass) - Method in class org.apache.pekko.io.dns.internal.RecordClassSerializer$
- write(ByteStringBuilder, RecordType) - Static method in class org.apache.pekko.io.dns.internal.RecordTypeSerializer
- write(ByteStringBuilder, RecordType) - Method in class org.apache.pekko.io.dns.internal.RecordTypeSerializer$
- write(ByteString, Tcp.Event) - Static method in class org.apache.pekko.io.TcpMessage
-
Write data to the TCP connection.
- write(ByteString, Tcp.Event) - Method in class org.apache.pekko.io.TcpMessage$
-
Write data to the TCP connection.
- Write(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, Option<UniqueAddress>) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write
- Write(ByteString, Tcp.Event) - Constructor for class org.apache.pekko.io.Tcp.Write
- Write$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.Write$
- Write$() - Constructor for class org.apache.pekko.io.Tcp.Write$
- Write$() - Constructor for class org.apache.pekko.persistence.testkit.PersistenceTestKitPlugin.Write$
- WriteAck() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck
- WriteAck$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteAck$
- WriteAckManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- WriteAggregator$ - Class in org.apache.pekko.cluster.ddata
-
INTERNAL API
- WriteAggregator$() - Constructor for class org.apache.pekko.cluster.ddata.WriteAggregator$
- WriteAll(Duration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteAll
-
Java API
- WriteAll(Duration) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll
- WriteAll(FiniteDuration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteAll
- WriteAll$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteAll$
- WriteAll$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteAll$
- WriteAll$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.WriteAll$
- writeAndStore(String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope, boolean) - Method in class org.apache.pekko.cluster.ddata.Replicator
- WriteAttempt(Address, Address, ByteString) - Constructor for class org.apache.pekko.remote.transport.TestTransport.WriteAttempt
-
Deprecated.
- WriteAttempt$() - Constructor for class org.apache.pekko.remote.transport.TestTransport.WriteAttempt$
-
Deprecated.
- writeBehavior() - Method in class org.apache.pekko.remote.transport.TestTransport
-
Deprecated.The
pekko.remote.transport.TestTransport.SwitchableLoggedBehaviorfor the write() method on handles. - writeBehind() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- writeBehindInterval() - Method in class org.apache.pekko.cluster.ddata.LmdbDurableStore
- WriteBufferHighWaterMark() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- WriteBufferLowWaterMark() - Method in class org.apache.pekko.remote.transport.netty.NettyTransportSettings
-
Deprecated.
- WriteCommand() - Constructor for class org.apache.pekko.io.Tcp.WriteCommand
- WriteCommand$() - Constructor for class org.apache.pekko.io.Tcp.WriteCommand$
- writeConsistency() - Method in class org.apache.pekko.cluster.ddata.Replicator.Update
- writeConsistency() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Update
- writeConsistency() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.Update
- writeCount() - Method in class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- WriteEventAdapter - Interface in org.apache.pekko.persistence.journal
-
Facility to convert to specialised data models, as may be required by specialized persistence Journals.
- writeEventFailed(PersistentRepr, Throwable) - Method in interface org.apache.pekko.persistence.Eventsourced
- writeEventRejected(PersistentRepr, Throwable) - Method in interface org.apache.pekko.persistence.Eventsourced
- WriteEvents - Class in org.apache.pekko.persistence.testkit
-
Write in journal operation with events to be written.
- WriteEvents(Seq<Object>) - Constructor for class org.apache.pekko.persistence.testkit.WriteEvents
- WriteEvents$ - Class in org.apache.pekko.persistence.testkit
- WriteEvents$() - Constructor for class org.apache.pekko.persistence.testkit.WriteEvents$
- writeEventSucceeded(PersistentRepr) - Method in interface org.apache.pekko.persistence.Eventsourced
- writeFile(String, long, long, Tcp.Event) - Static method in class org.apache.pekko.io.TcpMessage
-
Write
countbytes starting atpositionfrom file atfilePathto the connection. - writeFile(String, long, long, Tcp.Event) - Method in class org.apache.pekko.io.TcpMessage$
-
Write
countbytes starting atpositionfrom file atfilePathto the connection. - WriteFile(String, long, long, Tcp.Event) - Constructor for class org.apache.pekko.io.Tcp.WriteFile
-
Deprecated.
- WriteFile$() - Constructor for class org.apache.pekko.io.Tcp.WriteFile$
- writeIdMapping(String, int) - Method in interface org.apache.pekko.persistence.journal.leveldb.LeveldbIdMapping
- writeInProgress_$eq(boolean) - Method in interface org.apache.pekko.persistence.Eventsourced
- WriteJournalBase - Interface in org.apache.pekko.persistence.journal
- writeLocal() - Static method in class org.apache.pekko.cluster.ddata.Replicator
-
Java API: The
WriteLocalinstance - writeLocal() - Method in class org.apache.pekko.cluster.ddata.Replicator$
-
Java API: The
WriteLocalinstance - writeLocal() - Static method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator
-
The
WriteLocalinstance - writeLocal() - Method in class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator$
-
The
WriteLocalinstance - WriteLocal() - Static method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator
- WriteLocal() - Method in class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator$
- WriteLocal$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteLocal$
- WriteLocal$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteLocal$
- WriteMajority(Duration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
-
Java API
- WriteMajority(Duration) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- WriteMajority(Duration, int) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority
- WriteMajority(FiniteDuration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- WriteMajority(FiniteDuration, int) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteMajority
- WriteMajority$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteMajority$
- WriteMajority$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteMajority$
- WriteMajority$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.WriteMajority$
- WriteMajorityPlus(Duration, int) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
-
Java API
- WriteMajorityPlus(FiniteDuration, int, int) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus
- WriteMajorityPlus$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteMajorityPlus$
- WriteManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- WriteMessageFailure(PersistentRepr, Throwable, int) - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure
- WriteMessageFailure$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessageFailure$
- WriteMessageRejected(PersistentRepr, Throwable, int) - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected
- WriteMessageRejected$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessageRejected$
- writeMessages(int, int, String, ActorRef, String) - Method in class org.apache.pekko.persistence.journal.JournalSpec
- WriteMessages(Seq<AtomicWrite>) - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages
- WriteMessages(Seq<PersistentEnvelope>, ActorRef, int) - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessages
- WriteMessages$() - Constructor for class org.apache.pekko.persistence.journal.AsyncWriteTarget.WriteMessages$
- WriteMessages$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessages$
- WriteMessagesFailed(Throwable, int) - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed
- WriteMessagesFailed$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessagesFailed$
- WriteMessagesSuccessful$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessagesSuccessful$
- WriteMessageSuccess(PersistentRepr, int) - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess
- WriteMessageSuccess$() - Constructor for class org.apache.pekko.persistence.JournalProtocol.WriteMessageSuccess$
- WriteNack() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack
- WriteNack$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.Internal$.WriteNack$
- WriteNackManifest() - Method in class org.apache.pekko.cluster.ddata.protobuf.ReplicatorMessageSerializer
- writeObject(ObjectOutputStream) - Method in interface org.apache.pekko.actor.ActorContext
-
ActorContexts shouldn't be Serializable
- writePath(Path, long, long, Tcp.Event) - Static method in class org.apache.pekko.io.TcpMessage
-
Write
countbytes starting atpositionfrom file atfilePathto the connection. - writePath(Path, long, long, Tcp.Event) - Method in class org.apache.pekko.io.TcpMessage$
-
Write
countbytes starting atpositionfrom file atfilePathto the connection. - WritePath(Path, long, long, Tcp.Event) - Constructor for class org.apache.pekko.io.Tcp.WritePath
- WritePath$() - Constructor for class org.apache.pekko.io.Tcp.WritePath$
- writeReplace() - Method in interface org.apache.pekko.actor.MinimalActorRef
- writeReplace() - Static method in class org.apache.pekko.actor.Nobody
- writeReplace() - Method in class org.apache.pekko.actor.Nobody$
- writeReplace() - Method in interface org.apache.pekko.actor.typed.ActorRef
- writeReplace() - Method in class org.apache.pekko.event.Logging.StandardOutLogger
- writeReplace() - Method in class org.apache.pekko.util.ByteString.ByteString1
- writeReplace() - Method in class org.apache.pekko.util.ByteString.ByteStrings
- writerUuid() - Method in interface org.apache.pekko.persistence.PersistentRepr
-
Unique identifier of the writing persistent actor.
- writerUuid() - Method in class org.apache.pekko.persistence.PluginSpec
- WRITERUUID_FIELD_NUMBER - Static variable in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- WriteSnapshot - Class in org.apache.pekko.persistence.testkit
-
Storage write operation to persist snapshot in the storage.
- WriteSnapshot(SnapshotMeta, Object) - Constructor for class org.apache.pekko.persistence.testkit.WriteSnapshot
- WriteSnapshot$ - Class in org.apache.pekko.persistence.testkit
- WriteSnapshot$() - Constructor for class org.apache.pekko.persistence.testkit.WriteSnapshot$
- writeSnapshots() - Method in class org.apache.pekko.persistence.snapshot.SnapshotStoreSpec
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.MapEntry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaGroup
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Address
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DeltaPropagation
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.DurableDataEnvelope
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Get
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Read
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Status
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.Write
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AdaptiveLoadBalancingPool
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MixMetricsSelector
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Address
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPool
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Empty
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Gossip
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipEnvelope
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipOverview
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.GossipStatus
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Heartbeat
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.HeartBeatResponse
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoin
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.InitJoinAck
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Join
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Member
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ObserverReachability
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.SubjectReachability
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Tombstone
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.UniqueAddress
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock.Version
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.VectorClock
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Welcome
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToOneSubscriber
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStats
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ClusterShardingStatsEntry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentRegions
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardRegionState
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.CurrentShardState
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.GetClusterShardingStats
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.MapFieldEntry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.RememberedShardState
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomes
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomesEntry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardState
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardStats
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntity
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.StartEntityAck
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Ack
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Cleanup
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Confirmed
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.MessageSent
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.RegisterConsumer
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Request
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.Resend
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.SequencedMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.cluster.typed.internal.protobuf.ReliableDelivery.State
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.AtomicWrite
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentPayload
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.Counter
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.CounterUpdate
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSet
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaGroup
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.PublishedEvent
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedEventMetadata
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedPublishedEventMetaData
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata.Seen
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ReplicatedSnapshotMetadata
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector.Entry
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.VersionVector
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.Address
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.ArteryHeartbeatRsp
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisement
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.CompressionTableAdvertisementAck
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.FlushAck
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.HandshakeReq
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.MessageWithAddress
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.Quarantined
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageDeliveryAck
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.SystemMessageEnvelope
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ArteryControlFormats.UniqueAddress
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.ActorIdentity
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.ActorInitializationException
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.ActorRef
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.Identify
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.Option
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.Payload
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.Selection
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.SelectionEnvelope
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.StackTraceElement
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.StatusReplyErrorMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.Throwable
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.ThrowableNotSerializable
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.ContainerFormats.WatcherHeartbeatResponse
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.SystemMessageFormats.DeathWatchNotificationData
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.SystemMessageFormats.FailedData
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.SystemMessageFormats.SuperviseData
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.SystemMessageFormats.SystemMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.SystemMessageFormats.WatchData
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Address
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.AddressRequest
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.EnterBarrier
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Hello
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.InjectFailure
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.testconductor.TestConductorProtocol.Wrapper
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.AckAndEnvelopeContainer
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.AcknowledgementInfo
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.ActorRefData
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.AddressData
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.DaemonMsgCreateData
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.DefaultResizer
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.DeployData
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.FiniteDuration
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.FromConfig
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.GenericRoutingPool
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.PekkoControlMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.PekkoHandshakeInfo
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.PekkoProtocolMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.PropsData
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.RemoteEnvelope
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.RemoteRouterConfig
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.RemoteScope
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.ScatterGatherPool
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.SerializedMessage
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.remote.WireFormats.TailChoppingPool
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.stream.StreamRefMessages.ActorRef
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.stream.StreamRefMessages.CumulativeDemand
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.stream.StreamRefMessages.OnSubscribeHandshake
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.stream.StreamRefMessages.Payload
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamCompleted
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.stream.StreamRefMessages.RemoteStreamFailure
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.stream.StreamRefMessages.SequencedOnNext
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.stream.StreamRefMessages.SinkRef
- writeTo(CodedOutputStream) - Method in class org.apache.pekko.stream.StreamRefMessages.SourceRef
- WriteTo(int, Duration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteTo
-
Java API
- WriteTo(int, Duration) - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo
- WriteTo(int, FiniteDuration) - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteTo
- WriteTo$() - Constructor for class org.apache.pekko.cluster.ddata.Replicator.WriteTo$
- WriteTo$() - Constructor for class org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.WriteTo$
- WriteTo$() - Constructor for class org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.WriteTo$
- WritingResumed$() - Constructor for class org.apache.pekko.io.Tcp.WritingResumed$
X
- X509Readers - Class in org.apache.pekko.remote.artery.tcp.ssl
-
INTERNAL API
- X509Readers() - Constructor for class org.apache.pekko.remote.artery.tcp.ssl.X509Readers
- X509Readers$ - Class in org.apache.pekko.remote.artery.tcp.ssl
-
INTERNAL API
- X509Readers$() - Constructor for class org.apache.pekko.remote.artery.tcp.ssl.X509Readers$
Y
- Yielding() - Method in class org.apache.pekko.dispatch.affinity.AffinityPool$
- Younger() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger
- Younger$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.Younger$
- YoungerData(List<UniqueAddress>) - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- YoungerData$() - Constructor for class org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData$
Z
- zero() - Method in class org.apache.pekko.cluster.ddata.GCounter
- zero() - Method in class org.apache.pekko.cluster.ddata.GSet
- zero() - Method in class org.apache.pekko.cluster.ddata.LWWMap.LWWMapTag$
- zero() - Method in interface org.apache.pekko.cluster.ddata.ORMap.DeltaOp
- zero() - Method in class org.apache.pekko.cluster.ddata.ORMap.VanillaORMapTag$
- zero() - Method in interface org.apache.pekko.cluster.ddata.ORMap.ZeroTag
- zero() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapTag$
- zero() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap.ORMultiMapWithValueDeltasTag$
- zero() - Method in class org.apache.pekko.cluster.ddata.PNCounter
- zero() - Method in class org.apache.pekko.cluster.ddata.PNCounterMap.PNCounterMapTag$
- zero() - Method in interface org.apache.pekko.cluster.ddata.ReplicatedDelta
-
The empty full state.
- zero() - Static method in class org.apache.pekko.util.Timeout
-
A timeout with zero duration, will cause most requests to always timeout.
- zero() - Method in class org.apache.pekko.util.Timeout$
-
A timeout with zero duration, will cause most requests to always timeout.
- Zero() - Method in class org.apache.pekko.cluster.ddata.VersionVector.Timestamp$
- Zero() - Method in class org.apache.pekko.cluster.VectorClock.Timestamp$
- Zero() - Static method in class org.apache.pekko.persistence.query.TimestampOffset
- Zero() - Method in class org.apache.pekko.persistence.query.TimestampOffset$
- Zero() - Static method in class org.apache.pekko.util.Version
- Zero() - Method in class org.apache.pekko.util.Version$
- zeroLong() - Static method in class org.apache.pekko.util.ConstantFun
- zeroLong() - Method in class org.apache.pekko.util.ConstantFun$
- ZEROTAG_FIELD_NUMBER - Static variable in class org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaGroup.Entry
- zip(Graph<SourceShape<T>, ?>) - Method in class org.apache.pekko.stream.javadsl.Flow
- zip(Graph<SourceShape<T>, ?>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of current
Sourceand the given one into a stream of tuples. - zip(Graph<SourceShape<T>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- zip(Graph<SourceShape<T>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- zip(Graph<SourceShape<U>, ?>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples. - Zip - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of 2 streams into a stream of tuples.
- Zip<A,B> - Class in org.apache.pekko.stream.scaladsl
-
Combine the elements of 2 streams into a stream of tuples.
- Zip() - Constructor for class org.apache.pekko.stream.javadsl.Zip
- Zip() - Constructor for class org.apache.pekko.stream.scaladsl.Zip
- Zip$ - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of 2 streams into a stream of tuples.
- Zip$ - Class in org.apache.pekko.stream.scaladsl
- Zip$() - Constructor for class org.apache.pekko.stream.javadsl.Zip$
- Zip$() - Constructor for class org.apache.pekko.stream.scaladsl.Zip$
- zipAll(Graph<SourceShape<U>, ?>, A, U) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples. - zipAll(Graph<SourceShape<U>, ?>, A, U) - Method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples. - zipAll(Graph<SourceShape<U>, ?>, A, U) - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples. - zipAll(Graph<SourceShape<U>, ?>, A, U) - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples. - zipAll(Graph<SourceShape<U>, ?>, A, U) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples. - zipAllFlow(Graph<SourceShape<U>, Mat2>, A, U) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- zipAllMat(Graph<SourceShape<U>, Mat2>, A, U, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples. - zipAllMat(Graph<SourceShape<U>, Mat2>, A, U, Function2<Mat, Mat2, Mat3>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples. - zipAllMat(Graph<SourceShape<U>, Mat2>, A, U, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples. - zipGraph(Graph<SourceShape<U>, M>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- zipLatest(Graph<SourceShape<T>, ?>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Combine the elements of 2 streams into a stream of tuples, picking always the latest element of each.
- zipLatest(Graph<SourceShape<T>, ?>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of 2 streams into a stream of tuples, picking always the latest element of each.
- zipLatest(Graph<SourceShape<T>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- zipLatest(Graph<SourceShape<T>, ?>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- zipLatest(Graph<SourceShape<U>, ?>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Combine the elements of 2 streams into a stream of tuples, picking always the latest element of each.
- ZipLatest - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of 2 streams into a stream of tuples, picking always the latest element of each.
- ZipLatest<A,B> - Class in org.apache.pekko.stream.scaladsl
-
Combine the elements of 2 streams into a stream of tuples, picking always the latest element of each.
- ZipLatest() - Constructor for class org.apache.pekko.stream.javadsl.ZipLatest
- ZipLatest() - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatest
- ZipLatest(boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatest
- ZipLatest$ - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of 2 streams into a stream of tuples, picking always the latest element of each.
- ZipLatest$ - Class in org.apache.pekko.stream.scaladsl
- ZipLatest$() - Constructor for class org.apache.pekko.stream.javadsl.ZipLatest$
- ZipLatest$() - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatest$
- zipLatestGraph(Graph<SourceShape<U>, M>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- zipLatestMat(Graph<SourceShape<T>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- zipLatestMat(Graph<SourceShape<T>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of current
Sourceand the given one into a stream of tuples, picking always the latest element of each. - zipLatestMat(Graph<SourceShape<U>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples, picking always the latest of the elements of each source. - zipLatestWith(Graph<SourceShape<Out2>, ?>, boolean, Function2<Out, Out2, Out3>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function, picking always the latest of the elements of each source.
- zipLatestWith(Graph<SourceShape<Out2>, ?>, boolean, Function2<Out, Out2, Out3>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function, picking always the latest of the elements of each source.
- zipLatestWith(Graph<SourceShape<Out2>, ?>, boolean, Function2<Out, Out2, Out3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function, picking always the latest of the elements of each source.
- zipLatestWith(Graph<SourceShape<Out2>, ?>, Function2<Out, Out2, Out3>) - Method in class org.apache.pekko.stream.javadsl.Flow
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function, picking always the latest of the elements of each source.
- zipLatestWith(Graph<SourceShape<Out2>, ?>, Function2<Out, Out2, Out3>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function, picking always the latest of the elements of each source.
- zipLatestWith(Graph<SourceShape<Out2>, ?>, Function2<Out, Out2, Out3>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- zipLatestWith(Graph<SourceShape<Out2>, ?>, Function2<Out, Out2, Out3>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- zipLatestWith(Graph<SourceShape<Out2>, ?>, Function2<Out, Out2, Out3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function, picking always the latest of the elements of each source.
- ZipLatestWith - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function, picking always the latest of the elements of each source.
- ZipLatestWith - Class in org.apache.pekko.stream.scaladsl
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function, picking always the latest of the elements of each source.
- ZipLatestWith() - Constructor for class org.apache.pekko.stream.javadsl.ZipLatestWith
- ZipLatestWith() - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith
- ZipLatestWith$ - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function, picking always the latest of the elements of each source.
- ZipLatestWith$ - Class in org.apache.pekko.stream.scaladsl
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function, picking always the latest of the elements of each source.
- ZipLatestWith$() - Constructor for class org.apache.pekko.stream.javadsl.ZipLatestWith$
- ZipLatestWith$() - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith$
- ZipLatestWith10<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 10 inputs
- ZipLatestWith10(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- ZipLatestWith10(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- ZipLatestWith11<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 11 inputs
- ZipLatestWith11(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- ZipLatestWith11(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- ZipLatestWith12<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 12 inputs
- ZipLatestWith12(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- ZipLatestWith12(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- ZipLatestWith13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 13 inputs
- ZipLatestWith13(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- ZipLatestWith13(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- ZipLatestWith14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 14 inputs
- ZipLatestWith14(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- ZipLatestWith14(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- ZipLatestWith15<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 15 inputs
- ZipLatestWith15(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- ZipLatestWith15(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- ZipLatestWith16<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 16 inputs
- ZipLatestWith16(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- ZipLatestWith16(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- ZipLatestWith17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 17 inputs
- ZipLatestWith17(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- ZipLatestWith17(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- ZipLatestWith18<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 18 inputs
- ZipLatestWith18(Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- ZipLatestWith18(Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- ZipLatestWith19<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 19 inputs
- ZipLatestWith19(Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- ZipLatestWith19(Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- ZipLatestWith2<A1,A2,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 2 inputs
- ZipLatestWith2(Function2<A1, A2, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- ZipLatestWith2(Function2<A1, A2, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- ZipLatestWith20<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 20 inputs
- ZipLatestWith20(Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- ZipLatestWith20(Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- ZipLatestWith21<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 21 inputs
- ZipLatestWith21(Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- ZipLatestWith21(Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- ZipLatestWith22<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 22 inputs
- ZipLatestWith22(Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- ZipLatestWith22(Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- ZipLatestWith3<A1,A2,A3,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 3 inputs
- ZipLatestWith3(Function3<A1, A2, A3, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- ZipLatestWith3(Function3<A1, A2, A3, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- ZipLatestWith4<A1,A2,A3,A4,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 4 inputs
- ZipLatestWith4(Function4<A1, A2, A3, A4, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- ZipLatestWith4(Function4<A1, A2, A3, A4, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- ZipLatestWith5<A1,A2,A3,A4,A5,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 5 inputs
- ZipLatestWith5(Function5<A1, A2, A3, A4, A5, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- ZipLatestWith5(Function5<A1, A2, A3, A4, A5, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- ZipLatestWith6<A1,A2,A3,A4,A5,A6,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 6 inputs
- ZipLatestWith6(Function6<A1, A2, A3, A4, A5, A6, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- ZipLatestWith6(Function6<A1, A2, A3, A4, A5, A6, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- ZipLatestWith7<A1,A2,A3,A4,A5,A6,A7,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 7 inputs
- ZipLatestWith7(Function7<A1, A2, A3, A4, A5, A6, A7, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- ZipLatestWith7(Function7<A1, A2, A3, A4, A5, A6, A7, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- ZipLatestWith8<A1,A2,A3,A4,A5,A6,A7,A8,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 8 inputs
- ZipLatestWith8(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- ZipLatestWith8(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- ZipLatestWith9<A1,A2,A3,A4,A5,A6,A7,A8,A9,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipLatestWith` specialized for 9 inputs
- ZipLatestWith9(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- ZipLatestWith9(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>, boolean) - Constructor for class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- ZipLatestWithApply - Interface in org.apache.pekko.stream.scaladsl
- zipLatestWithGraph(Graph<SourceShape<Out2>, M>, boolean, Function2<Out, Out2, Out3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- zipLatestWithGraph(Graph<SourceShape<Out2>, M>, Function2<Out, Out2, Out3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- zipLatestWithMat(Graph<SourceShape<Out2>, M>, boolean, Function2<Out, Out2, Out3>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- zipLatestWithMat(Graph<SourceShape<Out2>, M>, boolean, Function2<Out, Out2, Out3>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Put together the elements of current
Sourceand the given one into a stream of combined elements using a combiner function, picking always the latest of the elements of each source. - zipLatestWithMat(Graph<SourceShape<Out2>, M>, Function2<Out, Out2, Out3>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- zipLatestWithMat(Graph<SourceShape<Out2>, M>, Function2<Out, Out2, Out3>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Put together the elements of current
Sourceand the given one into a stream of combined elements using a combiner function, picking always the latest of the elements of each source. - zipLatestWithMat(Graph<SourceShape<Out2>, Mat2>, boolean, Function2<Out, Out2, Out3>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Put together the elements of current flow and the given
Sourceinto a stream of combined elements using a combiner function, picking always the latest of the elements of each source. - zipLatestWithMat(Graph<SourceShape<Out2>, Mat2>, Function2<Out, Out2, Out3>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Put together the elements of current flow and the given
Sourceinto a stream of combined elements using a combiner function, picking always the latest of the elements of each source. - zipMat(Graph<SourceShape<T>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- zipMat(Graph<SourceShape<T>, M>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of current
Sourceand the given one into a stream of tuples. - zipMat(Graph<SourceShape<U>, Mat2>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Combine the elements of current flow and the given
Sourceinto a stream of tuples. - zipN(List<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of multiple streams into a stream of lists.
- zipN(List<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Combine the elements of multiple streams into a stream of lists.
- zipN(Seq<Source<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Combine the elements of multiple streams into a stream of sequences.
- zipN(Seq<Source<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Combine the elements of multiple streams into a stream of sequences.
- ZipN - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of multiple streams into a stream of lists.
- ZipN<A> - Class in org.apache.pekko.stream.scaladsl
-
Combine the elements of multiple streams into a stream of sequences.
- ZipN() - Constructor for class org.apache.pekko.stream.javadsl.ZipN
- ZipN(int) - Constructor for class org.apache.pekko.stream.scaladsl.ZipN
- ZipN$ - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of multiple streams into a stream of lists.
- ZipN$ - Class in org.apache.pekko.stream.scaladsl
- ZipN$() - Constructor for class org.apache.pekko.stream.javadsl.ZipN$
- ZipN$() - Constructor for class org.apache.pekko.stream.scaladsl.ZipN$
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith10
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith11
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith12
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith13
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith14
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith15
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith16
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith17
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith18
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith19
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith2
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith20
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith21
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith22
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith3
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith4
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith5
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith6
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith7
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith8
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipLatestWith9
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith10
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith11
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith12
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith13
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith14
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith15
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith16
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith17
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith18
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith19
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith2
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith20
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith21
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith22
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith3
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith4
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith5
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith6
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith7
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith8
- zipper() - Method in class org.apache.pekko.stream.scaladsl.ZipWith9
- zipWith(Graph<SourceShape<Out2>, ?>, Function2<Out, Out2, Out3>) - Method in class org.apache.pekko.stream.javadsl.Flow
- zipWith(Graph<SourceShape<Out2>, ?>, Function2<Out, Out2, Out3>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Put together the elements of current
Sourceand the given one into a stream of combined elements using a combiner function. - zipWith(Graph<SourceShape<Out2>, ?>, Function2<Out, Out2, Out3>) - Method in class org.apache.pekko.stream.javadsl.SubFlow
- zipWith(Graph<SourceShape<Out2>, ?>, Function2<Out, Out2, Out3>) - Method in class org.apache.pekko.stream.javadsl.SubSource
- zipWith(Graph<SourceShape<Out2>, ?>, Function2<Out, Out2, Out3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Put together the elements of current flow and the given
Sourceinto a stream of combined elements using a combiner function. - ZipWith - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function.
- ZipWith - Class in org.apache.pekko.stream.scaladsl
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function.
- ZipWith() - Constructor for class org.apache.pekko.stream.javadsl.ZipWith
- ZipWith() - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith
- ZipWith$ - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function.
- ZipWith$ - Class in org.apache.pekko.stream.scaladsl
-
Combine the elements of multiple streams into a stream of combined elements using a combiner function.
- ZipWith$() - Constructor for class org.apache.pekko.stream.javadsl.ZipWith$
- ZipWith$() - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith$
- ZipWith10<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 10 inputs
- ZipWith10(Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith10
- ZipWith11<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 11 inputs
- ZipWith11(Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith11
- ZipWith12<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 12 inputs
- ZipWith12(Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith12
- ZipWith13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 13 inputs
- ZipWith13(Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith13
- ZipWith14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 14 inputs
- ZipWith14(Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith14
- ZipWith15<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 15 inputs
- ZipWith15(Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith15
- ZipWith16<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 16 inputs
- ZipWith16(Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith16
- ZipWith17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 17 inputs
- ZipWith17(Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith17
- ZipWith18<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 18 inputs
- ZipWith18(Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith18
- ZipWith19<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 19 inputs
- ZipWith19(Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith19
- ZipWith2<A1,A2,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 2 inputs
- ZipWith2(Function2<A1, A2, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith2
- ZipWith20<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 20 inputs
- ZipWith20(Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith20
- ZipWith21<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 21 inputs
- ZipWith21(Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith21
- ZipWith22<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 22 inputs
- ZipWith22(Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith22
- ZipWith3<A1,A2,A3,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 3 inputs
- ZipWith3(Function3<A1, A2, A3, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith3
- ZipWith4<A1,A2,A3,A4,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 4 inputs
- ZipWith4(Function4<A1, A2, A3, A4, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith4
- ZipWith5<A1,A2,A3,A4,A5,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 5 inputs
- ZipWith5(Function5<A1, A2, A3, A4, A5, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith5
- ZipWith6<A1,A2,A3,A4,A5,A6,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 6 inputs
- ZipWith6(Function6<A1, A2, A3, A4, A5, A6, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith6
- ZipWith7<A1,A2,A3,A4,A5,A6,A7,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 7 inputs
- ZipWith7(Function7<A1, A2, A3, A4, A5, A6, A7, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith7
- ZipWith8<A1,A2,A3,A4,A5,A6,A7,A8,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 8 inputs
- ZipWith8(Function8<A1, A2, A3, A4, A5, A6, A7, A8, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith8
- ZipWith9<A1,A2,A3,A4,A5,A6,A7,A8,A9,O> - Class in org.apache.pekko.stream.scaladsl
-
`ZipWith` specialized for 9 inputs
- ZipWith9(Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O>) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWith9
- ZipWithApply - Interface in org.apache.pekko.stream.scaladsl
- zipWithGraph(Graph<SourceShape<Out2>, M>, Function2<Out, Out2, Out3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
- zipWithIndex() - Method in class org.apache.pekko.stream.javadsl.Flow
-
Combine the elements of current flow into a stream of tuples consisting of all elements paired with their index.
- zipWithIndex() - Method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of current
Sourceinto a stream of tuples consisting of all elements paired with their index. - zipWithIndex() - Method in class org.apache.pekko.stream.javadsl.SubFlow
-
Combine the elements of current
Flowinto a stream of tuples consisting of all elements paired with their index. - zipWithIndex() - Method in class org.apache.pekko.stream.javadsl.SubSource
-
Combine the elements of current
Sourceinto a stream of tuples consisting of all elements paired with their index. - zipWithIndex() - Method in interface org.apache.pekko.stream.scaladsl.FlowOps
-
Combine the elements of current flow into a stream of tuples consisting of all elements paired with their index.
- zipWithMat(Graph<SourceShape<Out2>, M>, Function2<Out, Out2, Out3>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Flow
- zipWithMat(Graph<SourceShape<Out2>, M>, Function2<Out, Out2, Out3>, Function2<Mat, M, M2>) - Method in class org.apache.pekko.stream.javadsl.Source
-
Put together the elements of current
Sourceand the given one into a stream of combined elements using a combiner function. - zipWithMat(Graph<SourceShape<Out2>, Mat2>, Function2<Out, Out2, Out3>, Function2<Mat, Mat2, Mat3>) - Method in interface org.apache.pekko.stream.scaladsl.FlowOpsMat
-
Put together the elements of current flow and the given
Sourceinto a stream of combined elements using a combiner function. - zipWithN(Function<List<T>, O>, List<Source<T, ?>>) - Static method in class org.apache.pekko.stream.javadsl.Source
-
Combine the elements of multiple streams into a stream of lists using a combiner function.
- zipWithN(Function<List<T>, O>, List<Source<T, ?>>) - Method in class org.apache.pekko.stream.javadsl.Source$
-
Combine the elements of multiple streams into a stream of lists using a combiner function.
- zipWithN(Function1<Seq<T>, O>, Seq<Source<T, ?>>) - Static method in class org.apache.pekko.stream.scaladsl.Source
-
Combine the elements of multiple streams into a stream of sequences using a combiner function.
- zipWithN(Function1<Seq<T>, O>, Seq<Source<T, ?>>) - Method in class org.apache.pekko.stream.scaladsl.Source$
-
Combine the elements of multiple streams into a stream of sequences using a combiner function.
- ZipWithN - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of multiple streams into a stream of lists using a combiner function.
- ZipWithN<A,O> - Class in org.apache.pekko.stream.scaladsl
-
Combine the elements of multiple streams into a stream of sequences using a combiner function.
- ZipWithN() - Constructor for class org.apache.pekko.stream.javadsl.ZipWithN
- ZipWithN(Function1<Seq<A>, O>, int) - Constructor for class org.apache.pekko.stream.scaladsl.ZipWithN
- ZipWithN$ - Class in org.apache.pekko.stream.javadsl
-
Combine the elements of multiple streams into a stream of lists using a combiner function.
- ZipWithN$ - Class in org.apache.pekko.stream.scaladsl
- ZipWithN$() - Constructor for class org.apache.pekko.stream.javadsl.ZipWithN$
- ZipWithN$() - Constructor for class org.apache.pekko.stream.scaladsl.ZipWithN$
_
- _1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- _1() - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- _1() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- _1() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- _1() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- _2() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- _2() - Method in class org.apache.pekko.actor.testkit.typed.Effect.SpawnedAnonymous
- _2() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- _2() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- _2() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- _3() - Method in class org.apache.pekko.actor.testkit.typed.Effect.Spawned
- _3() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- _3() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- _3() - Method in class org.apache.pekko.persistence.SnapshotMetadata
- _4() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- _4() - Method in class org.apache.pekko.persistence.query.EventEnvelope
- _5() - Method in class org.apache.pekko.cluster.ClusterEvent.CurrentClusterState
- _allServiceInstances() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- _childrenRefsDoNotCallMeDirectly_$eq(ChildrenContainer) - Method in interface org.apache.pekko.actor.dungeon.Children
- _client_$eq(ActorRef) - Method in interface org.apache.pekko.remote.testconductor.Player
- _controller_$eq(ActorRef) - Method in interface org.apache.pekko.remote.testconductor.Conductor
- _currentActorThread_$eq(<any>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- _empty() - Static method in class org.apache.pekko.cluster.ddata.ORMultiMap
- _empty() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap$
- _emptyWithValueDeltas() - Static method in class org.apache.pekko.cluster.ddata.ORMultiMap
- _emptyWithValueDeltas() - Method in class org.apache.pekko.cluster.ddata.ORMultiMap$
- _enter() - Method in interface org.apache.pekko.pattern.CircuitBreaker.State
-
Template method for concrete traits
- _failed_$eq(FaultHandling.FailedInfo) - Method in interface org.apache.pekko.actor.dungeon.FaultHandling
- _fromNode() - Method in class org.apache.pekko.cluster.ddata.Replicator.Internal$.DeltaPropagation
- _functionRefsDoNotCallMeDirectly_$eq(Map<String, org.apache.pekko.actor.FunctionRef>) - Method in interface org.apache.pekko.actor.dungeon.Children
- _id() - Method in class org.apache.pekko.cluster.ddata.FlagKey
- _id() - Method in class org.apache.pekko.cluster.ddata.GCounterKey
- _id() - Method in class org.apache.pekko.cluster.ddata.GSetKey
- _id() - Method in class org.apache.pekko.cluster.ddata.LWWMapKey
- _id() - Method in class org.apache.pekko.cluster.ddata.LWWRegisterKey
- _id() - Method in class org.apache.pekko.cluster.ddata.ORMapKey
- _id() - Method in class org.apache.pekko.cluster.ddata.ORMultiMapKey
- _id() - Method in class org.apache.pekko.cluster.ddata.ORSetKey
- _id() - Method in class org.apache.pekko.cluster.ddata.PNCounterKey
- _id() - Method in class org.apache.pekko.cluster.ddata.PNCounterMapKey
- _lastSequenceNr_$eq(long) - Method in interface org.apache.pekko.persistence.Eventsourced
- _log_$eq(LoggingAdapter) - Method in interface org.apache.pekko.actor.ActorLogging
- _log_$eq(LoggingAdapter) - Method in interface org.apache.pekko.stream.stage.StageLogging
- _logging_$eq(<any>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- _logLevel_$eq(Logging.LogLevel) - Method in interface org.apache.pekko.event.LoggingBus
- _mailboxDoNotCallMeDirectly_$eq(org.apache.pekko.dispatch.Mailbox) - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- _mdc_$eq(Map<String, Object>) - Method in interface org.apache.pekko.event.DiagnosticLoggingAdapter
- _messageAdapters_$eq(List<Tuple2<Class<?>, Function1<Object, T>>>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
- _nextNameDoNotCallMeDirectly_$eq(long) - Method in interface org.apache.pekko.actor.dungeon.Children
- _preventPrivateUnusedErasure() - Method in interface org.apache.pekko.actor.dungeon.Children
- _preventPrivateUnusedErasure() - Method in interface org.apache.pekko.actor.dungeon.Dispatch
- _propagationCount_$eq(long) - Method in interface org.apache.pekko.cluster.ddata.DeltaPropagationSelector
- _serviceInstance() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Deregistered
- _serviceInstance() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Registered
- _serviceInstances() - Method in class org.apache.pekko.actor.typed.internal.receptionist.ReceptionistMessages.Listing
- _timer_$eq(<any>) - Method in interface org.apache.pekko.actor.typed.internal.ActorContextImpl
All Classes All Packages